@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.bundle.scp.css';
@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.bundle.scp.css';
@import '_content/Solvocode.Core.Blazor/Solvocode.Core.Blazor.n0xf9mox7h.bundle.scp.css';

/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ActivityManagment/Components/CreateActivityModal.razor.rz.scp.css */
.modal-tabs[b-8ru3m4lrsj] {
    display: flex;
    border-bottom: 1px solid #e5e5e5;
    background-color: #fafafa;
}

.tab[b-8ru3m4lrsj] {
    padding: 12px 16px;
    border: none;
    background: none;
    cursor: pointer;
    font-size: 14px;
    color: #666;
    border-bottom: 2px solid transparent;
    transition: all 0.2s;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .tab.active[b-8ru3m4lrsj] {
        color: #0066cc;
        border-bottom-color: #0066cc;
        background-color: white;
        margin-bottom: -1px;
    }

    .tab:hover:not(.active)[b-8ru3m4lrsj] {
        color: #333;
        background-color: #f0f0f0;
    }

.calender-icon[b-8ru3m4lrsj] {
    font-size: 1rem;
}


.form-section[b-8ru3m4lrsj] {
    margin-bottom: 24px;
    background: #fafafa;
    padding: 10px;
}

.form-section-title[b-8ru3m4lrsj] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    /*display: flex;
    justify-content: space-between;*/
    align-items: center;
    gap: 8px;
}
.section-title[b-8ru3m4lrsj] {
    display: flex;
    justify-content: space-between;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ActivityManagment/Pages/Activity/ActivityScheduler.razor.rz.scp.css */
.toolbar-item-placeholder[b-ic6pzxdbge] {
    visibility: hidden !important;
    pointer-events: none;
}

.dynamic-toolbar-item[b-ic6pzxdbge] {
    flex-grow: 0 !important;
    flex-shrink: 0 !important;
    min-width: 150px;
}

.hidden-item[b-ic6pzxdbge] {
    visibility: hidden !important;
}

.cw-320[b-ic6pzxdbge] {
    width: 320px !important;
}

.cw-280[b-ic6pzxdbge] {
    width: 280px !important;
}

.cw-400[b-ic6pzxdbge] {
    width: 400px !important;
}

.cw-480[b-ic6pzxdbge] {
    width: 480px !important;
}

.cw-640[b-ic6pzxdbge] {
    width: 640px !important;
}

.cw-800[b-ic6pzxdbge] {
    width: 800px !important;
}

.cw-880[b-ic6pzxdbge] {
    width: 880px !important;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ActivityManagment/Pages/Activity/ActivitySchedulerDetail.razor.rz.scp.css */
.detail-container[b-9druvfoihu] {
    overflow: auto;
    height: 85vh !important;
}
.activity-detail-scroll[b-9druvfoihu] {
    max-height: calc(100vh - 120px);
    overflow-y: auto;
}

.activity-info-grid[b-9druvfoihu] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(300px, 1fr));
    gap: 1.5rem;
    margin-bottom: 2rem;
}

.activity-info-card[b-9druvfoihu] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 1.5rem;
    border-left: 4px solid #007bff;
}

.activity-info-card-title[b-9druvfoihu] {
    color: #495057;
    margin-bottom: 1rem;
    font-weight: 600;
}

.activity-info-list[b-9druvfoihu] {
    list-style: none;
    padding: 0;
    margin: 0;
}

.activity-info-item[b-9druvfoihu] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    padding: 0.75rem 0;
    border-bottom: 1px solid #e9ecef;
}

    .activity-info-item:last-child[b-9druvfoihu] {
        border-bottom: none;
    }

.activity-info-label[b-9druvfoihu] {
    font-weight: 500;
    color: #6c757d;
    min-width: 120px;
    flex-shrink: 0;
}

.activity-info-value[b-9druvfoihu] {
    color: #495057;
    text-align: right;
    flex-grow: 1;
    margin-left: 1rem;
}

.activity-note-card[b-9druvfoihu] {
    background: #fff;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    padding: 1rem;
    margin-top: 1rem;
    border-left: 3px solid #28a745;
}

.activity-note-title[b-9druvfoihu] {
    font-weight: 600;
    color: #495057;
    margin-bottom: 0.5rem;
}

.activity-note-content[b-9druvfoihu] {
    color: #6c757d;
    margin: 0;
    line-height: 1.5;
}

.activity-section[b-9druvfoihu] {
    margin-top: 2rem;
}

.activity-section-title[b-9druvfoihu] {
    color: #495057;
    border-bottom: 2px solid #e9ecef;
    padding-bottom: 0.5rem;
    margin-bottom: 1rem;
    font-weight: 600;
}

.activity-participants[b-9druvfoihu] {
    background: #fff;
    border-radius: 6px;
    overflow: hidden;
}

    .activity-participants th[b-9druvfoihu] {
        background-color: #f8f9fa;
        border-bottom: 2px solid #e9ecef;
        font-weight: 600;
        color: #495057;
        padding: 1rem 0.75rem;
    }

.participant-row[b-9druvfoihu] {
    border-bottom: 1px solid #f8f9fa;
    transition: background-color 0.2s;
}

    .participant-row:hover[b-9druvfoihu] {
        background-color: #f8f9fa;
    }

    .participant-row td[b-9druvfoihu] {
        padding: 1rem 0.75rem;
        vertical-align: middle;
    }

.participant-name[b-9druvfoihu] {
    font-weight: 500;
    color: #495057;
}

.meeting-link-badge[b-9druvfoihu] {
    display: inline-flex;
    align-items: center;
    padding: 0.25rem 0.75rem;
    background-color: #007bff;
    color: white;
    border-radius: 20px;
    text-decoration: none;
    font-size: 0.875rem;
    transition: background-color 0.2s;
}

    .meeting-link-badge:hover[b-9druvfoihu] {
        background-color: #0056b3;
        color: white;
        text-decoration: none;
    }

    .meeting-link-badge i[b-9druvfoihu] {
        margin-right: 0.5rem;
    }

.activity-back-btn[b-9druvfoihu] {
    background-color: #6c757d;
    border: none;
    color: white;
    padding: 0.5rem 1.5rem;
    border-radius: 6px;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    transition: background-color 0.2s;
}

    .activity-back-btn:hover[b-9druvfoihu] {
        background-color: #545b62;
        color: white;
        text-decoration: none;
    }

.activity-loading[b-9druvfoihu] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 200px;
    color: #6c757d;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessAccountManagement/Components/BusinessAccountLimitDetail/BusinessAccountLimitDetail.razor.rz.scp.css */
.balance-card[b-j8fw6kjr90] {
    background: linear-gradient(135deg, #c9e0f1 0%, #c9e0f1 100%);
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 15px;
    border: 1px solid #e1ecf7;
}

.balance-title[b-j8fw6kjr90] {
    color: #2fa4e7;
    font-size: 14px;
    font-weight: 600;
    margin-bottom: 10px;
    display: flex;
    align-items: center;
}

    .balance-title[b-j8fw6kjr90]::before {
        content: '';
        width: 4px;
        height: 16px;
        background: #2fa4e7;
        border-radius: 2px;
        margin-right: 10px;
    }

.balance-row[b-j8fw6kjr90] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 10px;
}

    .balance-row:last-child[b-j8fw6kjr90] {
        margin-bottom: 0;
    }

.balance-label[b-j8fw6kjr90] {
    display: flex;
    align-items: center;
    color: #64748b;
    font-size: 12px;
    font-weight: 500;
}

.balance-amount[b-j8fw6kjr90] {
    font-size: 12px;
    font-weight: 600;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessAccountManagement/Components/BusinessAccountLimitSummary/BusinessAccountLimitSummary.razor.rz.scp.css */
.summary-item[b-c68gqlankn] {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 10px;
}

.summary-label[b-c68gqlankn] {
    font-weight: 500;
    display: flex;
    align-items: center;
}

    .summary-label i[b-c68gqlankn] {
        margin-right: 8px;
        width: 20px;
        text-align: center;
    }

.summary-value[b-c68gqlankn] {
    font-weight: 600;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessAccountManagement/Components/BusinessAccountLimit/BusinessAccountLimitCard.razor.rz.scp.css */
.container[b-0rgmfqqf75] {
    background-color: white;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
    margin: 0 auto;
    font-size: 9px;
}

.info-row[b-0rgmfqqf75] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 2px 0;
    border-bottom: 1px solid #eee;
}

    .info-row:last-child[b-0rgmfqqf75] {
        border-bottom: none;
    }

.label[b-0rgmfqqf75] {
    font-weight: bold;
    color: #555;
    flex: 1;
}

.value[b-0rgmfqqf75] {
    color: #333;
    text-align: right;
    flex: 1;
    font-weight: bold;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessAccountManagement/Components/BusinessAccountStatement/BusinessAccountStatementCard.razor.rz.scp.css */
.text-fs[b-et7gqwhlmh] {
    font-size: 0.60rem;
}
.status-badge[b-et7gqwhlmh] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 8px;
}

.status-paid[b-et7gqwhlmh] {
    background-color: #d4edda;
    color: #155724;
}

.status-unpaid[b-et7gqwhlmh] {
    background-color: #f8d7da;
    color: #721c24;
}

.status-partial[b-et7gqwhlmh] {
    background-color: #fff3cd;
    color: #856404;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Components/ActivityLogFeed.razor.rz.scp.css */
.activity-feed[b-n3vajoe5iv] {
    display: flex;
    flex-direction: column;
    gap: 0.35rem;
    max-height: 600px;
    overflow-y: auto;
    padding-right: 0.25rem;
}

.activity-feed[b-n3vajoe5iv]::-webkit-scrollbar {
    width: 6px;
}

.activity-feed[b-n3vajoe5iv]::-webkit-scrollbar-track {
    background: #f1f1f1;
    border-radius: 3px;
}

.activity-feed[b-n3vajoe5iv]::-webkit-scrollbar-thumb {
    background: #c1c1c1;
    border-radius: 3px;
}

.activity-feed[b-n3vajoe5iv]::-webkit-scrollbar-thumb:hover {
    background: #a8a8a8;
}

.activity-item[b-n3vajoe5iv] {
    background: #fff;
    border-radius: 5px;
    border-left: 3px solid #6c757d;
    padding: 0.5rem 0.625rem;
    box-shadow: 0 1px 2px rgba(0,0,0,0.06);
    transition: all 0.2s ease;
}

.activity-item:hover[b-n3vajoe5iv] {
    box-shadow: 0 2px 5px rgba(0,0,0,0.1);
}

.activity-header[b-n3vajoe5iv] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}

.activity-meta[b-n3vajoe5iv] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 1;
    flex-wrap: wrap;
}

.activity-type-badge[b-n3vajoe5iv] {
    font-size: 0.5rem;
    font-weight: 600;
    padding: 0.10rem 0.3rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.activity-user[b-n3vajoe5iv] {
    font-size: 0.65rem;
    color: #495057;
    font-weight: 500;
}

.activity-time[b-n3vajoe5iv] {
    font-size: 0.6rem;
    color: #6c757d;
    white-space: nowrap;
}

.activity-event-icon[b-n3vajoe5iv] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.75rem;
    flex-shrink: 0;
}

.activity-content[b-n3vajoe5iv] {
    font-size: 0.7rem;
    color: #212529;
    line-height: 1.35;
    margin-bottom: 0.4rem;
}

.activity-content .stage-badge[b-n3vajoe5iv] {
    display: inline-block;
    padding: 0.125rem 0.35rem;
    border-radius: 3px;
    font-size: 0.625rem;
    font-weight: 500;
}

.activity-content .stage-previous[b-n3vajoe5iv] {
    background-color: #f8f9fa;
    color: #6c757d;
    border: 1px solid #dee2e6;
}

.activity-content .stage-current[b-n3vajoe5iv] {
    background-color: #d1e7dd;
    color: #0f5132;
    border: 1px solid #badbcc;
}


.status-badge[b-n3vajoe5iv] {
    font-size: 0.6rem;
    padding: 0.15rem 0.5rem;
    border-radius: 12px;
    font-weight: 400;
    border: none;
    opacity: 0.75;
    letter-spacing: 0.3px;
    background-color: currentColor;
    color: #fff;
    filter: saturate(0.8);
}

.activity-footer[b-n3vajoe5iv] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    padding-top: 0.25rem;
    border-top: 1px solid #e9ecef;
    margin-top: 0.25rem;
}

.spinner-border-sm[b-n3vajoe5iv] {
    width: 0.65rem;
    height: 0.65rem;
    border-width: 0.125em;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Components/Partials/ActivityActions.razor.rz.scp.css */
.activity-actions[b-mlupt8f80n] {
    display: flex;
    justify-content: flex-end;
    gap: 0.25rem;
    flex-wrap: wrap;
}

.btn-action[b-mlupt8f80n] {
    font-size: 0.48rem; /* Daha ince metin */
    font-weight: 600;
    padding: 0.15rem 0.35rem; /* Yükseklik azaltıldı */
    border-radius: 4px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    gap: 0.2rem;
    border: 1px solid transparent;
    transition: all 0.2s ease-in-out;
    min-width: 60px;
    height: 20px; /* Dikey yüksekliği sabitle */
    line-height: 1;
    cursor: pointer;
}

.btn-action i[b-mlupt8f80n] {
    font-size: 0.55rem;
    margin-right: 0.15rem;
}

.btn-action:hover:not(:disabled)[b-mlupt8f80n] {
    transform: translateY(-1px);
    box-shadow: 0 1px 4px rgba(0, 0, 0, 0.15);
}

.btn-action:disabled[b-mlupt8f80n] {
    opacity: 0.5;
    cursor: not-allowed;
}

/* Tamamla butonu */
.btn-complete[b-mlupt8f80n] {
    background-color: #198754;
    color: #fff;
}

.btn-complete:hover:not(:disabled)[b-mlupt8f80n] {
    background-color: #157347;
}

/* İptal butonu */
.btn-cancel[b-mlupt8f80n] {
    background-color: #dc3545;
    color: #fff;
}

.btn-cancel:hover:not(:disabled)[b-mlupt8f80n] {
    background-color: #bb2d3b;
}

/* Yeniden planla butonu (varsa) */
.btn-reschedule[b-mlupt8f80n] {
    background-color: #0dcaf0;
    color: #fff;
}

.btn-reschedule:hover:not(:disabled)[b-mlupt8f80n] {
    background-color: #0aa2c0;
}

.activity-actions[b-mlupt8f80n] {
    display: flex;
    gap: 0.3rem;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Components/Partials/ActivityHeader.razor.rz.scp.css */
.activity-header[b-9aq64jw2ye] {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    margin-bottom: 0.3rem;
}

.activity-meta[b-9aq64jw2ye] {
    display: flex;
    align-items: center;
    gap: 0.35rem;
    flex: 1;
    flex-wrap: wrap;
}

.activity-type-badge[b-9aq64jw2ye] {
    font-size: 0.5rem;
    font-weight: 600;
    padding: 0.10rem 0.3rem;
    border-radius: 3px;
    text-transform: uppercase;
    letter-spacing: 0.25px;
}

.activity-time[b-9aq64jw2ye] {
    font-size: 0.6rem;
    color: #6c757d;
    white-space: nowrap;
}

.activity-event-icon[b-9aq64jw2ye] {
    width: 24px;
    height: 24px;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 4px;
    font-size: 0.75rem;
    flex-shrink: 0;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItemDetail/BusinessItemDetail.razor.rz.scp.css */
.detail-container[b-liq3oxull6] {
    overflow: auto;
    height: 85vh !important;
}

.activity-feed[b-liq3oxull6] {
    max-height: 600px;
    overflow-y: auto;
}

.activity-item[b-liq3oxull6] {
    display: flex;
    margin-bottom: 5px;
    padding: 1px;
    border-radius: 8px;
    border: 1px solid #ded0d0;
    border-left: 4px solid;
}

.activity-icon[b-liq3oxull6] {
    width: 16px;
    height: 16px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.quick-actions[b-liq3oxull6] {
    display: flex;
    gap: 8px;
    margin-bottom: 20px;
    flex-wrap: wrap;
}

.quick-action[b-liq3oxull6] {
    padding: 8px 12px;
    border: 1px solid #dee2e6;
    border-radius: 6px;
    background: white;
    cursor: pointer;
    font-size: 13px;
    transition: all 0.2s;
}

    .quick-action:hover[b-liq3oxull6] {
        background: #f8f9fa;
    }

    .quick-action.selected[b-liq3oxull6] {
        background: #007bff;
        color: white;
        border-color: #007bff;
    }

.info-card[b-liq3oxull6] {
    background: white;
    border-radius: 8px;
    padding: 15px;
    margin-bottom: 10px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.detail-section[b-liq3oxull6] {
    border: 1px solid #dee2e6;
    border-radius: 6px;
    margin-bottom: 15px;
}

.detail-header[b-liq3oxull6] {
    background: #f8f9fa;
    padding: 12px 16px;
    border-bottom: 1px solid #dee2e6;
    font-weight: 600;
    cursor: pointer;
}

.detail-content[b-liq3oxull6] {
    padding: 16px;
}

/*.stage-item {
    position: relative;
    display: inline-block;
    padding: 10px 10px 10px 10px;
    background-color: #e9ecef;
    color: #495057;
    font-weight: 500;
    text-transform: uppercase;
    font-size: 10px;
    cursor: pointer;
    clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%, 10% 50%);
    margin-right: 2px;
    margin-right: -10px;*/ /* //Overlaps items for the arrow effect */
/*}

    .stage-item:first-child {
        margin-left: 0;
        padding-left: 15px;*/
/*clip-path: polygon(0% 0%, 90% 0%, 100% 50%, 90% 100%, 0% 100%);*/
/*}*/


.stage-bar-card[b-liq3oxull6] {
    /*background: white;*/
    margin-bottom: 10px;
    /*box-shadow: 0 2px 4px rgba(0,0,0,0.1);*/
    display: flex;
    justify-content: space-between;
    padding-right: 9px;
}


.stage-bar[b-liq3oxull6] {
    display: flex;
    align-items: stretch;
    gap: 0;
    max-width: 45%;
    width: 45%;
}

.stage-item[b-liq3oxull6] {
    background-color: #e8e8e8;
    color: #333;
    padding: 8px 8px;
    font-size: 8px;
    font-weight: 500;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1;
    clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%, 12px 50%);
    user-select: none;
    margin-right: -9px;
}

    .stage-item:last-child[b-liq3oxull6] {
        clip-path: polygon(0 0, 100% 0, 100% 100%, 0 100%, 12px 50%);
    }

    .stage-item:first-child[b-liq3oxull6] {
        clip-path: polygon(0 0, calc(100% - 12px) 0, 100% 50%, calc(100% - 12px) 100%, 0 100%);
    }

    .stage-item.completed[b-liq3oxull6] {
        background-color: #dee2e6;
        color: #6c757d;
    }

    .stage-item.active[b-liq3oxull6] {
        background-color: #20c997;
        color: white;
    }


/* Renkleri yönetme */

/* Tamamlanmış aşamalar */

/* This is the key for the visual break between stages */
/*.stage-item::after {
        content: '';
        position: absolute;
        top: 0;
        right: -10px;
        width: 20px;
        height: 100%;
        z-index: 1;
        background: white;
        transform: skewX(-90deg);
    }

    .stage-item.completed {
        background-color: #dee2e6;
        color: #6c757d;
    }

    .stage-item.active {
        background-color: #20c997; 
        color: white;
    }*/
.detail-label[b-liq3oxull6] {
    width: 45%;
    font-size: 12px;
}


[b-liq3oxull6] .business-item-form.edit {
    border: none !important;
    border-bottom: 1px solid #6c757d !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-liq3oxull6] .business-item-form {
    border: none !important;
    border-bottom: 0 !important;
    border-radius: 0 !important;
    background-color: transparent !important;
    box-shadow: none !important;
}

[b-liq3oxull6] .business-item-relation-tab-grid-container .dxbl-grid {
    height: 30vh;
}

.log-note-composer[b-liq3oxull6] {
    margin-bottom: 20px;
    padding: 10px;
    background-color: #ffffff;
    border: 1px solid #ced4da;
    border-radius: 6px;
}

.composer-body[b-liq3oxull6] {
    display: flex;
    align-items: flex-start;
    padding-bottom: 10px;
    position: relative;
}

.composer-footer[b-liq3oxull6] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-top: 10px;
    border-top: 1px solid #f8f9fa;
}

.log-button[b-liq3oxull6] {
    background-color: #2fa4e7;
    color: white;
    border: none;
    padding: 5px 15px;
    border-radius: 4px;
    cursor: pointer;
    font-size: 12px;
    font-weight: 500;
}

.action-icons .icon[b-liq3oxull6] {
    margin-left: 10px;
    color: #2fa4e7;
    cursor: pointer;
    font-size: 12px;
    background-color: #fff;
    border-color: #2fa4e7;
}

/*.log-button {
    border-color: transparent !important;
    background: transparent !important;
    text-decoration: none;
    font-size: 10px !important;
    color: #5f636f !important;
}*/
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItemDetail/Components/StageBar.razor.rz.scp.css */
.stage-item[b-bfl4ybxo4q] {
    background-color: #f1f3f5; /* 🔹 Beklemede state için varsayılan arka plan */
    color: #ffffff;
    padding: 5px 12px;
    font-size: 0.7rem;
    font-weight: 600;
    letter-spacing: 0.3px;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    flex: 1 1 auto;
    text-transform: uppercase;
    user-select: none;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
    transition: all 0.25s ease;
    cursor: pointer;
    min-width: 130px;
    height: 26px;
    border: 1.5px solid #adb5bd; /* 🔹 daha kalın ve belirgin çizgi */
    box-shadow: inset 0 0 0 1px #ced4da; /* 🔹 keskinlik hissi */
}

/* Hover efekti */
.stage-item:hover:not(.active):not(:disabled)[b-bfl4ybxo4q] {
    background-color: #e9ecef;
    transform: translateY(-1px);
}

/* Aktif stage */
.stage-item.active[b-bfl4ybxo4q] {
    background-color: #198754;
    color: #fff;
    border-color: #198754;
    cursor: not-allowed;
    box-shadow: 0 2px 4px rgba(25, 135, 84, 0.25);
}

/* Tamamlanmış stage */
.stage-item.completed[b-bfl4ybxo4q] {
    background-color: #d1e7dd;
    color: #0f5132;
    border-color: #c5decf;
}

.stage-bar[b-bfl4ybxo4q] {
    display: flex;
    flex-direction: row; /* ✅ Dikey değil yatay dizilim */
    align-items: center;
    justify-content: flex-start;
    gap: 0; /* oklar arasında boşluk olmasın */
    overflow-x: auto;
    scrollbar-width: thin;
    scrollbar-color: #ccc transparent;
}

.stage-item[b-bfl4ybxo4q]::before {
    content: '';
    position: absolute;
    inset: -1.5px; /* Border kalınlığı kadar */
    background: #adb5bd;
    clip-path: polygon(0 0, calc(100% - 14px) 0, 100% 50%, calc(100% - 14px) 100%, 0 100%, 14px 50%);
    z-index: -1;
}

.stage-item.active[b-bfl4ybxo4q]::before {
    background: #198754;
}

.stage-item.completed[b-bfl4ybxo4q]::before {
    background: #c5decf;
}


.stage-item[b-bfl4ybxo4q] {
    margin-right:-8px;
    min-width: 125px; /* 🔹 130px yerine daha küçük */
    flex-shrink: 1; /* 🔹 Gerekirse küçülsün */
}

.stage-bar[b-bfl4ybxo4q] {
    overflow-x: auto; /* Mobilde scroll olsun */
    overflow-y: visible;
}

/* Desktop'ta scroll gizle */
@media (min-width: 768px) {
    .stage-bar[b-bfl4ybxo4q] {
        overflow-x: visible;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItemType/BusinessItemType.razor.rz.scp.css */
.wizard-container[b-kieh3qqj6y] {
    max-width: 900px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    height: 85vh !important;
}

.wizard-header[b-kieh3qqj6y] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
}

.wizard-steps[b-kieh3qqj6y] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.wizard-step[b-kieh3qqj6y] {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

    .wizard-step.active[b-kieh3qqj6y] {
        color: white;
        font-weight: bold;
    }

    .wizard-step.completed[b-kieh3qqj6y] {
        color: #90EE90;
    }

.step-number[b-kieh3qqj6y] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

.wizard-step.active .step-number[b-kieh3qqj6y] {
    background: white;
    color: #667eea;
}

.wizard-step.completed .step-number[b-kieh3qqj6y] {
    background: #90EE90;
    color: #2d5016;
}

.wizard-content[b-kieh3qqj6y] {
    padding: 30px;
    min-height: 500px;
}

.type-card[b-kieh3qqj6y] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 20px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 100%;
}

    .type-card:hover[b-kieh3qqj6y] {
        border-color: #667eea;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
        transform: translateY(-2px);
    }

    .type-card.selected[b-kieh3qqj6y] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    }

.type-icon[b-kieh3qqj6y] {
    width: 48px;
    height: 48px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 15px;
    font-size: 20px;
    color: black;
}

    .type-icon.training[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #ff6b6b, #ee5a52);
    }

    .type-icon.visit[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #4ecdc4, #44a08d);
    }

    .type-icon.opportunity[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #45b7d1, #96c93d);
    }

    .type-icon.maintenance[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #f093fb, #f5576c);
    }

    .type-icon.incident[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #ffeaa7, #fdcb6e);
    }

    .type-icon.audit[b-kieh3qqj6y] {
        background: linear-gradient(135deg, #6c5ce7, #a29bfe);
    }

.constraint-group[b-kieh3qqj6y] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}

.constraint-required[b-kieh3qqj6y] {
    border-left: 4px solid #dc3545;
}

.constraint-optional[b-kieh3qqj6y] {
    border-left: 4px solid #28a745;
}

.select-with-create[b-kieh3qqj6y] {
    position: relative;
}

.create-new-btn[b-kieh3qqj6y] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-kieh3qqj6y] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-kieh3qqj6y] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

    .activity-option:hover[b-kieh3qqj6y] {
        border-color: #667eea;
    }

    .activity-option.selected[b-kieh3qqj6y] {
        border-color: #667eea;
        background: #f8f9ff;
    }

.wizard-actions[b-kieh3qqj6y] {
    background: #f8f9fa;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-indicator[b-kieh3qqj6y] {
    flex: 1;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin: 0 20px;
    overflow: hidden;
}

.progress-bar[b-kieh3qqj6y] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-kieh3qqj6y] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-kieh3qqj6y] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

    .activity-item.overdue[b-kieh3qqj6y] {
        border-left: 4px solid #dc3545;
        background: #fff5f5;
    }

    .activity-item.today[b-kieh3qqj6y] {
        border-left: 4px solid #ffc107;
        background: #fffdf0;
    }

    .activity-item.upcoming[b-kieh3qqj6y] {
        border-left: 4px solid #28a745;
        background: #f8fff8;
    }

.activity-actions[b-kieh3qqj6y] {
    display: flex;
    gap: 5px;
}

.btn-action[b-kieh3qqj6y] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/BusinessItemCreateForm.razor.rz.scp.css */
.wizard-container[b-8sknbqkoj0] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    max-height: 85vh !important;
}

.col-5th[b-8sknbqkoj0] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.wizard-header[b-8sknbqkoj0] {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    border-bottom: 2px solid #667eea;
    color: #2d3748;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wizard-header h3[b-8sknbqkoj0] {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0 !important;
        text-align: left;
        color: #1a202c;
    }

.wizard-steps[b-8sknbqkoj0] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 0;
    flex: 1;
    padding: 0 40px;
}

.wizard-step[b-8sknbqkoj0] {
    display: flex;
    align-items: center;
    color: #718096;
    font-size: 15px;
    position: relative;
    padding-right: 40px;
}

    .wizard-step[b-8sknbqkoj0]::after {
        content: '→';
        position: absolute;
        right: 12px;
        color: #cbd5e0;
        font-size: 16px;
    }

    .wizard-step:last-child[b-8sknbqkoj0]::after {
        display: none;
    }

    .wizard-step:last-child[b-8sknbqkoj0] {
        padding-right: 0;
    }

    .wizard-step.active[b-8sknbqkoj0] {
        color: #667eea;
        font-weight: 600;
    }

    .wizard-step.completed[b-8sknbqkoj0] {
        color: #48bb78;
        font-weight: 500;
    }

.step-number[b-8sknbqkoj0] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
    color: #718096;
}

.wizard-step.active .step-number[b-8sknbqkoj0] {
    background: #667eea;
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.wizard-step.completed .step-number[b-8sknbqkoj0] {
    background: #48bb78;
    color: white;
}

    .wizard-step.completed .step-number[b-8sknbqkoj0]::before {
        content: '✓';
    }

.wizard-header-actions[b-8sknbqkoj0] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.wizard-content[b-8sknbqkoj0] {
    padding: 30px;
    height: calc(85vh - 90px);
    overflow: auto;
}

.type-card[b-8sknbqkoj0] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 250px;
}

    .type-card:hover[b-8sknbqkoj0] {
        border-color: #667eea;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
        transform: translateY(-2px);
    }

    .type-card.selected[b-8sknbqkoj0] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    }

.type-icon[b-8sknbqkoj0] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}

.select-with-create[b-8sknbqkoj0] {
    position: relative;
}

.create-new-btn[b-8sknbqkoj0] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-8sknbqkoj0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-8sknbqkoj0] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

    .activity-option:hover[b-8sknbqkoj0] {
        border-color: #667eea;
    }

    .activity-option.selected[b-8sknbqkoj0] {
        border-color: #667eea;
        background: #f8f9ff;
    }

.wizard-footer[b-8sknbqkoj0] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.wizard-actions[b-8sknbqkoj0] {
    display: none;
}

.progress-indicator[b-8sknbqkoj0] {
    display: none;
}

.progress-bar[b-8sknbqkoj0] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-8sknbqkoj0] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-8sknbqkoj0] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

    .activity-item.overdue[b-8sknbqkoj0] {
        border-left: 4px solid #dc3545;
        background: #fff5f5;
    }

    .activity-item.today[b-8sknbqkoj0] {
        border-left: 4px solid #ffc107;
        background: #fffdf0;
    }

    .activity-item.upcoming[b-8sknbqkoj0] {
        border-left: 4px solid #28a745;
        background: #f8fff8;
    }

.activity-actions[b-8sknbqkoj0] {
    display: flex;
    gap: 5px;
}

.btn-action[b-8sknbqkoj0] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}

.customer-type-selector[b-8sknbqkoj0] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.customer-option[b-8sknbqkoj0] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

    .customer-option:hover[b-8sknbqkoj0] {
        border-color: #667eea;
        transform: translateY(-2px);
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
    }

    .customer-option.selected[b-8sknbqkoj0] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    }

.customer-option-icon[b-8sknbqkoj0] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    color: white;
}

    .customer-option-icon.new[b-8sknbqkoj0] {
        background: linear-gradient(135deg, #45b7d1, #96c93d);
    }

    .customer-option-icon.existing[b-8sknbqkoj0] {
        background: linear-gradient(135deg, #667eea, #764ba2);
    }

.lead-form-container[b-8sknbqkoj0], .customer-form-container[b-8sknbqkoj0] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.form-section[b-8sknbqkoj0] {
    margin-bottom: 24px;
}

.form-section-title[b-8sknbqkoj0] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-header[b-8sknbqkoj0] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
}

.type-stage-flow[b-8sknbqkoj0] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-8sknbqkoj0] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-8sknbqkoj0] {
    margin-bottom: 5px;
}

.constraint-title[b-8sknbqkoj0] {
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 2px;
}

    .constraint-title.required[b-8sknbqkoj0] {
        color: #dc3545;
    }

    .constraint-title.optional[b-8sknbqkoj0] {
        color: #28a745;
    }

.constraint-items[b-8sknbqkoj0] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-8sknbqkoj0] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 7px;
    font-weight: 500;
    gap: 4px;
}

    .constraint-tag.required[b-8sknbqkoj0] {
        background: #fff5f5;
        color: #dc3545;
        border: 1px solid #f5c6cb;
    }

    .constraint-tag.optional[b-8sknbqkoj0] {
        background: #f8fff8;
        color: #28a745;
        border: 1px solid #c3e6cb;
    }

    .constraint-tag.multiple[b-8sknbqkoj0]::after {
        font-weight: bold;
    }

.constraint-group-step[b-8sknbqkoj0] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/ConstraintGroup.razor.rz.scp.css */
.wizard-container[b-zhbi2t91pv] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    max-height: 85vh !important;
}

.col-5th[b-zhbi2t91pv] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.wizard-header[b-zhbi2t91pv] {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    border-bottom: 2px solid #667eea;
    color: #2d3748;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wizard-header h3[b-zhbi2t91pv] {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0 !important;
        text-align: left;
        color: #1a202c;
    }

.wizard-steps[b-zhbi2t91pv] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 0;
    flex: 1;
    padding: 0 40px;
}

.wizard-step[b-zhbi2t91pv] {
    display: flex;
    align-items: center;
    color: #718096;
    font-size: 15px;
    position: relative;
    padding-right: 40px;
}

    .wizard-step[b-zhbi2t91pv]::after {
        content: '→';
        position: absolute;
        right: 12px;
        color: #cbd5e0;
        font-size: 16px;
    }

    .wizard-step:last-child[b-zhbi2t91pv]::after {
        display: none;
    }

    .wizard-step:last-child[b-zhbi2t91pv] {
        padding-right: 0;
    }

    .wizard-step.active[b-zhbi2t91pv] {
        color: #667eea;
        font-weight: 600;
    }

    .wizard-step.completed[b-zhbi2t91pv] {
        color: #48bb78;
        font-weight: 500;
    }

.step-number[b-zhbi2t91pv] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
    color: #718096;
}

.wizard-step.active .step-number[b-zhbi2t91pv] {
    background: #667eea;
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.wizard-step.completed .step-number[b-zhbi2t91pv] {
    background: #48bb78;
    color: white;
}

    .wizard-step.completed .step-number[b-zhbi2t91pv]::before {
        content: '✓';
    }

.wizard-header-actions[b-zhbi2t91pv] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.wizard-content[b-zhbi2t91pv] {
    padding: 30px;
    height: calc(85vh - 90px);
    overflow: auto;
}

/* Wizard Step Content - Responsive */
.wizard-step-content[b-zhbi2t91pv] {
    padding: 20px;
    max-width: 100%;
    margin: 0 auto;
}

@media (max-width: 767px) {
    .wizard-step-content[b-zhbi2t91pv] {
        max-width: 100%;
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .wizard-step-content[b-zhbi2t91pv] {
        max-width: 100%;
        padding: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .wizard-step-content[b-zhbi2t91pv] {
        max-width: 80%;
        margin: 0 auto;
    }
}

@media (min-width: 1600px) {
    .wizard-step-content[b-zhbi2t91pv] {
        max-width: 70%;
        margin: 0 auto;
    }
}

/* Müşteri Başlık Alanı */
.wizard-step-content h4[b-zhbi2t91pv] {
    font-size: 24px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.wizard-step-content .text-muted[b-zhbi2t91pv] {
    font-size: 15px;
    color: #718096;
}

/* Customer Type Selector - İyileştirilmiş */
.customer-type-selector[b-zhbi2t91pv] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .customer-type-selector[b-zhbi2t91pv] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.customer-option[b-zhbi2t91pv] {
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

    .customer-option[b-zhbi2t91pv]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .customer-option:hover[b-zhbi2t91pv] {
        border-color: #667eea;
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
    }

    .customer-option.selected[b-zhbi2t91pv] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
    }

        .customer-option.selected[b-zhbi2t91pv]::before {
            background: linear-gradient(90deg, #667eea, #764ba2);
        }

.customer-option-icon[b-zhbi2t91pv] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
    transition: all 0.3s ease;
}

.customer-option:hover .customer-option-icon[b-zhbi2t91pv] {
    transform: scale(1.1);
}

.customer-option-icon.new[b-zhbi2t91pv] {
    background: linear-gradient(135deg, #48bb78, #38a169);
}

.customer-option-icon.existing[b-zhbi2t91pv] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.customer-option h6[b-zhbi2t91pv] {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.customer-option p[b-zhbi2t91pv] {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* Lead Form Container */
.lead-form-container[b-zhbi2t91pv] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #e2e8f0;
}

.customer-form-container[b-zhbi2t91pv] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #e2e8f0;
}

.type-card[b-zhbi2t91pv] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 250px;
}

    .type-card:hover[b-zhbi2t91pv] {
        border-color: #667eea;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
        transform: translateY(-2px);
    }

    .type-card.selected[b-zhbi2t91pv] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    }

.type-icon[b-zhbi2t91pv] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}

.select-with-create[b-zhbi2t91pv] {
    position: relative;
}

.create-new-btn[b-zhbi2t91pv] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-zhbi2t91pv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-zhbi2t91pv] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

    .activity-option:hover[b-zhbi2t91pv] {
        border-color: #667eea;
    }

    .activity-option.selected[b-zhbi2t91pv] {
        border-color: #667eea;
        background: #f8f9ff;
    }

.wizard-footer[b-zhbi2t91pv] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.wizard-actions[b-zhbi2t91pv] {
    display: none;
}

.progress-indicator[b-zhbi2t91pv] {
    display: none;
}

.progress-bar[b-zhbi2t91pv] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-zhbi2t91pv] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-zhbi2t91pv] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

    .activity-item.overdue[b-zhbi2t91pv] {
        border-left: 4px solid #dc3545;
        background: #fff5f5;
    }

    .activity-item.today[b-zhbi2t91pv] {
        border-left: 4px solid #ffc107;
        background: #fffdf0;
    }

    .activity-item.upcoming[b-zhbi2t91pv] {
        border-left: 4px solid #28a745;
        background: #f8fff8;
    }

.activity-actions[b-zhbi2t91pv] {
    display: flex;
    gap: 5px;
}

.btn-action[b-zhbi2t91pv] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}

.form-section[b-zhbi2t91pv] {
    margin-bottom: 24px;
}

.form-section-title[b-zhbi2t91pv] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-header[b-zhbi2t91pv] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
}

.type-stage-flow[b-zhbi2t91pv] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-zhbi2t91pv] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-zhbi2t91pv] {
    margin-bottom: 5px;
}

.constraint-title[b-zhbi2t91pv] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .constraint-title.required[b-zhbi2t91pv] {
        color: #dc3545;
    }

    .constraint-title.optional[b-zhbi2t91pv] {
        color: #28a745;
    }

.constraint-items[b-zhbi2t91pv] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-zhbi2t91pv] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    background: white;
}

    .constraint-tag.required[b-zhbi2t91pv] {
        color: #dc3545;
        border: 1px solid #f5c6cb;
    }

    .constraint-tag.optional[b-zhbi2t91pv] {
        color: #28a745;
        border: 1px solid #c3e6cb;
    }

    .constraint-tag.multiple[b-zhbi2t91pv]::after {
        font-weight: bold;
    }

.constraint-group-step[b-zhbi2t91pv] {
    background: #ffffff;
    border-radius: 12px;
    padding: 5px;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    max-width: 100%;
}

@media (max-width: 767px) {
    .constraint-group-step[b-zhbi2t91pv] {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .constraint-group-step[b-zhbi2t91pv] {
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .constraint-group-step[b-zhbi2t91pv] {
        max-width: 75%;
    }
}

@media (min-width: 1600px) {
    .constraint-group-step[b-zhbi2t91pv] {
        max-width: 65%;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepBasicInfo.razor.rz.scp.css */
.wizard-step-content[b-2f92smnb22] {
    padding: 10px 5px;
    max-width: 100%;
    margin: 0 auto;
}

/* Mobile - Tam genişlik */
@media (max-width: 767px) {
    .wizard-step-content[b-2f92smnb22] {
        max-width: 100%;
    }
}

/* Tablet - Tam genişlik */
@media (min-width: 768px) and (max-width: 1199px) {
    .wizard-step-content[b-2f92smnb22] {
        max-width: 100%;
    }
}

/* Laptop/Desktop - %75 genişlik, sola yaslı */
@media (min-width: 1200px) and (max-width: 1599px) {
    .wizard-step-content[b-2f92smnb22] {
        max-width: 75%;
        margin: 0;
    }
}

/* Büyük Ekranlar - %60 genişlik, sola yaslı */
@media (min-width: 1600px) {
    .wizard-step-content[b-2f92smnb22] {
        max-width: 60%;
        margin: 0;
    }
}

.wizard-step-content label[b-2f92smnb22] {
    font-size: 0.85rem;
    font-weight: 500;
    color: #495057;
}

.border.bg-light[b-2f92smnb22] {
    font-size: 0.875rem;
    color: #495057;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepBusinessGroupSelector.razor.rz.scp.css */
.group-type-container[b-a3x1jtfkbz] {
    display: flex;
    height: 100%;
    min-height: 540px;
    gap: 1rem;
}

/* === SOL TARAF: GRUP LİSTESİ === */
.group-list[b-a3x1jtfkbz] {
    overflow-y: auto;
    height: 540px;
    width: 280px; /* önceki 240’tan genişletildi */
    background-color: #fff;
    border-right: 1px solid #e4e6ef;
    border-radius: 8px 0 0 8px;
    padding: 6px 4px;
    font-size: 0.85rem; /* yazı bir tık küçüldü */
}

.group-item[b-a3x1jtfkbz] {
    cursor: pointer;
    border-radius: 6px;
    transition: background-color 0.2s, transform 0.15s;
    margin-bottom: 2px;
    color: #3f4254;
    padding: 4px 2px;
}

    .group-item:hover[b-a3x1jtfkbz] {
        background-color: #f5f8ff;
        transform: translateX(2px);
    }

    .group-item.selected[b-a3x1jtfkbz] {
        background-color: #e4edff;
        font-weight: 600;
        border-left: 3px solid #0d6efd;
    }

/* Grup ikonları */
.group-icon[b-a3x1jtfkbz] {
    flex-shrink: 0;
    width: 26px;
    height: 26px;
    border-radius: 50%;
    font-size: 0.95rem;
}

/* === SAĞ TARAF: TYPE CARD ALANI === */
.group-types[b-a3x1jtfkbz] {
    padding-left: 1rem;
    flex: 1;
    transition: opacity 0.3s ease;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepBusinessTypeSelector.razor.rz.scp.css */
.col-5th[b-29wh06fk21] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.type-card[b-29wh06fk21] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 225px;
}

.type-card:hover[b-29wh06fk21] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}

.type-card.selected[b-29wh06fk21] {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.type-header[b-29wh06fk21] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 40%;
}

.type-icon[b-29wh06fk21] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 20px;
    color: white;
    flex-shrink: 0; /* İkonun küçülmesini engeller */
}

.type-stage-flow[b-29wh06fk21] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-29wh06fk21] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-29wh06fk21] {
    margin-bottom: 5px;
}

.constraint-title[b-29wh06fk21] {
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.constraint-title.required[b-29wh06fk21] {
    color: #dc3545;
}

.constraint-title.optional[b-29wh06fk21] {
    color: #28a745;
}

.constraint-items[b-29wh06fk21] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-29wh06fk21] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 7px;
    font-weight: 500;
    gap: 4px;
}

.constraint-tag.required[b-29wh06fk21] {
    background: #fff5f5;
    color: #dc3545;
    border: 1px solid #f5c6cb;
}

.constraint-tag.optional[b-29wh06fk21] {
    background: #f8fff8;
    color: #28a745;
    border: 1px solid #c3e6cb;
}

.constraint-tag.multiple[b-29wh06fk21]::after {
    font-weight: bold;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepCustomerExistingForm.razor.rz.scp.css */
.wizard-container[b-3mq9ep1vut] {
    width: 1000px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    max-height: 85vh !important;
}

.col-5th[b-3mq9ep1vut] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.wizard-header[b-3mq9ep1vut] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
}

.wizard-steps[b-3mq9ep1vut] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.wizard-step[b-3mq9ep1vut] {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.wizard-step.active[b-3mq9ep1vut] {
    color: white;
    font-weight: bold;
}

.wizard-step.completed[b-3mq9ep1vut] {
    color: #90EE90;
}

.step-number[b-3mq9ep1vut] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

.wizard-step.active .step-number[b-3mq9ep1vut] {
    background: white;
    color: #667eea;
}

.wizard-step.completed .step-number[b-3mq9ep1vut] {
    background: #90EE90;
    color: #2d5016;
}

.wizard-content[b-3mq9ep1vut] {
    padding: 20px;
    height: 600px;
    overflow: auto;
}
/*}

.wizard-step-contentt {
}*/

.type-card[b-3mq9ep1vut] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 250px;
}

.type-card:hover[b-3mq9ep1vut] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}

.type-card.selected[b-3mq9ep1vut] {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.type-icon[b-3mq9ep1vut] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}

.select-with-create[b-3mq9ep1vut] {
    position: relative;
}

.create-new-btn[b-3mq9ep1vut] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-3mq9ep1vut] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-3mq9ep1vut] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.activity-option:hover[b-3mq9ep1vut] {
    border-color: #667eea;
}

.activity-option.selected[b-3mq9ep1vut] {
    border-color: #667eea;
    background: #f8f9ff;
}

.wizard-footer[b-3mq9ep1vut] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}


.wizard-actions[b-3mq9ep1vut] {
    background: #f8f9fa;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-indicator[b-3mq9ep1vut] {
    flex: 1;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin: 0 20px;
    overflow: hidden;
}

.progress-bar[b-3mq9ep1vut] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-3mq9ep1vut] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-3mq9ep1vut] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

.activity-item.overdue[b-3mq9ep1vut] {
    border-left: 4px solid #dc3545;
    background: #fff5f5;
}

.activity-item.today[b-3mq9ep1vut] {
    border-left: 4px solid #ffc107;
    background: #fffdf0;
}

.activity-item.upcoming[b-3mq9ep1vut] {
    border-left: 4px solid #28a745;
    background: #f8fff8;
}

.activity-actions[b-3mq9ep1vut] {
    display: flex;
    gap: 5px;
}

.btn-action[b-3mq9ep1vut] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}

.customer-type-selector[b-3mq9ep1vut] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.customer-option[b-3mq9ep1vut] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.customer-option:hover[b-3mq9ep1vut] {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.customer-option.selected[b-3mq9ep1vut] {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.customer-option-icon[b-3mq9ep1vut] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    color: white;
}

.customer-option-icon.new[b-3mq9ep1vut] {
    background: linear-gradient(135deg, #45b7d1, #96c93d);
}

.customer-option-icon.existing[b-3mq9ep1vut] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.lead-form-container[b-3mq9ep1vut], .customer-form-container[b-3mq9ep1vut] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.form-section[b-3mq9ep1vut] {
    margin-bottom: 24px;
}

.form-section-title[b-3mq9ep1vut] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-header[b-3mq9ep1vut] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
}


.type-stage-flow[b-3mq9ep1vut] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-3mq9ep1vut] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-3mq9ep1vut] {
    margin-bottom: 5px;
}

.constraint-title[b-3mq9ep1vut] {
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.constraint-title.required[b-3mq9ep1vut] {
    color: #dc3545;
}

.constraint-title.optional[b-3mq9ep1vut] {
    color: #28a745;
}

.constraint-items[b-3mq9ep1vut] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-3mq9ep1vut] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 7px;
    font-weight: 500;
    gap: 4px;
}

.constraint-tag.required[b-3mq9ep1vut] {
    background: #fff5f5;
    color: #dc3545;
    border: 1px solid #f5c6cb;
}

.constraint-tag.optional[b-3mq9ep1vut] {
    background: #f8fff8;
    color: #28a745;
    border: 1px solid #c3e6cb;
}

.constraint-tag.multiple[b-3mq9ep1vut]::after {
    font-weight: bold;
}

.constraint-group-step[b-3mq9ep1vut] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepCustomerLeadForm.razor.rz.scp.css */
.wizard-container[b-2v8wpdqch8] {
    width: 1000px;
    margin: 20px auto;
    background: white;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    overflow: hidden;
    max-height: 85vh !important;
}

.col-5th[b-2v8wpdqch8] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.wizard-header[b-2v8wpdqch8] {
    background: linear-gradient(135deg, #667eea 0%, #764ba2 100%);
    color: white;
    padding: 20px;
}

.wizard-steps[b-2v8wpdqch8] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 15px;
}

.wizard-step[b-2v8wpdqch8] {
    display: flex;
    align-items: center;
    color: rgba(255,255,255,0.7);
    font-size: 14px;
}

.wizard-step.active[b-2v8wpdqch8] {
    color: white;
    font-weight: bold;
}

.wizard-step.completed[b-2v8wpdqch8] {
    color: #90EE90;
}

.step-number[b-2v8wpdqch8] {
    width: 24px;
    height: 24px;
    border-radius: 50%;
    background: rgba(255,255,255,0.2);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 8px;
    font-size: 12px;
}

.wizard-step.active .step-number[b-2v8wpdqch8] {
    background: white;
    color: #667eea;
}

.wizard-step.completed .step-number[b-2v8wpdqch8] {
    background: #90EE90;
    color: #2d5016;
}

.wizard-content[b-2v8wpdqch8] {
    padding: 20px;
    height: 600px;
    overflow: auto;
}
/*}

.wizard-step-contentt {
}*/

.type-card[b-2v8wpdqch8] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 250px;
}

.type-card:hover[b-2v8wpdqch8] {
    border-color: #667eea;
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
    transform: translateY(-2px);
}

.type-card.selected[b-2v8wpdqch8] {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.type-icon[b-2v8wpdqch8] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}

.select-with-create[b-2v8wpdqch8] {
    position: relative;
}

.create-new-btn[b-2v8wpdqch8] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-2v8wpdqch8] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-2v8wpdqch8] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

.activity-option:hover[b-2v8wpdqch8] {
    border-color: #667eea;
}

.activity-option.selected[b-2v8wpdqch8] {
    border-color: #667eea;
    background: #f8f9ff;
}

.wizard-footer[b-2v8wpdqch8] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}


.wizard-actions[b-2v8wpdqch8] {
    background: #f8f9fa;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.progress-indicator[b-2v8wpdqch8] {
    flex: 1;
    height: 4px;
    background: #e9ecef;
    border-radius: 2px;
    margin: 0 20px;
    overflow: hidden;
}

.progress-bar[b-2v8wpdqch8] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-2v8wpdqch8] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-2v8wpdqch8] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

.activity-item.overdue[b-2v8wpdqch8] {
    border-left: 4px solid #dc3545;
    background: #fff5f5;
}

.activity-item.today[b-2v8wpdqch8] {
    border-left: 4px solid #ffc107;
    background: #fffdf0;
}

.activity-item.upcoming[b-2v8wpdqch8] {
    border-left: 4px solid #28a745;
    background: #f8fff8;
}

.activity-actions[b-2v8wpdqch8] {
    display: flex;
    gap: 5px;
}

.btn-action[b-2v8wpdqch8] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}

.customer-type-selector[b-2v8wpdqch8] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 20px;
}

.customer-option[b-2v8wpdqch8] {
    border: 2px solid #e9ecef;
    border-radius: 12px;
    padding: 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
}

.customer-option:hover[b-2v8wpdqch8] {
    border-color: #667eea;
    transform: translateY(-2px);
    box-shadow: 0 4px 12px rgba(102, 126, 234, 0.1);
}

.customer-option.selected[b-2v8wpdqch8] {
    border-color: #667eea;
    background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
}

.customer-option-icon[b-2v8wpdqch8] {
    width: 40px;
    height: 40px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 12px;
    font-size: 18px;
    color: white;
}

.customer-option-icon.new[b-2v8wpdqch8] {
    background: linear-gradient(135deg, #45b7d1, #96c93d);
}

.customer-option-icon.existing[b-2v8wpdqch8] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.lead-form-container[b-2v8wpdqch8], .customer-form-container[b-2v8wpdqch8] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 20px;
}

.form-section[b-2v8wpdqch8] {
    margin-bottom: 24px;
}

.form-section-title[b-2v8wpdqch8] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-header[b-2v8wpdqch8] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
}


.type-stage-flow[b-2v8wpdqch8] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-2v8wpdqch8] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-2v8wpdqch8] {
    margin-bottom: 5px;
}

.constraint-title[b-2v8wpdqch8] {
    font-size: 7px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 3px;
    display: flex;
    align-items: center;
    gap: 2px;
}

.constraint-title.required[b-2v8wpdqch8] {
    color: #dc3545;
}

.constraint-title.optional[b-2v8wpdqch8] {
    color: #28a745;
}

.constraint-items[b-2v8wpdqch8] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-2v8wpdqch8] {
    display: inline-flex;
    align-items: center;
    padding: 4px 8px;
    border-radius: 12px;
    font-size: 7px;
    font-weight: 500;
    gap: 4px;
}

.constraint-tag.required[b-2v8wpdqch8] {
    background: #fff5f5;
    color: #dc3545;
    border: 1px solid #f5c6cb;
}

.constraint-tag.optional[b-2v8wpdqch8] {
    background: #f8fff8;
    color: #28a745;
    border: 1px solid #c3e6cb;
}

.constraint-tag.multiple[b-2v8wpdqch8]::after {
    font-weight: bold;
}

.constraint-group-step[b-2v8wpdqch8] {
    background: #f8f9fa;
    border-radius: 8px;
    padding: 20px;
    margin-bottom: 20px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/BusinessItemManagement/Pages/BusinessItem/Components/Steps/StepCustomerSelection.razor.rz.scp.css */
.wizard-container[b-krljab8ydl] {
    width: 100%;
    max-width: 100%;
    margin: 0;
    background: white;
    border-radius: 0;
    box-shadow: none;
    overflow: hidden;
    max-height: 85vh !important;
}

.col-5th[b-krljab8ydl] {
    padding: 0px;
    flex: 0 0 20%;
    max-width: 20%;
}

.wizard-header[b-krljab8ydl] {
    background: linear-gradient(135deg, #f8f9ff 0%, #e8ecff 100%);
    border-bottom: 2px solid #667eea;
    color: #2d3748;
    padding: 20px 30px;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

    .wizard-header h3[b-krljab8ydl] {
        font-size: 18px;
        font-weight: 600;
        margin-bottom: 0 !important;
        text-align: left;
        color: #1a202c;
    }

.wizard-steps[b-krljab8ydl] {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    gap: 40px;
    margin-top: 0;
    flex: 1;
    padding: 0 40px;
}

.wizard-step[b-krljab8ydl] {
    display: flex;
    align-items: center;
    color: #718096;
    font-size: 15px;
    position: relative;
    padding-right: 40px;
}

    .wizard-step[b-krljab8ydl]::after {
        content: '→';
        position: absolute;
        right: 12px;
        color: #cbd5e0;
        font-size: 16px;
    }

    .wizard-step:last-child[b-krljab8ydl]::after {
        display: none;
    }

    .wizard-step:last-child[b-krljab8ydl] {
        padding-right: 0;
    }

    .wizard-step.active[b-krljab8ydl] {
        color: #667eea;
        font-weight: 600;
    }

    .wizard-step.completed[b-krljab8ydl] {
        color: #48bb78;
        font-weight: 500;
    }

.step-number[b-krljab8ydl] {
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background: #e2e8f0;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-right: 12px;
    font-size: 15px;
    font-weight: 600;
    flex-shrink: 0;
    color: #718096;
}

.wizard-step.active .step-number[b-krljab8ydl] {
    background: #667eea;
    color: white;
    box-shadow: 0 2px 8px rgba(102, 126, 234, 0.3);
}

.wizard-step.completed .step-number[b-krljab8ydl] {
    background: #48bb78;
    color: white;
}

    .wizard-step.completed .step-number[b-krljab8ydl]::before {
        content: '✓';
    }

.wizard-header-actions[b-krljab8ydl] {
    display: flex;
    gap: 12px;
    align-items: center;
}

.wizard-content[b-krljab8ydl] {
    padding: 30px;
    height: calc(85vh - 90px);
    overflow: auto;
}

/* Wizard Step Content - Responsive - SOL YANIŞIK */
.wizard-step-content[b-krljab8ydl] {
    padding: 10px;
    max-width: 100%;
    margin: 0; /* Sola yaslı için margin kaldırıldı */
}

@media (max-width: 767px) {
    .wizard-step-content[b-krljab8ydl] {
        max-width: 100%;
        padding: 15px;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .wizard-step-content[b-krljab8ydl] {
        max-width: 100%;
        padding: 20px;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .wizard-step-content[b-krljab8ydl] {
        max-width: 80%;
        margin: 0; /* Sola yaslı */
    }
}

@media (min-width: 1600px) {
    .wizard-step-content[b-krljab8ydl] {
        max-width: 70%;
        margin: 0; /* Sola yaslı */
    }
}

/* Müşteri Başlık Alanı */
.wizard-step-content h4[b-krljab8ydl] {
    font-size: 24px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.wizard-step-content .text-muted[b-krljab8ydl] {
    font-size: 15px;
    color: #718096;
}

/* Customer Type Selector - İyileştirilmiş */
.customer-type-selector[b-krljab8ydl] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 24px;
    margin-top: 32px;
    margin-bottom: 32px;
}

@media (max-width: 767px) {
    .customer-type-selector[b-krljab8ydl] {
        grid-template-columns: 1fr;
        gap: 16px;
    }
}

.customer-option[b-krljab8ydl] {
    border: 2px solid #e2e8f0;
    border-radius: 16px;
    padding: 32px 24px;
    cursor: pointer;
    transition: all 0.3s ease;
    text-align: center;
    background: #ffffff;
    position: relative;
    overflow: hidden;
}

    .customer-option[b-krljab8ydl]::before {
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        height: 4px;
        background: transparent;
        transition: all 0.3s ease;
    }

    .customer-option:hover[b-krljab8ydl] {
        border-color: #667eea;
        transform: translateY(-4px);
        box-shadow: 0 8px 24px rgba(102, 126, 234, 0.15);
    }

    .customer-option.selected[b-krljab8ydl] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
        box-shadow: 0 4px 16px rgba(102, 126, 234, 0.2);
    }

        .customer-option.selected[b-krljab8ydl]::before {
            background: linear-gradient(90deg, #667eea, #764ba2);
        }

.customer-option-icon[b-krljab8ydl] {
    width: 64px;
    height: 64px;
    border-radius: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    font-size: 28px;
    color: white;
    transition: all 0.3s ease;
}

.customer-option:hover .customer-option-icon[b-krljab8ydl] {
    transform: scale(1.1);
}

.customer-option-icon.new[b-krljab8ydl] {
    background: linear-gradient(135deg, #48bb78, #38a169);
}

.customer-option-icon.existing[b-krljab8ydl] {
    background: linear-gradient(135deg, #667eea, #764ba2);
}

.customer-option h6[b-krljab8ydl] {
    font-size: 18px;
    font-weight: 600;
    color: #1a202c;
    margin-bottom: 8px;
}

.customer-option p[b-krljab8ydl] {
    font-size: 14px;
    color: #718096;
    line-height: 1.5;
    margin: 0;
}

/* Lead Form Container */
.lead-form-container[b-krljab8ydl] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #e2e8f0;
}

.customer-form-container[b-krljab8ydl] {
    background: #f8f9fa;
    border-radius: 12px;
    padding: 24px;
    margin-top: 24px;
    border: 1px solid #e2e8f0;
}

.type-card[b-krljab8ydl] {
    margin: 5px;
    border: 2px solid #e9ecef;
    border-radius: 10px;
    padding: 10px;
    cursor: pointer;
    transition: all 0.3s ease;
    height: 250px;
}

    .type-card:hover[b-krljab8ydl] {
        border-color: #667eea;
        box-shadow: 0 4px 12px rgba(102, 126, 234, 0.15);
        transform: translateY(-2px);
    }

    .type-card.selected[b-krljab8ydl] {
        border-color: #667eea;
        background: linear-gradient(135deg, #f8f9ff 0%, #e8f2ff 100%);
    }

.type-icon[b-krljab8ydl] {
    width: 35px;
    height: 35px;
    border-radius: 12px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 10px;
    font-size: 20px;
    color: white;
}

.select-with-create[b-krljab8ydl] {
    position: relative;
}

.create-new-btn[b-krljab8ydl] {
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
    border: none;
    background: #e9ecef;
    border-radius: 4px;
    padding: 4px 8px;
    font-size: 12px;
    cursor: pointer;
}

.activity-selector[b-krljab8ydl] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(120px, 1fr));
    gap: 15px;
    margin-top: 20px;
}

.activity-option[b-krljab8ydl] {
    border: 2px solid #e9ecef;
    border-radius: 8px;
    padding: 15px;
    text-align: center;
    cursor: pointer;
    transition: all 0.3s;
}

    .activity-option:hover[b-krljab8ydl] {
        border-color: #667eea;
    }

    .activity-option.selected[b-krljab8ydl] {
        border-color: #667eea;
        background: #f8f9ff;
    }

.wizard-footer[b-krljab8ydl] {
    background: linear-gradient(135deg, #f8f9fa 0%, #e9ecef 100%);
    padding: 24px 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-top: 1px solid #dee2e6;
}

.wizard-actions[b-krljab8ydl] {
    display: none;
}

.progress-indicator[b-krljab8ydl] {
    display: none;
}

.progress-bar[b-krljab8ydl] {
    height: 100%;
    background: linear-gradient(90deg, #667eea, #764ba2);
    border-radius: 2px;
    transition: width 0.3s ease;
}

.planned-activities[b-krljab8ydl] {
    max-height: 300px;
    overflow-y: auto;
}

.activity-item[b-krljab8ydl] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px 15px;
    border: 1px solid #e9ecef;
    border-radius: 6px;
    margin-bottom: 8px;
    background: white;
}

    .activity-item.overdue[b-krljab8ydl] {
        border-left: 4px solid #dc3545;
        background: #fff5f5;
    }

    .activity-item.today[b-krljab8ydl] {
        border-left: 4px solid #ffc107;
        background: #fffdf0;
    }

    .activity-item.upcoming[b-krljab8ydl] {
        border-left: 4px solid #28a745;
        background: #f8fff8;
    }

.activity-actions[b-krljab8ydl] {
    display: flex;
    gap: 5px;
}

.btn-action[b-krljab8ydl] {
    padding: 2px 8px;
    font-size: 11px;
    border-radius: 4px;
}

.form-section[b-krljab8ydl] {
    margin-bottom: 24px;
}

.form-section-title[b-krljab8ydl] {
    font-size: 14px;
    font-weight: 600;
    color: #495057;
    margin-bottom: 16px;
    display: flex;
    align-items: center;
    gap: 8px;
}

.type-header[b-krljab8ydl] {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    height: 60%;
}

.type-stage-flow[b-krljab8ydl] {
    font-size: 7px;
    color: #6c757d;
    font-weight: 500;
    display: flex;
    align-items: center;
    gap: 4px;
}

.type-constraints[b-krljab8ydl] {
    padding-top: 10px;
    border-top: 1px solid #e9ecef;
    height: 40%;
}

.constraint-group[b-krljab8ydl] {
    margin-bottom: 5px;
}

.constraint-title[b-krljab8ydl] {
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: 8px;
    display: flex;
    align-items: center;
    gap: 6px;
}

    .constraint-title.required[b-krljab8ydl] {
        color: #dc3545;
    }

    .constraint-title.optional[b-krljab8ydl] {
        color: #28a745;
    }

.constraint-items[b-krljab8ydl] {
    display: flex;
    flex-wrap: wrap;
    gap: 6px;
}

.constraint-tag[b-krljab8ydl] {
    display: inline-flex;
    align-items: center;
    padding: 6px 12px;
    border-radius: 12px;
    font-size: 12px;
    font-weight: 500;
    gap: 4px;
    background: white;
}

    .constraint-tag.required[b-krljab8ydl] {
        color: #dc3545;
        border: 1px solid #f5c6cb;
    }

    .constraint-tag.optional[b-krljab8ydl] {
        color: #28a745;
        border: 1px solid #c3e6cb;
    }

    .constraint-tag.multiple[b-krljab8ydl]::after {
        font-weight: bold;
    }

.constraint-group-step[b-krljab8ydl] {
    background: #ffffff;
    border-radius: 12px;
    padding: 5px !important;
    margin-bottom: 24px;
    border: 1px solid #e2e8f0;
    overflow: hidden;
    max-width: 100%;
}

@media (max-width: 767px) {
    .constraint-group-step[b-krljab8ydl] {
        max-width: 100%;
    }
}

@media (min-width: 768px) and (max-width: 1199px) {
    .constraint-group-step[b-krljab8ydl] {
        max-width: 100%;
    }
}

@media (min-width: 1200px) and (max-width: 1599px) {
    .constraint-group-step[b-krljab8ydl] {
        max-width: 75%;
        margin-left: 0; /* Sol yanaşık */
    }
}

@media (min-width: 1600px) {
    .constraint-group-step[b-krljab8ydl] {
        max-width: 65%;
        margin-left: 0; /* Sol yanaşık */
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/CampaignManagement/Campaigns/Components/ActiveCampaign/ActiveCampaignCard.razor.rz.scp.css */
.align-center[b-g877597z5s] {
    align-items: center;
}

#image-container[b-g877597z5s] {
    max-width: 25px;
    max-height: 25px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/CampaignManagement/Campaigns/Components/CampaignInformation/CampaignInformationCard.razor.rz.scp.css */
.text-sm[b-q0ppxq0qg0] {
    font-size: 0.60rem;
}

.modern-info-box[b-q0ppxq0qg0] {
    padding: 10px;
    border-radius: 5px;
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.modern-info-box strong[b-q0ppxq0qg0] {
    display: block;
    margin-bottom: 5px;
    color: #495057;
}

.modern-info-box p[b-q0ppxq0qg0] {
    margin: 0;
    color: #6c757d;
}

.table-scroll[b-q0ppxq0qg0] {
    height: 110px;
    overflow-y: auto;
}

.table-scroll table thead th[b-q0ppxq0qg0] {
    position: sticky;
    top: 0;
    background-color: #f8f9fa;
    z-index: 1;
}

.info-grid[b-q0ppxq0qg0] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: var(--s-space-8);
    margin-bottom: var(--s-space-16);
}

.info-box[b-q0ppxq0qg0] {
    display: flex;
    align-items: center;
    gap: var(--s-space-8);
    padding: var(--s-space-8);
    border-radius: var(--s-border-radius-default);
    transition: background-color 0.2s ease;
    border-width: 1px;
}


.icon[b-q0ppxq0qg0] {
    font-size: 20px;
    line-height: 1;
}

.content[b-q0ppxq0qg0] {
    flex: 1;
}

.info-box label[b-q0ppxq0qg0] {
    display: block;
    font-size: var(--s-font-size-12);
}

.info-box p[b-q0ppxq0qg0] {
    font-size: var(--s-font-size-12);
    font-weight: var(--s-font-weight-medium);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/DealerCampaigns/ApplyCampaign/Components/CampaignParticipationDiscount.razor.rz.scp.css */
.text-sm[b-o69n808kfw] {
    font-size: 0.60rem;
}

.table-scroll[b-o69n808kfw] {
    height: 110px;
    overflow-y: auto;
}

    .table-scroll table thead th[b-o69n808kfw] {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 1;
    }
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/DealerCampaigns/ApplyCampaign/Components/CampaignParticipationInformation.razor.rz.scp.css */
    .text-sm[b-pg5pscomi3] {
        font-size: 0.60rem;
    }

    .modern-info-box[b-pg5pscomi3] {
        padding: 10px;
        border-radius: 5px;
        background-color: #f8f9fa;
        border: 1px solid #dee2e6;
    }

    .modern-info-box strong[b-pg5pscomi3] {
        display: block;
        margin-bottom: 5px;
        color: #495057;
    }

    .modern-info-box p[b-pg5pscomi3] {
        margin: 0;
        color: #6c757d;
    }

    .table-scroll[b-pg5pscomi3] {
        height: 110px;
        overflow-y: auto;
    }

    .table-scroll table thead th[b-pg5pscomi3] {
        position: sticky;
        top: 0;
        background-color: #f8f9fa;
        z-index: 1;
    }

    .info-grid[b-pg5pscomi3] {
        display: grid;
        grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
        gap: var(--s-space-8);
        margin-bottom: var(--s-space-16);
    }

    .info-box[b-pg5pscomi3] {
        display: flex;
        align-items: center;
        gap: var(--s-space-8);
        padding: var(--s-space-8);
        border-radius: var(--s-border-radius-default);
        transition: background-color 0.2s ease;
        border-width: 1px;
    }


    .icon[b-pg5pscomi3] {
        font-size: 20px;
        line-height: 1;
    }

    .content[b-pg5pscomi3] {
        flex: 1;
    }

    .info-box label[b-pg5pscomi3] {
        display: block;
        font-size: var(--s-font-size-12);
    }

    .info-box p[b-pg5pscomi3] {
        font-size: var(--s-font-size-12);
        font-weight: var(--s-font-weight-medium);
    }
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/DealerCampaigns/ApplyCampaign/Components/CampaignParticipationPayment.razor.rz.scp.css */
.text-fs[b-e5j25619nj] {
    font-size: 0.60rem;
}

.dxbl-text-edit .dxbl-text-edit-input[b-e5j25619nj] {
    font-size: 0.75em;
}

.dxbl-listbox div.dxbl-listbox-item[b-e5j25619nj] {
    font-size: 0.75em;
}


.custom-drop-zone[b-e5j25619nj] {
    padding: 0 !important;
    border-style: dashed;
    border-width: 2px !important;
    height: 230px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background-color: rgba(183, 183, 183, 0.1);
}

    .custom-drop-zone.custom-drop-zone-hover[b-e5j25619nj] {
        border-style: solid;
    }

    .custom-drop-zone svg[b-e5j25619nj] {
        width: 42px;
        height: 42px;
    }

    .custom-drop-zone > *:not(#overviewDemoSelectButton)[b-e5j25619nj] {
        pointer-events: none;
    }


.drop-file-icon[b-e5j25619nj] {
    background-size: contain;   
    mask-repeat: no-repeat;
    -webkit-mask-repeat: no-repeat;
    background-position: center center;
    background-color: #ADB5BD;
    width: 48px;
    height: 48px;
    -webkit-mask-image: url("../images/icons/drop-file.svg");
    mask-image: url("../images/icons/drop-file.svg");
}

.drop-file-label[b-e5j25619nj] {
    font-weight: 500;
    font-size: 1rem;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/DealerCampaigns/ApplyCampaign/Components/CreditCardPaymentModal.razor.rz.scp.css */
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/DealerCampaigns/CampaignApplicationDetail/CampaignApplicationDetail.razor.rz.scp.css */
.text-sm[b-qkghcjvrbp] {
    font-size: 0.60rem;
}

.campaign-status[b-qkghcjvrbp] {
    height: calc(var(--rem-scale) * 3.6rem);
    padding: var(--s-space-8) var(--s-space-16);
    font-size: var(--s-font-size-14);
    font-weight: var(--s-font-weight-medium)
}

.campaign-detail-wrapper[b-qkghcjvrbp] {
    display: flex;
    gap: var(--s-space-16);
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .campaign-detail-wrapper[b-qkghcjvrbp] {
        flex-direction: row;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/Dealers/Components/DealerInformation/DealerInformationCard.razor.rz.scp.css */
.text-sm[b-4g8uryrl2w] {
    font-size: 0.60rem;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/Dealers/DealerB2BDashboard.razor.rz.scp.css */
.text-fs[b-3fboi9zemg] {
    font-size: 0.60rem;
}

.border-left-card[b-3fboi9zemg] {
    border-left: 5px solid;
    transition: transform 0.3s;
}

    .border-left-card:hover[b-3fboi9zemg] {
        transform: translateY(-5px);
    }

.border-campaign[b-3fboi9zemg] {
    border-left-color: #2196F3;
}

.border-order[b-3fboi9zemg] {
    border-left-color: #4CAF50;
}

.border-payment[b-3fboi9zemg] {
    border-left-color: #ffc107;
}

.border-account[b-3fboi9zemg] {
    border-left-color: #dc3545;
}

.text-campaign[b-3fboi9zemg] {
    color: #2196F3;
}

.text-order[b-3fboi9zemg] {
    color: #4CAF50;
}

.text-payment[b-3fboi9zemg] {
    color: #ffc107;
}

.text-account[b-3fboi9zemg] {
    color: #dc3545;
}

.card .icon[b-3fboi9zemg] {
    font-size: 2rem;
    opacity: 0.7;
}

.card[b-3fboi9zemg] {
    transition: transform 0.2s ease-in-out;
}

    .card:hover[b-3fboi9zemg] {
        transform: translateY(-5px);
    }

.overflow-auto[b-3fboi9zemg] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

    .overflow-auto[b-3fboi9zemg]::-webkit-scrollbar {
        height: 6px;
    }

    .overflow-auto[b-3fboi9zemg]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .overflow-auto[b-3fboi9zemg]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

        .overflow-auto[b-3fboi9zemg]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }


.tab-container-padding[b-3fboi9zemg] {
    padding: 15px;  İstediğiniz padding değerini buraya girin 
}

.custom-tab-icon[b-3fboi9zemg] {
    margin-right: 7px;  İkon ile metin arasındaki boşluk 
}

.custom-tab-text[b-3fboi9zemg] {
    font-weight: 500;  Yazı tipi kalın 
}

.h-lg-150px[b-3fboi9zemg] {
    height: 150px !important;
}

.w-lg-150px[b-3fboi9zemg] {
    width: 150px !important;
}

.me-7[b-3fboi9zemg] {
    margin-right: 1.75rem !important;
}

.flex-center[b-3fboi9zemg] {
    justify-content: center;
    align-items: center;
}

.mr-4[b-3fboi9zemg] {
    margin-right: 1rem !important;
}

.symbol.symbol-35px .symbol-label[b-3fboi9zemg] {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle[b-3fboi9zemg], .symbol.symbol-circle .symbol-label[b-3fboi9zemg], .symbol.symbol-circle > img[b-3fboi9zemg] {
    border-radius: 50%;
}

.symbol-group .symbol-label[b-3fboi9zemg] {
    position: relative;
}

.fs-5[b-3fboi9zemg] {
    font-size: 1.15rem !important;
}

.justify-content-between[b-3fboi9zemg] {
    justify-content: space-between !important;
}

.d-block[b-3fboi9zemg] {
    display: block !important;
}

.text-muted[b-3fboi9zemg] {
    color: #99a1b7;
}

.text-gray-900[b-3fboi9zemg] {
    color: #071437;
}

.fs-3[b-3fboi9zemg] {
    font-size: 1.35rem !important;
}

.fs-1[b-3fboi9zemg] {
    font-size: 0.9rem !important;
}

.fw-semibold[b-3fboi9zemg] {
    font-weight: 500 !important;
}

.hover-blue[b-3fboi9zemg] {
    border: 1px solid gray !important;
}

.text-gray-500[b-3fboi9zemg] {
    color: #99a1b7 !important;
}

.fs-2hx[b-3fboi9zemg] {
    font-size: 2.5rem !important;
}

.fs-2[b-3fboi9zemg] {
    font-size: 0.8rem !important;
}


.mycard.mycard-white[b-3fboi9zemg] {
    background-color: #ffffff;
}

.separator[b-3fboi9zemg] {
    display: block;
    height: 0;
    border-bottom: 1px solid #f1f1f4;
}

    .separator.separator-dashed[b-3fboi9zemg] {
        border-bottom-style: dashed;
        border-bottom-color: #dbdfe9;
    }

    .separator.separator-warning[b-3fboi9zemg] {
        border-bottom: 3px solid #f6c000;
    }

    .separator.separator-success[b-3fboi9zemg] {
        border-bottom: 3px solid #17c653;
    }

    .separator.separator-primary[b-3fboi9zemg] {
        border-bottom: 3px solid #1b84ff;
    }

.fs-4[b-3fboi9zemg] {
    font-size: 1.25rem !important;
}

.symbol-group.symbol-hover .symbol[b-3fboi9zemg] {
    cursor: pointer;
}

.pointer[b-3fboi9zemg] {
    cursor: pointer;
}

.symbol-group .symbol[b-3fboi9zemg] {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all .3s ease;
}

.symbol.symbol-circle[b-3fboi9zemg], .symbol.symbol-circle .symbol-label[b-3fboi9zemg], .symbol.symbol-circle > img[b-3fboi9zemg] {
    border-radius: 50%;
}

.symbol[b-3fboi9zemg] {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol-group[b-3fboi9zemg] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.mb-9[b-3fboi9zemg] {
    margin-bottom: 2.25rem !important;
}

.flex-stack[b-3fboi9zemg] {
    justify-content: space-between;
    align-items: center;
}

.badge-light-success[b-3fboi9zemg] {
    background-color: #dfffea;
    color: #17c653;
}

.badge-light-warning[b-3fboi9zemg] {
    background-color: #fff8dd;
    color: #f6c000;
}

.badge-light-primary[b-3fboi9zemg] {
    background-color: #e9f3ff;
    color: #1b84ff;
}

.badge[b-3fboi9zemg] {
    display: inline-flex;
    align-items: center;
}

.fw-bold[b-3fboi9zemg] {
    font-weight: 600 !important;
}

.py-3[b-3fboi9zemg] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.px-4[b-3fboi9zemg] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.me-auto[b-3fboi9zemg] {
    margin-right: auto !important;
}

.visible[b-3fboi9zemg] {
    visibility: visible !important;
}

.project-description[b-3fboi9zemg] {
    vertical-align: bottom;
    font-style: italic;
    color: grey;
}

@media(max-width: 767.98px) {
    .project-description[b-3fboi9zemg] {
        max-width: 300px !important;
    }
}

.custom-justify-content-end[b-3fboi9zemg] {
    justify-content: end;
}

@media (max-width: 425px) {
    .custom-justify-content-end[b-3fboi9zemg] {
        justify-content: flex-start;
    }
}

.project-title[b-3fboi9zemg] {
    font-weight: 600;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/DealerManagement/Dealers/DealerDashboard.razor.rz.scp.css */
.text-fs[b-01a6gg8bvn] {
    font-size: 0.60rem;
}

.border-left-card[b-01a6gg8bvn] {
    border-left: 5px solid;
    transition: transform 0.3s;
}

.border-left-card:hover[b-01a6gg8bvn] {
    transform: translateY(-5px);
}

.border-campaign[b-01a6gg8bvn] {
    border-left-color: #2196F3;
}

.border-order[b-01a6gg8bvn] {
    border-left-color: #4CAF50;
}

.border-payment[b-01a6gg8bvn] {
    border-left-color: #ffc107;
}

.border-account[b-01a6gg8bvn] {
    border-left-color: #dc3545;
}

.text-campaign[b-01a6gg8bvn] {
    color: #2196F3;
}

.text-order[b-01a6gg8bvn] {
    color: #4CAF50;
}

.text-payment[b-01a6gg8bvn] {
    color: #ffc107;
}

.text-account[b-01a6gg8bvn] {
    color: #dc3545;
}

.card .icon[b-01a6gg8bvn] {
    font-size: 2rem;
    opacity: 0.7;
}

.card[b-01a6gg8bvn] {
    transition: transform 0.2s ease-in-out;
}

.card:hover[b-01a6gg8bvn] {
    transform: translateY(-5px);
}

.overflow-auto[b-01a6gg8bvn] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.overflow-auto[b-01a6gg8bvn]::-webkit-scrollbar {
    height: 6px;
}

.overflow-auto[b-01a6gg8bvn]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.overflow-auto[b-01a6gg8bvn]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.overflow-auto[b-01a6gg8bvn]::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.tab-container-padding[b-01a6gg8bvn] {
    padding: 15px;
}

.custom-tab-icon[b-01a6gg8bvn] {
    margin-right: 7px;
}

.custom-tab-text[b-01a6gg8bvn] {
    font-weight: 500;
}

.h-lg-150px[b-01a6gg8bvn] {
    height: 150px !important;
}

.w-lg-150px[b-01a6gg8bvn] {
    width: 150px !important;
}

.me-7[b-01a6gg8bvn] {
    margin-right: 1.75rem !important;
}

.flex-center[b-01a6gg8bvn] {
    justify-content: center;
    align-items: center;
}

.mr-4[b-01a6gg8bvn] {
    margin-right: 1rem !important;
}

.symbol.symbol-35px .symbol-label[b-01a6gg8bvn] {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle[b-01a6gg8bvn],
.symbol.symbol-circle .symbol-label[b-01a6gg8bvn],
.symbol.symbol-circle>img[b-01a6gg8bvn] {
    border-radius: 50%;
}

.symbol-group .symbol-label[b-01a6gg8bvn] {
    position: relative;
}

.fs-5[b-01a6gg8bvn] {
    font-size: 1.15rem !important;
}

.justify-content-between[b-01a6gg8bvn] {
    justify-content: space-between !important;
}

.d-block[b-01a6gg8bvn] {
    display: block !important;
}

.text-muted[b-01a6gg8bvn] {
    color: #99a1b7;
}

.text-gray-900[b-01a6gg8bvn] {
    color: #071437;
}

.fs-3[b-01a6gg8bvn] {
    font-size: 1.35rem !important;
}

.fs-1[b-01a6gg8bvn] {
    font-size: 0.9rem !important;
}

.fw-semibold[b-01a6gg8bvn] {
    font-weight: 500 !important;
}

.hover-blue[b-01a6gg8bvn] {
    border: 1px solid gray !important;
}

.text-gray-500[b-01a6gg8bvn] {
    color: #99a1b7 !important;
}

.fs-2hx[b-01a6gg8bvn] {
    font-size: 2.5rem !important;
}

.fs-2[b-01a6gg8bvn] {
    font-size: 0.8rem !important;
}


.mycard.mycard-white[b-01a6gg8bvn] {
    background-color: #ffffff;
}

.separator[b-01a6gg8bvn] {
    display: block;
    height: 0;
    border-bottom: 1px solid #f1f1f4;
}

.separator.separator-dashed[b-01a6gg8bvn] {
    border-bottom-style: dashed;
    border-bottom-color: #dbdfe9;
}

.separator.separator-warning[b-01a6gg8bvn] {
    border-bottom: 3px solid #f6c000;
}

.separator.separator-success[b-01a6gg8bvn] {
    border-bottom: 3px solid #17c653;
}

.separator.separator-primary[b-01a6gg8bvn] {
    border-bottom: 3px solid #1b84ff;
}

.fs-4[b-01a6gg8bvn] {
    font-size: 1.25rem !important;
}

.symbol-group.symbol-hover .symbol[b-01a6gg8bvn] {
    cursor: pointer;
}

.pointer[b-01a6gg8bvn] {
    cursor: pointer;
}

.symbol-group .symbol[b-01a6gg8bvn] {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all .3s ease;
}

.symbol.symbol-circle[b-01a6gg8bvn],
.symbol.symbol-circle .symbol-label[b-01a6gg8bvn],
.symbol.symbol-circle>img[b-01a6gg8bvn] {
    border-radius: 50%;
}

.symbol[b-01a6gg8bvn] {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol-group[b-01a6gg8bvn] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.mb-9[b-01a6gg8bvn] {
    margin-bottom: 2.25rem !important;
}

.flex-stack[b-01a6gg8bvn] {
    justify-content: space-between;
    align-items: center;
}

.badge-light-success[b-01a6gg8bvn] {
    background-color: #dfffea;
    color: #17c653;
}

.badge-light-warning[b-01a6gg8bvn] {
    background-color: #fff8dd;
    color: #f6c000;
}

.badge-light-primary[b-01a6gg8bvn] {
    background-color: #e9f3ff;
    color: #1b84ff;
}

.badge[b-01a6gg8bvn] {
    display: inline-flex;
    align-items: center;
}

.fw-bold[b-01a6gg8bvn] {
    font-weight: 600 !important;
}

.py-3[b-01a6gg8bvn] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.px-4[b-01a6gg8bvn] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.me-auto[b-01a6gg8bvn] {
    margin-right: auto !important;
}

.visible[b-01a6gg8bvn] {
    visibility: visible !important;
}

.project-description[b-01a6gg8bvn] {
    vertical-align: bottom;
    font-style: italic;
    color: grey;
}

@media(max-width: 767.98px) {
    .project-description[b-01a6gg8bvn] {
        max-width: 300px !important;
    }
}

.custom-justify-content-end[b-01a6gg8bvn] {
    justify-content: end;
}

@media (max-width: 425px) {
    .custom-justify-content-end[b-01a6gg8bvn] {
        justify-content: flex-start;
    }
}

.project-title[b-01a6gg8bvn] {
    font-weight: 600;
}


.dealer-dashobard-container[b-01a6gg8bvn] {
    padding-bottom: calc(var(--rem-scale) * 5rem);
}

@media screen and (min-width:768px) {
    .dealer-dashobard-container[b-01a6gg8bvn] {
        padding-bottom: 0;
    }
}

.s-home-quick-links[b-01a6gg8bvn] {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-space-16);
    bottom: 4px;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--s-space-6) var(--s-space-8);
    z-index: 99;
    background-color: var(--s-color-white);
    gap: 0;
    max-width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 1px;
    border-radius: var(--s-border-radius-medium);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.s-home-quick-links [class*="s-button"][b-01a6gg8bvn] {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--s-space-2);
    font-size: var(--s-font-size-11);
    justify-content: space-around;
    line-height: 1.2;
    border: 0;
    padding-block: 0;
}

.s-home-quick-links [class*="s-button"]:hover[b-01a6gg8bvn] {
    background-color: transparent;
}

.s-home-quick-links [class*="s-button"]:nth-child(2)[b-01a6gg8bvn] {
    border-radius: 0;
    border-inline: 1px solid var(--s-color-border);
}

.s-home-quick-links [class*="s-button"]:first-child[b-01a6gg8bvn] {
    padding-left: 0;
}

.s-home-quick-links [class*="s-button"]:last-child[b-01a6gg8bvn] {
    padding-right: 0;
}

:is(.s-home-quick-links [class*="s-button"]) i[b-01a6gg8bvn],
svg[b-01a6gg8bvn] {
    font-size: var(--s-space-16);
    margin-bottom: var(--s-space-4);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/FinanceManagement/Pages/AccountStatements/AccountStatement.razor.rz.scp.css */
.status-badge[b-edmbjo7q3z] {
    min-width: 100px;
    display: inline-block;
    text-align: center;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/HomeDashboard.razor.rz.scp.css */
.text-fs[b-8laasm6fj0] {
    font-size: 0.60rem;
}

.border-left-card[b-8laasm6fj0] {
    border-left: 5px solid;
    transition: transform 0.3s;
}

    .border-left-card:hover[b-8laasm6fj0] {
        transform: translateY(-5px);
    }

.border-project[b-8laasm6fj0] {
    border-left-color: #2196F3;
}

.border-approval[b-8laasm6fj0] {
    border-left-color: #4CAF50;
}

.border-proposal[b-8laasm6fj0] {
    border-left-color: #ffc107;
}

.border-purchase[b-8laasm6fj0] {
    border-left-color: #dc3545;
}

.text-project[b-8laasm6fj0] {
    color: #2196F3;
}

.text-approval[b-8laasm6fj0] {
    color: #4CAF50;
}

.text-proposal[b-8laasm6fj0] {
    color: #ffc107;
}

.text-purchase[b-8laasm6fj0] {
    color: #dc3545;
}

.card .icon[b-8laasm6fj0] {
    font-size: 2rem;
    opacity: 0.7;
}

.card[b-8laasm6fj0] {
    transition: transform 0.2s ease-in-out;
}

    .card:hover[b-8laasm6fj0] {
        transform: translateY(-5px);
    }

.overflow-auto[b-8laasm6fj0] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

    .overflow-auto[b-8laasm6fj0]::-webkit-scrollbar {
        height: 6px;
    }

    .overflow-auto[b-8laasm6fj0]::-webkit-scrollbar-track {
        background: #f1f1f1;
    }

    .overflow-auto[b-8laasm6fj0]::-webkit-scrollbar-thumb {
        background: #888;
        border-radius: 3px;
    }

        .overflow-auto[b-8laasm6fj0]::-webkit-scrollbar-thumb:hover {
            background: #555;
        }

.text-muted[b-8laasm6fj0] {
    color: #99a1b7;
}


.hover-blue[b-8laasm6fj0] {
    border: 1px solid gray !important;
}




.visible[b-8laasm6fj0] {
    visibility: visible !important;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/LicenseDashboard.razor.rz.scp.css */
.text-fs[b-de2fg2lmtk] {
    font-size: 0.60rem;
}

.border-left-card[b-de2fg2lmtk] {
    border-left: 5px solid;
    transition: transform 0.3s;
}

.border-left-card:hover[b-de2fg2lmtk] {
    transform: translateY(-5px);
}

.border-campaign[b-de2fg2lmtk] {
    border-left-color: #2196F3;
}

.border-order[b-de2fg2lmtk] {
    border-left-color: #4CAF50;
}

.border-payment[b-de2fg2lmtk] {
    border-left-color: #ffc107;
}

.border-account[b-de2fg2lmtk] {
    border-left-color: #dc3545;
}

.text-campaign[b-de2fg2lmtk] {
    color: #2196F3;
}

.text-order[b-de2fg2lmtk] {
    color: #4CAF50;
}

.text-payment[b-de2fg2lmtk] {
    color: #ffc107;
}

.text-account[b-de2fg2lmtk] {
    color: #dc3545;
}

.card .icon[b-de2fg2lmtk] {
    font-size: 2rem;
    opacity: 0.7;
}

.card[b-de2fg2lmtk] {
    transition: transform 0.2s ease-in-out;
}

.card:hover[b-de2fg2lmtk] {
    transform: translateY(-5px);
}

.overflow-auto[b-de2fg2lmtk] {
    -webkit-overflow-scrolling: touch;
    scrollbar-width: thin;
}

.overflow-auto[b-de2fg2lmtk]::-webkit-scrollbar {
    height: 6px;
}

.overflow-auto[b-de2fg2lmtk]::-webkit-scrollbar-track {
    background: #f1f1f1;
}

.overflow-auto[b-de2fg2lmtk]::-webkit-scrollbar-thumb {
    background: #888;
    border-radius: 3px;
}

.overflow-auto[b-de2fg2lmtk]::-webkit-scrollbar-thumb:hover {
    background: #555;
}


.tab-container-padding[b-de2fg2lmtk] {
    padding: 15px;
}

.custom-tab-icon[b-de2fg2lmtk] {
    margin-right: 7px;
}

.custom-tab-text[b-de2fg2lmtk] {
    font-weight: 500;
}

.h-lg-150px[b-de2fg2lmtk] {
    height: 150px !important;
}

.w-lg-150px[b-de2fg2lmtk] {
    width: 150px !important;
}

.me-7[b-de2fg2lmtk] {
    margin-right: 1.75rem !important;
}

.flex-center[b-de2fg2lmtk] {
    justify-content: center;
    align-items: center;
}

.mr-4[b-de2fg2lmtk] {
    margin-right: 1rem !important;
}

.symbol.symbol-35px .symbol-label[b-de2fg2lmtk] {
    width: 35px;
    height: 35px;
}

.symbol.symbol-circle[b-de2fg2lmtk],
.symbol.symbol-circle .symbol-label[b-de2fg2lmtk],
.symbol.symbol-circle>img[b-de2fg2lmtk] {
    border-radius: 50%;
}

.symbol-group .symbol-label[b-de2fg2lmtk] {
    position: relative;
}

.fs-5[b-de2fg2lmtk] {
    font-size: 1.15rem !important;
}

.justify-content-between[b-de2fg2lmtk] {
    justify-content: space-between !important;
}

.d-block[b-de2fg2lmtk] {
    display: block !important;
}

.text-muted[b-de2fg2lmtk] {
    color: #99a1b7;
}

.text-gray-900[b-de2fg2lmtk] {
    color: #071437;
}

.fs-3[b-de2fg2lmtk] {
    font-size: 1.35rem !important;
}

.fs-1[b-de2fg2lmtk] {
    font-size: 0.9rem !important;
}

.fw-semibold[b-de2fg2lmtk] {
    font-weight: 500 !important;
}

.hover-blue[b-de2fg2lmtk] {
    border: 1px solid gray !important;
}

.text-gray-500[b-de2fg2lmtk] {
    color: #99a1b7 !important;
}

.fs-2hx[b-de2fg2lmtk] {
    font-size: 2.5rem !important;
}

.fs-2[b-de2fg2lmtk] {
    font-size: 0.8rem !important;
}


.mycard.mycard-white[b-de2fg2lmtk] {
    background-color: #ffffff;
}

.separator[b-de2fg2lmtk] {
    display: block;
    height: 0;
    border-bottom: 1px solid #f1f1f4;
}

.separator.separator-dashed[b-de2fg2lmtk] {
    border-bottom-style: dashed;
    border-bottom-color: #dbdfe9;
}

.separator.separator-warning[b-de2fg2lmtk] {
    border-bottom: 3px solid #f6c000;
}

.separator.separator-success[b-de2fg2lmtk] {
    border-bottom: 3px solid #17c653;
}

.separator.separator-primary[b-de2fg2lmtk] {
    border-bottom: 3px solid #1b84ff;
}

.fs-4[b-de2fg2lmtk] {
    font-size: 1.25rem !important;
}

.symbol-group.symbol-hover .symbol[b-de2fg2lmtk] {
    cursor: pointer;
}

.pointer[b-de2fg2lmtk] {
    cursor: pointer;
}

.symbol-group .symbol[b-de2fg2lmtk] {
    position: relative;
    z-index: 0;
    margin-left: -10px;
    transition: all .3s ease;
}

.symbol.symbol-circle[b-de2fg2lmtk],
.symbol.symbol-circle .symbol-label[b-de2fg2lmtk],
.symbol.symbol-circle>img[b-de2fg2lmtk] {
    border-radius: 50%;
}

.symbol[b-de2fg2lmtk] {
    display: inline-block;
    flex-shrink: 0;
    position: relative;
    border-radius: 0.475rem;
}

.symbol-group[b-de2fg2lmtk] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-left: 10px;
}

.mb-9[b-de2fg2lmtk] {
    margin-bottom: 2.25rem !important;
}

.flex-stack[b-de2fg2lmtk] {
    justify-content: space-between;
    align-items: center;
}

.badge-light-success[b-de2fg2lmtk] {
    background-color: #dfffea;
    color: #17c653;
}

.badge-light-warning[b-de2fg2lmtk] {
    background-color: #fff8dd;
    color: #f6c000;
}

.badge-light-primary[b-de2fg2lmtk] {
    background-color: #e9f3ff;
    color: #1b84ff;
}

.badge[b-de2fg2lmtk] {
    display: inline-flex;
    align-items: center;
}

.fw-bold[b-de2fg2lmtk] {
    font-weight: 600 !important;
}

.py-3[b-de2fg2lmtk] {
    padding-top: 0.75rem !important;
    padding-bottom: 0.75rem !important;
}

.px-4[b-de2fg2lmtk] {
    padding-right: 1rem !important;
    padding-left: 1rem !important;
}

.me-auto[b-de2fg2lmtk] {
    margin-right: auto !important;
}

.visible[b-de2fg2lmtk] {
    visibility: visible !important;
}

.project-description[b-de2fg2lmtk] {
    vertical-align: bottom;
    font-style: italic;
    color: grey;
}

@media(max-width: 767.98px) {
    .project-description[b-de2fg2lmtk] {
        max-width: 300px !important;
    }
}

.custom-justify-content-end[b-de2fg2lmtk] {
    justify-content: end;
}

@media (max-width: 425px) {
    .custom-justify-content-end[b-de2fg2lmtk] {
        justify-content: flex-start;
    }
}

.project-title[b-de2fg2lmtk] {
    font-weight: 600;
}


.dealer-dashobard-container[b-de2fg2lmtk] {
    padding-bottom: calc(var(--rem-scale) * 5rem);
}

@media screen and (min-width:768px) {
    .dealer-dashobard-container[b-de2fg2lmtk] {
        padding-bottom: 0;
    }
}

.s-home-quick-links[b-de2fg2lmtk] {
    position: fixed;
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: var(--s-space-16);
    bottom: 4px;
    margin-bottom: 0;
    left: 0;
    width: 100%;
    padding: var(--s-space-6) var(--s-space-8);
    z-index: 99;
    background-color: var(--s-color-white);
    gap: 0;
    max-width: calc(100% - 32px);
    left: 50%;
    transform: translateX(-50%);
    border-width: 1px;
    border-radius: var(--s-border-radius-medium);
    box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}


.s-home-quick-links [class*="s-button"][b-de2fg2lmtk] {
    height: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    gap: var(--s-space-2);
    font-size: var(--s-font-size-11);
    justify-content: space-around;
    line-height: 1.2;
    border: 0;
    padding-block: 0;
}

.s-home-quick-links [class*="s-button"]:hover[b-de2fg2lmtk] {
    background-color: transparent;
}

.s-home-quick-links [class*="s-button"]:nth-child(2)[b-de2fg2lmtk] {
    border-radius: 0;
    border-inline: 1px solid var(--s-color-border);
}

.s-home-quick-links [class*="s-button"]:first-child[b-de2fg2lmtk] {
    padding-left: 0;
}

.s-home-quick-links [class*="s-button"]:last-child[b-de2fg2lmtk] {
    padding-right: 0;
}

:is(.s-home-quick-links [class*="s-button"]) i[b-de2fg2lmtk],
svg[b-de2fg2lmtk] {
    font-size: var(--s-space-16);
    margin-bottom: var(--s-space-4);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/Components/CurrentAssignments.razor.rz.scp.css */
.table-responsive[b-0zmu7gt1qb] {
    max-height: 200px;
    overflow-y: auto;
}

.compact-table th[b-0zmu7gt1qb] {
    padding: var(--s-space-10) var(--s-space-8);
    font-size: var(--s-font-size-12);
    /* Yazı boyutunu küçültür (standart 16px ise bu yaklaşık 14.4px olur) */
    vertical-align: middle;
    /* İçeriğin dikey olarak ortalanmasını sağlar */
    line-height: 1;
    color: var(--s-color-body-text);
    background-color: transparent;
    /* Satır yüksekliğini ayarlar */
}


.compact-table td[b-0zmu7gt1qb] {
    padding-block: var(--s-space-2);
    font-size: var(--s-font-size-12);
    color: var(--s-color-body-text);
    background-color: transparent;
    vertical-align: middle;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/Components/ModuleAssignmentList.razor.rz.scp.css */
.assignment-list-container[b-p7rsiuwrm2] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.assignment-list[b-p7rsiuwrm2] {
    flex: 1;
    overflow-y: auto;
    max-height: 280px;
    border-width: 1px;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.assignment-item[b-p7rsiuwrm2] {
    padding: 0.45rem;
    border-width: 1px;
    border-radius: var(--s-border-radius-small);
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--s-color-body-text);
}

.assignment-item:hover:not(.readonly)[b-p7rsiuwrm2] {
    border-color: var(--s-color-black)
}

.assignment-item.selected[b-p7rsiuwrm2] {
    background-color: var(--s-color-sidebar-accent);
    border-color: var(--s-color-muted-foreground);
}

.assignment-item.readonly[b-p7rsiuwrm2] {
    cursor: not-allowed;
    opacity: 0.7;
}

.assignment-name[b-p7rsiuwrm2] {
    color: var(--s-color-body-text);
    font-weight: 500;
}

.assignment-description[b-p7rsiuwrm2] {
    font-size: 0.8rem;
    line-height: 1.4;
}

.assignment-checkbox[b-p7rsiuwrm2] {
    flex-shrink: 0;
}

.assignment-item.standalone-item[b-p7rsiuwrm2] {
    background-color: #f0f8ff;
    border-left: 3px solid #0d6efd;
    transition: background-color 0.2s, border-color 0.2s;
}

.assignment-item.standalone-item:hover[b-p7rsiuwrm2] {
    background-color: #e6f3ff;
}

body[data-theme="dark"] .assignment-item.standalone-item[b-p7rsiuwrm2] {
    background-color: #0f172a;
    border-left: 3px solid #3b82f6;
}

body[data-theme="dark"] .assignment-item.standalone-item:hover[b-p7rsiuwrm2] {
    background-color: #1e3a5f;
}

.assignment-item.intermediate-item[b-p7rsiuwrm2] {
    background-color: #fffbe6;
    border-left: 3px solid #ffc107;
    transition: background-color 0.2s, border-color 0.2s;
}

.assignment-item.intermediate-item:hover[b-p7rsiuwrm2] {
    background-color: #fff8d6;
    border-left-width: 3px;
    border-color: var(--s-color-border);
}

.assignment-item.intermediate-item.selected[b-p7rsiuwrm2] {
    background-color: var(--s-color-sidebar-accent);
    border-color: var(--s-color-muted-foreground);
}

body[data-theme="dark"] .assignment-item.intermediate-item[b-p7rsiuwrm2] {
    background-color: #4a4430;
    border-left: 3px solid #ffc107;
}

body[data-theme="dark"] .assignment-item.intermediate-item:hover[b-p7rsiuwrm2] {
    background-color: #4a4027;
}

body[data-theme="dark"] .assignment-item.intermediate-item.selected[b-p7rsiuwrm2] {
    background-color: #4a4027;
    border-color: #a3a3a3;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/Components/ModuleSettingsModal.razor.rz.scp.css */
.table-responsive[b-0knqvecjnb] {
    max-height: 200px;
    overflow-y: auto;
}

.compact-table th[b-0knqvecjnb] {
    padding-top: 0.15rem;
    padding-bottom: 0.15rem;
    font-size: 0.9rem; /* Yazı boyutunu küçültür (standart 16px ise bu yaklaşık 14.4px olur) */
    vertical-align: middle; /* İçeriğin dikey olarak ortalanmasını sağlar */
    line-height: 1; /* Satır yüksekliğini ayarlar */
}

.compact-table td[b-0knqvecjnb] {
    padding-top: 0.05rem;
    padding-bottom: 0.05rem;
    font-size: 0.7rem; /* Yazı boyutunu küçültür (standart 16px ise bu yaklaşık 14.4px olur) */
    vertical-align: middle; /* İçeriğin dikey olarak ortalanmasını sağlar */
    line-height: 0.8; /* Satır yüksekliğini ayarlar */
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/Components/OrderSummary.razor.rz.scp.css */
:root[b-6i286wf084] {
    --order-summary-max-h: 65vh;
    /* istediğin kadar: 50vh / 60vh ... */
    --order-summary-footer-h: 120px;
    /* padding dahil gerçek footer yüksekliği */
}

/* kart ------------------------------------------------------------ */
.order-summary-card[b-6i286wf084] {
    display: flex;
    flex-direction: column;
    max-height: var(--order-summary-max-h);
    /* kart sayfa içinde doğal akacak; sticky istersen aşağıdaki satırı aç */
    /* position: sticky; top: 20px; */
    overflow: hidden;
    /* içeriğin taşmasını engelle */
}

/* header zaten card-header olarak geliyor, flex-shrink:0 */

/* gövde ----------------------------------------------------------- */
.order-summary-card .card-body[b-6i286wf084] {
    flex: 1 1 auto;
    min-height: 0;
    display: flex;
    flex-direction: column;
    padding: 0;
}

/* scroll edecek liste -------------------------------------------- */
.order-items-scroll-list[b-6i286wf084] {
    flex: 1 1 auto;
    min-height: 0;
    max-height: calc(var(--rem-scale) * 35rem);
    overflow-y: auto;
    overflow-x: hidden;
    margin-bottom: 0;
    scrollbar-width: thin;
    padding-bottom: var(--s-space-12);
}

.order-items-scroll-list .list-group-item[b-6i286wf084] {
    background-color: transparent;
    color: var(--s-color-body-text);
    padding-inline: 0;
}

/* footer ---------------------------------------------------------- */
.summary-sticky-footer[b-6i286wf084] {
    flex-shrink: 0;
    box-shadow: 0 -2px 8px rgba(0, 0, 0, .08);
}



.license-quantity-input-wrapper[b-6i286wf084] {
    display: flex;
    flex-wrap: nowrap;
}

.license-quantity-input-wrapper button:first-child[b-6i286wf084] {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
    border-right: 0;
    flex-shrink: 0;
}

.license-quantity-input-wrapper button+input[b-6i286wf084] {
    border-radius: 0;
    text-align: center
}

.license-quantity-input-wrapper input[b-6i286wf084]::-webkit-outer-spin-button,
.license-quantity-input-wrapper input[b-6i286wf084]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.license-quantity-input-wrapper button+input+button[b-6i286wf084] {
    border-top-left-radius: 0;
    flex-shrink: 0;
    border-left: 0;
    border-bottom-left-radius: 0;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/Components/PackageAssignmentList.razor.rz.scp.css */
.assignment-list-container[b-6oat08m247] {
    height: 100%;
    display: flex;
    flex-direction: column;
}

.assignment-list[b-6oat08m247] {
    flex: 1;
    overflow-y: auto;
    max-height: 280px;
    /* Bu değeri ihtiyacınıza göre ayarlayabilirsiniz */
    border-width: 1px;
    border-radius: 0.375rem;
    padding: 0.5rem;
}

.assignment-item[b-6oat08m247] {
    padding: 0.45rem;
    /* Boşlukları biraz artırarak daha ferah bir görünüm sağlandı */
    border-width: 1px;
    border-radius: var(--s-border-radius-small);
    margin-bottom: 0.5rem;
    cursor: pointer;
    transition: all 0.2s ease;
    color: var(--s-color-body-text);
}

.assignment-item:hover:not(.readonly)[b-6oat08m247] {
    border-color: var(--s-color-black)
}

.assignment-item.selected[b-6oat08m247] {
    background-color: var(--s-color-sidebar-accent);
    border-color: var(--s-color-muted-foreground);
}

.assignment-item.readonly[b-6oat08m247] {
    cursor: not-allowed;
    opacity: 0.7;
}

.assignment-name[b-6oat08m247] {
    color: var(--s-color-body-text);
    font-weight: 500;
}

.assignment-description[b-6oat08m247] {
    font-size: 0.8rem;
    line-height: 1.4;
}

.assignment-checkbox[b-6oat08m247] {
    flex-shrink: 0;
    /* Daralmasını engeller */
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/LicenseManagement/Pages/Licenses/LicenseDetail.razor.rz.scp.css */
/* License Detail Page Styles */
.license-detail-container[b-avx2cgb16c] {
    display: flex;
    flex-direction: column;
    gap: 1rem;
}




.license-detail-container dl dd[b-avx2cgb16c] {
    margin-bottom: 0.5rem;
}

.license-detail-container .card-body p[b-avx2cgb16c] {
    margin-bottom: 0.75rem;
}

.license-detail-container .badge[b-avx2cgb16c] {
    padding: 0.3em 0.6em;
    font-size: 0.8em;
}

.license-detail-container .input-group-sm .form-control[b-avx2cgb16c],
.license-detail-container .input-group-sm .btn[b-avx2cgb16c] {
    font-size: 0.875rem;
}

.license-detail-container .dx-tabs .dx-tab[b-avx2cgb16c] {
    padding: 0.6rem 1rem;
}

/* Assignment Cards */
.assignment-card[b-avx2cgb16c] {
    transition: all 0.3s ease;
}

.assignment-card:hover[b-avx2cgb16c] {
    transform: translateY(-2px);
    box-shadow: 0 0.5rem 1rem rgba(0, 0, 0, 0.15);
}

/* Status Badges */
.badge.bg-success[b-avx2cgb16c] {
    background-color: #198754 !important;
}

.badge.bg-warning[b-avx2cgb16c] {
    background-color: #ffc107 !important;
    color: #000 !important;
}

.badge.bg-danger[b-avx2cgb16c] {
    background-color: #dc3545 !important;
}

.badge.bg-secondary[b-avx2cgb16c] {
    background-color: #6c757d !important;
}

.badge.bg-primary[b-avx2cgb16c] {
    background-color: #0d6efd !important;
}

/* Responsive Design */
@media (max-width: 768px) {
    .card-body .row .col-md-6[b-avx2cgb16c] {
        margin-bottom: 1rem;
    }

    .assignment-actions .btn-group[b-avx2cgb16c] {
        flex-direction: column;
    }

    .assignment-actions .btn-group .btn[b-avx2cgb16c] {
        border-radius: 0.375rem !important;
        margin-bottom: 0.25rem;
    }
}

/* Loading States */
.dx-loadpanel[b-avx2cgb16c] {
    z-index: 1050;
}

/* Button Styles */
.btn-success:hover[b-avx2cgb16c] {
    background-color: #157347;
    border-color: #146c43;
}

.btn-outline-secondary:hover[b-avx2cgb16c] {
    background-color: #6c757d;
    border-color: #6c757d;
    color: #fff;
}

/* Animation for changes indicator */
@keyframes pulse-b-avx2cgb16c {
    0% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0.7);
    }

    70% {
        box-shadow: 0 0 0 10px rgba(13, 110, 253, 0);
    }

    100% {
        box-shadow: 0 0 0 0 rgba(13, 110, 253, 0);
    }
}

.has-changes[b-avx2cgb16c] {
    animation: pulse-b-avx2cgb16c 2s infinite;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/OrderManagement/Components/Order/OrderCard.razor.rz.scp.css */
.text-fs[b-5pw8ydbhz1] {
    font-size: 0.60rem;
}
.order-status[b-5pw8ydbhz1] {
    padding: 4px 8px;
    border-radius: 4px;
    font-size: 8px;
}
.status-pending[b-5pw8ydbhz1] {
    background-color: #fff3cd;
    color: #856404;
}
.status-shipped[b-5pw8ydbhz1] {
    background-color: #d4edda;
    color: #155724;
}

.status-delivered[b-5pw8ydbhz1] {
    background-color: #cce5ff;
    color: #004085;
}

.status-cancelled[b-5pw8ydbhz1] {
    background-color: #f8d7da;
    color: #721c24;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/OrderManagement/Pages/OrderDetails/OrderDetail.razor.rz.scp.css */
.info-grid[b-fvomokor7w] {
    display: grid;
    gap: var(--s-space-12);
    font-size: var(--s-font-size-12);
    width: 100%;
    grid-template-columns: 1fr
}

@media screen and (min-width:1024px) {
    .info-grid[b-fvomokor7w] {
        grid-template-columns: repeat(3, 1fr);
    }
}

.info-card[b-fvomokor7w] {
    background-color: var(--secondary-color);
    border-radius: var(--border-radius);
    font-size: 10px;
}

.info-card-title[b-fvomokor7w] {
    font-weight: 600;
    margin: 0;
}

.info-list[b-fvomokor7w] {
    margin: 0;
    padding: 0;
    list-style: none;
}

.info-item[b-fvomokor7w] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid rgba(0, 0, 0, 0.05);
}

.info-item:last-child[b-fvomokor7w] {
    border-bottom: none;
    padding-bottom: 0;
}

.info-label[b-fvomokor7w] {
    font-weight: 500;
    color: var(--s-color-muted-foreground);
    flex: 0 0 40%;
}

.info-value[b-fvomokor7w] {
    font-weight: 500;
    text-align: right;
    color: #111827;
    flex: 0 0 60%;
}

.address-card[b-fvomokor7w] {
    background-color: white;
    border-radius: var(--border-radius);
    padding: 1.25rem;
    border: 1px solid #e5e7eb;
    margin-top: 1rem;
}

.status-badge[b-fvomokor7w] {
    padding: 6px 14px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.campaign-badge[b-fvomokor7w] {
    background-color: #ffedd5;
    color: #c2410c;
    border: 1px solid #fdba74;
    border-radius: 6px;
    padding: 0.35rem 0.75rem;
    font-size: 10px;
    font-weight: 600;
    display: inline-flex;
    align-items: center;
}

.campaign-badge i[b-fvomokor7w] {
    margin-right: 5px;
}

.campaign-card[b-fvomokor7w] {
    background: linear-gradient(135deg, #fff7ed, #ffedd5);
    border-radius: var(--border-radius);
    padding: 1.25rem;
    border: 1px dashed #fdba74;
    margin-top: 1rem;
    display: flex;
    align-items: center;
}

.campaign-icon[b-fvomokor7w] {
    background-color: #c2410c;
    color: white;
    width: 48px;
    height: 48px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.25rem;
    margin-right: 1rem;
    flex-shrink: 0;
}

.campaign-details[b-fvomokor7w] {
    flex-grow: 1;
}

.campaign-name[b-fvomokor7w] {
    font-weight: 700;
    font-size: 1.1rem;
    color: #9a3412;
    margin-bottom: 0.25rem;
}

.campaign-desc[b-fvomokor7w] {
    color: #c2410c;
    margin-bottom: 0;
    font-size: 0.9rem;
}

.note-card[b-fvomokor7w] {
    background-color: #fff7ed;
    border-radius: var(--border-radius);
    padding: 1.25rem;
    border-left: 4px solid #fb923c;
    margin-top: 1.5rem;
}

.note-title[b-fvomokor7w] {
    font-weight: 600;
    color: #9a3412;
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
}

.note-title i[b-fvomokor7w] {
    margin-right: 8px;
}

.note-content[b-fvomokor7w] {
    color: #7c2d12;
    margin-bottom: 0;
}

.order-card[b-fvomokor7w] {
    border-radius: var(--border-radius);
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.08);
    background-color: #fff;
    overflow: hidden;
    margin-bottom: 25px;
}

.order-header[b-fvomokor7w] {
    background-color: var(--primary-color);
    color: white;
    padding: 1.5rem;
    border-top-left-radius: var(--border-radius);
    border-top-right-radius: var(--border-radius);
}

.order-title[b-fvomokor7w] {
    font-weight: 600;
    letter-spacing: 0.5px;
    margin: 0;
}

.order-status[b-fvomokor7w] {
    background-color: var(--success-color);
    color: white;
    padding: 5px 12px;
    border-radius: 50px;
    font-size: 0.85rem;
    font-weight: 600;
    display: inline-block;
}

.order-body[b-fvomokor7w] {
    padding: 2rem;
}

.order-section[b-fvomokor7w] {
    margin-bottom: 2rem;
}

.section-title[b-fvomokor7w] {
    font-weight: 600;
    margin-bottom: 1rem;
    border-bottom: 2px solid #f0f0f0;
    padding-bottom: 0.75rem;
}

.order-products[b-fvomokor7w] {
    border-collapse: separate;
    border-spacing: 0;
    width: 100%;
    text-align: center;
}

.order-products th[b-fvomokor7w] {
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 0.5px;
    border-width: 1px;
    padding: var(--s-space-2) var(--s-space-8);
    font-size: var(--s-font-size-10)
}

.order-products th span:empty[b-fvomokor7w] {
    display: none;
}

.order-products td[b-fvomokor7w] {
    vertical-align: middle;
    border-width: 1px;
    padding: var(--s-space-2) var(--s-space-8);
    font-size: var(--s-font-size-10)
}

.product-row:hover[b-fvomokor7w] {
    background-color: rgba(58, 134, 255, 0.05);
}

.product-name[b-fvomokor7w] {
    font-weight: 600;
    text-align: left;
}

.product-color[b-fvomokor7w] {
    display: inline-block;
    width: 18px;
    height: 18px;
    border-radius: 50%;
    margin-right: 6px;
    vertical-align: middle;
}

.price-original[b-fvomokor7w] {
    text-decoration: line-through;
    color: var(--s-color-muted-foreground)
}

.price[b-fvomokor7w] {
    font-weight: 600;
}

.number[b-fvomokor7w] {
    text-align: right;
}

.cart-summary[b-fvomokor7w] {
    background-color: white;
    border-radius: var(--border-radius);
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.05);
    overflow: hidden;
    font-size: 10px;
}

.cart-summary-header[b-fvomokor7w] {
    background-color: #f0f5ff;
    padding: 15px 20px;
    border-bottom: 1px solid #e0e8ff;
}

.cart-summary-title[b-fvomokor7w] {
    font-weight: 600;
    color: var(--primary-color);
    margin: 0;
}

.cart-summary-body[b-fvomokor7w] {
    padding: 0;
}

.summary-item[b-fvomokor7w] {
    display: flex;
    justify-content: space-between;
    padding: 8px 0;
    border-bottom: 1px solid #f0f0f0;
    align-items: center;
}



.summary-value[b-fvomokor7w] {
    font-weight: 600;
}

.action-btn[b-fvomokor7w] {
    font-size: 12px;
    font-weight: 600;
}

.btn-back[b-fvomokor7w] {
    color: var(--text-color);
    background-color: white;
    border: 2px solid #ddd;
}

.btn-back:hover[b-fvomokor7w] {
    background-color: #f0f0f0;
    border-color: #ccc;
}

.btn-update[b-fvomokor7w] {
    background-color: #2ea4e7;
    border: 1px solid;
    color: white;
    margin-left: 2px;
}

.btn-update:hover[b-fvomokor7w] {
    background-color: #2ea4e7;
    color: white;
    transform: translateY(-2px);
    box-shadow: 0 4px 8px rgba(58, 134, 255, 0.2);
}

.border-right-cell:not(:last-child)[b-fvomokor7w] {
    border-right: 1px solid #c7c7c7;
}

@media (max-width: 767.98px) {
    .border-md-end[b-fvomokor7w] {
        border-right: none !important;
        border-bottom: 1px solid #f0f0f0;
    }
}

@media (min-width: 768px) {
    .border-md-end[b-fvomokor7w] {
        border-right: 1px solid #f0f0f0;
        height: 100%;
    }
}

.payment-summary-vertical[b-fvomokor7w] {
    max-width: 340px;
    background: #fff;
    border-radius: 8px;
    box-shadow: 0 2px 12px rgba(0, 0, 0, 0.08);
    overflow: hidden;
    margin: 0.2rem 0;
}

.payment-summary-header[b-fvomokor7w] {
    background: linear-gradient(135deg, #4f46e5, #7c3aed);
    color: white;
    padding: 0.45rem;
    text-align: center;
}

.payment-summary-title[b-fvomokor7w] {
    margin: 0;
    font-size: 0.75rem;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.35rem;
}

.payment-summary-body[b-fvomokor7w] {
    padding: 0;
}


.summary-item:last-child[b-fvomokor7w] {
    border-bottom: none;
    padding-bottom: 0;
}

.summary-label[b-fvomokor7w] {
    display: flex;
    align-items: center;
    gap: var(--s-space-8);
    font-size: var(--s-font-size-12);
}

.summary-label i[b-fvomokor7w] {
    width: 20px;
    display: none;
    text-align: center;
}

.summary-item.grand-total .summary-label[b-fvomokor7w],
.summary-item.grand-total .summary-value[b-fvomokor7w] {
    font-size: var(--s-font-size-14);
    font-weight: var(--s-font-weight-semibold);
}

.weight-item[b-fvomokor7w] {
    background: #f8fafc;
}

.weight-item .summary-label[b-fvomokor7w],
.weight-item .summary-value[b-fvomokor7w] {
    color: var(--s-color-muted-foreground);
    font-size: var(--s-font-size-12)
}


.order-detail-wrapper[b-fvomokor7w] {
    display: flex;
    gap: var(--s-space-14);
    align-items: start;
    flex-direction: row-reverse;
    flex-direction: column;
}

.order-detail-status[b-fvomokor7w] {
    padding: 4px 8px;
    gap: var(--s-space-2);
    height: auto;
    font-size: var(--s-font-size-12);
    border-radius: var(--s-border-radius-full)
}

.basket-product-content[b-fvomokor7w] {
    padding: 8px 12px;
}

.basket-product-main[b-fvomokor7w] {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (min-width:1024px) {
    .basket-product-main[b-fvomokor7w] {
        align-items: start;
    }
}

.basket-product-image[b-fvomokor7w] {
    width: 48px;
    height: 48px;
    border-width: 1px;
    border-radius: var(--s-border-radius-default);
    flex-shrink: 0;
}

.basket-product-image img[b-fvomokor7w] {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.basket-product-info[b-fvomokor7w] {
    flex: 1;
    min-width: 0;
}

.basket-product-name[b-fvomokor7w] {
    font-size: var(--s-font-size-14);
    font-weight: var(--s-font-weight-medium);
    display: flex;
    flex-direction: column;
    max-width: calc(100% - calc(var(--rem-scale) * 4rem));
}

.basket-product-name-quantity-label[b-fvomokor7w] {
    font-weight: var(--s-font-weight-normal);
    font-size: var(--s-font-size-12);
}

@media screen and (min-width:1024px) {
    .basket-product-name[b-fvomokor7w] {
        flex-direction: row;
        align-items: center;
        gap: var(--s-space-4);
    }
}

.product-features[b-fvomokor7w] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-space-4) var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

.product-features-desktop[b-fvomokor7w] {
    display: none;
}

@media screen and (min-width:1024px) {
    .product-features-desktop[b-fvomokor7w] {
        display: flex;
        margin-top: var(--s-space-4);
        margin-bottom: 0;
    }

    .product-features-mobile[b-fvomokor7w] {
        display: none;
    }
}

.product-features-mobile[b-fvomokor7w] {
    margin-top: var(--s-space-8);
}

.product-features p[b-fvomokor7w],
.product-discounts p[b-fvomokor7w] {
    gap: var(--s-space-4);
    font-size: var(--s-font-size-12);
    margin: 0;
    flex-shrink: 0;
}

.product-features span:last-child[b-fvomokor7w],
.product-discounts span:last-child[b-fvomokor7w] {
    color: var(--s-color-body-text);
    font-weight: var(--s-font-weight-medium);
}

.product-features span:first-child[b-fvomokor7w]:after,
.product-discounts span:first-child[b-fvomokor7w]:after {
    content: ": ";
}

.product-features span:first-child[b-fvomokor7w],
.product-discounts span:first-child[b-fvomokor7w] {
    color: var(--s-color-muted-foreground);
}

.basket-product-actions[b-fvomokor7w] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-right: auto;
}

@media screen and (min-width:1024px) {
    .basket-product-actions[b-fvomokor7w] {
        margin-right: 0;
        margin-left: auto;
    }
}

.basket-product-quantity[b-fvomokor7w] {
    display: flex;
    flex-direction: column;
    max-width: 160px;
}

.basket-product-package-info[b-fvomokor7w] {
    font-size: var(--s-font-size-12);
    text-align: left;
}

@media screen and (min-width:1024px) {
    .basket-product-package-info[b-fvomokor7w] {
        text-align: center;
    }
}

.basket-product-package-info span:first-child[b-fvomokor7w] {
    color: var(--s-color-muted-foreground);
}

.basket-product-input[b-fvomokor7w] {
    border-radius: var(--s-border-radius-default);
    border-width: 1px;
    max-width: calc(var(--rem-scale) * 14rem);
}



.basket-product-input[b-fvomokor7w] {
    font-weight: var(--s-font-weight-medium);
}

.basket-product-input button[b-fvomokor7w] {
    background-color: transparent;
    border-radius: 0;
    height: calc(var(--rem-scale) * 2.8rem);
}

.basket-product-input>button[b-fvomokor7w] {
    border-right-width: 1px;
}

.basket-product-input>button+input+button[b-fvomokor7w] {
    border-left-width: 1px;
    border-right-width: 0;
}

.basket-product-delete[b-fvomokor7w] {
    align-self: flex-end;
    position: absolute;
    top: var(--s-space-8);
    right: var(--s-space-12);
}

@media screen and (min-width:1024px) {
    .basket-product-delete[b-fvomokor7w] {
        position: static;
    }
}

.basket-product-pricing[b-fvomokor7w] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;

}


.basket-product-bottom[b-fvomokor7w] {
    display: flex;
    justify-content: space-between;

    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (min-width:1024px) {

    .basket-product-pricing[b-fvomokor7w] {
        padding-left: calc(var(--rem-scale) * 5.6rem);
    }

    .basket-product-bottom[b-fvomokor7w] {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: var(--s-space-4) var(--s-space-8);
        align-items: end;
        margin-top: var(--s-space-4);
    }
}

.product-price-details[b-fvomokor7w] {
    display: flex;
    align-items: center;
    gap: var(--s-space-4) var(--s-space-8);
    width: 100%;
    flex-wrap: wrap;
    margin-top: var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

@media screen and (min-width:1024px) {
    .product-price-details[b-fvomokor7w] {
        margin-top: var(--s-space-4);
        max-width: calc(100% - calc(var(--rem-scale) * 19rem));
    }
}

.product-price-details svg[b-fvomokor7w],
.product-price-details p[b-fvomokor7w] {
    flex-shrink: 0;
}


.price-item[b-fvomokor7w] {
    display: flex;
    gap: 4px;
    font-size: 12px;
    margin: 0;
    color: var(--s-color-body-text);
}

.price-item span:first-child[b-fvomokor7w] {
    color: var(--s-color-muted-foreground);
}

.price-item span:last-child[b-fvomokor7w] {
    font-weight: var(--s-font-weight-medium)
}

.price-item span:first-child[b-fvomokor7w]:after {
    content: ":";
}

.price-total[b-fvomokor7w] {
    font-size: var(--s-font-size-12);
    font-weight: var(--s-font-weight-semibold);
    display: flex;
    margin: 0;
    flex-direction: column;
    text-align: center;
}

@media screen and (min-width:1024px) {
    .price-total[b-fvomokor7w] {
        flex-direction: row;
        text-align: unset;
        font-size: var(--s-font-size-14);
        gap: var(--s-space-4);
        align-items: end;
    }
}

.price-total span:first-child[b-fvomokor7w] {
    color: var(--s-color-body-text);
    font-size: var(--s-font-size-12);
}

.price-total span:first-child[b-fvomokor7w]:after {
    content: ":";
}

.price-total-amount[b-fvomokor7w] {
    font-size: var(--s-font-size-14);
}

.product-discounts[b-fvomokor7w] {
    display: flex;
    align-items: center;
    gap: var(--s-space-4) var(--s-space-8);
    flex-wrap: wrap;
    width: 100%;
    margin-top: var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

@media screen and (min-width:1024px) {
    .product-discounts[b-fvomokor7w] {
        margin-top: var(--s-space-4);
    }
}

.product-discounts p[b-fvomokor7w],
.product-discounts svg[b-fvomokor7w] {
    flex-shrink: 0;
}

.basket-product-actions-desktop[b-fvomokor7w] {
    display: none;
}


.basket-product-quantity-with-price[b-fvomokor7w] {
    display: flex;
    gap: var(--s-space-4);
    align-items: end;
    margin-top: var(--s-space-8);
    flex-shrink: 0;
}

@media screen and (min-width:1024px) {
    .basket-product-actions-desktop[b-fvomokor7w] {
        display: flex;
    }

    .basket-product-actions-mobile[b-fvomokor7w] {
        display: none;
    }

    .basket-product-quantity-with-price[b-fvomokor7w] {
        margin-top: 0
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/PaymentManagement/Components/PaymentRedirects/PaymentClientError.razor.rz.scp.css */
.failed-container[b-7kuz1iycb8] {
    height: 85vh !important;
    font-size: 0.75rem;
    overflow: auto;
}

.error-card[b-7kuz1iycb8] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    animation: slideUp 0.6s ease-out;
}


.error-icon[b-7kuz1iycb8] {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: shake 0.8s ease-in-out;
}

    .error-icon i[b-7kuz1iycb8] {
        font-size: 2.5rem;
    }

.error-details[b-7kuz1iycb8] {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.btn-danger[b-7kuz1iycb8] {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    border: none;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-danger:hover[b-7kuz1iycb8] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    }

.btn-outline-secondary[b-7kuz1iycb8] {
    border: 2px solid #6c757d;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover[b-7kuz1iycb8] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
    }

.troubleshooting[b-7kuz1iycb8] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

    .troubleshooting ul[b-7kuz1iycb8] {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .troubleshooting li[b-7kuz1iycb8] {
        margin-bottom: 8px;
    }
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/PaymentManagement/Components/PaymentRedirects/PaymentFail.razor.rz.scp.css */
.failed-container[b-rxpvedn4v3] {
    height: 85vh !important;
    font-size: 0.75rem;
    overflow: auto;
}

.error-card[b-rxpvedn4v3] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    animation: slideUp 0.6s ease-out;
}


.error-icon[b-rxpvedn4v3] {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: shake 0.8s ease-in-out;
}

    .error-icon i[b-rxpvedn4v3] {
        font-size: 2.5rem;
    }

.error-details[b-rxpvedn4v3] {
    background: #fff3cd;
    border-left: 4px solid #ffc107;
    border-radius: 5px;
    padding: 15px;
    margin: 20px 0;
}

.btn-danger[b-rxpvedn4v3] {
    background: linear-gradient(45deg, #dc3545, #fd7e14);
    border: none;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-danger:hover[b-rxpvedn4v3] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(220, 53, 69, 0.4);
    }

.btn-outline-secondary[b-rxpvedn4v3] {
    border: 2px solid #6c757d;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover[b-rxpvedn4v3] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
    }

.troubleshooting[b-rxpvedn4v3] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

    .troubleshooting ul[b-rxpvedn4v3] {
        margin-bottom: 0;
        padding-left: 20px;
    }

    .troubleshooting li[b-rxpvedn4v3] {
        margin-bottom: 8px;
    }
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/PaymentManagement/Components/PaymentRedirects/PaymentSuccess.razor.rz.scp.css */
.success-container[b-a1kibs6j0b] {
    height: 85vh !important;
    font-size: 0.75rem;
    overflow: auto;
}
.success-card[b-a1kibs6j0b] {
    background: white;
    border-radius: 20px;
    box-shadow: 0 20px 40px rgba(0,0,0,0.1);
    overflow: hidden;
    animation: slideUp 0.6s ease-out;
}

.success-icon[b-a1kibs6j0b] {
    background: linear-gradient(45deg, #28a745, #20c997);
    color: white;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 20px;
    animation: pulse 2s infinite;
}

    .success-icon i[b-a1kibs6j0b] {
        font-size: 2.5rem;
    }

.order-details[b-a1kibs6j0b] {
    background: #f8f9fa;
    border-radius: 10px;
    padding: 20px;
    margin: 20px 0;
}

.btn-primary[b-a1kibs6j0b] {
    background: linear-gradient(45deg, #667eea, #764ba2);
    border: none;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-primary:hover[b-a1kibs6j0b] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(102, 126, 234, 0.4);
    }

.btn-outline-secondary[b-a1kibs6j0b] {
    border: 2px solid #6c757d;
    border-radius: 25px;
    padding: 4px 10px;
    font-weight: 600;
    transition: all 0.3s ease;
}

    .btn-outline-secondary:hover[b-a1kibs6j0b] {
        transform: translateY(-2px);
        box-shadow: 0 5px 15px rgba(108, 117, 125, 0.3);
    }
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/PaymentManagement/Pages/Payments/Payment.razor.rz.scp.css */
.bank-logo[b-2vep801yic] {
    height: 24px;
    object-fit: contain;
    margin-right: 8px;
}

.card-type-icon[b-2vep801yic] {
    height: 20px;
    margin-left: 4px;
}

.bank-info[b-2vep801yic] {
    display: flex;
    align-items: center;
    margin-top: 8px;
    color: #6c757d;
}

.info-content[b-2vep801yic] {
    width: 360px;
    margin: 0px 20px;
}

.payment-form[b-2vep801yic] {
    width: 100%;
    max-width: calc(var(--rem-scale) * 45rem);
    margin-inline: auto;
}

.payment-form-content[b-2vep801yic] {
    display: flex;
    gap: var(--s-space-24);
    flex-direction: column;
}


.credit-card-inner[b-2vep801yic] {
    position: relative;
    width: 100%;
    height: 100%;
    border-radius: var(--s-border-radius-default);
    background: var(--s-color-primary);
    padding: var(--s-space-24);
    color: var(--s-color-primary-foreground)
}

.card-logo[b-2vep801yic] {
    position: absolute;
    top: 20px;
    left: 20px;
    height: 30px;
}

.card-brand-logo[b-2vep801yic] {
    position: absolute;
    top: 20px;
    right: 20px;
    height: 40px;
    width: auto;
}

.card-chip[b-2vep801yic] {
    width: calc(var(--rem-scale) * 4.8rem);
    height: calc(var(--rem-scale) * 3.2rem);
    background: #fdc700;
    border-radius: var(--s-border-radius-small);
    margin-bottom: calc(var(--rem-scale) * 2rem);
}

.card-number[b-2vep801yic] {
    font-size: var(--s-font-size-18);
    letter-spacing: 2px;
    margin-bottom: var(--s-space-12);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.card-info[b-2vep801yic] {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
}

.card-holder[b-2vep801yic],
.card-expires[b-2vep801yic] {
    text-transform: uppercase;
    font-size: var(--s-font-size-12);
}

.card-holder-name[b-2vep801yic],
.card-expires-value[b-2vep801yic] {
    font-size: var(--s-font-size-12);
}

.card-brand[b-2vep801yic] {
    position: absolute;
    top: 20px;
    right: 20px;
    font-size: 2em;
    font-weight: bold;
}

.installment-label[b-2vep801yic] {
    display: flex;
    align-items: center;
    font-size: var(--s-font-size-14);
    gap: var(--s-space-8);
    padding-left: var(--s-space-4);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Projects/Activity/EditTaskCanvas.razor.rz.scp.css */
.user-image[b-xu1nnaf50e] {
    height: 20px;
    width: 20px;
    border-radius: 50%;
}

.user-name[b-xu1nnaf50e] {
    font-size: 15px;
    font-weight: bold;
    margin-left: 10px;
    min-width: fit-content;
}

.user-name-after[b-xu1nnaf50e] {
    font-size: 10px;
    margin-top: 5px;
    margin-left: 10px;
    min-width: fit-content;
}

.comment[b-xu1nnaf50e] {
    padding-left: 15px;
    padding-top: 5px;
    padding-bottom: 5px;
    font-size: 13px;
}

.edit-area .row[b-xu1nnaf50e] {
    padding-top: 3px;
    padding-bottom: 3px;
}

.font-size-15[b-xu1nnaf50e] {
    font-size: 15px;
}

.font-size-13[b-xu1nnaf50e] {
    font-size: 13px;
}

.title[b-xu1nnaf50e] {
    font-weight: 600;
}

.offcanvas[b-xu1nnaf50e] {
    background: #edeff8;
}

.edit-canvas .offcanvas-footer[b-xu1nnaf50e] {
    padding: 0px;
    height: 90px;
}

.offcanvas-header[b-xu1nnaf50e] {
    padding-bottom: 0px;
    padding-top: 10px;
    padding-left: 5px;
}

.offcanvas-body[b-xu1nnaf50e] {
    overflow-x: hidden;
    padding-left: 5px;
    padding-top: 5px;
    padding-right: 5px;
}

.comment-time[b-xu1nnaf50e] {
    font-size: 10px;
    margin-top: 10px;
    width: 100%;
    text-align: right;
}

.comment-area[b-xu1nnaf50e] {
    border-radius: 8px;
    padding-top: 10px !important;
    margin-top: 4px !important;
    background: #fdfcf5;
    border: 0.2px solid grey;
    padding-left: 5px;
    padding-right: 5px;
}

.sub-comment-area[b-xu1nnaf50e] {
    padding-left: 60px !important;
}

.attach-button[b-xu1nnaf50e] {
    width: max-content !important;
    padding-top: 0px;
    padding-bottom: 0px;
}

.accordion-item[b-xu1nnaf50e] {
    border: none !important;
    background: transparent;
}

.accordion-button[b-xu1nnaf50e] {
    padding: 0px !important;
    font-size: 13px;
    color: var(--bs-primary);
    background: transparent;
}

    .accordion-button[b-xu1nnaf50e]::after {
        margin-left: unset;
    }

.sub-comment-divider[b-xu1nnaf50e] {
    border-top: 0.2px solid #c4bfbf;
    padding-bottom: 10px;
}

.task-update-button[b-xu1nnaf50e] {
    font-size: 15px;
    width: max-content;
    margin-right: 10px;
}

.task-detail-tabs[b-xu1nnaf50e] {
    padding-left: 0px;
    padding-right: 0px;
}

.task-detail-tabs .dxbl-tabs-tablist[b-xu1nnaf50e] {
    background-color: ghostwhite
}

.task-detail-tabs .tab-page[b-xu1nnaf50e] {
    padding-left: 5px;
    padding-right: 5px;
}

.task-detail-tabs .dxbl-tabs-content-pane[b-xu1nnaf50e] {
    padding-left: 5px !important;
    padding-right: 5px !important;
}

.task-update-area[b-xu1nnaf50e] {
    border: solid 2px #bdaeae;
    padding-left: 5px;
    padding-right: 5px;
    border-radius: 8px;
    margin-top: 5px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ProposalManagement/Pages/SalesProposals/Approver/RevisionApprovalHistory.razor.rz.scp.css */
.revision-approval-history[b-q5wnf73kbl] {
    max-width: 100%;
    overflow-x: auto;
}

.compact-table[b-q5wnf73kbl] {
    border-collapse: collapse;
}

.compact-table th[b-q5wnf73kbl],
.compact-table td[b-q5wnf73kbl] {
    padding: 6px 10px;
    vertical-align: middle;
}

.compact-table td:first-child[b-q5wnf73kbl] {
    width: 40%;
    white-space: nowrap;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ProposalManagement/Pages/SalesProposals/PropasalLines/Components/RevisionStatusPopover.razor.rz.scp.css */
.revision-icon-container[b-9m01ocmc9i] {
    position: relative;
    display: inline-block;
}

.revision-popover[b-9m01ocmc9i] {
    z-index: 9000;
    top: 100%;
    left: 0;
    min-width: 200px;
    max-width: 300px;
    font-size: 0.9rem;
    word-wrap: break-word;
}

.revision-popover-header[b-9m01ocmc9i] {
    border-bottom: 1px solid #dee2e6;
    padding-bottom: 0.25rem;
}

.revision-popover-body[b-9m01ocmc9i] {
    font-size: 0.85rem;
    max-height: 150px;
    overflow-y: auto;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/ProposalManagement/Pages/SalesProposals/PropasalLines/PropasalLineGridComponent.razor.rz.scp.css */
.no-hover:hover[b-ryy0xmwtka] {
    background-color: inherit !important;
    color: inherit !important;
    border-color: inherit !important;
}

.non-clickable[b-ryy0xmwtka] {
    pointer-events: none; /* Tıklanabilirliği devre dışı bırakır */
    cursor: default; /* Fare imlecini varsayılan yapar */
}

.badge-xs[b-ryy0xmwtka] {
    font-size: 8px; /* Daha küçük yazı boyutu */
    padding: 1px 2px; /* Daha küçük iç boşluk */
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Proposal/ProposalContainer.razor.rz.scp.css */
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Proposal/ProposalOverview.razor.rz.scp.css */
#sales-proposal[b-jrma44vp8i]{
    padding:16px;
}

#sales-proposal .card[b-jrma44vp8i] {
    margin-bottom: 20px !important;
    padding: 20px !important;
    border-radius: 10px !important;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1) !important;
}

#sales-proposal .header-info[b-jrma44vp8i] {
    display: flex !important;
    align-items: center !important;
    justify-content: space-between !important;
    margin-bottom: 20px !important;
}

#sales-proposal .header-info h5[b-jrma44vp8i] {
    margin: 0 !important;
    font-size: 24px !important;
}

#sales-proposal .header-info p[b-jrma44vp8i] {
    margin: 0 !important;
    font-size: 16px !important;
    color: #6c757d !important;
}

#sales-proposal .status-badge[b-jrma44vp8i] {
    padding: 5px 10px !important;
    border-radius: 15px !important;
    font-size: 13px !important;
}

#sales-proposal .detail-item[b-jrma44vp8i] {
    display: flex !important;
    justify-content: space-between !important;
    padding: 10px 0 !important;
    border-bottom: 1px solid #e9ecef !important;
}

#sales-proposal .detail-item:last-child[b-jrma44vp8i] {
    border-bottom: none !important;
}

#sales-proposal .detail-item span[b-jrma44vp8i] {
    font-weight: bold !important;
}

#sales-proposal .right-align[b-jrma44vp8i] {
    text-align: right !important;
}

#sales-proposal .left-panel[b-jrma44vp8i], #sales-proposal .right-panel[b-jrma44vp8i] {
    border-radius: 10px !important;
}

#sales-proposal .left-panel[b-jrma44vp8i] {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
    margin-right: 20px !important;
    font-size: 12px !important;
}

#sales-proposal .right-panel[b-jrma44vp8i] {
    background-color: #f8f9fa !important;
    border: 1px solid #e9ecef !important;
}

#sales-proposal .left-panel[b-jrma44vp8i], #sales-proposal .right-panel[b-jrma44vp8i] {
    flex: 1 !important;
    padding: 10px !important;
    min-width: 250p !important;
}

#sales-proposal .detail-item[b-jrma44vp8i] {
    margin-bottom: 10px !important;
}

#sales-proposal table[b-jrma44vp8i] {
    width: 100% !important;
    border-collapse: collapse !important;
    margin-bottom: 10px !important;
    font-size: 12px !important;
    font-family: "Arial", sans-serif !important;
    color: #343a40 !important;
}

#sales-proposal table th[b-jrma44vp8i], #sales-proposal table td[b-jrma44vp8i] {
    padding: 10px !important;
    text-align: left !important;
    border-bottom: 1px solid #e9ecef !important;
}

#sales-proposal table th[b-jrma44vp8i] {
    background-color: #f8f9fa !important;
    font-weight: bold !important;
}

#sales-proposal table tr:last-child td[b-jrma44vp8i] {
    border-bottom: none !important;
}

#sales-proposal hr[b-jrma44vp8i] {
    border: none !important;
    border-top: 1px solid #e9ecef !important;
    margin: 0 !important;
}

#sales-proposal .row-header[b-jrma44vp8i] {
    font-weight: bold !important;
}

@media (max-width: 768px) {
    #sales-proposal .d-flex.flex-wrap .left-panel[b-jrma44vp8i],
    #sales-proposal .d-flex.flex-wrap .right-panel[b-jrma44vp8i] {
        flex-basis: 100% !important;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Proposal/StockRequestDates/StockRequestDateModal.razor.rz.scp.css */
.mb-2 p[b-alyrntp5kl] {
    margin-bottom: 0; /* Varsayılan margin'i kaldırıyoruz */
}

.fs-6.fw-bold[b-alyrntp5kl] {
    margin-top: 0.5rem; /* İkinci paragrafın üstüne biraz boşluk ekliyoruz */
}

/* Styles scoped to the custom-card-container */
.custom-card-container[b-alyrntp5kl] {
    display: flex;
    flex-wrap: wrap;
    gap: 15px; /* Space between the cards */
}

.custom-card-container .card[b-alyrntp5kl] {
    min-width: 250px;
    max-width: 300px;
    border: 1px solid #ddd;
    border-radius: 8px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    display: flex;
    flex-direction: column;
}

.custom-card-container .card-body[b-alyrntp5kl] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.custom-card-container .card .card-text[b-alyrntp5kl] {
    margin-bottom: 0.5rem;
    font-size: 12px;
}

.custom-card-container .card .btn[b-alyrntp5kl] {
    font-size: 12px;
    padding: 5px 10px;
}

/* Button hover effects */
.custom-card-container .btn-outline-secondary:hover[b-alyrntp5kl] {
    background-color: #6c757d;
    color: #fff;
}

.custom-card-container .btn-outline-danger:hover[b-alyrntp5kl] {
    background-color: #dc3545;
    color: #fff;
}

/* Styling for the empty state message */
.custom-card-container .text-center[b-alyrntp5kl] {
    width: 100%;
    font-size: 14px;
    padding: 20px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/PurchaseManagement/Pages/PurchaseRequestLines/PurchaseRequestLineListByPurchaseRequestId.razor.rz.scp.css */
.parent-row[b-24zy2pbfjw] {
    background-color: #94caff !important;
    font-weight: bold;
}

.disabled-row[b-24zy2pbfjw] {
    opacity: 0.7;
    pointer-events: none;
}

.child-row[b-24zy2pbfjw] {
    background-color: white !important;
}

.child-row td[b-24zy2pbfjw] {
    padding-left: 20px !important;
    border-left: 3px solid #e6f3ff !important;
}

[data-no-edit=true][b-24zy2pbfjw] {
    pointer-events: none;
}

.parent-row .dxbs-gridview .dxbs-table > tbody > tr > td[b-24zy2pbfjw] {
    color: #6c757d;
}

.parent-row-icon[b-24zy2pbfjw], .child-row-icon[b-24zy2pbfjw] {
    margin-right: 5px;
}

.parent-row-icon[b-24zy2pbfjw] {
    color: #0d6efd;
}

.child-row-icon[b-24zy2pbfjw] {
    color: #20c997;
}


.parent-row[b-24zy2pbfjw] {
    background-color: #f8f9fa !important;
    font-weight: bold;
}

.disabled-row[b-24zy2pbfjw] {
    opacity: 0.7;
    pointer-events: none;
}

.child-row[b-24zy2pbfjw] {
    background-color: white !important;
}

.child-cell[b-24zy2pbfjw] {
    padding-left: 25px !important;
    border-left: 3px solid #e6f3ff !important;
}

[data-no-edit=true][b-24zy2pbfjw] {
    pointer-events: none;
}

.parent-row .dxbs-gridview .dxbs-table > tbody > tr > td[b-24zy2pbfjw] {
    color: #6c757d;
}

.parent-row-icon[b-24zy2pbfjw], .child-row-icon[b-24zy2pbfjw] {
    margin-right: 5px;
}

.parent-row-icon[b-24zy2pbfjw] {
    color: #0d6efd;
}

.child-row-icon[b-24zy2pbfjw] {
    color: #20c997;
}

.header-switcher .dxbs-tb-button .dxbs-tb-caption[b-24zy2pbfjw],
.header-switcher .dxbs-tb-split-button .dxbs-tb-caption[b-24zy2pbfjw] {
    max-width: 220px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Purchases/Proposal/SubmitSupplierOfferModal.razor.rz.scp.css */
div[dxbl-grid-summary-item][b-o9htkwdo8g] {
    font-weight: bold;
    text-align: right;
}

.grid-max-height[b-o9htkwdo8g] {
    max-height: 400px; /* İstediğiniz maksimum yüksekliği burada belirleyebilirsiniz */
    overflow-y: auto;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Shared/Pages/Identities/Users/Components/SetPasswordModal.razor.rz.scp.css */
.set-password-toggle-icon[b-alpvgw3b8m] {
    position: absolute;
    cursor: pointer;
    font-size: 0.9rem;
    color: #888;
    top: 50%;
    z-index: 1;
    transform: translateX(-85%) translateY(-50%);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Shared/Pages/Reporting/ReportDefinitions/Components/ReportParameters/ReportParameterEditor.razor.rz.scp.css */
.report-parameter-modal[b-33oj07rzj9] {
    max-width: 900px;
    width: 80vw;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/Shared/Pages/Reporting/ReportDefinitions/ReportDefinitionUpsert.razor.rz.scp.css */
.report-sidebar-wrapper[b-ijyzyohbdb] {
    flex: 0 0 20%; /* Büyüme: hayır, Küçülme: hayır, Temel genişlik: %30 */
    min-width: 0; /* İçeriğin taşıp layout'u bozmasını engeller */
    /* ReportUpsertSidebar component'indeki hard-coded width stilini kaldırın! */
}

.report-sidebar-sqlEditor[b-ijyzyohbdb] {
    flex: 0 0 25%; /* Büyüme: hayır, Küçülme: hayır, Temel genişlik: %30 */
    min-width: 0; /* İçeriğin taşıp layout'u bozmasını engeller */
    /* ReportUpsertSidebar component'indeki hard-coded width stilini kaldırın! */
}

.report-main-content-wrapper[b-ijyzyohbdb] {
    flex: 1 1 55%; /* Büyüme: evet, Küçülme: evet, Temel genişlik: %70 */
    min-width: 0; /* İçeriğin (özellikle grid'in) taşıp layout'u bozmasını engeller */
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Cart/CartItem.razor.rz.scp.css */
td[b-njc4m6wci5] {
    border: 1px solid var(--s-color-border);
    padding: var(--s-space-2) var(--s-space-4);
    text-align: center;
    font-size: 9px;
}

td.cart-table-product-name[b-njc4m6wci5] {
    min-width: calc(var(--rem-scale) * 7rem);
}

.number[b-njc4m6wci5] {
    text-align: right;
}

.product-row:hover[b-njc4m6wci5] {
    background-color: rgba(58, 134, 255, 0.05);
}

.product-name[b-njc4m6wci5] {
    font-weight: 600;
}


.color-mavi[b-njc4m6wci5] {
    background-color: #3a86ff;
}

.color-pembe[b-njc4m6wci5] {
    background-color: #ff77e9;
}

.quantity-control[b-njc4m6wci5] {
    display: flex;
    align-items: center;
    max-width: 120px;
    flex-wrap: nowrap;
}

.quantity-control button[b-njc4m6wci5] {
    width: auto;
    background-color: transparent;
}

.quantity-input[b-njc4m6wci5] {
    width: 40px;
    height: 30px;
    text-align: center;
    border: 1px solid #ddd;
    margin: 0 5px;
    border-radius: 4px;
}


.remove-item[b-njc4m6wci5] {
    cursor: pointer;
    font-size: var(--s-font-size-16);
    transition: all 0.2s ease;
}

.price-original[b-njc4m6wci5] {
    text-decoration: line-through;
    color: #999;
}

.price-discount[b-njc4m6wci5] {
    color: #ff5a5f;
    font-weight: 600;
}

.price-vatrate[b-njc4m6wci5] {
    font-weight: 600;
    color: var(--text-color);
}

.price-final[b-njc4m6wci5] {
    font-weight: 600;
    color: var(--text-color);
}

.border-right-cell:not(:last-child)[b-njc4m6wci5] {
    border-right-width: 1px;
}

.cart-item-remove[b-njc4m6wci5] {
    background-color: transparent;
    border-color: transparent;
}

.cart-item-discounts[b-njc4m6wci5] {
    display: flex;
    font-size: 11px;
    border-color: inherit;
}

.cart-item-discounts span[b-njc4m6wci5] {
    border-color: inherit;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Cart/CartItemNew.razor.rz.scp.css */
.basket-product[b-3ontl2tjtv] {
    border-top: 0;
    border-radius: 0;
    border-bottom-width: 1px;
}

.basket-product:first-child[b-3ontl2tjtv] {
    border-top-left-radius: var(--s-border-radius-default);
    border-top-right-radius: var(--s-border-radius-default);
}

.basket-product:last-child[b-3ontl2tjtv] {
    border-bottom-left-radius: var(--s-border-radius-default);
    border-bottom-right-radius: var(--s-border-radius-default)
}

.basket-product-content[b-3ontl2tjtv] {
    padding: 8px 12px;
}

.basket-product-main[b-3ontl2tjtv] {
    display: flex;
    align-items: center;
    gap: 8px;
}

@media screen and (min-width:1024px) {
    .basket-product-main[b-3ontl2tjtv] {
        align-items: start;
    }
}

.basket-product-image[b-3ontl2tjtv] {
    width: 48px;
    height: 48px;
    border-width: 1px;
    border-radius: var(--s-border-radius-default);
    flex-shrink: 0;
}

.basket-product-image img[b-3ontl2tjtv] {
    object-fit: contain;
    height: 100%;
    width: 100%;
}

.basket-product-info[b-3ontl2tjtv] {
    flex: 1;
    min-width: 0;
}

.basket-product-name[b-3ontl2tjtv] {
    font-size: var(--s-font-size-14);
    font-weight: var(--s-font-weight-medium);
    display: flex;
    flex-direction: column;
    max-width: calc(100% - calc(var(--rem-scale) * 4rem));
}

.basket-product-name-quantity-label[b-3ontl2tjtv] {
    font-weight: var(--s-font-weight-normal);
    font-size: var(--s-font-size-12);
}

@media screen and (min-width:1024px) {
    .basket-product-name[b-3ontl2tjtv] {
        flex-direction: row;
        align-items: center;
        gap: var(--s-space-4);
    }
}

.product-features[b-3ontl2tjtv] {
    display: flex;
    flex-wrap: wrap;
    gap: var(--s-space-4) var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

.product-features-desktop[b-3ontl2tjtv] {
    display: none;
}

@media screen and (min-width:1024px) {
    .product-features-desktop[b-3ontl2tjtv] {
        display: flex;
        margin-top: var(--s-space-4);
        margin-bottom: 0;
    }

    .product-features-mobile[b-3ontl2tjtv] {
        display: none;
    }
}

.product-features-mobile[b-3ontl2tjtv] {
    margin-top: var(--s-space-8);
}

.product-features p[b-3ontl2tjtv],
.product-discounts p[b-3ontl2tjtv] {
    gap: var(--s-space-4);
    font-size: var(--s-font-size-12);
    margin: 0;
    flex-shrink: 0;
}

.product-features span:last-child[b-3ontl2tjtv],
.product-discounts span:last-child[b-3ontl2tjtv] {
    color: var(--s-color-body-text);
    font-weight: var(--s-font-weight-medium);
}

.product-features span:first-child[b-3ontl2tjtv]:after,
.product-discounts span:first-child[b-3ontl2tjtv]:after {
    content: ": ";
}

.product-features span:first-child[b-3ontl2tjtv],
.product-discounts span:first-child[b-3ontl2tjtv] {
    color: var(--s-color-muted-foreground);
}

.basket-product-actions[b-3ontl2tjtv] {
    display: flex;
    gap: 8px;
    align-items: flex-end;
    margin-right: auto;
}

@media screen and (min-width:1024px) {
    .basket-product-actions[b-3ontl2tjtv] {
        margin-right: 0;
        margin-left: auto;
    }
}

.basket-product-quantity[b-3ontl2tjtv] {
    display: flex;
    flex-direction: column;
    max-width: 160px;
}

.basket-product-package-info[b-3ontl2tjtv] {
    font-size: var(--s-font-size-12);
    text-align: left;
}

@media screen and (min-width:1024px) {
    .basket-product-package-info[b-3ontl2tjtv] {
        text-align: center;
    }
}

.basket-product-package-info span:first-child[b-3ontl2tjtv] {
    color: var(--s-color-muted-foreground);
}

.basket-product-input[b-3ontl2tjtv] {
    border-radius: var(--s-border-radius-default);
    border-width: 1px;
    max-width: calc(var(--rem-scale) * 14rem);
    align-items: center;
}



.basket-product-input[b-3ontl2tjtv] {
    font-weight: var(--s-font-weight-medium);
}

.basket-product-input button[b-3ontl2tjtv] {
    background-color: transparent;
    border-radius: 0;
    height: calc(var(--rem-scale) * 2.8rem);
}

.basket-product-input>button[b-3ontl2tjtv] {
    border-right-width: 1px;
}

.basket-product-input>button+input+button[b-3ontl2tjtv] {
    border-left-width: 1px;
    border-right-width: 0;
}

.basket-product-delete[b-3ontl2tjtv] {
    align-self: flex-end;
    position: absolute;
    top: var(--s-space-8);
    right: var(--s-space-12);
}

@media screen and (min-width:1024px) {
    .basket-product-delete[b-3ontl2tjtv] {
        position: static;
    }
}

.basket-product-pricing[b-3ontl2tjtv] {
    display: flex;
    flex-direction: column;
    gap: 0;
    padding: 0;

}


.basket-product-bottom[b-3ontl2tjtv] {
    display: flex;
    justify-content: space-between;

    flex-direction: column;
    flex-wrap: wrap;
}

@media screen and (min-width:1024px) {

    .basket-product-pricing[b-3ontl2tjtv] {
        padding-left: calc(var(--rem-scale) * 5.6rem);
    }

    .basket-product-bottom[b-3ontl2tjtv] {
        flex-direction: row;
        flex-wrap: nowrap;
        gap: var(--s-space-4) var(--s-space-8);
        align-items: end;
        margin-top: var(--s-space-4);
    }
}

.product-price-details[b-3ontl2tjtv] {
    display: flex;
    align-items: center;
    gap: var(--s-space-4) var(--s-space-8);
    width: 100%;
    flex-wrap: wrap;
    margin-top: var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

@media screen and (min-width:1024px) {
    .product-price-details[b-3ontl2tjtv] {
        margin-top: var(--s-space-4);
        max-width: calc(100% - calc(var(--rem-scale) * 19rem));
    }
}

.product-price-details svg[b-3ontl2tjtv],
.product-price-details p[b-3ontl2tjtv] {
    flex-shrink: 0;
}


.price-item[b-3ontl2tjtv] {
    display: flex;
    gap: 4px;
    font-size: 12px;
    margin: 0;
    color: var(--s-color-body-text);
}

.price-item span:first-child[b-3ontl2tjtv] {
    color: var(--s-color-muted-foreground);
}

.price-item span:last-child[b-3ontl2tjtv] {
    font-weight: var(--s-font-weight-medium)
}

.price-item span:first-child[b-3ontl2tjtv]:after {
    content: ":";
}

.price-total[b-3ontl2tjtv] {
    font-size: var(--s-font-size-12);
    font-weight: var(--s-font-weight-semibold);
    display: flex;
    margin: 0;
    flex-direction: column;
    text-align: center;
}

@media screen and (min-width:1024px) {
    .price-total[b-3ontl2tjtv] {
        flex-direction: row;
        text-align: unset;
        font-size: var(--s-font-size-14);
        gap: var(--s-space-4);
        align-items: end;
    }
}

.price-total span:first-child[b-3ontl2tjtv] {
    color: var(--s-color-body-text);
    font-size: var(--s-font-size-12);
}

.price-total span:first-child[b-3ontl2tjtv]:after {
    content: ":";
}

.price-total-amount[b-3ontl2tjtv] {
    font-size: var(--s-font-size-14);
}

.product-discounts[b-3ontl2tjtv] {
    display: flex;
    align-items: center;
    gap: var(--s-space-4) var(--s-space-8);
    flex-wrap: wrap;
    width: 100%;
    margin-top: var(--s-space-8);
    color: var(--s-color-muted-foreground);
}

@media screen and (min-width:1024px) {
    .product-discounts[b-3ontl2tjtv] {
        margin-top: var(--s-space-4);
    }
}

.product-discounts p[b-3ontl2tjtv],
.product-discounts svg[b-3ontl2tjtv] {
    flex-shrink: 0;
}

.basket-product-actions-desktop[b-3ontl2tjtv] {
    display: none;
}


.basket-product-quantity-with-price[b-3ontl2tjtv] {
    display: flex;
    gap: var(--s-space-4);
    align-items: end;
    margin-top: var(--s-space-8);
    flex-shrink: 0;
}

@media screen and (min-width:1024px) {
    .basket-product-actions-desktop[b-3ontl2tjtv] {
        display: flex;
    }

    .basket-product-actions-mobile[b-3ontl2tjtv] {
        display: none;
    }

    .basket-product-quantity-with-price[b-3ontl2tjtv] {
        margin-top: 0
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Cart/CartModal.razor.rz.scp.css */
table[b-5lk8ctypma] {
    border-collapse: collapse;
    width: 100%;
}

th[b-5lk8ctypma],
td[b-5lk8ctypma] {
    border: 1px solid var(--bs-border-color);
    padding: var(--s-space-2) var(--s-space-4);
    text-align: center;
    font-size: 9px;
}

th[b-5lk8ctypma] {
    font-weight: bold;
}

.main-header[b-5lk8ctypma] {
    background-color: #e6f3ff;
}

.sub-header[b-5lk8ctypma] {
    background-color: #f0f8ff;
    font-size: 9px;
}

.form-control[b-5lk8ctypma] {
    font-size: 9px !important;
}

.cart-summary-note[b-5lk8ctypma] {
    background-color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    overflow: hidden;
    margin-top: 15px;
}

.cart-summary[b-5lk8ctypma] {
    border: 1px #f0f0f0 solid;
    background-color: white;
    box-shadow: 0 0 0 rgba(0, 0, 0, 0.05);
    margin-top: 15px;
    overflow: hidden;
}

.cart-summary-header[b-5lk8ctypma] {
    background-color: #f0f5ff;
    padding: 5px 20px;
    border-bottom: 1px solid #e0e8ff;
}

.cart-summary-title[b-5lk8ctypma] {
    font-weight: 600;
    font-size: 15px;
    margin: 0;
}

.cart-summary-body[b-5lk8ctypma] {
    padding: 0;
}

.cart-summary-title i[b-5lk8ctypma] {
    font-size: 18px;
}

.account-border-bottom[b-5lk8ctypma] {
    border-bottom: 1px solid #c9c4c4;
}

.summary-item[b-5lk8ctypma] {
    display: flex;
    justify-content: space-between;
    padding: 5px 20px;
    border-bottom: 1px solid #f0f0f0;
    font-size: 10px;
}

.summary-label[b-5lk8ctypma] {
    font-weight: 500;
    display: flex;
    align-items: center;
}

.summary-label i[b-5lk8ctypma] {
    margin-right: 8px;
    width: 20px;

    text-align: center;
}

.summary-value[b-5lk8ctypma] {
    font-weight: 600;
}

.summary-container[b-5lk8ctypma] {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.summary[b-5lk8ctypma] {
    display: flex;
}

.grand-total[b-5lk8ctypma] {
    padding: 18px 20px;
    border-bottom: none;
}

.grand-total .summary-label[b-5lk8ctypma],
.grand-total .summary-value[b-5lk8ctypma] {
    font-size: 15px;
    font-weight: 700;
    color: #2b2d42;
}

.weight-icon[b-5lk8ctypma] {
    color: #6c757d;
}

.price-icon[b-5lk8ctypma] {
    color: #6c757d;
}

.discount-icon[b-5lk8ctypma] {
    color: #ff5a5f;
}

.total-icon[b-5lk8ctypma] {
    color: #28a745;
}

.discount-value[b-5lk8ctypma] {
    color: #ff5a5f;
}

.action-btn[b-5lk8ctypma] {
    font-size: 12px;
    font-weight: 600;
}

.btn-continue[b-5lk8ctypma] {
    background-color: white;
    border: 2px solid #ddd;
}

.btn-continue:hover[b-5lk8ctypma] {
    background-color: #f0f0f0;
    border-color: #ccc;
}


.border-right-cell:not(:last-child)[b-5lk8ctypma] {
    border-right: 1px solid #c7c7c7;
}


.basket[b-5lk8ctypma] {
    display: flex;
    gap: var(--s-space-16);
    align-items: start;
    flex-direction: column;
}

@media screen and (min-width:1024px) {
    .basket[b-5lk8ctypma] {
        flex-direction: row;
    }
}

.basket-products[b-5lk8ctypma] {
    width: 100%;
    flex: 1;
}

.basket-summary[b-5lk8ctypma] {
    position: sticky;
    max-width: 100%;
    width: 100%;
    top: var(--s-space-4)
}

@media screen and (min-width:1024px) {
    .basket-summary[b-5lk8ctypma] {
        max-width: 33.3%;
    }
}

.currency-based-amouns-tabs[b-5lk8ctypma] {
    display: flex;
    gap: 4px;
    font-size: 14px;
    padding: 4px;
    background-color: var(--s-color-muted);
    width: max-content;
    border-radius: 10px;
}

.currency-based-amouns-tabs button[b-5lk8ctypma] {
    padding: 4px 8px;
    font-weight: 500;
    border-radius: var(--s-border-radius-default);
}

.currency-based-amouns-tabs button.active[b-5lk8ctypma] {
    background-color: white;
}

.empty-cart[b-5lk8ctypma] {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--s-border-radius-default);
    max-width: 56rem;
    text-align: center;
    margin-inline: auto;
    width: 100%;
}


.cart-view-switch-items[b-5lk8ctypma] {
    display: none;
    flex-direction: row;
    background-color: var(--s-color-secondary);
    gap: var(--s-space-2);
    padding: var(--s-space-4);
    border-radius: var(--s-border-radius-default);
}

@media screen and (min-width:1440px) {
    .cart-view-switch-items[b-5lk8ctypma] {
        display: flex;
    }
}

.cart-view-switch-items button[b-5lk8ctypma] {
    background-color: transparent;
    border-color: transparent;
    height: calc(var(--rem-scale) * 2.8rem);
}

.cart-view-switch-items button.active[b-5lk8ctypma] {
    background-color: var(--s-color-white);
}

.cart-view-table[b-5lk8ctypma] {
    display: none;
}

@media screen and (min-width:1440px) {
    .cart-active-view-list .cart-view-table[b-5lk8ctypma] {
        display: none;
    }

    .cart-active-view-table .cart-view-list[b-5lk8ctypma] {
        display: flex;
    }

    .cart-active-view-table .cart-view-list[b-5lk8ctypma] {
        display: none;
    }

    .cart-active-view-table .cart-view-table[b-5lk8ctypma] {
        display: block;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Filter/StockFilter.razor.rz.scp.css */
.filter-container[b-ixkkq4l7st] {
    background-color: var(--s-color-white);
    display: flex;
    gap: var(--s-space-16);
}

.filter-header[b-ixkkq4l7st] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1rem;
}

.filter-header h5[b-ixkkq4l7st] {
    font-size: 0.95rem;
    font-weight: 600;
    margin: 0;
}

.search-input[b-ixkkq4l7st] {
    position: relative;
}

.search-icon[b-ixkkq4l7st] {
    position: absolute;
    left: 0.75rem;
    top: 50%;
    transform: translateY(-50%);
    color: var(--bs-gray-500);
    font-size: 0.875rem;
    z-index: 1;
    pointer-events: none;
}

.search-input input[b-ixkkq4l7st] {
    padding-left: 2.25rem !important;
    height: 32px;
}

.search-input input[b-ixkkq4l7st]::placeholder {
    color: var(--bs-gray-500);
    font-size: 0.813rem;
}

.filter-container select[b-ixkkq4l7st],
.filter-container input[b-ixkkq4l7st] {
    width: 100%;
    font-size: 0.813rem;
    padding: 0.25rem 0.5rem;
    min-height: 32px;
    border: 1px solid var(--bs-gray-300);
    border-radius: 0.25rem;
}

.price-range[b-ixkkq4l7st] {
    margin-top: 0.5rem;
}

.price-inputs[b-ixkkq4l7st] {
    margin-top: 2rem;
    display: flex;
    flex-direction: column;
    gap: 0.5rem;
}

.price-inputs .input-group[b-ixkkq4l7st] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0.5rem;
}

.price-inputs input[b-ixkkq4l7st] {
    min-width: 0;
}

.price-inputs select[b-ixkkq4l7st] {
    width: 100%;
}

.price-label[b-ixkkq4l7st] {
    font-size: 0.813rem;
    color: var(--bs-gray-600);
}

.btn-apply[b-ixkkq4l7st] {
    width: 100%;
    margin-top: 0.5rem;
    padding: 0.25rem 0.5rem;
    font-size: 0.813rem;
    background-color: transparent;
    border: 1px solid var(--bs-primary);
    color: var(--bs-primary);
    border-radius: 0.25rem;
}

.btn-clear[b-ixkkq4l7st] {
    background: none;
    border: none;
    color: var(--bs-gray-500);
    font-size: 0.875rem;
    padding: 0;
}

.btn-clear:hover[b-ixkkq4l7st] {
    color: var(--bs-danger);
}

.active-filters[b-ixkkq4l7st] {
    margin-top: 1rem;
    padding: 0.75rem;
    background-color: var(--bs-gray-100);
    border-radius: 0.25rem;
}

.active-filters-header[b-ixkkq4l7st] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 0.5rem;
}

.filter-tags[b-ixkkq4l7st] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.25rem;
}

.filter-tag[b-ixkkq4l7st] {
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--bs-primary);
    color: white;
    border-radius: 0.25rem;
}

/* Scrollbar özelleştirmesi */
.filter-container[b-ixkkq4l7st]::-webkit-scrollbar {
    width: 5px;
}

.filter-container[b-ixkkq4l7st]::-webkit-scrollbar-track {
    background: var(--bs-gray-100);
}

.filter-container[b-ixkkq4l7st]::-webkit-scrollbar-thumb {
    background: var(--bs-gray-300);
    border-radius: 3px;
}

/* Fiyat slider'ı için yeni stiller */
.price-slider[b-ixkkq4l7st] {
    padding: 0.5rem 0.25rem;
}

.price-slider .range-slider[b-ixkkq4l7st] {
    width: 100%;
    height: 4px;
    background: var(--bs-gray-200);
    border-radius: 2px;
    position: relative;
    margin: 1rem 0;
}

.price-slider .range-selected[b-ixkkq4l7st] {
    height: 100%;
    position: absolute;
    background: var(--bs-primary);
    border-radius: 2px;
}

.price-slider .range-input[b-ixkkq4l7st] {
    position: relative;
    height: 30px;
    margin-top: -15px;
}

.price-slider .range-input input[b-ixkkq4l7st] {
    position: absolute;
    width: 100%;
    height: 5px;
    top: 50%;
    transform: translateY(-50%);
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.price-slider .range-input input[b-ixkkq4l7st]::-webkit-slider-thumb {
    pointer-events: auto;
    margin-top: 0;
    z-index: 2;
}

.price-slider .range-input input[b-ixkkq4l7st]::-moz-range-thumb {
    pointer-events: auto;
    z-index: 2;
}

.price-values[b-ixkkq4l7st] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-top: 0.5rem;
    font-size: 0.813rem;
}

.price-values span[b-ixkkq4l7st] {
    color: var(--bs-gray-600);
}

/* Range Slider Styles */
.range-slider[b-ixkkq4l7st] {
    position: relative;
    width: 100%;
    height: 5px;
    margin: 1rem 0;
    background: var(--bs-gray-200);
    border-radius: 3px;
}

.range-selected[b-ixkkq4l7st] {
    height: 100%;
    position: absolute;
    background-color: var(--bs-primary);
    border-radius: 3px;
}

.range-input[b-ixkkq4l7st] {
    position: relative;
    height: 5px;
}

.range-input input[b-ixkkq4l7st] {
    position: absolute;
    width: 100%;
    height: 5px;
    top: -5px;
    background: none;
    pointer-events: none;
    -webkit-appearance: none;
    -moz-appearance: none;
}

.range-input input[b-ixkkq4l7st]::-webkit-slider-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    background-color: white;
    pointer-events: auto;
    -webkit-appearance: none;
    cursor: pointer;
}

.range-input input[b-ixkkq4l7st]::-moz-range-thumb {
    height: 15px;
    width: 15px;
    border-radius: 50%;
    border: 2px solid var(--bs-primary);
    background-color: white;
    pointer-events: auto;
    -moz-appearance: none;
    cursor: pointer;
}

/* Aktif filtre etiketleri için yeni stiller */
.active-filter-tags[b-ixkkq4l7st] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.35rem;
    padding: 0.5rem 0;
    margin-bottom: 1rem;
    border-bottom: 1px solid var(--bs-gray-200);
}

.filter-tag[b-ixkkq4l7st] {
    display: inline-flex;
    align-items: center;
    gap: 0.35rem;
    font-size: 0.75rem;
    padding: 0.25rem 0.5rem;
    background-color: var(--bs-gray-100);
    color: var(--bs-gray-700);
    border-radius: 1rem;
    border: 1px solid var(--bs-gray-200);
}

.filter-tag .tag-text[b-ixkkq4l7st] {
    max-width: 150px;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
}

.filter-tag i[b-ixkkq4l7st] {
    font-size: 0.875rem;
    color: var(--bs-gray-500);
    cursor: pointer;
    padding: 2px;
    margin-left: 2px;
    border-radius: 50%;
    transition: all 0.2s ease;
}

.filter-tag i:hover[b-ixkkq4l7st] {
    color: var(--bs-danger);
    background-color: var(--bs-gray-200);
}

.custom-combobox[b-ixkkq4l7st] {
    width: 500px !important;
}

.filter-actions[b-ixkkq4l7st] {
    display: flex;
    width: max-content;
    margin-left: auto;
    gap: var(--s-space-8);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/StockSpec/StockSpecModal.razor.rz.scp.css */
.modal-content-container[b-sfhzsy4msy] {
    display: flex;
    flex-direction: column;
    height: 100%;
}

.tab-content[b-sfhzsy4msy] {
    flex: 1;
    overflow-y: auto;
    max-height: calc(700px - 120px);
}

.nav-tabs[b-sfhzsy4msy] {
    flex-shrink: 0;
}

.form-group[b-sfhzsy4msy] {
    margin-bottom: 1rem;
}

textarea.form-control[b-sfhzsy4msy] {
    min-height: 120px;
    resize: vertical;
}

.html-content-preview[b-sfhzsy4msy] {
    padding: 1rem;
    border: 1px solid #dee2e6;
    border-radius: 0.25rem;
    background-color: #f8f9fa;
    min-height: 100px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Stock/StockCard.razor.rz.scp.css */
.product-container[b-crps5qpbjh] {
    display: flex;
    justify-content: center;
    padding: 20px;
}

.product-card[b-crps5qpbjh] {
    border-radius: var(--s-border-radius-default);
    overflow: hidden;
    transition: all 0.3s ease;
    border-width: 1px;
}

.image-container[b-crps5qpbjh] {
    height: 140px;
    background: linear-gradient(135deg, #f9f9f9 0%, #efefef 100%);
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative;
    overflow: hidden;
}

.product-image[b-crps5qpbjh] {
    max-height: 100%;
    max-width: 100%;
    transition: transform 0.5s ease;
}

.product-details[b-crps5qpbjh] {
    padding: 10px;
}


.options-container[b-crps5qpbjh] {
    margin-bottom: 15px;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
}

.options-container select[b-crps5qpbjh] {
    width: 100%;
}

.custom-select[b-crps5qpbjh] {
    width: 100%;
    padding: 8px 12px;
    border: 1px solid #e0e5ec;
    border-radius: 8px;
    background-color: #f8fafc;
    font-size: 0.75rem;
    color: #555;
    transition: all 0.2s;
}

.custom-select:focus[b-crps5qpbjh] {
    border-color: #2ea4e7;
    outline: none;
    box-shadow: 0 0 0 3px rgba(67, 97, 238, 0.1);
}

.price-cart-section[b-crps5qpbjh] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 15px;
    margin-bottom: 3px;
    padding: 8px;
    background: #f8f9fa;
    border-radius: 10px;
    border: 1px solid #e9ecef;
}

.price-info[b-crps5qpbjh] {
    flex: 1;
    display: flex;
    flex-direction: column;
}

.current-price-cp[b-crps5qpbjh] {
    font-size: 1.1rem;
    font-weight: 700;
    color: #28a745;
}

.current-price[b-crps5qpbjh] {
    font-size: 0.85rem;
    font-weight: 700;
    color: #28a745;
}

.old-price[b-crps5qpbjh] {
    font-size: 0.60rem;
    text-decoration: line-through;
    color: #50565c;
}

.cart-controls[b-crps5qpbjh] {
    display: flex;
    align-items: center;
    gap: 5px;
    flex-shrink: 0;
    width: 100%;
}

.quantity-input[b-crps5qpbjh] {
    width: 50%;
    height: 35px;
    text-align: center;
    font-weight: 600;
    border: 2px solid #dee2e6;
    border-radius: 8px;
    font-size: 0.75rem;
}

.quantity-input:focus[b-crps5qpbjh] {
    border-color: #2ea4e7;
    box-shadow: 0 0 0 0.2rem rgba(0, 123, 255, 0.25);
}

.btn-add-cart[b-crps5qpbjh] {
    background: #2ea4e7;
    color: white;
    border: none;
    border-radius: 8px;
    width: 50%;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 10px;
    transition: all 0.3s ease;
    box-shadow: 0 2px 4px rgba(0, 123, 255, 0.2);
}

.btn-add-cart:hover[b-crps5qpbjh] {
    background: #2ea4e7;
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 123, 255, 0.3);
}

.btn-add-cart:hover[b-crps5qpbjh] {
    background: #0056b3;
    transform: translateY(-1px);
}

.detail-link[b-crps5qpbjh] {
    color: #555;
    font-size: 12px;
    text-decoration: none;
    transition: color 0.3s ease;
    font-weight: 500;
}

.detail-link:hover[b-crps5qpbjh] {
    color: #2ea4e7;
}

.product-meta[b-crps5qpbjh] {
    font-size: 0.85rem;
    color: #6c757d;
    margin-bottom: 15px;
    height: 5px;
}

.product-meta i[b-crps5qpbjh] {
    width: 12px;
    text-align: center;
    margin-right: 4px;
}

.product-tag[b-crps5qpbjh] {
    color: #6c757d;
    font-size: 10px;
}

.product-title[b-crps5qpbjh] {
    font-size: var(--s-font-size-14);
    font-weight: var(--s-font-weight-semibold);
    color: var(--s-color-body-text);
    margin-bottom: 0px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.unitMultiplier-container[b-crps5qpbjh] {
    display: flex;
    align-items: flex-start;
    margin-bottom: 7px;
    flex-direction: column;
    justify-content: flex-end;
    font-size: var(--s-font-size-12);
}

.price-container[b-crps5qpbjh] {
    height: 15px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 8px;
}

.discounted-price[b-crps5qpbjh] {
    font-size: var(--s-font-size-14);
    color: var(--s-color-primary);
    font-weight: var(--s-font-weight-semibold);
}

.original-price[b-crps5qpbjh] {
    font-size: var(--s-font-size-12);
    text-decoration: line-through;
    color: var(--s-color-muted-foreground)
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Components/Stock/StockCompact.razor.rz.scp.css */
.product-card[b-ensmj6jknx] {
    border-radius: 8px;
    background-color: white;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.20);
    margin-bottom: 16px;
    overflow: hidden;
    transition: transform 0.2s, box-shadow 0.2s;
}

.product-card:hover[b-ensmj6jknx] {
    transform: translateY(-3px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.image-container[b-ensmj6jknx] {
    width: calc(var(--rem-scale) * 7.2rem);
    height: calc(var(--rem-scale) * 7.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    object-fit: contain;
    border-radius: var(--s-border-radius-small);
    border-width: 1px;
}

.product-image[b-ensmj6jknx] {
    max-width: 100%;
    max-height: 100%;
    width: 100%;
    object-fit: contain;
    height: 100%;
}

.product-title[b-ensmj6jknx] {

    font-weight: 600;
    margin-bottom: 4px;
    font-size: 16px;
}

.product-code[b-ensmj6jknx] {
    color: #6c757d;
    font-size: 13px;
}

.product-section[b-ensmj6jknx] {
    color: #6c757d;
    font-size: 10px;
}

.price[b-ensmj6jknx] {

    font-weight: 700;
    font-size: 18px;
}

.stock-badge[b-ensmj6jknx] {
    background-color: #78c350;
    color: white;
    border-radius: 4px;
    padding: 2px 8px;
    font-size: 12px;
    font-weight: 600;
}

.form-select[b-ensmj6jknx],
.form-control[b-ensmj6jknx] {
    border-color: #dee2e6;
    font-size: 0.75rem;
}

.form-select:focus[b-ensmj6jknx],
.form-control:focus[b-ensmj6jknx] {
    border-color: #2ea4e7;
    box-shadow: 0 0 0 0.2rem rgba(46, 164, 231, 0.25);
}

.detail-link[b-ensmj6jknx] {

    text-decoration: none;
    font-size: 14px;
    margin-left: 8px;
}

.detail-link:hover[b-ensmj6jknx] {
    text-decoration: underline;

}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Pages/StockDetails/StockDetail.razor.rz.scp.css */
.product-description[b-v4y1yiepvy] {
    border-left: 4px solid #2fa4e7;
}

.info-card[b-v4y1yiepvy] {
    transition: all 0.2s ease;
    background-color: #fff;
}

.info-card:hover[b-v4y1yiepvy] {
    transform: translateY(-2px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.info-card .bi[b-v4y1yiepvy] {
    font-size: 1.2rem;
}

.info-card strong[b-v4y1yiepvy] {
    display: block;
    font-size: 1.1rem;
}

.info-card .text-muted[b-v4y1yiepvy] {
    font-size: 0.9rem;

}

.form-select[b-v4y1yiepvy] {
    font-size: 12px;
}


.thumbnail-container[b-v4y1yiepvy] {
    position: relative;
    padding: 0 20px;
}

.thumbnail-slider[b-v4y1yiepvy] {
    width: 100%;
}

.thumbnail-item[b-v4y1yiepvy] {
    width: 70px;
    height: 70px;
    cursor: pointer;
    flex-shrink: 0;
}

.thumbnail-item img[b-v4y1yiepvy] {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.active-thumbnail[b-v4y1yiepvy] {
    border-width: 1px;
}

.thumbnail-nav[b-v4y1yiepvy] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    background-color: rgba(0, 0, 0, 0.5);
    color: white;
    border: none;
    border-radius: 50%;
    width: 25px;
    height: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    z-index: 10;
}

.thumbnail-nav-prev[b-v4y1yiepvy] {
    left: 0;
}

.thumbnail-nav-next[b-v4y1yiepvy] {
    right: 0;
}

.main-image-container[b-v4y1yiepvy] {
    position: relative;
    overflow: hidden;
    border-radius: var(--s-border-radius-default);

}

.main-image[b-v4y1yiepvy] {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.add-to-cart-btn:active[b-v4y1yiepvy] {
    transform: translateY(0);
}

.price-container[b-v4y1yiepvy] {
    display: flex;
    align-items: center;
}

.discounted-price[b-v4y1yiepvy] {
    font-size: var(--s-font-size-16);
    font-weight: var(--s-font-weight-semibold);
    padding-right: 5px;
}

.original-price[b-v4y1yiepvy] {
    font-size: 14px;
    text-decoration: line-through;
    color: #adb5bd;
}

.unitMultiplier-container[b-v4y1yiepvy] {
    display: flex;
    align-items: flex-start;
    margin-bottom: var(--s-space-8);
    flex-direction: column;
}

.unitMultiplier-container small[b-v4y1yiepvy] {
    font-size: var(--s-font-size-12);
}

.product-options[b-v4y1yiepvy] {
    display: flex;
    align-items: center;
    gap: var(--s-space-8);
}

.product-options>.s-form-field[b-v4y1yiepvy] {
    min-width: calc(var(--rem-scale) * 12rem);
}

@media screen and (min-width:1024px) {
    .product-container[b-v4y1yiepvy] {
        max-width: calc(var(--rem-scale) * 102.4rem);
        margin: auto;
    }
}

#productTabs[b-v4y1yiepvy] {
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    gap: var(--s-space-2);
    padding: var(--s-space-4);
    border-radius: var(--s-border-radius-default);
    max-width: max-content;
}

#productTabs button.active[b-v4y1yiepvy] {
    background-color: var(--s-color-white);
}

#productTabs button:not(:hover):not(.active)[b-v4y1yiepvy] {
    background-color: transparent;
    border-color: transparent;
}

.product-grid[b-v4y1yiepvy] {
    display: flex;
    gap: var(--s-space-12);
    flex-direction: column;
}

.product-documents-wrapper[b-v4y1yiepvy] {
    flex-direction: column;
}

@media screen and (min-width:560px) {
    .product-grid[b-v4y1yiepvy] {
        flex-direction: row;
        gap: var(--s-space-24);
    }

    .main-image-container[b-v4y1yiepvy] {
        /* max-width: calc(var(--rem-scale) * 30rem); */
    }
}

@media screen and (min-width:900px) {
    .product-documents-wrapper[b-v4y1yiepvy] {
        flex-direction: row;
    }
}

.product-quantity-input[b-v4y1yiepvy]::-webkit-inner-spin-button,
.product-quantity-input[b-v4y1yiepvy]::-webkit-outer-spin-button {
    opacity: 1;
}

.product-quantity-input[b-v4y1yiepvy] {}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Pages/StockManagement/Pages/StockOrders/StockOrder.razor.rz.scp.css */
.stock-order-container[b-3b79fe08kv] {
    position: relative;
    display: flex;
    flex-direction: column;
    background-color: var(--bs-white);
    overflow: hidden;
}

.stock-order-container>.d-flex[b-3b79fe08kv] {
    flex-shrink: 0;
}

.stock-content[b-3b79fe08kv] {
    flex: 1;
    display: grid;
    height: 100%;
    overflow: hidden;
}

@media screen and (min-width:1024px) {
    .stock-content[b-3b79fe08kv] {
        grid-template-columns: calc(var(--rem-scale) * 28rem) 1fr;
    }
}

.stock-order-title[b-3b79fe08kv] {
    font-size: 1.7rem;
}

.stock-order-count-item[b-3b79fe08kv] {
    display: flex;
    align-items: center;
    margin: 0px;
}

.stock-order-count-item.desktop[b-3b79fe08kv] {
    display: none;
}

.stock-order-count-item.mobile[b-3b79fe08kv] {
    position: absolute;
    top: calc(var(--rem-scale) * 1.8rem);
    transform: translateY(-50%);
    font-size: var(--s-font-size-14)
}

@media screen and (min-width:1024px) {
    .stock-order-count-item.desktop[b-3b79fe08kv] {
        display: flex;
    }

    .stock-order-count-item.mobile[b-3b79fe08kv] {
        display: none;
    }
}

.filter-wrapper[b-3b79fe08kv] {
    position: relative;
    overflow: auto;
    padding-inline: var(--s-space-16);
    padding-top: var(--s-space-16);
}

@media screen and (min-width:1024px) {
    .filter-wrapper[b-3b79fe08kv] {
        border-right-width: 1px;
        padding-bottom: var(--s-space-16);
    }
}

.filter-mobile[b-3b79fe08kv] {
    position: relative;
}

.filter-mobile details[open] summary .lucide-chevron-down-icon[b-3b79fe08kv] {
    transform: scaleY(-1);
}

.filter-mobile summary[b-3b79fe08kv] {
    width: max-content;
    margin-left: auto;
}

.filter-mobile .filter-mobile-wrapper[b-3b79fe08kv] {
    padding: var(--s-space-12);
    border-width: 1px;
    border-radius: var(--s-border-radius-default);
    margin-top: var(--s-space-12);
    display: flex;
    flex-direction: column;
    gap: var(--s-space-24);
}


.filter-desktop[b-3b79fe08kv] {
    display: none;
}

.filter-desktop[b-3b79fe08kv],
.filter-mobile[b-3b79fe08kv] {
    flex-direction: column;
    gap: calc(var(--rem-scale) * 2.4rem);
}

@media screen and (min-width:1024px) {
    .filter-desktop[b-3b79fe08kv] {
        display: flex;
    }

    .filter-mobile[b-3b79fe08kv] {
        display: none;
    }
}

.products-wrapper[b-3b79fe08kv] {
    position: relative;
    background-color: var(--bs-white);
    border-radius: 0.5rem;
    display: flex;
    flex-direction: column;
    overflow: hidden;
    padding: 1rem;
}

.products-header[b-3b79fe08kv] {
    flex-shrink: 0;
}

.products-scroll[b-3b79fe08kv] {
    flex: 1;
    overflow-y: auto;
    -webkit-overflow-scrolling: touch;
}

.products-scroll .row[b-3b79fe08kv] {
    margin-right: 0;
    margin-left: 0;
    padding-bottom: 1rem;
}


.campaign-details .info-card[b-3b79fe08kv] {
    background-color: #fff;
    transition: all 0.2s ease;
}

.campaign-details .info-card:hover[b-3b79fe08kv] {
    transform: translateY(-2px);
    box-shadow: 0 0.125rem 0.25rem rgba(0, 0, 0, 0.075);
}

.campaign-details .bi[b-3b79fe08kv] {
    font-size: 1.2rem;
}

.campaign-details strong[b-3b79fe08kv] {
    display: block;
    font-size: 1.1rem;
    color: #2fa4e7;
}

.campaign-details .text-muted[b-3b79fe08kv] {
    font-size: 0.9rem;
}

.campaign-details .alert[b-3b79fe08kv] {
    border-left: 4px solid #2fa4e7;
}

.product-list[b-3b79fe08kv] {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(calc(var(--rem-scale) * 25rem), 1fr));
    gap: var(--s-space-8)
}

.product-list.single-list[b-3b79fe08kv] {
    grid-template-columns: repeat(2, calc(var(--rem-scale) * 25rem));
}

@media screen and (min-width:1024px) {
    .product-list[b-3b79fe08kv] {
        gap: var(--s-space-16)
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Shared/GlobalSearchModal.razor.rz.scp.css */
.global-search-modal-header[b-w1396s0907] {
    display: flex;
    align-items: center;
    padding-inline: var(--s-space-12);
    border-bottom-width: 1px;
    background-color: var(--s-color-white);
}

.global-search-modal-header input[b-w1396s0907] {
    height: calc(var(--rem-scale) * 4.8rem);
    padding-block: var(--s-space-12);
    padding-inline: var(--s-space-8);
    border: 0;
    outline: 0;
    background-color: var(--s-color-white);
    box-shadow: none;
}

.global-search-modal-header button[b-w1396s0907] {
    margin-left: auto;
    flex-shrink: 0;
    width: calc(var(--rem-scale) * 1.6);
    height: calc(var(--rem-scale) * 1.6);
    background-color: transparent;
}

.global-search-modal-header .lucide-search-icon[b-w1396s0907] {
    width: calc(var(--rem-scale) * 2rem);
    color: var(--s-color-muted-foreground);
    height: calc(var(--rem-scale) * 2rem);
}

.global-search-modal-content[b-w1396s0907] {
    display: flex;
    flex-direction: column;
    overflow-y: auto;
    max-height: calc(var(--rem-scale) * 29rem)
}

.global-search-modal-item[b-w1396s0907] {
    display: flex;
    align-items: center;
    gap: var(--s-space-8);
    padding: var(--s-space-12) var(--s-space-16);
    text-decoration: none;
    color: var(--s-color-sidebar-accent-foreground);
    transition: background-color 0.2s ease;
}

.global-search-modal-item:hover[b-w1396s0907] {
    background-color: var(--s-color-sidebar-accent);
    color: var(--s-color-sidebar-accent-foreground);
}

.global-search-modal-item svg[b-w1396s0907] {
    color: var(--s-color-muted-foreground);
}

.global-search-modal-item span[b-w1396s0907] {
    flex: 1;
}

.global-search-modal-item strong[b-w1396s0907] {
    font-weight: var(--s-font-weight-medium);
    color: var(--s-color-body-text);
}

.global-search-modal-item .lucide-arrow-right-icon[b-w1396s0907] {
    width: calc(var(--rem-scale) * 1.6rem);
    height: calc(var(--rem-scale) * 1.6rem);
    opacity: 0.5;
    transition: opacity 0.2s ease, transform 0.2s ease;
}

.global-search-modal-item:hover .lucide-arrow-right-icon[b-w1396s0907] {
    opacity: 1;
    transform: translateX(2px);
}

.global-search-no-results[b-w1396s0907] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: var(--s-space-32);
    text-align: center;
    color: var(--s-color-muted-foreground);
    min-height: 200px;
}




.global-search-no-results p[b-w1396s0907] {
    font-size: var(--s-font-size-16);
    font-weight: 500;
    color: var(--s-color-foreground);
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Shared/Header.razor.rz.scp.css */
.navbar.header-navbar[b-8vduh9f8x8] {
    flex-grow: 0;
    flex-wrap: nowrap;
    border: none;
    background-color: inherit;
    border-radius: 0;
    height: 3.5rem;
    min-height: 3.5rem;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.12);
    justify-content: flex-start;
}

.header-navbar .navbar-toggler[b-8vduh9f8x8] {
    outline: none;
    border-radius: 0;
    padding-left: .75rem;
    padding-right: .75rem;
    box-shadow: none;
    align-self: stretch;
}

.header-navbar .navbar-toggler .navbar-toggler-icon[b-8vduh9f8x8] {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(255,255,255, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    background-color: transparent !important;
    height: 2rem;
    width: 2rem;
}

.title[b-8vduh9f8x8] {
    font-size: 1.1rem;
    text-overflow: ellipsis;
    overflow: hidden;
}

@media (max-width: 350px) {
    .title[b-8vduh9f8x8] {
        font-size: inherit;
    }
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Shared/MainLayout.razor.rz.scp.css */
.page[b-4su45htu7u] {
    height: 100%;
    overflow: hidden;
    background-color: inherit;
}
[b-4su45htu7u] .page-layout,
[b-4su45htu7u] .page-layout > .dxbl-gridlayout-root,
[b-4su45htu7u] .layout-item {
    background-color: var(--bs-body-bg, var(--dxbl-body-bg, #fff));
}

[b-4su45htu7u] .content {
    padding: 1.1rem 2rem 0 2rem;
    overflow: auto;
}

@media (max-width: 1199.98px) {
    [b-4su45htu7u] .page-layout > .dxbl-gridlayout-root {
        grid-template-columns: minmax(0, 1fr) !important;
    }
}

[b-4su45htu7u] .fit-width {
    max-width: 100%;
}

[b-4su45htu7u] .mw-1100 {
    max-width: 1100px;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Shared/Notifications/NotificationBell.razor.rz.scp.css */
.hover-bg:hover[b-chh58c5jbl] {
    background-color: #f8f9fa;
    cursor: pointer;
}

.dropdown[b-chh58c5jbl] {
    position: relative;
}

.dropdown-menu[b-chh58c5jbl] {
    position: absolute;
}
/* _content/Solvocode.ClickOneERP.UI.Blazor.Server/Shared/ThemeEditor.razor.rz.scp.css */
.theme-options[b-btbade1nmy] {
    border-radius: var(--s-border-radius-default);
    height: auto;
    max-width: calc(var(--rem-scale) * 28rem);
    position: fixed;
    top: calc(var(--rem-scale) * 3.6rem);
    right: calc(var(--rem-scale) * 2rem);

    width: min(100%, calc(100% - calc(var(--rem-scale) * 3.6rem)));
    background-color: #fff;
    border-width: 1px;
    padding: var(--s-space-16);
    max-height: calc(100vh - calc(var(--rem-scale) * 6.5rem));
    overflow: auto;
    z-index: 100;

    /* Animation */
    transform: translateX(calc(100% + calc(var(--rem-scale) * 2rem)));
    opacity: 0;
    transition: transform 0.1s ease-out, opacity 0.1s ease-out;
    pointer-events: none;
}

.theme-options.active[b-btbade1nmy] {
    transform: translateX(0);
    opacity: 1;
    pointer-events: auto;
}

.theme-options *[b-btbade1nmy] {
    color: #171717;
    background-color: transparent;
}

.theme-options-close[b-btbade1nmy] {
    position: absolute;
    top: var(--s-space-12);
    right: var(--s-space-12);
    width: calc(var(--rem-scale) * 3.2rem);
    height: calc(var(--rem-scale) * 3.2rem);
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: var(--s-border-radius-default);
    border: 1px solid var(--s-color-border);
    background-color: var(--s-color-white);
    cursor: pointer;
    transition: all 0.2s ease;
    top: calc(var(--rem-scale) * 0.2rem);
    right: calc(var(--rem-scale) * 0.3rem);
    border: 0;
}

.theme-options-close:hover[b-btbade1nmy] {
    background-color: #e3e3e3;
}

.theme-options-header[b-btbade1nmy] {
    margin-bottom: var(--s-space-16);
}

.theme-option[b-btbade1nmy] {
    display: flex;
    flex-direction: column;
    gap: var(--s-space-8);
    margin-bottom: var(--s-space-16);
}

.theme-option-sidebar[b-btbade1nmy] {
    display: none;
}


.sidebar-colors[b-btbade1nmy] {
    display: flex;
    gap: var(--s-space-8);
}

.sidebar-color-item[b-btbade1nmy] {
    flex: 1;
}

.sidebar-color-label[b-btbade1nmy] {
    display: block;
    margin-bottom: var(--s-space-4);
    color: var(--s-color-muted-foreground);
}

.color-picker[b-btbade1nmy] {
    width: 100%;
    height: calc(var(--rem-scale) * 3rem);

    border: 1px solid var(--s-color-border);
    cursor: pointer;
}

.theme-editor-buttons[b-btbade1nmy] {
    display: flex;
    flex-direction: row;
    gap: var(--s-space-8);
}


.theme-options button[b-btbade1nmy] {
    background-color: #fff;
    color: #171717;
}

.theme-editor-buttons button[b-btbade1nmy] {
    font-weight: var(--s-font-weight-normal);
    border-color: #e8e8e8;
}

.theme-editor-buttons button:hover[b-btbade1nmy] {
    background-color: #e8e8e8e6;
}


.theme-editor-buttons button.active[b-btbade1nmy] {
    border-color: var(--s-color-input);
    background-color: #e8e8e8e6;
}


.theme-editor-buttons button.square[b-btbade1nmy] {
    padding-inline: 0;
    padding-block: 0;
    width: calc(var(--rem-scale) * 3.6rem);
}

.theme-editor-buttons button[data-table-size][b-btbade1nmy] {
    flex-direction: column;
    position: relative;
    border-radius: calc(var(--rem-scale) * 0.4rem)
}


.theme-editor-buttons button[data-table-size="xs"][b-btbade1nmy] {
    --table-seperator-height: calc(var(--rem-scale) * 1rem)
}

.theme-editor-buttons button[data-table-size="sm"][b-btbade1nmy] {
    --table-seperator-height: calc(var(--rem-scale) * 1.4rem)
}

.theme-editor-buttons button[data-table-size="md"][b-btbade1nmy] {
    --table-seperator-height: calc(var(--rem-scale) * 1.8rem)
}

.theme-editor-buttons button[data-table-size="lg"][b-btbade1nmy] {
    --table-seperator-height: calc(var(--rem-scale) *2.2rem)
}

.theme-editor-buttons button[data-table-size="xl"][b-btbade1nmy] {
    --table-seperator-height: calc(var(--rem-scale) * 2.6rem)
}



.theme-editor-buttons button[data-table-size][b-btbade1nmy]:after {
    content: "";
    position: absolute;
    width: calc(var(--rem-scale) * 1.6rem);
    height: var(--table-seperator-height, 1rem);
    border-inline: 1px solid;
    z-index: 1;
    border-color: gray;
    display: inline;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.theme-editor-buttons button[data-table-size] span[b-btbade1nmy] {
    height: 1px;
    border-bottom: 1px;
    background-color: gray;
    width: 100%;
    position: relative;
}


.theme-editor-buttons-tabs[b-btbade1nmy] {
    display: flex;
    flex-direction: row;
    background-color: #f1f1f1;
    gap: var(--s-space-2);
    padding: var(--s-space-4);
    border-radius: var(--s-border-radius-default)
}


.theme-editor-buttons-tabs button[b-btbade1nmy] {
    width: 100%;
}

.theme-editor-buttons-tabs button:not(.active)[b-btbade1nmy] {
    background-color: transparent;
    border-color: transparent;
}

.theme-editor-buttons-tabs button:not(.active):hover[b-btbade1nmy] {
    background-color: #e8e8e8e6;
}

.content-width-options[b-btbade1nmy] {
    display: none;
}

.theme-slider[b-btbade1nmy] {
    width: 100%;
}

@media screen and (min-width: 1700px) {
    .content-width-options[b-btbade1nmy] {
        display: flex;
    }
}
