#event_seats_chart{
    width: 100%;
}
.change-chart{
    display: none;
}

th#booth.column-booth {
    width: 140px;
}

#create_ticket_automatically {
    position: absolute;
    right: 12px;
    top: 45px;
    background-color: #2271b1;
    color: #fff;
}
#adminmenu #menu-posts-event_listing .wp-submenu a[href="edit.php?post_type=event_listing&page=seats"]{
    color:#f7be55;
}

/* Event Chart Design New*/
.seats-admin-wrapper {
    display: flex;
    flex-direction: column;
    gap: 1.5rem;
}
.seats-chart-container {
    border: 1px solid #ccd0d4;
    background: #fff;
    border-radius: 4px;
    padding: 20px;
}
.seats-chart-container h2 {
    margin-top: 0;
    font-size: 18px;
    margin-bottom: 15px;
    border-bottom: 1px solid #eee;
    padding-bottom: 10px;
}
.seats-chart-info {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    margin-bottom: 20px;
}
.seats-chart-info div {
    flex: 1 1 200px;
}
.seats-chart-info label {
    font-weight: 600;
    margin-right: 5px;
}
#vendor_list,#vendor_list_chosen {
    width: 100%;
    min-width: 200px;
    max-width: 300px;
    margin: 8px 0;
}
.seats-chart-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    margin-top: 10px;
}
.seats-toggle-section {
    display: none;
    margin-top: 20px;
    border-top: 1px solid #eee;
    padding-top: 20px;
}
/* Event Chart Design New End */
/* New Design Css Start */

.chart-header-row .chart-header-actions{
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    margin-bottom: 20px;
    gap: 10px;
}

.chart-header-actions {
    display: flex;
    flex-wrap: wrap;
    gap: 10px;
    align-items: center;
}

#chart-search {
    padding: 6px 10px;
    font-size: 14px;
    min-width: 250px;
    max-width: 100%;
    border: 1px solid #ccc;
    border-radius: 4px;
}

.charts-grid {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(260px, 1fr));
    gap: 20px;
    margin-top: 20px;
}

.chart-card {
    background: #fff;
    border: 1px solid #ccd0d4;
    border-radius: 8px;
    padding: 15px;
    box-shadow: 0 1px 3px rgba(0,0,0,0.05);
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    transition: box-shadow 0.2s ease;
}

.chart-card:hover {
    box-shadow: 0 4px 12px rgba(0,0,0,0.1);
}

.chart-thumbnail img {
    max-width: 100%;
    height: auto;
    border-radius: 4px;
    margin-bottom: 10px;
}

.chart-title {
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px;
}

.chart-status {
    font-size: 13px;
    color: #666;
    margin-bottom: 5px;
}

.chart-events {
    font-size: 13px;
    color: #444;
    margin-bottom: 10px;
}

.chart-actions {
    display: flex;
    gap: 10px;
}

.chart-actions a {
    text-decoration: none;
    color: #2271b1;
    font-weight: 500;
}

.chart-actions a.delete-chart {
    color: #d63638;
}

/* New Chart Css End*/

#charts {
    font-family: Arial, Helvetica, sans-serif;
    border-collapse: collapse;
    width: 100%;
  }
  #charts td, #charts th {
    border: 1px solid #ddd;
    padding: 8px;
  }
  #charts tr:nth-child(even){background-color: #f2f2f2;}
  #charts tr:hover {background-color: #ddd;}
  #charts th {
    padding-top: 12px;
    padding-bottom: 12px;
    text-align: left;
    background-color: #04AA6D;
    color: white;
  }
  a.btn.page-title-action:active,
  a.btn.page-title-action {
      margin: 15px 0;
      display: inline-block;
      padding: 8px;
      border-radius: 4px;
  }

  .seats-admin-wrapper{
    display: none;
  }