    /* تنظیمات کلی صفحه */
    * {
      margin: 0;
      padding: 0;
      box-sizing: border-box;
      
    }
    :root {
  --default-font-family: YekanBakh-Black;
  font-family: Yekan Bakh;
}
    body {
      font-family: Yekan Bakh;
      background-color: #ffff;
      display: flex;
      flex-direction: column;
      min-height: 100vh;
    }


    /* کانتینر کلی */
    .container {
      display: flex;
      flex: 1;
      padding: 20px;
      gap: 20px;
    }

    /* سایدبار */

    /* محتوای اصلی */
      .main-content {
        display: flex;
        flex-direction: column;
        flex: 1;
        gap: 20px;
      }

    /* کارت‌های بالایی */
    .cards {
      display: flex;
      gap: 20px;
      justify-content: space-between;
      flex-wrap: wrap;
    }

    .card {
      display: flex
;
    align-items: flex-start;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 7px;
    position: relative;

    padding: 32px 10px 20px 10px;
    border-radius: 20px;
    cursor: pointer;
    align-items: center;
    }
    .c-1{
      background-color: rgba(90, 82, 228, 0.2);
      ;

    }
    .main-img_style{
width: 7vw;
    }
    .main-img-textbox {
    display: flex
;
    flex-direction: column;
    align-items: flex-end;
    flex-wrap: nowrap;
    flex-grow: 1;
    flex-shrink: 0;
    flex-basis: 0;
    gap: 16px;
    position: relative;
}
.illus-text {
    align-self: stretch;
    flex-shrink: 0;
    flex-basis: auto;
    

    color: #1b1b1b;
    font-family: Yekan Bakh, var(--default-font-family);
    font-size: 1rem;
    font-weight: 400;
    line-height: 21.7px;
    text-align: right;
    white-space: nowrap;
    letter-spacing: -0.28px;
}

.numb-1 {
    align-self: stretch;
    flex-shrink: 0;
  

    color: #5a52e4;
    font-family: Yekan Bakh, var(--default-font-family);
    font-size: 3.5rem;
    font-weight: 600;
    line-height: 25px;
    text-align: right;
    white-space: nowrap;
    letter-spacing: -0.82px;
}

    /* بخش تیکت و نمودار */
    .top-section {
      display: flex;
      flex-wrap:wrap;
      gap: 20px;
    }
    @media (max-width: 1220px){
      .top-section{flex-direction: column;}
      .tickets{max-width: 700px;}
    }

    .tickets, .chart {
      background: #f9f9f9;
      border-radius: 10px;
      box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
      padding: 20px;
      flex: 1;
      height: 250px;
    }


      /* کانتینر کلی جدول */
      .table-container {
          width: 77vw;
          max-width: 1200px;
          margin: 0 auto;
          background: #fff;
          border-radius: 10px;
          box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
          overflow-x: auto;
      }
      @media (max-width: 1290px){
        .table-container{width: 60vw; margin: 0 auto;}
      }

      table {
          width: 100%;
          border-collapse: collapse;
          height: 361px;
      }

      th, td {
          padding: 1rem;
          text-align: center;
          border-bottom: 1px solid #ddd;
          white-space: nowrap; /* جلوگیری از شکست متن */
      }

      th {
          background-color: #f3f4f6;
          color: #555;
      }

      tr:nth-child(even) {
          background-color: #f9fafb;
      }

      .status {
          padding: 0.5rem 1rem;
          border-radius: 15px;
          font-size: 0.9rem;
      }

      .status.in-progress {
          background-color: #ffe4c4;
          color: #a15e00;
      }

      .status.done {
          background-color: #e0f8e0;
          color: #2f8f42;
      }

      a.details-btn {
          display: inline-block;
          padding: 0.5rem 1rem;
          color: #fff;
          background-color: #5a67d8;
          text-decoration: none;
          border-radius: 5px;
      }

      a.details-btn:hover {
          background-color: #434190;
      }

      /* ریسپانسیو */
      @media (max-width: 768px) {
          th, td {
              font-size: 0.8rem;
              padding: 0.5rem;
          }
      }

      @media (max-width: 480px) {
          th, td {
              font-size: 0.7rem;
          }

          .status, a.details-btn {
              font-size: 0.7rem;
              padding: 0.3rem 0.5rem;
          }
      }

      .ads-button-primary {
display: flex;
align-items: center;
flex-wrap: nowrap;
gap: 12px;

width: 137px;
height: 32px;

padding: 3px 16px 3px 3px;
cursor: pointer;
background: transparent;
border: 1px solid #1a375f;
z-index: 123;
overflow: hidden;
border-radius: 100px;
}
.ads-button-iconbox {
flex-shrink: 0;
align-items: center;

width: 24px;
height: 24px;
background: #1a375f;
z-index: 124;
overflow: hidden;
border-radius: 100px;
}
.ads-button-icon {
width: 9px;
  height: 9px;
  margin: 6.8px;
  background: url(./assets/images/6af095c4-b580-4703-a79d-154d926b927b.png) no-repeat center;
  background-size: 100% 100%;
}
.ads-button-title {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
flex-basis: auto;
position: relative;
width: 82px;
height: 19px;
color: #1a375f;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 12px;
font-weight: 400;
line-height: 19px;
text-align: right;
white-space: nowrap;
z-index: 126;
}



.tickets{display: flex;flex-direction: column;
max-width: 500px; 
margin: 0 auto; 
height:auto;
}
.latest-tickets {
display: flex;
justify-content: flex-start;
position: relative;
width: 159px;
height: 22px;
color: #1b1b1b;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 14px;
font-weight: 400;
line-height: 21.7px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.28px;
z-index: 209;
}
.ticket-box_style {
display: flex;
flex-direction: column;
align-items: flex-end;
flex-wrap: nowrap;
gap: 8px;
position: relative;
width: 476px;
margin: 16px 0 0 0px;
padding: 12px ;
background: #ffffff;

overflow: hidden;
border-radius: 8px;
box-shadow: 0 0 1px 0 rgba(0, 0, 0, 0.02);
cursor: pointer;
}
:hover.ticket-box_style {
box-shadow: 0px 4px 8px rgba(0,0,0,0.1);
}

.ticket-box_topbox {
display: flex;
align-items: center;
align-self: stretch;
flex-wrap: nowrap;
flex-shrink: 0;
gap: 16px;
position: relative;
min-width: 0;
z-index: 211;
}
.ticket-topbox_iconbox {
display: flex;
align-items: flex-end;
flex-wrap: nowrap;
flex-shrink: 0;
gap: 4px;
position: relative;
width: 28px;
z-index: 212;
}
.ticket-topbox_massagebox {
flex-shrink: 0;
position: relative;
width: 18px;
height: 18px;
z-index: 213;
}
.icon-massage {
position: relative;
width: 16px;
height: 16px;
margin: 1px 0 0 1px;
background:url(./assets/images/aa67d72e-31a3-4503-b3fe-77f762035789.png) no-repeat center;
background-size: 100% 100%;
z-index: 214;
}
.icon-massage_number {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
flex-basis: auto;
position: relative;
width: 6px;
height: 19px;
color: #ff8836;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 12px;
font-weight: 600;
line-height: 19px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.24px;
z-index: 215;
}
.ticket-topbox_title {
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
position: relative;
height: 19px;
color: #1b1b1b;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 12px;
font-weight: 600;
line-height: 19px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.24px;
z-index: 216;
}
.ticket-topbox_number {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
flex-basis: auto;
position: relative;
width: 20px;
height: 19px;
color: #37619d;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 12px;
font-weight: 600;
line-height: 19px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.24px;
z-index: 217;
}
.ticket-downbox {
display: flex;
align-items: center;
align-self: stretch;
flex-wrap: nowrap;
flex-shrink: 0;
gap: 16px;
position: relative;
min-width: 0;
z-index: 218;
}
.ticket-downbox_date {
display: flex;
align-items: center;
justify-content: flex-end;
flex-shrink: 0;
flex-basis: auto;
position: relative;
width: 56px;
height: 16px;
color: #8f8f8f;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 10px;
font-weight: 400;
line-height: 16px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.2px;
z-index: 219;
}
.ticket-downbox_detail {
flex-grow: 1;
flex-shrink: 0;
flex-basis: auto;
position: relative;
height: 16px;
color: #8f8f8f;
font-family: Yekan Bakh, var(--default-font-family);
font-size: 10px;
font-weight: 400;
line-height: 16px;
text-align: right;
white-space: nowrap;
letter-spacing: -0.2px;
z-index: 220;
}

.ticket-box_background {
position: absolute;
width: 539px;
height: 296px;
top: 0;
left: 0;
background: #f9f9f9;
z-index: 208;
border-radius: 13px;
}










#chartContainer {
    width: 540px;
    margin: 0 auto;
    background-color: #f7f7f8;
    border-radius: 10px;
    padding: 20px;
  }









