/*
Theme Name: Hello Elementor Child
Template: hello-elementor
Author: Elementor Team
Description: Child theme for Hello Elementor
Version: 1.0.0
Text Domain: hello-elementor-child
*/
:root {
    --bcard-green: #B2CB21;
    --bcard-teal: #4FB8AA;
    --bcard-teal-vvl: #EDF4F4;
    --bcard-dark: #292E32;
    --bcard-orange: #D4640A;
    --bcard-red: #E84455;
    --bcard-bl: #4FB8AA;
    --bcard-link: #014460;
    --bcard-link-hover: rgba(1, 68, 96, 0.5);
    --bcard-link-active: rgba(1, 68, 96, 0.7);
    --bcard-border: rgba(238, 238, 238, 1);
    --bcard-row-odd: rgba(250, 251, 252, 1);
    --bcard-row-even: rgba(255, 255, 255, 1);
    --bcard-row-hover: rgba(0, 0, 0, 0.05);
}

html, body {
    overflow-x: hidden;
}

body {
    font-family: "Helvetica", Arial, sans-serif;
    overflow-x: hidden;

}


.fund-data-container{
    overflow-x: auto; /* גלילה אופקית לטבלה בלבד */
    -webkit-overflow-scrolling: touch; /* גלילה חלקה במובייל */
    width: 100%;
    max-width: 1255px; /* מונע גלישה מחוץ לגבולות העמוד */
    
    box-sizing: border-box;
    border: none;
}


/********* עיצוב טבלה *************/
.fund-data-table {
    width: 100%; /* הטבלה מתאימה לרוחב המיכל */
    border-collapse: collapse;
    table-layout: auto; /* התאמה אוטומטית של עמודות לתוכן */
    white-space: nowrap; /* מניעת שבירת טקסט */
    font-family: Arial, Helvetica, sans-serif;
    border-spacing: 0;
    
}

.fund-data-table tbody tr:last-child td {
    border-bottom: none; /* ביטול הגבול התחתון */
}



/********* כותרות *************/
.fund-data-table thead th {
    background-color: var(--bcard-dark);
    color: #fff;
    font-weight: 200;
    padding: 10px 10px;
    font-size: 20px;
    border: 1px solid rgba(255, 255, 255, 0.5);
    
    
}

.fund-data-table thead th:nth-child(1),
.fund-data-table thead th:nth-child(1){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(2),
.fund-data-table thead th:nth-child(2){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(3),
.fund-data-table thead th:nth-child(3){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(4),
.fund-data-table thead th:nth-child(4){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(5),
.fund-data-table thead th:nth-child(5){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(6),
.fund-data-table thead th:nth-child(6){
    color:#fff;
    font-weight: 200;
}
.fund-data-table thead th:nth-child(7),
.fund-data-table thead th:nth-child(7){
    color:#fff;
    font-weight: 200;
}



.fund-data-table th.sorting:after{
    color: rgba(178, 203, 33, 0.4);
    margin-top:3px;
}
.fund-data-table th.sorting_asc:after{
     color: rgba(178, 203, 33, 0.1);
}
.fund-data-table th.sorting_desc:after{
    color: rgba(178, 203, 33, 1);
}

th:nth-child(1):after,
th:nth-child(2):after,
th:nth-child(3):after {
    display: none !important;  /* Hides the sorting icon for the first and second column */
  
}



/* Webkit browsers (Chrome, Safari, Edge) */
.fund-data-table .dataTables_scrollBody::-webkit-scrollbar {
    width: 10px; /* Width of the scrollbar */
    height: 10px; /* Height of the scrollbar */
}


.fund-data-table .dataTables_scrollBody::-webkit-scrollbar-thumb {
    background-color: #E2F0EE!important; /* The color of the scrollbar "thumb" */
    border-radius: 10px; /* Round the corners of the scrollbar */
}


.fund-data-table .dataTables_scrollBody::-webkit-scrollbar-track {
    background-color: #F1F7F6!important; /* Background of the track */
}

/* Firefox */
.fund-data-table .dataTables_scrollBody {
    scrollbar-width: thin; /* Set the scrollbar width */
    scrollbar-color: #E2F0EE rgba(232, 68, 85, 0.1); /* Thumb and track colors */
}


@media (max-width: 767px) {
    .fund-table-container {
        overflow-x: auto; /* מאפשר גלילה אופקית */
        width: 100%; /* מוודא שהקונטיינר יתאים לרוחב המסך */
        

    }

    .fund-data-table {
        width: 100%; /* קובע רוחב קבוע לטבלה */
        table-layout: fixed; /* שומר על פריסת העמודות */
    }

    .fund-data-table th, .fund-data-table td {
        white-space: normal; /* מונע שבירת טקסט לשורות נוספות */
    }
}


/********* תאים *************/
.fund-data-table th, 
.fund-data-table td {
    padding: 10px 10px;
    font-size: 18px;
    border: 1px solid #fff;
    text-align: center;
    vertical-align: middle;
    background-color: #E2F0EE;
    border-top: 15px solid rgba(255, 255, 255, 1);
    
}
/********* לינקים בתוך טבלה *************/
.fund-data-table td a,
.fund-data-table th a {
  font-weight: 600;
  text-decoration: none;
  transition: color 0.2s ease, text-decoration 0.2s ease;
}

/* ברירת מחדל */
.fund-data-table td a:link {
  color:  var(--bcard-dark); /* טורקיז כהה */
}

/* אחרי ביקור */
.fund-data-table td a:visited {
  color:  var(--bcard-red); /* ירוק-כחול כהה יותר */
}

/* במעבר עכבר */
.fund-data-table td a:hover {
  color: var(--bcard-teal); /* ירוק-טורקיז בהיר */
  text-decoration: none;
}

/* בזמן לחיצה */
.fund-data-table td a:active {
  color: var(--bcard-green); /* כתום */
  text-decoration: none;
}

/********* עיצוב עמודות *************/
/* עמודות מותאמות לתוכן */
.fund-data-table th,
.fund-data-table td {
    width: max-content; /* התאמת רוחב העמודה לתוכן הארוך ביותר */
    max-width: 300px; /* מונע התרחבות יתר */
    overflow: hidden;
    text-overflow: ellipsis; /* הוספת שלוש נקודות אם הטקסט חורג */
}

.fund-data-table th.highlighted, 
.fund-data-table td.highlighted {
    color: #37857B; /* טקסט בהיר */
    font-weight: bold; /* פונט מודגש */
}

/* עמודת מספר (#) */
.fund-data-table th:nth-child(1), 
.fund-data-table td:nth-child(1) {
    width: 5%; /* עמודה צרה למספרים */
    text-align: center;
    font-size: 20px;
    font-weight: bold;
    color: #292E32;
}

/* עמודת חברה מנהלת */
.fund-data-table th:nth-child(2), 
.fund-data-table td:nth-child(2) {
    width: 30%;
    text-align: right; /* יישור לימין */
    direction: rtl; /* תמיכה בטקסט מימין לשמאל */
    
}

.fund-data-table th:nth-child(3), 
.fund-data-table td:nth-child(3) {
    width: 12%; /* עמודה צרה למספרים */
    text-align: center;
}
.fund-data-table th:nth-child(4), 
.fund-data-table td:nth-child(4) {
    width: 12%; /* עמודה צרה למספרים */
    text-align: center;
}
.fund-data-table th:nth-child(5), 
.fund-data-table td:nth-child(5) {
    width: 12%; /* עמודה צרה למספרים */
    text-align: center;
}
.fund-data-table th:nth-child(6), 
.fund-data-table td:nth-child(6) {
    width: 12%; /* עמודה צרה למספרים */
    text-align: center;
}




/********* התאמות מובייל *************/
@media (max-width: 676px) {
    .fund-data-container {
        padding-left: 10px;
        padding-right: 10px;
         
    }

    .fund-data-table th, 
    .fund-data-table td {
        font-size: 16px;
        padding: 8px;
    }

    .fund-data-table {
        min-width: 550px; /* מוודא מבנה יציב במובייל */
    }
    
    .fund-data-table thead th{
        font-size:16px;
    }
    
}





.number {
    font-size: 18px;
    font-weight: bold;
}

.number.positive {
    color: green !important;
}
.number.negative {
    color: red !important;
}

#fund-data-table , 
#fund-data-table  th, 
#fund-data-table  td {
    
    border-bottom: none !important; /* ביטול הגבול התחתון */
}


.choices {
  width: 390px !important;
  max-width: 100%;
    box-sizing: border-box
}

/* ביטול גבול אפור/ברירת מחדל של הדפדפן */

.choices__inner {
  padding-right: 25px;
  background-color: #fff;
  border: 2px solid var(--bcard-green);
  border-radius: 10px;
  color: var(--bcard-dark);
  font-size: 16px;
  font-weight: 600;
  cursor: pointer;
  transition: all 0.3s ease;
  min-height: auto;
  box-shadow: none;
}

/* כשפתוח – לא משנה את ה־radius */
.choices.is-open .choices__inner {
  border-radius: 12px; /* אותו ערך כמו קודם */
   border: 2px solid var(--bcard-green);
   box-shadow: 0 0 0 3px rgba(79, 184, 170, 0.15);
}
/* בעת פוקוס */
.choices.is-focused .choices__inner {
  border-color: #b2cc31 !important; /* צבע זהה או אחר */
  box-shadow: none; /* אם אתה לא רוצה הצללה */
}
.choices__inner:focus,
.choices__inner.is-focused {
  outline: none;
  border-color: var(--bcard-green)!important;
  box-shadow: 0 0 0 3px rgba(79, 184, 170, 0.25);
}
.choices[data-type*="select-one"]::after {
  display: none !important;
}
.choices[data-type*="select-one"] .choices__inner {
  position: relative;
}

.choices[data-type*="select-one"] .custom-arrow {
  position: absolute;
  top: 50%;
  right: 1.2em;
  width: 23px;
  height: 23px;
  pointer-events: none;
  transform: translateY(-50%) rotate(0deg);
  transition: transform 0.3s ease;
  fill: var(--bcard-teal, #333);
  direction: ltr; /* כך הסיבוב מתבצע נכון */
}
.choices[data-type*="select-one"].is-open .custom-arrow {
  transform: translateY(-50%) rotate(180deg);
}


@keyframes fadeInDropdown {
  0% {
    opacity: 0;
    transform: translateY(-5px);
  }
  100% {
    opacity: 1;
    transform: translateY(0);
  }
}

.choices__list--dropdown {
  border: 1px solid var(--bcard-teal)!important;
  border-radius: 10px!important;
  background-color:  var(--bcard-teal-vvl)!important;
  margin-top: 5px!important;
  z-index: 99;
  overflow: hidden;
  box-shadow: 0 4px 12px rgba(0,0,0,0.08)!important;
    opacity: 0;
  transform: translateY(-5px);
  pointer-events: none;
  transition: opacity 0.2s ease, transform 0.2s ease;
}

.choices.is-open .choices__list--dropdown {
  animation: fadeInDropdown 0.2s ease forwards;
  pointer-events: auto;
}

.choices__list--dropdown .choices__item {
  margin-top: 5px;
  padding: 10px 16px;
  font-size: 18px;
  color: var(--bcard-dark);
  cursor: pointer;
  transition: background 0.2s;
}

.choices__list--dropdown .choices__item:hover {
  background-color: rgba(79, 184, 170, 0.08);
  color: var(--bcard-teal);
}


.choices__list--dropdown .choices__list {
  max-height: 200px;
  overflow-y: auto;
  scrollbar-width: thin; /* עבור Firefox */
  scrollbar-color: #449E92 transparent;
}

/* עבור WebKit (Chrome, Edge, Safari) */
.choices__list--dropdown .choices__list::-webkit-scrollbar {
  width: 6px;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-track {
  background: transparent;
}

.choices__list--dropdown .choices__list::-webkit-scrollbar-thumb {
  background-color: #999;
  border-radius: 10px;
  border: 2px solid transparent;
  background-clip: content-box;
}
