@import '_content/TopTis.CommonUI/TopTis.CommonUI.bundle.scp.css';

/* _content/TopTis.Marketplace.Blazor/Components/Pages/Branches/Modals/CreateNewBranchModal.razor.rz.scp.css */
.new-branch-info[b-0d4oqzfj3l] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.new-branch-info-item[b-0d4oqzfj3l] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.new-branch-info-item span[b-0d4oqzfj3l] {
    font-weight: bold;
}

.sc-theme-dark .new-branch-info-item span[b-0d4oqzfj3l] {
  color: var(--tp-dark-text-color);
}

.new-branch-modal[b-0d4oqzfj3l]  .k-numerictextbox {
    max-width: 100%;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/CashDesk/MarketPlaceCashDeskPage.razor.rz.scp.css */
.custom-date-field[b-yporrd7ghk] {
    height: 100%;
    display: flex;
    align-items: center;
    gap: 5px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Dashboard/SellerDashboard.razor.rz.scp.css */
.dashboard-stats-overview[b-wnkzyohhca] {
    margin-top: 1rem;
}

.stat-card[b-wnkzyohhca] {
    background-color: #fff;
    border-radius: 12px;
    box-shadow: 0 2px 8px rgba(0,0,0,0.05);
    transition: transform 0.2s, box-shadow 0.2s;
    overflow: hidden;
    height: 100%;
}

.stat-card:hover[b-wnkzyohhca] {
    transform: translateY(-3px);
    box-shadow: 0 4px 15px rgba(0,0,0,0.1);
}

.stat-card-body[b-wnkzyohhca] {
    padding: 1.5rem;
    display: flex;
    align-items: flex-start;
    height: 100%;
}

.stat-card-icon[b-wnkzyohhca] {
    margin-left: 1.25rem;
    flex-shrink: 0;
}

.icon-circle[b-wnkzyohhca] {
    width: 3.25rem;
    height: 3.25rem;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 1.5rem;
}

.bg-primary-soft[b-wnkzyohhca] {
    background-color: rgba(63, 81, 181, 0.15);
}

.bg-success-soft[b-wnkzyohhca] {
    background-color: rgba(76, 175, 80, 0.15);
}

.bg-info-soft[b-wnkzyohhca] {
    background-color: rgba(33, 150, 243, 0.15);
}

.bg-warning-soft[b-wnkzyohhca] {
    background-color: rgba(255, 152, 0, 0.15);
}

.bg-purple-soft[b-wnkzyohhca] {
    background-color: rgba(156, 39, 176, 0.15);
}

.bg-teal-soft[b-wnkzyohhca] {
    background-color: rgba(0, 150, 136, 0.15);
}

/* Card color variants */
.ticket-card .icon-circle i[b-wnkzyohhca] {
    color: #3f51b5;
}

.sales-card .icon-circle i[b-wnkzyohhca] {
    color: #4caf50;
}

.received-card .icon-circle i[b-wnkzyohhca] {
    color: #2196f3;
}

.commission-card .icon-circle i[b-wnkzyohhca] {
    color: #3f51b5;
}

.salesrep-card .icon-circle i[b-wnkzyohhca] {
    color: #9c27b0;
}

.discount-card .icon-circle i[b-wnkzyohhca] {
    color: #4caf50;
}

.cancel-card .icon-circle i[b-wnkzyohhca] {
    color: #ff9800;
}

.programs-card .icon-circle i[b-wnkzyohhca] {
    color: #009688;
}

.avg-ticket-card .icon-circle i[b-wnkzyohhca] {
    color: #009688;
}

.credit-card .icon-circle i[b-wnkzyohhca] {
    color: #009688;
}

.stat-card-content[b-wnkzyohhca] {
    flex-grow: 1;
    min-width: 0;
}

.stat-card-title[b-wnkzyohhca] {
    font-size: 0.875rem;
    color: #6c757d;
    font-weight: 500;
    margin-bottom: 0.5rem;
}

.stat-card-value[b-wnkzyohhca] {
    font-size: 1.2rem;
    font-weight: 700;
    color: #212529;
    margin-bottom: 0.75rem;
    line-height: 1.2;
}

.stat-card-value-group[b-wnkzyohhca] {
    margin-bottom: 0.75rem;
}

.stat-card-subvalue[b-wnkzyohhca] {
    font-size: 0.875rem;
    color: #495057;
    font-weight: 500;
    margin-top: 0.25rem;
}

.stat-card-badge[b-wnkzyohhca] {
    margin-top: 0.5rem;
}

    .stat-card-badge .badge[b-wnkzyohhca] {
        font-weight: 500;
        padding: 0.35rem 0.65rem;
        font-size: 0.75rem;
    }

.stat-card-progress[b-wnkzyohhca] {
    margin-bottom: 0.75rem;
    background-color: rgba(0,0,0,0.05);
    border-radius: 1rem;
}

.stat-card-detail[b-wnkzyohhca] {
    font-size: 0.73rem;
    color: #6c757d;
}

/* Chart container styles */
.chart-container[b-wnkzyohhca] {
    margin-bottom: 1.5rem;
    height: 450px;
}

    /* Chart customization for programs bar chart */
    .chart-container :deep(.k-chart-surface)[b-wnkzyohhca] {
        overflow: visible !important;
    }

    /* Ensure category labels are readable */
    .chart-container :deep(.k-chart-categoryAxis .k-label)[b-wnkzyohhca] {
        white-space: nowrap;
        overflow: hidden;
        text-overflow: ellipsis;
        max-width: 120px;
    }

    /* Allow pie chart labels to break into multiple lines */
    .chart-container :deep(.k-chart-label)[b-wnkzyohhca] {
        white-space: normal;
        font-size: 10px;
    }

/* Custom tooltip styling */
:deep(.chart-tooltip)[b-wnkzyohhca] {
    padding: 6px;
    background-color: rgba(255, 255, 255, 0.9);
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    font-size: 0.85rem;
    color: #333;
    text-align: right;
    direction: rtl;
}

:deep(.chart-tooltip strong)[b-wnkzyohhca] {
    color: #2196F3;
    font-size: 0.9rem;
    margin-bottom: 4px;
    display: block;
}

:deep(.chart-tooltip div)[b-wnkzyohhca] {
    margin: 2px 0;
}

:deep(.chart-tooltip .k-icon)[b-wnkzyohhca] {
    margin-left: 4px;
    color: #666;
}

/* Dashboard grid styles */
.dashboard-grid[b-wnkzyohhca] {
    font-size: 0.9rem;

}

[b-wnkzyohhca] .mt-60 {
    margin-top: 60px;
}
/* Empty state styling */
.chart-empty-state[b-wnkzyohhca],
.grid-empty-state[b-wnkzyohhca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #6c757d;
    text-align: center;
}

    .chart-empty-state i[b-wnkzyohhca],
    .grid-empty-state i[b-wnkzyohhca] {
        font-size: 3rem;
        margin-bottom: 1rem;
        opacity: 0.6;
    }

/* Responsive styles */
@media (max-width: 767.98px) {
    .stat-card-body[b-wnkzyohhca] {
        padding: 1.25rem;
    }

    .icon-circle[b-wnkzyohhca] {
        width: 2.75rem;
        height: 2.75rem;
        font-size: 1.25rem;
    }

    .stat-card-icon[b-wnkzyohhca] {
        margin-left: 1rem;
    }

    .stat-card-value[b-wnkzyohhca] {
        font-size: 1.25rem;
    }

    .chart-container[b-wnkzyohhca] {
        height: 350px;
    }
}

/* Progress bar colors */
.bg-purple[b-wnkzyohhca] {
    background-color: #9c27b0;
}

.text-purple[b-wnkzyohhca] {
    color: #9c27b0;
}

.bg-teal[b-wnkzyohhca] {
    background-color: #009688;
}

.text-teal[b-wnkzyohhca] {
    color: #009688;
}

/* Seller Rankings Styles */
.seller-ranking-section[b-wnkzyohhca] {
    padding: 0.5rem;
}

.seller-rank-summary[b-wnkzyohhca] {
    background-color: #f8f9fa;
    border-radius: 0.75rem;
    padding: 1.5rem;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    box-shadow: 0 0.1rem 0.5rem rgba(0,0,0,0.05);
}

.rank-badge[b-wnkzyohhca] {
    position: relative;
    width: 100px;
    height: 100px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rank-badge i[b-wnkzyohhca] {
    position: absolute;
    font-size: 6rem;
    color: #ffc107;
    z-index: 1;
}

.rank-number[b-wnkzyohhca] {
    position: relative;
    z-index: 2;
    font-size: 2.5rem;
    font-weight: 700;
    color: #212529;
}

.rank-stats[b-wnkzyohhca] {
    width: 100%;
    margin-top: 1rem;
    text-align: right;
}

.rank-stat-item[b-wnkzyohhca] {
    display: flex;
    align-items: center;
    margin-bottom: 0.5rem;
    padding: 0.5rem;
    background-color: rgba(255, 255, 255, 0.7);
    border-radius: 0.375rem;
}

.sc-theme-dark .rank-stat-item[b-wnkzyohhca] {
  background-color: var(--tp-black-color);
}

.rank-stat-label[b-wnkzyohhca] {
    font-weight: 500;
    margin-right: 0.5rem;
    white-space: nowrap;
}

.rank-stat-value[b-wnkzyohhca] {
    margin-right: auto;
    font-weight: 600;
}

.seller-rankings-table-container[b-wnkzyohhca] {
    overflow-x: auto;
    max-height: 350px;
    overflow-y: auto;
}

.seller-rankings-table[b-wnkzyohhca] {
    width: 100%;
    border-collapse: collapse;
}

.seller-rankings-table th[b-wnkzyohhca] {
    background-color: #f8f9fa;
    padding: 0.75rem 1rem;
    text-align: right;
    font-weight: 600;
    color: #6c757d;
    border-bottom: 2px solid #e3e6ec;
    position: sticky;
    top: 0;
    z-index: 10;
}

.seller-rankings-table td[b-wnkzyohhca] {
    padding: 0.75rem 1rem;
    border-bottom: 1px solid #e3e6ec;
    color: #495057;
}

.seller-rank-current[b-wnkzyohhca] {
    background-color: rgba(63, 81, 181, 0.1);
    font-weight: 600;
}

.seller-info[b-wnkzyohhca] {
    display: flex;
    align-items: center;
}

.seller-logo[b-wnkzyohhca] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    margin-left: 0.75rem;
    overflow: hidden;
    flex-shrink: 0;
}

.seller-logo-placeholder[b-wnkzyohhca] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: #e9ecef;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-left: 0.75rem;
    color: #adb5bd;
    font-size: 1.25rem;
}

.seller-name[b-wnkzyohhca] {
    font-weight: 500;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    max-width: 200px;
}

.blurred[b-wnkzyohhca] {
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transition: filter 0.3s ease;
    opacity: 0.8;
}

.blurred-amount[b-wnkzyohhca] {
    display: inline-block;
    position: relative;
    filter: blur(5px);
    -webkit-filter: blur(5px);
    transition: filter 0.3s ease;
    opacity: 0.8;
}

.blurred-amount[b-wnkzyohhca]::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(255, 255, 255, 0.2);
}

.rank-cell[b-wnkzyohhca] {
    text-align: center;
    font-weight: 600;
}

.top-rank[b-wnkzyohhca] {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 30px;
    height: 30px;
    border-radius: 50%;
    color: white;
    font-weight: 700;
    background-color: #ffc107;
}

.normal-rank[b-wnkzyohhca] {
    font-weight: 600;
    color: #495057;
}

.ranking-info-text[b-wnkzyohhca] {
    color: #6c757d;
    font-size: 0.85rem;
    text-align: center;
    padding: 0.5rem;
    background-color: #f8f9fa;
    border-radius: 0.375rem;
}

/* Credit detail styles */
.credit-provider-list[b-wnkzyohhca] {
    max-height: 420px;
    overflow-y: auto;
    background-color: var(--bs-white);
    border-radius: 0.5rem;
    padding: 0.5rem;
    box-shadow: 0 0.15rem 1.75rem 0 rgba(33, 40, 50, 0.05);
}

.credit-provider-item[b-wnkzyohhca] {
    display: flex;
    align-items: center;
    padding: 1rem;
    border-radius: 0.5rem;
    margin-bottom: 0.5rem;
    background-color: #f8f9fa;
    transition: all 0.2s ease;
    position: relative;
}

.credit-provider-item:hover[b-wnkzyohhca] {
    background-color: #f1f3f5;
    transform: translateY(-2px);
    box-shadow: 0 0.15rem 0.5rem 0 rgba(33, 40, 50, 0.1);
}

.credit-provider-logo[b-wnkzyohhca] {
    width: 48px;
    height: 48px;
    margin-left: 1rem;
    border-radius: 0.25rem;
}

.credit-provider-logo :deep(img)[b-wnkzyohhca] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.25rem;
}

.credit-provider-info[b-wnkzyohhca] {
    flex: 1;
}

.credit-provider-name[b-wnkzyohhca] {
    font-weight: 600;
    font-size: 1rem;
    margin-bottom: 0.25rem;
    color: var(--bs-dark);
}

.credit-amount[b-wnkzyohhca] {
    font-size: 0.95rem;
    color: var(--bs-teal);
    font-weight: 600;
}

.credit-transaction-btn[b-wnkzyohhca] {
    background-color: transparent;
    border: 1px solid var(--bs-teal);
    color: var(--bs-teal);
    border-radius: 0.375rem;
    padding: 0.5rem 1rem;
    font-size: 0.875rem;
    transition: all 0.2s ease;
    display: flex;
    align-items: center;
    gap: 0.5rem;
}

.credit-transaction-btn:hover[b-wnkzyohhca] {
    background-color: var(--bs-teal);
    color: white;
}

.credit-transaction-btn i[b-wnkzyohhca] {
    font-size: 1rem;
}

/* Transaction Modal Styles */
.modal-backdrop[b-wnkzyohhca] {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    backdrop-filter: blur(3px);
    z-index: 1050;
    display: flex;
    align-items: center;
    justify-content: center;
}

.transaction-modal[b-wnkzyohhca] {
    background-color: white;
    border-radius: 0.5rem;
    width: 90%;
    max-width: 900px;
    max-height: 90vh;
    display: flex;
    flex-direction: column;
    box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2);
    position: relative;
    overflow: hidden;
}

.transaction-modal-header[b-wnkzyohhca] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem 1.5rem;
    border-bottom: 1px solid #e3e6ec;
}

.transaction-modal-title[b-wnkzyohhca] {
    display: flex;
    align-items: center;
    font-weight: 600;
    font-size: 1.25rem;
}

.transaction-modal-logo[b-wnkzyohhca] {
    width: 36px;
    height: 36px;
    margin-left: 12px;
    border-radius: 0.25rem;
}

.transaction-modal-logo :deep(img)[b-wnkzyohhca] {
    width: 100%;
    height: 100%;
    object-fit: contain;
    border-radius: 0.25rem;
}

.transaction-modal-provider[b-wnkzyohhca] {
    color: var(--bs-dark);
}

.transaction-modal-close[b-wnkzyohhca] {
    background: transparent;
    border: none;
    font-size: 1.25rem;
    color: #69707a;
    cursor: pointer;
    transition: color 0.2s;
}

.transaction-modal-close:hover[b-wnkzyohhca] {
    color: var(--bs-danger);
}

.transaction-modal-body[b-wnkzyohhca] {
    padding: 1.5rem;
    overflow-y: auto;
    flex: 1;
}

.loading-spinner[b-wnkzyohhca] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 200px;
}

.loading-spinner i[b-wnkzyohhca] {
    font-size: 2.5rem;
    color: var(--bs-teal);
    animation: spin-b-wnkzyohhca 1s linear infinite;
}

@keyframes spin-b-wnkzyohhca {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

.transaction-empty[b-wnkzyohhca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    color: #69707a;
    text-align: center;
}

.transaction-empty i[b-wnkzyohhca] {
    font-size: 3rem;
    margin-bottom: 1rem;
    color: #e0e5ec;
}

.transaction-list[b-wnkzyohhca] {
    width: 100%;
    border-collapse: collapse;
}

.transaction-list th[b-wnkzyohhca] {
    background-color: #f8f9fa;
    text-align: right;
    padding: 0.75rem 1rem;
    font-weight: 600;
    color: #69707a;
    border-bottom: 2px solid #e3e6ec;
}

.transaction-list td[b-wnkzyohhca] {
    padding: 1rem;
    border-bottom: 1px solid #e3e6ec;
    color: #69707a;
}

.transaction-amount[b-wnkzyohhca] {
    font-weight: 600;
    color: var(--bs-teal);
}

.transaction-date[b-wnkzyohhca] {
    white-space: nowrap;
}

.transaction-status[b-wnkzyohhca] {
    padding: 0.25rem 0.5rem;
    border-radius: 0.25rem;
    font-size: 0.875rem;
    font-weight: 500;
    display: inline-block;
}

.status-success[b-wnkzyohhca] {
    background-color: #e8f5e9;
    color: #2e7d32;
}

.status-pending[b-wnkzyohhca] {
    background-color: #fff8e1;
    color: #f57f17;
}

.status-failed[b-wnkzyohhca] {
    background-color: #ffebee;
    color: #c62828;
}

.credit-details-section[b-wnkzyohhca] {
    margin-top: 1.5rem;
}

/* Additional styles */

/* Section loading and error styles */
.section-loading-container[b-wnkzyohhca],
.section-error-container[b-wnkzyohhca] {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 3rem 1rem;
    width: 100%;
}

.section-loading[b-wnkzyohhca],
.section-error[b-wnkzyohhca] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: #6c757d;
}

.section-loading-icon[b-wnkzyohhca] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #3f51b5;
    animation: spin-b-wnkzyohhca 1s linear infinite;
}

.section-error-icon[b-wnkzyohhca] {
    font-size: 2.5rem;
    margin-bottom: 1rem;
    color: #f44336;
}

.section-loading h3[b-wnkzyohhca],
.section-error h3[b-wnkzyohhca] {
    font-size: 1.25rem;
    margin-bottom: 0.5rem;
}

.section-loading p[b-wnkzyohhca],
.section-error p[b-wnkzyohhca] {
    margin-bottom: 1rem;
}

@keyframes spin-b-wnkzyohhca {
    0% {
        transform: rotate(0deg);
    }

    100% {
        transform: rotate(360deg);
    }
}

/* Add retry button styles */
.section-retry-btn[b-wnkzyohhca] {
    background-color: #3f51b5;
    color: white;
    border: none;
    border-radius: 4px;
    padding: 0.5rem 1.25rem;
    font-size: 0.9rem;
    cursor: pointer;
    transition: background-color 0.2s;
}

.section-retry-btn:hover[b-wnkzyohhca] {
    background-color: #303f9f;
}

/* Empty States */
.empty-state-container[b-wnkzyohhca] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 300px;
    text-align: center;
}

.empty-state[b-wnkzyohhca] {
    max-width: 500px;
    padding: 2rem;
}

.empty-state-icon[b-wnkzyohhca] {
    font-size: 4rem;
    color: #cbd5e1;
    margin-bottom: 1rem;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/InvoiceManagement/InvoiceTrackingPage.razor.rz.scp.css */
[b-tagj2qiqm9] .manage-invoices-grid .k-table-td .k-detail-cell {
  background-color: #EDF1F8 !important;
}

.invoice-grid[b-tagj2qiqm9]  .k-table-td .k-hierarchy-cell {
  background-color: #EDF1F8 !important;
}

.k-grid .k-grid-header .k-table-th[b-tagj2qiqm9] {
  background-color: #FAFCFF !important;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/InvoiceManagement/Modals/TicketCancellationRequestModal.razor.rz.scp.css */
.invoice-grid-main[b-j5mz258q9i] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--tp-background-color);
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: var(--tp-border-radius-large);
}

.invoice-hojre-icon[b-j5mz258q9i] {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border: 2px solid var(--tp-border-color);
    border-radius: var(--tp-border-radius-circle);
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-primary-color);
}

.invoice-hojre-icon i[b-j5mz258q9i] {
    font-size: 26px;
    color: var(--tp-secondary-color);
}

.invoice-info-grid[b-j5mz258q9i] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

@media(max-width: 480px) {
    .invoice-info-grid[b-j5mz258q9i] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}

.manage-invoices-grid[b-j5mz258q9i]  .k-toolbar {
    border-radius: 16px 16px 0 0;
    background-color: var(--tp-card-color);
}

.invoice-child-grid[b-j5mz258q9i]  .k-grid-header .k-table-th {
    background-color: var(--tp-background-color);
}

.cancellation-modal-footer[b-j5mz258q9i] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 10px;
}

@media(max-width: 480px) {
    .cancellation-modal-footer[b-j5mz258q9i] {
        flex-direction: column;
        gap: 10px;
    }
}

.cancellation-modal-footer-content[b-j5mz258q9i] {
    display: flex;
    gap: 40px;
}

@media(max-width: 480px) {
    .cancellation-modal-footer-content[b-j5mz258q9i] {
        flex-direction: column;
        gap: 10px;
    }
}

.cancellation-modal-footer-item[b-j5mz258q9i] {
    display: flex;
    align-items: center;
    gap: 5px;
}

.cancellation-modal-footer-item span[b-j5mz258q9i] {
    font-weight: bold;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/InvoiceManagement/Modals/TicketManifestModal.razor.rz.scp.css */
.invoice-grid-main[b-qml9zzhmf8] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    background-color: var(--tp-background-color);
    padding: 15px;
    margin-bottom: 20px;
    margin-top: 10px;
    border-radius: var(--tp-border-radius-large);
}

.invoice-hojre-icon[b-qml9zzhmf8] {
    width: 64px;
    min-width: 64px;
    height: 64px;
    border: 2px solid var(--tp-border-color);
    border-radius: var(--tp-border-radius-circle);
    padding: 3px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-primary-color);
}

.invoice-hojre-icon i[b-qml9zzhmf8] {
    font-size: 26px;
    color: var(--tp-secondary-color);
}

.invoice-info-grid[b-qml9zzhmf8] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    gap: 40px;
}

@media(max-width: 480px) {
    .invoice-info-grid[b-qml9zzhmf8] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}

.manage-invoices-grid[b-qml9zzhmf8]  .k-toolbar {
    border-radius: 16px 16px 0 0;
    background-color: var(--tp-card-color);
}

.invoice-child-grid[b-qml9zzhmf8]  .k-grid-header .k-table-th {
    background-color: var(--tp-background-color);
}

.footer-btns[b-qml9zzhmf8] {
    display: flex;
    gap: 10px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/InvoiceManagement/Partials/CustomInvoiceChip.razor.rz.scp.css */
.custom-invoice-chip[b-u4jlftqdoy] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/InvoiceManagement/Partials/ManageInvoicesListGrid.razor.rz.scp.css */
.manage-invoices-grid[b-nbieco3y05]  .k-table-td.k-hierarchy-cell {
  background-color: #EDF1F8 !important;
}

.manage-invoices-grid[b-nbieco3y05]  .k-table-td.k-detail-cell {
  background-color: #EDF1F8 !important;
}

.manage-invoices-grid[b-nbieco3y05]  .k-grid-pager {
  background-color: white !important;
}

.manage-invoices-grid[b-nbieco3y05]  .invoice-grid-main {
  border: 1px solid var(--tp-border-color);
}

.manage-invoices-grid[b-nbieco3y05]  .invoice-child-grid .k-grid .k-grid-header .k-table-th {
  background-color: #FAFCFF !important;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/MarketplacePanelPage.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Reports/SalesReports/AggregateReportsPage.razor.rz.scp.css */
.reports-grid-wrapper[b-6uzgnmrqip] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Reports/SalesReports/Partials/AggregateReportGridSection.razor.rz.scp.css */
.report-grid-section[b-xsxwjivvjd] {
    background-color: var(--tp-white-color);
    border-radius: var(--tp-border-radius-large);
    box-shadow: var(--bs-root-card-box-shadow);
    display: flex;
    flex-direction: column;
    position: relative;
}

.report-grid-supplier[b-xsxwjivvjd] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-primary-color);
    border-radius: 16px 16px 0 0;
    padding: 10px;
}

.report-grid-supplier h5[b-xsxwjivvjd] {
    width: max-content;
    margin-bottom: 0;
    color: var(--tp-white-color);
}

.report-grid-content[b-xsxwjivvjd] {
    padding: 10px;
}

.report-grid-program-wrapper[b-xsxwjivvjd] {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: var(--tp-border-radius-large);
}

.report-grid-program-wrapper:nth-child(odd)[b-xsxwjivvjd] {
    border: 2px solid var(--tp-border-color);
}

.report-grid-program-wrapper:nth-child(even)[b-xsxwjivvjd] {
    background-color: var(--tp-card-color);
}

.report-grid-program-wrapper:last-child[b-xsxwjivvjd] {
    margin-bottom: 0;
}

.report-grid-program[b-xsxwjivvjd] {
    margin-bottom: 20px;
}

.report-grid-program-grid[b-xsxwjivvjd] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

@media(max-width: 480px) {
    .report-grid-program-grid[b-xsxwjivvjd] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

.report-grid-program-column[b-xsxwjivvjd] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.report-grid-program-row[b-xsxwjivvjd] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-grid-program-row span[b-xsxwjivvjd] {
    font-weight: bold;
}

.report-grid-table[b-xsxwjivvjd] {
    display: block;
}

@media(max-width: 768px) {
    .report-grid-table[b-xsxwjivvjd] {
        display: none;
    }
}

.mobile-report-grid-tickets[b-xsxwjivvjd] {
    display: none;
}

@media(max-width: 768px) {
    .mobile-report-grid-tickets[b-xsxwjivvjd] {
        display: flex;
        position: relative;
    }

    .mobile-report-grid-ticket-header[b-xsxwjivvjd] {
        display: flex;
        flex-direction: column;
        background-color: var(--tp-primary-color);
        border-radius: 0 16px 16px 0;
        border: 1px solid var(--tp-primary-color);
    }

    .mobile-report-grid-ticket-value[b-xsxwjivvjd] {
        min-width: max-content;
        width: 100%;
        color: var(--tp-white-color);
        padding: 7px 12px;
        border-bottom: 1px solid var(--tp-border-color);
        font-size: 11px;
    }

    .mobile-report-grid-ticket-value:last-child[b-xsxwjivvjd] {
        border-bottom: none;
    }

    .mobile-report-grid-ticket-columns[b-xsxwjivvjd] {
        display: flex;
        gap: 5px;
        overflow-x: auto;
    }

    .mobile-report-grid-ticket-column[b-xsxwjivvjd] {
        border: 1px solid var(--tp-border-color);
    }

    .mobile-report-grid-ticket-column .mobile-report-grid-ticket-value[b-xsxwjivvjd] {
        color: var(--tp-primary-color);
        text-align: center;
    }
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Reports/SalesReports/Partials/SalesReportSummary.razor.rz.scp.css */
.report-summary-card[b-sb7eh0rs3c] {
    margin-bottom: 20px;
}

.report-summary-grid[b-sb7eh0rs3c] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
}

@media(max-width: 480px) {
    .report-summary-grid[b-sb7eh0rs3c] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
    }
}

.report-summary-item[b-sb7eh0rs3c] {
    flex: 1;
    display: flex;
    align-items: center;
    gap: 10px;
    background-color: var(--tp-card-color);
    border-radius: var(--tp-border-radius-large);
    padding: 10px;
}

.sc-theme-dark .report-summary-item[b-sb7eh0rs3c] {
  background-color: var(--tp-dark-input-color);
}

  .sc-theme-dark .report-summary-item span[b-sb7eh0rs3c] {
    color: var(--tp-dark-text-color);
  }

.report-summary-icon[b-sb7eh0rs3c] {
    width: 50px;
    height: 50px;
    min-width: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-primary-color);
    border-radius: var(--tp-border-radius-circle);
}

.report-summary-icon i[b-sb7eh0rs3c] {
    font-size: 22px;
    color: var(--tp-secondary-color);
}

.report-summary-content[b-sb7eh0rs3c] {
    display: flex;
    justify-content: space-between;
    width: 100%;
    font-weight: bold;
}

.report-summary-content span[b-sb7eh0rs3c] {
    font-size: 16px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Reports/SalesReports/Partials/UserBasedReportGridSection.razor.rz.scp.css */
.report-grid-section[b-mtethnl7jj] {
    background-color: var(--tp-white-color);
    border-radius: var(--tp-border-radius-large);
    box-shadow: var(--bs-root-card-box-shadow);
    display: flex;
    flex-direction: column;
    position: relative;
}

.report-grid-supplier[b-mtethnl7jj] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--tp-primary-color);
    border-radius: 16px 16px 0 0;
    padding: 10px;
}

.report-grid-supplier h5[b-mtethnl7jj] {
    width: max-content;
    margin-bottom: 0;
    color: var(--tp-white-color);
}

.report-grid-content[b-mtethnl7jj] {
    padding: 10px;
}

.report-grid-program-wrapper[b-mtethnl7jj] {
    padding: 15px;
    margin-bottom: 20px;
    border-radius: var(--tp-border-radius-large);
}

.report-grid-program-wrapper:nth-child(odd)[b-mtethnl7jj] {
    border: 2px solid var(--tp-border-color);
}

.report-grid-program-wrapper:nth-child(even)[b-mtethnl7jj] {
    background-color: var(--tp-card-color);
}

.report-grid-program-wrapper:last-child[b-mtethnl7jj] {
    margin-bottom: 0;
}

.report-grid-program[b-mtethnl7jj] {
    margin-bottom: 20px;
}

.report-grid-program-grid[b-mtethnl7jj] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 40px;
}

@media(max-width: 480px) {
    .report-grid-program-grid[b-mtethnl7jj] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 15px;
    }
}

.report-grid-program-column[b-mtethnl7jj] {
    display: flex;
    flex-direction: column;
    gap: 15px;
}

.report-grid-program-row[b-mtethnl7jj] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.report-grid-program-row span[b-mtethnl7jj] {
    font-weight: bold;
}

.report-grid-table[b-mtethnl7jj] {
    display: block;
}

@media(max-width: 768px) {
    .report-grid-table[b-mtethnl7jj] {
        display: none;
    }
}

.mobile-report-grid-tickets[b-mtethnl7jj] {
    display: none;
}

@media(max-width: 768px) {
    .mobile-report-grid-tickets[b-mtethnl7jj] {
        display: flex;
        position: relative;
    }

    .mobile-report-grid-ticket-header[b-mtethnl7jj] {
        display: flex;
        flex-direction: column;
        background-color: var(--tp-primary-color);
        border-radius: 0 16px 16px 0;
        border: 1px solid var(--tp-primary-color);
    }

    .mobile-report-grid-ticket-value[b-mtethnl7jj] {
        min-width: max-content;
        width: 100%;
        color: var(--tp-white-color);
        padding: 7px 12px;
        border-bottom: 1px solid var(--tp-border-color);
        font-size: 11px;
    }

    .mobile-report-grid-ticket-value:last-child[b-mtethnl7jj] {
        border-bottom: none;
    }

    .mobile-report-grid-ticket-columns[b-mtethnl7jj] {
        display: flex;
        gap: 5px;
        overflow-x: auto;
    }

    .mobile-report-grid-ticket-column[b-mtethnl7jj] {
        border: 1px solid var(--tp-border-color);
    }

    .mobile-report-grid-ticket-column .mobile-report-grid-ticket-value[b-mtethnl7jj] {
        color: var(--tp-primary-color);
        text-align: center;
    }
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/Reports/TempReservations/TempReservationsReportsPage.razor.rz.scp.css */
.temp-reserve-wrapper[b-20p5l1f9w5] {
    display: flex;
    flex-direction: column;
    gap: 30px;
}

.temp-reserve-item[b-20p5l1f9w5] {
    display: flex;
    flex-direction: column;
    border: 1px solid var(--tp-border-color);
    padding: 15px;
    border-radius: var(--tp-border-radius-medium);
}

.temp-reserve-item:nth-child(even)[b-20p5l1f9w5] {
    background-color: var(--tp-card-color);
    border: 1px solid var(--tp-primary-color);
}

.temp-reserve-grid[b-20p5l1f9w5] {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 15px 50px;
    border-bottom: 1px dashed var(--tp-border-color);
    padding-bottom: 10px;
    margin-bottom: 10px;
}

.temp-reserve-item:nth-child(even) .temp-reserve-grid[b-20p5l1f9w5] {
    border-color: var(--tp-primary-color);
}

.temp-reserve-grid:last-child[b-20p5l1f9w5] {
    border-bottom: none;
    margin-bottom: 0;
}

.temp-reserve-ticket-row[b-20p5l1f9w5] {
    display: flex;
    justify-content: space-between;
}

.temp-reserve-ticket-row label[b-20p5l1f9w5] {
    color: #909398;
}

.temp-reserve-ticket-row span[b-20p5l1f9w5] {
    font-weight: bold;
}

.temp-reserve-price[b-20p5l1f9w5] {
    font-size: 15px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Modals/AddToCartModal.razor.rz.scp.css */
.services-cart-modal[b-qc7j5z31p4] {
    width: 100%;
    height: 100%;
}

.services-cart-modal-header[b-qc7j5z31p4] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

@media(max-width: 480px) {
    .services-cart-modal-header[b-qc7j5z31p4] {
        flex-direction: column;
        gap: 5px;
    }
}

.modal-date-range[b-qc7j5z31p4] {
    display: flex;
    align-items: center;
    gap: 10px;
}

.mobile-cart-modal-utils[b-qc7j5z31p4] {
    display: none;
}

@media(max-width: 480px) {
    .mobile-cart-modal-utils[b-qc7j5z31p4] {
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: space-between;
    }
}

@media(max-width: 480px) {
    .modal-date-range[b-qc7j5z31p4] {
        flex-direction: column;
    }
}

@media(max-width: 480px) {
    [b-qc7j5z31p4] .modal-date-range-cta {
        display: none;
    }
}

.modal-date-range[b-qc7j5z31p4]  .modal-date-range-cta {
    height: 42px;
}

.modal-view-type[b-qc7j5z31p4] {
    margin-right: auto;
}

@media(max-width: 480px) {
    .modal-view-type[b-qc7j5z31p4] {
        display: none;
    }
}

.services-cart-modal[b-qc7j5z31p4]  .k-tabstrip {
    height: 100%;
}

.sans-sections-wrapper[b-qc7j5z31p4] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    height: max-content;
    background-color: var(--tp-card-color);
}

.sans-sections-wrapper.closed[b-qc7j5z31p4] {
    height: 285px;
    overflow: clip;
}

@media(max-width: 480px){
    .sans-sections-wrapper.closed[b-qc7j5z31p4] {
        height: 180px;
    }
}

.sans-sections-load-more[b-qc7j5z31p4] {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
    display: flex;
    justify-content: center;
}

.sans-sections-load-more[b-qc7j5z31p4]  button {
    width: 100%;
}

.sans-sections-load-more[b-qc7j5z31p4]  button .k-button-text {
    flex-direction: column;
}

.sans-sections-load-more[b-qc7j5z31p4]  button .k-button-text i {
    font-size: 25px;
}

.entertainment-modal-footer[b-qc7j5z31p4] {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding-left: 20px;
    padding-right: 20px;
}

@media(max-width: 480px) {
    .entertainment-modal-footer[b-qc7j5z31p4] {
        flex-direction: column;
        gap: 10px;
    }
}

@media(max-width: 480px) {
    [b-qc7j5z31p4] .close-modal-btn {
        display: none;
    }
}

.entertainment-modal-footer-right[b-qc7j5z31p4] {
    display: flex;
    gap: 20px;
}

@media(max-width: 480px) {
    .entertainment-modal-footer-right[b-qc7j5z31p4] {
        display: none;
    }
}

@media(max-width: 480px) {
    .entertainment-modal-footer-left[b-qc7j5z31p4] {
        width: 100%;
        gap: 15px;
        display: flex;
    }
}

.entertainment-modal-footer-field[b-qc7j5z31p4] {
    display: flex;
    flex-direction: column;
}

.sans-btn-grp[b-qc7j5z31p4] {
    margin-bottom: 15px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Modals/EditShoppingCartModal.razor.rz.scp.css */
.invoice-ref[b-ygspytecae] {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Modals/ManifestModal.razor.rz.scp.css */
.manifest-form-wrapper[b-lmact4jku9] {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.manifest-group[b-lmact4jku9] {
    background-color: var(--tp-background-color);
    padding: 15px;
    border-radius: var(--tp-border-radius-large);
}

.manifest-group-header[b-lmact4jku9] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    border-bottom: 1px solid var(--tp-primary-color);
    padding-bottom: 15px;
    margin-bottom: 15px;
}

.manifest-group-header-row[b-lmact4jku9] {
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.manifest-group-header-row label[b-lmact4jku9] {
    font-weight: bold;
}

.manifest-group-row[b-lmact4jku9] {
    border: 1px dashed var(--tp-primary-color);
    margin-bottom: 15px;
    padding: 15px;
    border-radius: var(--tp-border-radius-large);
    display: flex;
    align-items: center;
    gap: 15px;
}

.manifest-index[b-lmact4jku9] {
    width: 40px;
    height: 40px;
    color: var(--tp-secondary-color);
    background-color: var(--tp-primary-color);
    border-radius: var(--tp-border-radius-circle);
    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 40px;
    font-size: 20px;
}

.manifest-fields-wrapper[b-lmact4jku9] {
    display: flex;
    flex-direction: column;
    gap: 10px;
    flex: 1;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Modals/OpenCashDeskModal.razor.rz.scp.css */
.cashdesk-user h5[b-croiqti0y0] {
    font-size: 14px;
    margin-bottom: 1rem;
    line-height: 1.8;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Cart/CartWizardStep1.razor.rz.scp.css */
.service-cart-step-1-tickets .card[b-3gyrsokdji] {
    margin-bottom: 20px;
}

.service-cart-step-1-tickets .card:last-child[b-3gyrsokdji] {
    margin-bottom: 0;
}

.service-cart-step-1-passengers-header[b-3gyrsokdji] {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.service-cart-step-1-row[b-3gyrsokdji] {
    width: 100%;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 20px;
    margin-bottom: 15px;
}

@media(max-width: 480px) {
    .service-cart-step-1-row[b-3gyrsokdji] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 20px;
    }
}

.service-cart-step-1-row:last-child[b-3gyrsokdji] {
    margin-bottom: 0;
}

.service-cart-step-1-entry[b-3gyrsokdji] {
    display: flex;
    align-items: center;
    gap: 5px;
}

@media(max-width: 480px) {
    .service-cart-step-1-entry[b-3gyrsokdji] {
        justify-content: space-between;
    }
}

.service-cart-step-1-entry label[b-3gyrsokdji] {
    color: #909398;
}

.service-cart-step-1-entry span[b-3gyrsokdji] {
    font-weight: bold;
}

.service-cart-step-1-price[b-3gyrsokdji] {
    margin-top: 20px;
    display: flex;
    align-items: center;
    gap: 20px;
}

.service-cart-step-1-price .service-cart-step-1-entry[b-3gyrsokdji] {
    flex: 1;
}

.service-cart-step-1-passengers[b-3gyrsokdji] {
    margin-top: 15px;
    padding-top: 15px;
    border-top: 2px dashed var(--tp-border-color);
}

.service-cart-step-1-passenger-row[b-3gyrsokdji] {
    display: flex;
    align-items: flex-start;
    gap: 20px;
    margin-bottom: 15px;
}

.service-cart-step-1-passenger-index[b-3gyrsokdji] {
    width: 40px;
    height: 40px;
    border-radius: var(--tp-border-radius-circle);
    background-color: var(--tp-primary-color);
    color: var(--tp-secondary-color);
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 16px;
    margin-top: 20px;
}

.service-cart-step-1-passenger-field label[b-3gyrsokdji] {
    margin-bottom: 5px;
}

.service-cart-delete-program[b-3gyrsokdji] {
    display: flex;
    justify-content: flex-end;
    margin-top: 20px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Cart/CartWizardStep2.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Cart/CartWizardStep3.razor.rz.scp.css */
.cart-payment-method h5[b-96pf640r7g] {
    margin-bottom: 10px;
}

.cart-payment-group[b-96pf640r7g]  .k-radio-list-item {
    border: 1px solid var(--tp-border-color);
    height: max-content;
    padding: 10px 15px !important;
    border-radius: var(--tp-border-radius-large);
    gap: 10px;
    margin-bottom: 20px;
}

.cart-payment-group[b-96pf640r7g]  .k-radio-list-item .k-radio-label {
    width: 100%;
    height: 40px;
    display: flex;
    align-items: center;
}

@media(max-width: 480px) {
    .cart-payment-group[b-96pf640r7g]  .k-radio-list-item .k-radio-label {
        height: auto;
    }
}

.cart-payment-radio[b-96pf640r7g] {
    display: flex;
    align-items: center;
    width: 100%;
}

@media(max-width: 480px) {
    .cart-payment-radio[b-96pf640r7g] {
        flex-direction: column;
        align-items: flex-start;
        gap: 10px;
    }
}

.cart-payment-title[b-96pf640r7g] {
    min-width: 250px;
    font-weight: bold;
}

@media(max-width: 480px){
    .cart-payment-title[b-96pf640r7g] {
        min-width: max-content;
    }
}

.cart-payment-description[b-96pf640r7g] {
    width: 100%;
}

.cart-discount-wrapper[b-96pf640r7g] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media(max-width: 480px) {
    .cart-discount-wrapper[b-96pf640r7g] {
        align-items: flex-start;
    }
}

.cart-discount-field[b-96pf640r7g] {
    display: flex;
    align-items: center;
    gap: 10px;
    width: 100%;
}

@media(max-width: 480px) {
    .cart-discount-field[b-96pf640r7g] {
        flex-direction: column;
        gap: 5px;
    }

    .cart-discount-field[b-96pf640r7g]  button {
        width: 100%
    }
}

.cart-discount-wrapper label[b-96pf640r7g] {
    min-width: 70px;
}

.cart-discount-wrapper[b-96pf640r7g]  .k-textbox {
    max-width: 200px;
}

.cart-apply-discount[b-96pf640r7g] {
    display: flex;
    align-items: center;
    gap: 10px;
    margin-bottom: 20px;
}

@media(max-width: 480px) {
    .cart-apply-discount[b-96pf640r7g] {
        align-items: flex-start;
    }
}

.cart-apply-discount-field[b-96pf640r7g] {
    display: flex;
    align-items: center;
    gap: 10px;
}

@media(max-width: 480px) {
    .cart-apply-discount-field[b-96pf640r7g] {
        flex-direction: column;
    }
}

.cart-apply-discount p[b-96pf640r7g] {
    margin-bottom: 0;
    color: var(--tp-danger-color);
}

.cart-apply-discount label[b-96pf640r7g] {
    min-width: 70px;
}

.cart-discount-description[b-96pf640r7g] {
    border: 2px dashed var(--tp-border-color);
    padding: 15px;
    border-radius: var(--tp-border-radius-large);
    margin-bottom: 20px;
}

.discount-response[b-96pf640r7g] {
    font-weight: bold;
    font-size: 15px;
    margin-bottom: 10px;
    color: var(--tp-success-color);
}

.discount-info[b-96pf640r7g] {
    margin-bottom: 10px;
}

.discount-info:last-child[b-96pf640r7g] {
    margin-bottom: 0;
}

.discount-info .discount-amount[b-96pf640r7g] {
    font-weight: bold;
}

.cart-payment-description label[b-96pf640r7g] {
    margin-bottom: 5px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Cart/EntertainmentServiceCart.razor.rz.scp.css */
.service-cart-header[b-d96bm5wjnm] {
    display: grid;
    grid-template-columns: repeat(5, minmax(0, 1fr));
    gap: 20px;
}

@media(max-width: 480px) {
    .service-cart-header[b-d96bm5wjnm] {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        gap: 10px;
    }
}

.entertainment-service-cart-wizard[b-d96bm5wjnm]  .cart-expiry-wrapper {
    padding: 10px;
    margin-bottom: 20px;
    margin-top: 20px;
    border-radius: var(--tp-border-radius-large);
}

.entertainment-service-cart-wizard[b-d96bm5wjnm]  .k-wizard-buttons-right {
    flex: 1;
    justify-content: center;
}

.entertainment-service-cart-wizard[b-d96bm5wjnm]  .k-wizard-buttons-right button {
    padding-right: 30px;
    padding-left: 30px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/CartToolbar/ShowCartButton.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Programs/ProgramGridItem.razor.rz.scp.css */
.sell-grid-item[b-ecqjn51zss] {
    width: 100%;
    padding: 10px;
    background-color: var(--tp-white-color);
    border-radius: var(--bs-card-border-radius);
}

.sell-grid-item-wrapper[b-ecqjn51zss] {
    width: 100%;
    display: flex;
    flex-direction: column;
    position: relative;
}

.sell-grid-item-img[b-ecqjn51zss] {
    width: 100%;
    height: 476px;
    position: relative;
    margin-bottom: 10px;
}

[b-ecqjn51zss] .sell-grid-item-img img {
    max-width: 100%;
    width: 100%;
    height: 476px;
    border-radius: 0.625rem;
}

.sell-grid-item-overlay-top-icon img[b-ecqjn51zss] {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.sell-grid-item-overlay[b-ecqjn51zss] {
    position: absolute;
    bottom: 25px;
    right: 20px;
    left: 20px;
    display: flex;
    flex-direction: column;
}

.sell-grid-item-overlay-top[b-ecqjn51zss] {
    position: relative;
    margin-right: 30px;
    margin-bottom: -10px;
    display: flex;
    align-items: center;
}

.sell-grid-item-overlay-top-icon[b-ecqjn51zss] {
    background-color: #EDF1F8;
    padding: 5px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    font-size: 34px;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 2
}

[b-ecqjn51zss] .sell-grid-item-overlay-top-icon img {
    width: 40px;
    height: 40px;
    min-width: 40px;
}

.sell-grid-item-overlay-top span[b-ecqjn51zss] {
    width: 100%;
    background-color: #EDF1F8;
    padding: 3px 25px 3px 20px;
    border-radius: 30px 0 0 8px;
    margin-right: -20px;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sell-grid-item-overlay-bottom[b-ecqjn51zss] {
    display: flex;
    background-color: var(--tp-secondary-color);
    border-radius: 8px 8px 16px 16px;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 70px;
}

.sell-grid-item-overlay-bottom img[b-ecqjn51zss] {
    background-color: #EDF1F8;
    padding: 10px;
    width: 50px;
    height: 50px;
    border-radius: 50%;
    max-width: 100%;
}

.sell-grid-item-overlay-bottom span[b-ecqjn51zss] {
    font-size: 17px;
    font-weight: 600;
    width: 100%;
    position: relative;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.sell-grid-item-utils[b-ecqjn51zss] {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.sell-grid-item-utils[b-ecqjn51zss]  .k-chip {
    width: 100px;
    min-width: 100px;
    border-radius: 30px;
    height: 36px;
}

.sell-grid-item-utils .k-button[b-ecqjn51zss] {
    width: max-content;
    min-width: 36px;
    height: 36px;
}

.sell-grid-item-cta button[b-ecqjn51zss] {
    width: 100%;
}

.sell-grid-item-utils .sell-grid-item-utils-btns[b-ecqjn51zss] {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}

.sell-grid-item-cta[b-ecqjn51zss] {
    display: flex;
    justify-content: center;
}

.sell-grid-item-cta[b-ecqjn51zss]  .k-button {
    width: 100%;
}



.service-item-type[b-ecqjn51zss] {
    position: absolute;
    top: 10px;
    right: auto;
    left: 5px;
    display: flex;
    z-index: 2;
    padding: 5px 10px;
    border-radius: 32px;
}

.service-item-type.sans-label[b-ecqjn51zss] {
    background-color: var(--tp-info-color);
}

.service-item-type.service-label[b-ecqjn51zss] {
    background-color: var(--tp-warning-color);
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Programs/ProgramSansSection.razor.rz.scp.css */
.sans-section[b-bhg9rrlnq1] {
    border: 2px dashed var(--tp-border-color);
    padding: 10px;
}

.sans-section.active-sans[b-bhg9rrlnq1] {
    background-color: var(--tp-background-color);
}

.sans-section-date-time[b-bhg9rrlnq1] {
    display: flex;
    align-items: center;
    gap: 20px;
}

@media(max-width: 480px) {
    .sans-section-date-time[b-bhg9rrlnq1] {
        gap: 5px;
    }
}

.sans-section-title[b-bhg9rrlnq1] {
    min-width: 120px;
}

.sans-btn-container[b-bhg9rrlnq1] {
    position: relative;
}

.sans-section[b-bhg9rrlnq1]  .sans-item {
    margin-bottom: 15px;
}

.tickets-card-wrapper[b-bhg9rrlnq1] {
    margin-top: 20px;
}

.sans-section[b-bhg9rrlnq1]  .sans-item .k-button-text span {
    font-size: 16px;
    font-weight: bold;
}

.sans-dates-wrapper[b-bhg9rrlnq1] {
    display: flex;
    gap: 10px;
    overflow-x: auto;
}

.sans-section[b-bhg9rrlnq1]  .sans-btn .k-button-text {
    flex-direction: column;
}

.sans-section[b-bhg9rrlnq1]  .sans-btn.active-sans-btn .k-button-text {
    color: var(--tp-secondary-color);
}

.sans-section[b-bhg9rrlnq1]  .sans-btn .k-button-text .sans-info.vertical {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.sans-section[b-bhg9rrlnq1]  .sans-btn .k-button-text .sans-info.horizontal {
    display: flex;
    gap: 10px;
}

.sans-date-label[b-bhg9rrlnq1] {
    font-weight: bold;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Programs/ProgramsGrid.razor.rz.scp.css */
.sell-tab-grid[b-eu22gv3qo1] {
    display: grid !important;
    gap: 20px;
    margin-bottom: 90px;
}

@media(max-width:480px) {
    .sell-tab-grid[b-eu22gv3qo1] {
        grid-template-columns: repeat(1, minmax(0, 1fr)) !important;
    }
}

.tab-grid-3[b-eu22gv3qo1]  .sell-grid-item-img {
    height: 476px;
}

.tab-grid-3[b-eu22gv3qo1]  .sell-grid-item-img > img {
    height: 476px;
}

@media(max-width:480px) {
    .tab-grid-3[b-eu22gv3qo1]  .sell-grid-item-img {
        height: 254px;
    }

    .tab-grid-3[b-eu22gv3qo1]  .sell-grid-item-img > img {
        height: 254px;
    }
}

.tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-img {
    height: 328px;
}

.tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-img > img {
    height: 328px;
}

@media(max-width:480px) {
    .tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-img {
        height: 254px;
    }

    .tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-img > img {
        height: 254px;
    }
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-img {
    height: 254px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-img > img {
    height: 254px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay {
    bottom: 10px;
    right: 10px;
    left: 10px;
}

.tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-overlay-top {
    margin-right: 20px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-top {
    margin-right: 10px;
    margin-bottom: -5px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-top-icon {
    width: 40px;
    height: 40px;
    font-size: 26px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-top span {
    font-size: 12px;
    line-height: 20px;
}

.tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-overlay-bottom {
    padding-right: 55px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-bottom {
    padding-right: 35px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-bottom img {
    width: 40px;
    height: 40px;
    padding: 5px;
}

.tab-grid-4[b-eu22gv3qo1]  .sell-grid-item-overlay-bottom span {
    font-size: 15px;
}

.tab-grid-5[b-eu22gv3qo1]  .sell-grid-item-overlay-bottom span {
    font-size: 13px;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Programs/ProgramSkeleton.razor.rz.scp.css */
.skeleton-program .sell-grid-item[b-rezuhkye23] {
    width: 100%;
    border-radius: var(--bs-card-border-radius);
    padding: 10px;
}

.skeleton-program[b-rezuhkye23]  .sell-grid-item-img {
    margin-bottom: 10px;
}

.skeleton-program[b-rezuhkye23]  .sell-grid-item-utils {
    display: flex;
    width: 100%;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 15px;
}

.skeleton-program[b-rezuhkye23]  .sell-grid-item-utils .sell-grid-item-utils-btns {
    display: flex;
    gap: 5px;
    justify-content: flex-end;
}
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Tickets/SansCardTicket.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Tickets/SansListTicket.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Tickets/ServiceCardTicket.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Pages/ShoppingCart/EntertainmentServices/Partials/Tickets/ServiceListTicket.razor.rz.scp.css */
/* _content/TopTis.Marketplace.Blazor/Components/Toolbar/ToolbarWallet.razor.rz.scp.css */
.toolbar-wallet-wrapper[b-pzglxu0061] {
    display: flex;
    flex-direction: column;
    gap: 15px;
    padding: 15px;
}

.toolbar-wallet-row[b-pzglxu0061] {
    padding-bottom: 10px;
    border-bottom: 1px solid var(--tp-border-color);
    display: flex;
    align-items: center;
    justify-content: space-between;
}

.toolbar-wallet-row span[b-pzglxu0061] {
    font-weight: bold;
}

.toolbar-wallet-row span.wallet-balance-amount[b-pzglxu0061] {
    color: var(--tp-success-color);
}

.toolbar-wallet-row span.wallet-blocked-amount[b-pzglxu0061] {
    color: var(--tp-danger-color);
}

.toolbar-wallet-actions[b-pzglxu0061] {
    display: flex;
    justify-content: center;
}
