.bg-dark
 {
    --bs-bg-opacity: 1;
    background-color: #6d7572 !important;
}
.bg-black
{
 background-color: #2c3231 !important;
}
.fw-bold 
 {
    font-weight: 400 !important;
}
 
        /* עיצוב כללי לתפריט השפות */
        .lang-switcher {
            display: inline-flex;
            gap: 15px;
            font-family: system-ui, -apple-system, sans-serif;
            font-size: 14px;
        }

        /* עיצוב קישור שפה */
        .lang-link {
            display: flex;
            align-items: center;
            gap: 8px; /* רווח בין הדגל לטקסט */
            text-decoration: none;
            color: #333333;
            font-weight: 500;
            transition: color 0.2s ease;
        }

        .lang-link:hover {
            color: #0066cc;
        }

        /* עיצוב אחיד ומדויק למימדי הדגל */
        .flag-icon {
            width: 20px;   /* גודל קטן ואידיאלי לתפריט */
            height: 14px;  /* יחס גובה מתאים לדגלים */
            object-fit: cover;
            border: 1px solid #eaeaea; /* מסגרת עדינה סביב הדגל */
            border-radius: 2px;       /* פינות מעוגלות קלות למראה מודרני */
            display: inline-block;
        }

/* שינוי עיצוב הבלון הצץ לצבעי הסטודיו */
.tooltip-inner {
    background-color: #9bcd28 !important; /* צהוב של Bootstrap */
    color: #212529 !important; /* טקסט כהה */
    font-weight: normal;
    box-shadow: 0 4px 15px rgba(0,0,0,0.15);
}
.tooltip-arrow::before {
    border-top-color: #9bcd28 !important; /* התאמת צבע החץ הקטן */
}
