/* Modal styles */
#pfProductFormContent
{
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}
.pf-modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 1000;
    justify-content: center;
    align-items: center;
}

.pf-modal.pf-visible {
    display: flex;
}
#pfProductPrice
{
    padding-left: 27px;
}
.pf-modal-content {
    background-color: #fff;
    border-radius: 8px;
    max-width: 1100px;
    width: 90%;
    max-height: 80vh;
    overflow-y: auto;
    padding: 20px;
    position: relative;
}

.pf-hidden {
    display: none;
}


.upload-button {
    background-color: #0C5489;
    color: #fff;
    padding: 10px 20px;
    border: none;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upload-button:hover {
    background-color: #005177;
}

.pf-product-form-wrapper {
    padding: 20px;
}

.pf-modal-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 20px;
}

.pf-modal-title {
    font-size: 24px;
    margin: 0;
}

.pf-product-form-wrapper * {
    box-sizing: border-box;
}

#pfProductForm {
    display: flex;
    flex-wrap: wrap;
    gap: 30px;
}

.pf-product-form-wrapper {
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
    background: #f9fafb;
    color: #111827;
    line-height: 1.6;
    padding: 2rem;
    max-width: 1024px;
    margin: 0 auto;
}

.pf-form-card.pf-form-card-detail {
    /* width: 100%; */
}

/* ===== MODAL HEADER ===== */
.pf-modal-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 2rem;
    padding-bottom: 1.5rem;
    border-bottom: 1px solid #e5e7eb;
}

.pf-modal-title {
    font-size: 1.875rem;
    font-weight: 700;
    margin: 0;
}

.pf-close-btn {
    width: 2.5rem;
    height: 2.5rem;
    background: #062a44;
    border: none;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #ffffff;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.25rem;
}

.pf-close-btn:hover {
    background: #e5e7eb;
    color: #374151;
}

/* ===== FORM CARD ===== */
.pf-form-card {
    background: white;
    border-radius: 0.75rem;
    padding: 2rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    border: 1px solid #e5e7eb;
    margin-bottom: 0px;
    flex: 1;
    /* width: 48%; */
}

/* ===== SECTION HEADERS ===== */
.pf-section-header {
    font-size: 1.125rem;
    font-weight: 600;
    margin-bottom: 1.5rem;
    margin: 0 0 1.5rem 0;
    display: flex;
    align-items: center;
}

.pf-section-icon {
    margin-right: 0.75rem;
    width: 1.25rem;
    height: 1.25rem;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 9999px;
    font-size: 0.75rem;
    color: white;
}

.pf-icon-featured { background: #f59e0b; }
.pf-icon-gallery { background: #0ea5e9; }
.pf-icon-details { background: #8b5cf6; }
.pf-icon-submit { background: #3b82f6; }

/* ===== UPLOAD ZONES ===== */
.pf-upload-zone {
    border: 2px dashed #d1d5db;
    border-radius: 0.75rem;
    padding: 2.5rem;
    text-align: center;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.05) 0%, rgba(99, 102, 241, 0.05) 100%);
    transition: all 0.3s ease;
    cursor: pointer;
}

.pf-upload-zone.dragover {
    border-color: #3b82f6;
    background: linear-gradient(135deg, rgba(59, 130, 246, 0.1) 0%, rgba(99, 102, 241, 0.1) 100%);
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.1);
}

.pf-upload-icon-wrapper img {
    width: 57px;
    padding-bottom: 17px;
}

.pf-upload-text-primary {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
    margin: 0 0 0.5rem 0;
}

.pf-upload-text-secondary {
    font-size: 0.875rem;
    color: #6b7280;
    margin: 0 0 1.5rem 0;
    max-width: 24rem;
    margin-left: auto;
    margin-right: auto;
}

.pf-upload-divider {
    padding: 0.5rem 1rem;
    background: white;
    border: 2px dashed #d1d5db;
    border-radius: 0.5rem;
    color: #6b7280;
    font-size: 0.875rem;
    display: inline-block;
}

.pf-upload-btn {
    background: transparent;
    color: #0C5489;
    padding: 10px 32px 10px 32px;
    border-radius: 130px;
    font-weight: 500;
    cursor: pointer;
    border: 1px solid #909EAC80;
    display: inline-flex;
    align-items: center;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.1);
    text-decoration: none;
}

.pf-upload-btn:hover {
    transform: translateY(-1px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2);
}

/* ===== IMAGE PREVIEWS ===== */
.pf-image-preview-container {
    margin-top: 1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 1rem;
}

.pf-image-preview {
    width: 80px;
    height: 80px;
    object-fit: cover;
    border-radius: 0.75rem;
    box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1);
}

.pf-remove-image-btn {
    width: 2.5rem;
    height: 2.5rem;
    background: #fee2e2;
    color: #dc2626;
    border: none;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    transition: all 0.2s;
    font-size: 1.25rem;
}

.pf-remove-image-btn:hover {
    background: #fecaca;
    color: #b91c1c;
}

.pf-gallery-preview-grid {
    margin-top: 1.5rem;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(120px, 1fr));
    gap: 1rem;
}

.pf-gallery-image-item {
    position: relative;
    background: white;
    border-radius: 0.75rem;
    padding: 0.5rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
    border: 1px solid #e5e7eb;
}

.pf-gallery-image {
    width: 100%;
    height: 5rem;
    object-fit: cover;
    border-radius: 0.5rem;
}

.pf-gallery-remove-btn {
    position: absolute;
    top: -0.5rem;
    right: -0.5rem;
    width: 1.5rem;
    height: 1.5rem;
    background: #ef4444;
    color: white;
    border: none;
    border-radius: 9999px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 0.75rem;
    cursor: pointer;
    transition: all 0.2s;
}

.pf-gallery-remove-btn:hover {
    background: #dc2626;
    transform: scale(1.1);
}

/* ===== FORM INPUTS ===== */
.pf-form-group {
    /* margin-bottom: 2rem; */
    margin-bottom: 1rem;
}

.pf-form-label {
    display: block;
    font-size: 0.875rem;
    font-weight: 600;
    color: #374151;
    margin-bottom: 0.75rem;
}

.pf-form-input, .pf-form-textarea {
    width: 100%;
    padding: 0.75rem 1rem;
    border: 1px solid #d1d5db;
    border-radius: 0.75rem;
    font-size: 1rem;
    transition: all 0.2s;
    background: white;
}

.pf-form-input:focus, .pf-form-textarea:focus {
    outline: none;
    border-color: #3b82f6;
    box-shadow: 0 0 0 3px rgba(59, 130, 246, 0.1);
}

.pf-form-input-price-wrapper {
    position: relative;
}

.pf-price-symbol {
    position: absolute;
    left: 1rem;
    top: 50%;
    transform: translateY(-50%);
    color: #6b7280;
    font-weight: 500;
    pointer-events: none;
}

.pf-form-input-price {
    padding-left: 3rem;
}

/* View mode styles */
.pf-modal.view-mode .pf-form-input,
.pf-modal.view-mode .pf-form-textarea {
    background: #f3f4f6;
    color: #6b7280;
    cursor: not-allowed;
    border-color: #e5e7eb;
}

.pf-modal.view-mode .pf-upload-zone {
    background: #f3f4f6;
    border-color: #e5e7eb;
    cursor: not-allowed;
}

.pf-modal.view-mode .pf-remove-image-btn,
.pf-modal.view-mode .pf-gallery-remove-btn {
    display: none;
}

.pf-grid-2-cols {
    display: grid;
    grid-template-columns: 1fr;
    /* gap: 2rem; */
    gap: 1rem;
}

@media (min-width: 1024px) {
    .pf-grid-2-cols {
        grid-template-columns: repeat(2, 1fr);
    }
}

/* ===== RADIO BUTTONS ===== */
.pf-radio-group {
    display: flex;
    align-items: center;
    gap: 1.5rem;
    margin-top: 0.5rem;
}

.pf-radio-option {
    display: flex;
    align-items: center;
    gap: 0.75rem;
    cursor: pointer;
}

.pf-radio-input {
    width: 1rem;
    height: 1rem;
    accent-color: #3b82f6;
}

.pf-radio-label {
    font-size: 0.875rem;
    font-weight: 500;
    color: #111827;
}

.pf-radio-description {
    font-size: 0.875rem;
    color: #6b7280;
    margin-top: 0.5rem;
}

/* ===== SUBMIT BUTTON ===== */
.pf-submit-section {
    text-align: center;
    width: 100%;
}

.pf-submit-btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    gap: 0.75rem;
    background: #0C5489;
    color: white;
    padding: 0.7rem 5rem;
    border-radius: 130px;
    font-size: 1.125rem;
    font-weight: 500;
    border: none;
    cursor: pointer;
    transition: all 0.2s;
    box-shadow: 0 4px 6px -1px rgba(59, 130, 246, 0.1);
    width: 100%;
    max-width: 16rem;
}

@media (min-width: 1024px) {
    .pf-submit-btn {
        width: auto;
    }
}

.pf-submit-btn:hover {
    transform: translateY(-2px);
    box-shadow: 0 10px 15px -3px rgba(59, 130, 246, 0.2);
}

/* ===== HIDDEN CLASS ===== */
.pf-hidden {
    display: none !important;
}

/* ===== RESPONSIVE ===== */
@media (max-width: 767px) {
    .pf-product-form-wrapper {
        padding: 1rem;
    }
    .pf-form-card {
        padding: 1.5rem;
    }
    .pf-upload-zone {
        padding: 2rem;
    }
}

/* Product listing show */
.my-content-container {
    font-family: Arial, sans-serif;
    margin: 20px auto;
    border-radius: 10px;
    /* box-shadow: 0 0 10px rgba(0, 0, 0, 0.1); */
}
.my-content-container .table-row
{
    border-left: 1px solid #eee;
    border-right: 1px solid #eee;
}
.my-content-container .table-header
{
     border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
.my-content-header {
    /* padding: 15px; */
    background-color: #f9f9f900;
    display: flex;
    justify-content: space-between;
    align-items: center;
    border-bottom: 1px solid #cccccc;
    padding-bottom: 15px;
    margin-bottom: 10px;
}

.my-content-header h2 {
    margin: 0;
    color: #333;
}

.upload-button {
    background-color: #0C5489;
    color: white;
    border: none;
    padding: 10px 20px;
    border-radius: 20px;
    cursor: pointer;
    transition: background-color 0.3s;
}

.upload-button:hover {
    background-color: #005177;
}

.tab-nav {
    display: flex;
    gap: 10px;
    padding: 15px;
    background-color: #fff;
    border-bottom: 1px solid #eee;
}

.tab {
    padding: 8px 15px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}
.tab span
{
    padding: 3px 12px;
    border-radius: 20px;
    cursor: pointer;
    background-color: #f1f1f1;
    color: #333;
    transition: background-color 0.3s, color 0.3s;
}

.tab.active {
    background-color: #0C5489;
    color: white;
}

.table-header, .table-row {
    display: grid;
    grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
    padding: 10px 15px;
    align-items: center;
    text-align: left;
    gap: 20px;
}

.table-header {
    background-color: #f1f1f1;
    font-weight: bold;
    border-bottom: 2px solid #ddd;
}

.table-row {
    border-bottom: 1px solid #eee;
}

/* .d-flex {
    display: flex;
    align-items: center;
    gap: 10px;
} */

.product-image-wrapper {
    width: 50px;
    height: 50px;
    overflow: hidden;
    border-radius: 5px;
}

.product-image {
    width: 100%;
    height: 100%;
    background-color: #ddd;
    object-fit: cover;
}

.product-title {
    margin-left: 10px;
    color: #333;
}

.date, .sell, .price {
    color: #555;
}

.action {
    text-align: left;
}

.action-link {
    color: #0C5489;
    text-decoration: none;
    margin-left: 10px;
    transition: color 0.3s;
}

.action-link:hover {
    color: #005177;
}

.no-products {
    text-align: center;
    padding: 20px;
    color: #888;
}

/* Action dropdown styling */
.action {
    position: relative;
    display: inline-block;
}

.action-menu {
    position: relative;
    display: inline-block;
}

.action-icon {
    width: 20px;
    height: 20px;
    cursor: pointer;
}

.action-dropdown {
    display: none;
    position: absolute;
    right: 0;
    top: 25px;
    background: #fff;
    border: 1px solid #e5e7eb;
    border-radius: 0.75rem;
    box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1), 0 1px 2px 0 rgba(0, 0, 0, 0.06);
    padding: 8px 0;
    min-width: 120px;
    z-index: 100;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, sans-serif;
}

.action-dropdown a {
    display: block;
    padding: 8px 15px;
    color: #111827;
    text-decoration: none;
    font-size: 0.875rem;
    font-weight: 500;
    transition: all 0.2s;
}

.action-dropdown a:hover {
    background: #f3f4f6;
    color: #0C5489;
}

input[type="checkbox"] {
  transform: scale(1.3); 
  accent-color: #0073aa; 
  cursor: pointer;
    margin-right: 15px
}



/* Latest css for video section on dashboard */

.text-center
{
    text-align: center;
}
.main-content-area
{
    width: 80%;
}
.right-sidebar
{
    width: 20%;
    padding-left: 50px;
}
.left-side-stat
{
    width: 40%;
}
.chart-section
{
    width: 50%;
}
.channel-content-header {
        display: flex;
        justify-content: space-between;
        align-items: center;
        margin-bottom: 20px;
        padding: 0 10px;
    }

    .channel-content-header h2 {
        font-size: 24px;
        font-weight: 600;
        margin: 0;
        color: #000;
    }

    .view-all-btn {
        background: #ffffff;
        color: #0C5489;
        border: 1px solid #0C5489;
        border-radius: 30px;
        padding: 8px 20px;
        font-size: 14px;
        font-weight: 500;
        cursor: pointer;
        transition: background 0.3s;
    }

    .view-all-btn:hover {
        background: #094467;
    }

    .video-item {
        background: #F8F9FA;
        border-radius: 16px;
        padding: 16px 20px;
        margin-bottom: 12px;
        display: flex;
        align-items: center;
        gap: 16px;
        transition: background 0.2s;
    }

    .video-item:hover {
        background: #EEF0F2;
    }

    .video-dot {
        width: 10px;
        height: 10px;
        background: #0C5489;
        border-radius: 50%;
        flex-shrink: 0;
    }

    .video-name {
        flex: 1;
        font-size: 16px;
        font-weight: 500;
        color: #0C5489;
        margin: 0;
    }

    .video-meta {
        display: flex;
        align-items: center;
        gap: 20px;
        font-size: 14px;
        color: #666;
    }

    .video-meta span {
        display: flex;
        align-items: center;
        gap: 6px;
    }

    .video-meta i {
        font-size: 16px;
        color: #999;
    }

    /* Icons (using Font Awesome or inline SVG - here using text for demo) */
    .icon-calendar::before { content: "📅"; }
    .icon-eye::before { content: "👁"; }
    .icon-clock::before { content: "⏱"; }

    @media (max-width: 767px) {
        #pfProductFormContent {
            flex-direction: column;
        }
        .channel-content-header {
            flex-direction: column;
            align-items: flex-start;
            gap: 10px;
        }
        .view-all-btn {
            align-self: flex-end;
        }
        .video-meta {
            flex-wrap: wrap;
            gap: 10px;
        }
    }


    .w-150
    {
       width: 150px;
    }
  .img-div
  {
    margin-bottom: 80px;
    margin-top: 40px;
  }

   .main-container
   {
    margin-top: 40px;
   }


    /* ── TOP BAR ───────────────────────────────────── */
 .overview-title { margin:0; font-size:24px; font-weight:600; color:#000; }

.date-picker-btn {
    display:flex; align-items:center; gap:8px;
    background:#fff; border:1px solid #D8D8D8;
    border-radius:30px; padding:8px 16px;
    font-size:14px; font-weight:500; color:#0C5489;
    cursor:pointer; transition:all .2s;
}
.date-picker-btn:hover { background:#F8F9FA; }
.date-picker-btn svg { stroke:#0C5489; }
.date-picker-btn .chevron { margin-left:4px; }


.song-list {
      max-width: 400px;
      margin: 0 auto;
      display: flex;
      flex-direction: column;
      gap: 28px;
    }

    /* === SONG ITEM === */
    .song-item {
      display: flex;
      flex-direction: column;
      gap: 6px;
    }

    .song-title {
      font-size: 18px;
      font-weight: 600;
      color: #1a1a1a;
    }

    .song-time {
      display: flex;
      align-items: center;
      gap: 6px;
      font-size: 14px;
      color: #666;
      font-weight: 500;
    }

    .clock-icon {
      width: 14px;
      height: 14px;
      stroke: #999;
    }

    /* === PROGRESS BAR CONTAINER === */
    .progress-container {
      height: 6px;
      background: #f0f0f0;
      border-radius: 3px;
      overflow: hidden;
      position: relative;
    }

    /* === PROGRESS FILL === */
    .progress-fill {
      height: 100%;
      border-radius: 3px;
      transition: width 0.4s ease;
    }

    /* Individual progress colors & widths */
    .song-item:nth-child(1) .progress-fill { width: 100%; background: #e60000; } /* full red */
    .song-item:nth-child(2) .progress-fill { width: 85%; background: #ff4d4d; } /* light red */
    .song-item:nth-child(3) .progress-fill { width: 70%; background: #ffb3b3; } /* pinkish */
    .song-item:nth-child(4) .progress-fill { width: 55%; background: #ffc04d; } /* orange */
    .song-item:nth-child(5) .progress-fill { width: 20%; background: #4caf50; } /* green */













    /* ── TOP LABEL (Total Hours) ─────────────────────── */
.total-label-top {
    font-size: 16px;
    font-weight: 400;
    color: #666;
    margin-bottom: 12px;
}

/* ── THIS WEEK CARD ─────────────────────────────── */
.this-week-card {
    gap: 12px;
    padding: 0 4px;               /* tiny inner padding to match screenshot */
}
.week-badge {
    width: 40px; height: 40px;
    background: #FFF3E0;         /* light peach */
    border-radius: 50%;
    display: flex; align-items:center; justify-content:center;
    flex-shrink: 0;
}
.clock-in-badge { width:20px; height:20px; stroke:#0C5489; }

.week-text { line-height:1.2; }
.week-label { font-size:14px; color:#666; }
.week-time  { font-size:24px; font-weight:600; color:#0C5489; }

/* ── DIVIDER ─────────────────────────────────────── */
.divider { 
    border:none; 
    border-top:1px solid #E5E5E5; 
    margin:20px 0; 
}

/* ── DAILY ROWS ─────────────────────────────────── */
.daily-date-wrapper { 
    display:flex; 
    align-items:center; 
    gap:8px; 
    flex:1;
}
.date-label { 
    font-size:14px; 
    color:#333; 
    white-space:nowrap; 
}
.dotted-line {
    flex:1;
    border-bottom:1px dotted #CCC;
    height:1px;
}

/* tiny clock + time */
.daily-time-wrapper svg { width:12px; height:12px; stroke:#0C5489; }
.daily-time-text { 
    margin-left:4px; 
    font-size:14px; 
    font-weight:500; 
    color:#0C5489; 
}

/* ── RESPONSIVE (keeps your existing media queries) ── */
@media (max-width:767px) {
    .this-week-card { flex-direction:column; align-items:flex-start; }
    .week-badge { margin-bottom:8px; }
}


.mt-30
{
    margin-top: 30px;
}