:root {
    --bcard-green: #B2CB21;
    --bcard-teal: #4FB8AA;
    --bcard-teal-vvl: #EDF4F4;
    --bcard-dark: #292E32;
    --bcard-orange: #D4640A;
    --bcard-red: #E84455;
    --bcard-bl: #4FB8AA;
}

/* עיצוב בסיסי לדף ניהול */
.gemel-notice {
  padding: 10px;
  border: 1px solid #2271b1;
  background-color: #f0f8ff;
  margin-bottom: 15px;
}
/* גרף דשבורד GEMEL - סגנון מותאם */
.chart-wrapper {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 10px 0;
    width: 100%;
    max-width: 100%;
    overflow-x: auto;
    background: #f7f7f7;
    border-radius: 12px;
    margin-top: 30px;
    direction: rtl;
}

.chart-container {
    width: 100%;
    max-width: 900px;
    padding: 20px;
    position: relative;
}

canvas.gemel-canvas {
    display: block;
    width: 100% !important;
    height: auto !important;
}


.gemel-chart-wrapper {
    position: relative;
    width: 100%;
    max-width: 1000px; /* אם אתה רוצה להגביל את הרוחב */
    height: 450px; /* 🔹 כאן קובעים את הגובה של הגרף */
    margin: 0 auto;
}


/******עבור הגרף******/
.gemel-yield-buttons {
    display: flex;
    flex-wrap: wrap;
    gap: 8px;
    margin-bottom: 15px;
}

.gemel-fundline-wrapper {
    margin-bottom: 20px;
}

.gemel-fundline-wrapper select {
    padding: 8px;
    font-size: 14px;
    border-radius: 6px;
    border: 1px solid #ccc;
}

/****************טבלאות*****************/
.button-container {
  display: flex;
  align-items: center;
  gap: 10px;
  margin: 20px 0;
  direction: rtl;
}

.scrollable-buttons {
  display: flex;
  overflow-x: auto;
  white-space: nowrap;
  gap: 10px;
  flex: 1;
  scroll-behavior: smooth;
}

.scroll-arrow {
  cursor: pointer;
  background: #014460;
  color: white;
  padding: 10px;
  user-select: none;
  border-radius: 0;
  font-size: 20px;
  font-weight: bold;
}

.filter-button {
  padding: 10px 15px;
  border: 1px solid #014460;
  background-color: #fff;
  color: #014460;
  cursor: pointer;
  font-size: 16px;
  white-space: nowrap;
}

.filter-button.active {
  border: 2px solid #00B4FF;
}


/*******************CSS עבור הטבלה של הפוסטים AI************************/

/* ✔️ עיצוב כללי לטבלה */
.acf-fund-table {
  width: 100%;
  max-width: 525px;
  border-collapse: collapse;
  direction: rtl;
  font-size: 16px;
  font-family: Arial, sans-serif;
  border:none!important;
  border-radius: 6px;
}

.acf-fund-table-wrapper {
  overflow-x: auto;
}

.acf-fund-table th {
  background-color: var(--bcard-dark);
  color: #fff;
  font-weight: 400;
  font-size: 18px;
  text-align: center;
  padding: 10px;
  white-space: nowrap;
  border:none!important;
  
}

.acf-fund-table td {
  padding: 10px;
  border-top: 5px solid #fff;
  border-right: 0;
  border-left: 0;
  border-bottom: 0;
  white-space: nowrap;
  font-weight: 400;
  font-size: 16px;
}

/* ✔️ צבעים לסירוגין בשורות */
.acf-fund-table tbody tr:nth-child(odd) {
  background-color: #F1F7F6;
}

.acf-fund-table tbody tr:nth-child(even) {
  background-color: #E2F0EE;
}

.acf-fund-table tbody tr:hover {
  background-color: rgba(178, 203, 33, 0.08);
}

/* ✔️ יישור וסטייל לעמודות נפרדות */
/* עמודת מספור (#) */
.acf-fund-table td:nth-child(1),
.acf-fund-table th:nth-child(1) {
  text-align: center;
  width: 5%;
}

/* שם הקרן */
.acf-fund-table td:nth-child(2),
.acf-fund-table th:nth-child(2) {
  text-align: right;
  width: 20%;
}

/* מספר */
.acf-fund-table td:nth-child(3),
.acf-fund-table th:nth-child(3) {
  text-align: center;
  width: 8%;
}

/* סיווג */
.acf-fund-table td:nth-child(4),
.acf-fund-table th:nth-child(4) {
  text-align: center;
  width: 15%;
}

/* עמודות תשואות ודמי ניהול */
.acf-fund-table td:nth-child(n+5),
.acf-fund-table th:nth-child(n+5) {
  text-align: center;
  width: 9%;
}


/* ✔️ רספונסיביות למסכים קטנים */
@media (max-width: 768px) {
  .acf-fund-table {
    font-size: 14px;
    min-width: 850px; /* היה 750px, הגדל לפי מספר עמודות */
  }
}
/* עמודת מספר – כללית */
.acf-fund-table td:nth-child(1),
.acf-fund-table th:nth-child(1) {
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: var(--bcard-red);
  background-color: var(--bcard-dark);
  border-radius: 0 6px 6px 0;

}

/* מקום ראשון */
.acf-fund-table tbody tr:nth-child(1) td:nth-child(1) {
  background-color: var(--bcard-teal);
  color: var(--bcard-red);
  border-radius: 0 6px 6px 0;
}

/* מקום שני */
.acf-fund-table tbody tr:nth-child(2) td:nth-child(1) {
  background-color: var(--bcard-teal);
  color: var(--bcard-dark);
  border-radius:  0 6px 6px 0;
}

/* מקום שלישי */
.acf-fund-table tbody tr:nth-child(3) td:nth-child(1) {
  background-color: var(--bcard-teal); /* צבע ארד */
  color: var(--bcard-dark);
  border-radius:  0 6px 6px 0;
}



/* עמודת מספר – כללית */
.acf-fund-table td:nth-child(1),
.acf-fund-table th:nth-child(6) {
  border-radius:  6px 0 0 6px;

}
/* מקום ראשון */
.acf-fund-table tbody tr:nth-child(1) td:nth-child(6) {
   border-radius: 6px 0 0 6px;
}

/* מקום שני */
.acf-fund-table tbody tr:nth-child(2) td:nth-child(6) {
 border-radius: 6px 0 0 6px;
}

/* מקום שלישי */
.acf-fund-table tbody tr:nth-child(3) td:nth-child(6) {
  border-radius: 6px 0 0 6px;
}

.acf-fund-table td a {
    color: var(--bcard-bl);
    font-weight: bold;
    text-decoration: none;
}
.acf-fund-table td a:hover {
    text-decoration: underline;
}

/****************************************************/