/* /Pages/HadithPage.razor.rz.scp.css */
/* لإزالة إطار التحديد عند التركيز*/
div[tabindex="0"]:focus[b-flcoo9zvgp] {
    outline: none;
    box-shadow: none; /* إذا كان هناك box-shadow */
}

.arabicTitle span[b-flcoo9zvgp] {
    display: inline-block;
    white-space: nowrap;
    word-break: keep-all;
}


button:hover[b-flcoo9zvgp] {
    transform: translateY(-1px);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

img[b-flcoo9zvgp]{
    transform: translateY(-2px);
}
/* /Pages/HijriCalendar.razor.rz.scp.css */

.hijri-calendar-container[b-f0bq6ws5mq] {
    max-width: 1200px;
    margin: 0 auto;
    padding: 0px;
    direction: rtl;
}

.current-date[b-f0bq6ws5mq] {
    font-size: 1.2rem;
    margin-top: 10px;
}

.hijri-date[b-f0bq6ws5mq] {
    color: #2e7d32;
    font-weight: bold;
}

.gregorian-date[b-f0bq6ws5mq] {
    color: #1565c0;
    margin-right: 15px;
}

.converter-section[b-f0bq6ws5mq] {
    background-color: #f8f9fa;
    border: 1px solid #dee2e6;
}

.calendar-display[b-f0bq6ws5mq] {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
    gap: 16px;
    margin-top: 30px;
    padding:2px!important;
}

.hijri-month[b-f0bq6ws5mq] {
    background: white;
    border-radius: 8px;
    padding: 10px 10px 5px 10px;
    transition: transform 0.2s;
}
    .hijri-month:hover[b-f0bq6ws5mq]{
        transform: scale(1.02);
    }

.month-title[b-f0bq6ws5mq] {
    color: #0fc10f;
    text-align: center;
    margin-bottom: 15px;
    padding-bottom: 5px;
    border-bottom: 2px solid #eee;
}

.day-cell:hover[b-f0bq6ws5mq] {
    background-color: #3fc3ee;
    color: white !important;
    /*font-weight: bold;*/
}

.day-cell.has-event[b-f0bq6ws5mq] {
    background-color: cornflowerblue;
    position: relative;
    color: white;
    /*font-weight: bold;*/
}

.has-event:hover[b-f0bq6ws5mq] {
    background-color: #3fc3ee;
    /*color: dimgray!important;*/
    /*    transform: translate(-2px,-2px);
    transition: all 0.2s;*/
}


.date-popup[b-f0bq6ws5mq] {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 1000;
}

.popup-content[b-f0bq6ws5mq] {
    background: white;
    padding: 20px;
    border-radius: 10px;
    max-width: 400px;
    width: 90%;
    box-shadow: 0 4px 20px rgba(0,0,0,0.15);
}

.current-year[b-f0bq6ws5mq] {
    font-size: 1.2rem;
    font-weight: bold;
    margin: 0 15px;
}

.weekdays-grid[b-f0bq6ws5mq] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    text-align: center;
    margin-bottom: 0.5rem;
}

.weekday-cell[b-f0bq6ws5mq] {
    padding: 0.2rem;
    background-color: #f0f0f0;
    border-bottom: 1px solid #ddd;
}

.day-number[b-f0bq6ws5mq] {
    font-size: 1rem;
}

.greg-date[b-f0bq6ws5mq] {
    font-size: 0.719rem;
    color: #888;
    font-weight: bold;
}
/* عند وجود has-event في العنصر الأب */
/* .day-cell.has-event يعني فقط عند وجود has-event للكلاس day-cell*/
.day-cell.has-event .greg-date[b-f0bq6ws5mq] {
    color: lightgray;
}

/*يؤثر على العنصر الابن عند مرور الماوس على العنصر الأب*/
.day-cell:hover .greg-date[b-f0bq6ws5mq] {
    color: #888; /* يتغير لون النص عند hover */
}

.days-grid[b-f0bq6ws5mq] {
    display: grid;
    grid-template-columns: repeat(7, 1fr);
    gap: 5px;
}

.day-cell[b-f0bq6ws5mq] {
    min-height: 40px;
    border: 1px solid #ddd;
    border-radius: 4px;
    padding: 0.3rem;
    /*padding: 5px;*/
    text-align: center;
    position: relative;
    cursor: pointer;
    transition: all 0.2s;
}

    .day-cell.empty[b-f0bq6ws5mq] {
        border: none;
        background: transparent;
        cursor: default;
    }

@media (max-width: 500px) {
    .day-cell[b-f0bq6ws5mq] {
        min-height: 30px;
        font-size: 0.8rem;
    }

    .greg-date[b-f0bq6ws5mq] {
        font-size: 0.6rem;
    }

    .converter-section[b-f0bq6ws5mq] {
        padding: 10px!important;
        /*margin: 0px;*/
    }
    .hijri-calendar-container[b-f0bq6ws5mq] {
        padding: 10px;
        margin: 0 0;
    }

}
@media(max-width: 360px) {
    .calendar-display[b-f0bq6ws5mq] {
        grid-template-columns: repeat(auto-fill, minmax(275px, 1fr));
        /*transform: scale(0.94) translateZ(0);*/
        /*transform-origin: top center;*/
        /*margin-bottom: -90%;*/
    }
    .converter-section[b-f0bq6ws5mq] {
        /*position: relative;*/
        /*margin-top: -150px;*/
    }
}
/* /Pages/IntroductionTo40.razor.rz.scp.css */
body[b-wa9fq4vp6a] {
    font-family: 'Amiri', serif; /* استخدام خط عربي */
    background-color: #ededed; /* لون خلفية فاتح */
    color: #333; /* لون نص داكن */
    line-height: 1.6; /* تحسين المسافة بين الأسطر */
}
.hadith-container[b-wa9fq4vp6a] {
    margin-bottom: 1rem;
}

.hadith-line[b-wa9fq4vp6a] {
    display: inline-block;
    width: 100%;
    padding: 0.8rem;
    margin: 0.2rem 0;
    box-shadow: 0 1px 3px rgba(0,0,0,0.1);
    border-radius: 4px;
    background-color: rgba(255,255,255,0.9);
    box-sizing: border-box;
    overflow-wrap: anywhere;
    word-break: break-word;
    line-height: 1.6; /* تحسين المسافة بين الأسطر */
}

.ar-line[b-wa9fq4vp6a] {
    direction: rtl;
    text-align: justify;
}

.de-line[b-wa9fq4vp6a] {
    direction: ltr;
    text-align: justify;
    hyphens: auto;
}
.green-line[b-wa9fq4vp6a] {
    /*background-color: #efffef;*/ /* لون أخضر فاتح */
    /*border-left: 4px solid #4caf50;*/ /* خط أخضر على اليسار */
    /*box-shadow: 0 1px 3px rgba(0,0,0,0.1);*/
    color: forestgreen ; /* لون النص */
    font-family: 'Amiri'; /* استخدام خط عربي */
    /*font-size: 1.07rem;*/ /* حجم الخط */
}
.title-line[b-wa9fq4vp6a] {
    /*font-weight: bold;*/
    font-size: 1.2rem;
    color: #2c3e50; /* لون أزرق داكن */
    margin-bottom: 0.5rem;
    font-family: Andalus, serif; /* استخدام خط عربي */
}
/*.word {
    margin: 0 2px;
    display: inline;
}*/
/* التكيف مع أحجام الشاشات */
@media (max-width: 768px) {
    .hadith-line[b-wa9fq4vp6a] {
        padding: 0.6rem;
    }
}

@media (max-width: 480px) {
    .hadith-line[b-wa9fq4vp6a] {
        padding: 0.5rem;
        box-shadow: 0 1px 2px rgba(0,0,0,0.08);
    }
    .arabicTitle[b-wa9fq4vp6a] {
        font-size: 1.1rem; /* حجم الخط العربي */
    }
}
/* /Pages/PrayerTime.razor.rz.scp.css */
table th[b-86lil93lq6], tr[b-86lil93lq6], td[b-86lil93lq6] {
    border-width: 2.2px !important;
    border-color: dimgray;
}

table[b-86lil93lq6] {
    width: 100%;
    table-layout: fixed; /* يثبت عرض الأعمدة */
    word-break: break-all; /* يمنع النصوص من الخروج من الخلية */
}

th[b-86lil93lq6] {
    padding: 4px;
    font-size: 0.8rem; 
}
td[b-86lil93lq6] {
    padding: 4px;
    font-size: 0.9rem;
}

/* تأثيرات الأزرار */
.btn-primary[b-86lil93lq6] {
    transition: all 0.2s ease;
    position: relative;
    overflow: hidden;
    z-index: 1;
}

    .btn-primary:hover[b-86lil93lq6] {
        /*transform: translateY(-1px);*/
        box-shadow: 0px 8px 8px rgba(0, 123, 255, 0.2);
    }

    .btn-primary:active[b-86lil93lq6] {
        transform: translateY(0);
        box-shadow: none;
    }

    /* تأثير اللمسة عند النقر */
    .btn-primary[b-86lil93lq6]::after, .btn-success[b-86lil93lq6]::after {
        content: '';
        position: absolute;
        top: 50%;
        left: 50%;
        width: 5px;
        height: 5px;
        background: rgba(255, 255, 255, 0.5);
        opacity: 0;
        border-radius: 100%;
        transform: scale(1, 1) translate(-50%, -50%);
        transform-origin: 50% 50%;
    }

.btn-success:focus:not(:active)[b-86lil93lq6]::after, .btn-primary:focus:not(:active)[b-86lil93lq6]::after {
    animation: ripple-b-86lil93lq6 0.6s ease-out;
}

@keyframes ripple-b-86lil93lq6 {
    0% {
        transform: scale(0, 0);
        opacity: 0.5;
    }

    100% {
        transform: scale(20, 20);
        opacity: 0;
    }
}

/* تأثير التظليل عند التحويم */
.hover-opacity-10:hover[b-86lil93lq6] {
    opacity: 0.1 !important;
}

.transition-all[b-86lil93lq6] {
    transition: all 0.3s ease;
}

/* تكييف حقول الإدخال */
.form-control[b-86lil93lq6], .form-select[b-86lil93lq6] {
    transition: all 0.2s ease;
    min-width: 120px;
}

    .form-control:focus[b-86lil93lq6], .form-select:focus[b-86lil93lq6] {
        border-color: #0d6efd;
        box-shadow: 0 0 0 0.2rem rgba(13, 110, 253, 0.25);
    }

.input-group-text[b-86lil93lq6] {
    transition: all 0.2s ease;
    background-color: #f8f9fa;
}

/* تلميحات للأيقونات */
[data-bs-toggle="tooltip"][b-86lil93lq6] {
    position: relative;
    display: inline-block;
}

/* تكييف للشاشات الصغيرة */
@media (max-width: 576px) {
    .btn-primary[b-86lil93lq6] {
        padding: 0.375rem;
    }

    .form-control[b-86lil93lq6], .form-select[b-86lil93lq6] {
        font-size: 0.875rem;
    }
    td[b-86lil93lq6], th[b-86lil93lq6]{
        font-size: 0.7rem;
    }
}



/*Not working yet; Arabi Radios*/
:dir(rtl) .input-group > .input-group-text:first-child[b-86lil93lq6] {
    /* border-top-right-radius: 0.375rem; /* الزاوية العلوية اليمنى */
    border-bottom-right-radius: 0.375rem; /* الزاوية السفلية اليمنى */
    border-top-left-radius: 0; /* إزالة الزاوية اليسرى */
    border-bottom-left-radius: 0;
    border-radius: 0 5px 5px 0 !important;
}

:dir(rtl) .input-group > .form-select[b-86lil93lq6], .input-group > .form-control[b-86lil93lq6] {
    border-top-left-radius: 0.375rem; /* الزاوية العلوية اليسرى */
    border-bottom-left-radius: 0.375rem; /* الزاوية السفلية اليسرى */
    /* border-top-right-radius: 0; /* إزالة الزاوية اليمنى */
    /* border-bottom-right-radius: 0; */
    /* border-right: none; */
    /* border-radius:5px 0 0 5px !important; */
}



/* /Pages/QuranPage.razor.rz.scp.css */
.quran-container[b-9isvxifheb] {
    /* font-family: 'Amiri Quran', 'Scheherazade New', serif; */
    min-height: 100vh;
    /*background-color: #f8f5f0;*/
    padding: 1px;
}

.surah-index[b-9isvxifheb] {
    background-color: #fff;
    border-radius: 10px;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.05);
    padding: 3px 15px;
    height: calc(100vh - 40px);
    overflow-y: auto;
}

.search-box[b-9isvxifheb] {
    position: sticky;
    top: 0;
    background-color: #fff;
    z-index: 10;
    padding-top: 0px;
}

.surah-list[b-9isvxifheb] {
    margin-top: 15px;
}

.surah-item[b-9isvxifheb] {
    padding: 12px 15px;
    margin-bottom: 8px;
    border-radius: 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    display: flex;
    align-items: center;
    justify-content: space-between;
    background-color: #f9f9f9;
}

    .surah-item:hover[b-9isvxifheb] {
        background-color: #e9f7fe;
    }

    .surah-item.active[b-9isvxifheb] {
        background-color: #d1e9ff;
        font-weight: bold;
    }

.surah-number[b-9isvxifheb] {
    /*background-color: #2C82C9;*/
    color: white;
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 12px;
}

.surah-name[b-9isvxifheb] {
    flex-grow: 1;
    margin: 010px;
}
/*أسماء السور في الفهرس*/
.surah-name-ar[b-9isvxifheb] {
    /* font-family: 'Amiri Quran','ScheherazadeNew',serif; */
    font-size: 18px;
    /*color: #2c3e50;*/
}

.surah-display[b-9isvxifheb] {
    /*background-color: #fff;*/
    border-radius: 10px;
    box-shadow: 02px 10px rgba(0,0,0,0.05);
    padding: 25px;
    height: calc(100vh-40px);
    overflow-y: auto;
}

.welcome-message[b-9isvxifheb] {
    text-align: center;
    padding-top: 100px;
    /*color: #555;*/
}

.surah-header[b-9isvxifheb] {
    text-align: center;
    margin-bottom: 30px;
    padding-bottom: 15px;
    border-bottom: 1px solid #eee;
}

.surah-title[b-9isvxifheb] {
    /*color: #2C82C9;*/
    margin-bottom: 10px;
}

.surah-meta[b-9isvxifheb] {
    font-size: 18px;
    color: #7f8c8d;
}

.surah-info[b-9isvxifheb] {
    margin-top: 10px;
}

.ayahs-container[b-9isvxifheb] {
    line-height: 2; /* زيادة تباعد الأسطر */
    font-size: 18px;
    text-align: right;
}

.ayah[b-9isvxifheb] {
    position: relative;
    padding-left: 40px; /* زيادة المسافة لرقم الآية */
    margin-bottom: 10px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    border-radius: 4px; /* زوايا مدورة */
    transition: all 0.3s ease; /* تأثير سلس عند hover */
}

    .ayah:hover[b-9isvxifheb] {
        background-color: lightgray; /* لون خلفية عند hover */
        color: #000; /* تغيير لون النص عند hover */
        transform: scale(1.01); /* تكبير طفيف عند hover */
    }

.ayah-number[b-9isvxifheb] {
    position: absolute;
    left: 0; /* مسافة من الحافة اليسرى */
    /*top: 3px;*/
    top: 50%; /* يبدأ من منتصف العنصر الأب */
    transform: translateY(-50%); /* توسيط عمودي */
    width: 30px;
    height: 30px;
    /*background-color: #2C82C9;*/
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 14px;
    box-shadow: 0 1px 2px rgba(0,0,0,0.1); /* ظل خفيف للرقم */
    margin: 0px 5px; /* مسافة من الأعلى والأسفل 0 ، يمين يسار 5 */
}

.ayah-text[b-9isvxifheb] {
    display: inline-block;
    /* font-family: 'Amiri Quran', 'Scheherazade New', serif; */
    /*font-size: 24px;*/
    line-height: 3;
    padding:5px 5px 5px 5px;
}

@media (min-width: 768px) and (max-width: 1000px) {
    .surah-name-ar[b-9isvxifheb] {
        display: none; /* إخفاء الاسم العربي إذا كانت الشاشة ضيقة */
    }
    .surah-index[b-9isvxifheb] {
        font-size:0.8rem;
        padding: 0; /* إزالة الحشو */
        height: auto; /* السماح للفهرس بالتمدد تلقائيًا */
        margin: 0; /* إزالة الهوامش */
    }
}

@media(max-width: 768px) {
    /*.surah-index, .surah-display {*/
    .surah-index[b-9isvxifheb] {
        height: auto;
        max-height: 25vh;
    }

    .ayah-text[b-9isvxifheb] {
        font-size: 15px;
        line-height: 2;
    }

    .surah-item[b-9isvxifheb] {
        padding: 5px 25px; /* تقليل المساحة الداخلية */
        font-size: 0.95rem; /* تصغير الخط قليلًا */
    }
    .surah-name-ar[b-9isvxifheb] {
       /*padding-right: 5px;*/
    }

    .surah-meta[b-9isvxifheb], .surah-info[b-9isvxifheb] {
        display: none; /* إخفاء الاسم العربي إذا كانت الشاشة ضيقة */
    }
    .surah-title[b-9isvxifheb] {
        font-size:1.4rem;
    }
}

/*لتنسيق الأزرار التي تمت اضافتها */
.surah-header[b-9isvxifheb] {
    display: flex; /* تفعيل Flexbox */
    align-items: center; /* توسيط العناصر عموديًا */
    justify-content: space-between; /* توزيع المساحة بين العناصر */
    gap: 10px; /* مسافة بين العناصر */
    padding: 5px; /* إضافة بعض المساحة الداخلية */
}

.surah-title[b-9isvxifheb] {
    flex: 1; /* يأخذ كل المساحة المتاحة ليبقى في المنتصف */
    text-align: center; /* توسيط النص داخل العنوان */
    margin: 0 10px; /* مسافة جانبية لمنع التصاق الأزرار */
    /*white-space: nowrap;*/ /* منع نقل العنوان لسطر جديد */
    overflow: hidden; /* إخفاء أي جزء يتجاوز العرض */
    text-overflow: ellipsis; /* إضافة ... إذا طال النص */
}

.surah-info[b-9isvxifheb] {
    display: none; /* إخفاء العنصر إذا كانت الشاشة ضيقة (اختياري) */
}

/* تعديلات للأزرار */
.surah-header button[b-9isvxifheb] {
    flex-shrink: 0; /* منع الأزرار من التقلص عند ضيق المساحة */
    margin: 0;
}

@media (max-width: 480px) {
    .surah-header[b-9isvxifheb] {
        padding: 0;
    }

        .surah-header button[b-9isvxifheb] {
            margin: 0; /* إزالة أي هوامش */
        }
}
/* /Pages/Search.razor.rz.scp.css */

/* تنسيقات التظليل */
[b-h5x11scf7f] .highlight {
    background-color: #FFEB3B;
    color: #000000;
    padding: 0 2px;
    border-radius: 3px;
}

[b-h5x11scf7f] .dark .highlight {
    background-color: #FFA000;
    color: #FFFFFF;
}

/* تنسيقات الأزرار */
[b-h5x11scf7f] .btn-outline-secondary {
    border-color: #6c757d;
    color: #6c757d;
}

[b-h5x11scf7f] .dark .btn-outline-secondary {
    border-color: #9ca3af;
    color: #9ca3af;
}

[b-h5x11scf7f] .btn-outline-secondary:hover {
    background-color: #6c757d;
    color: white;
}

[b-h5x11scf7f] .dark .btn-outline-secondary:hover {
    background-color: #9ca3af;
    color: #1f2937;
}

/* Search-Buttons + Input */
[b-h5x11scf7f] .search-container {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem;
}

[b-h5x11scf7f] .search-input {
    flex: 1 1 100%;
    min-width: 200px;
}

[b-h5x11scf7f] .search-buttons {
    display: flex;
    gap: 0.5rem;
    flex-wrap: nowrap;
}


@media (min-width: 768px) {
    [b-h5x11scf7f] .search-input {
        flex: 1 1 auto;
    }
}

/* /Pages/SortGame.razor.rz.scp.css */
/* Counter */
.countdown-animation[b-1iq36pp2up] {
    position: fixed;
    bottom: 20%;
    left: 20%;
    transform: translate(-50%, -50%);
    font-size: 10rem;
    font-weight: bold;
    color: #ff5722;
    z-index: 1000;
    animation: fadeScale-b-1iq36pp2up 1s ease-out forwards;
    /* إعادة التشغيل عند تغيير القيمة */
    animation-iteration-count: 1;
}

@keyframes fadeScale-b-1iq36pp2up {
    0% {
        opacity: 0.8;
        transform: translate(-50%, -50%) scale(0.8);
    }

    50% {
        opacity: 1;
        transform: translate(-50%, -50%) scale(1.2);
    }

    100% {
        opacity: 0;
        transform: translate(-50%, -50%) scale(1.5);
    }
}
/* Counter */
.progress-container[b-1iq36pp2up] {
    width: 250px !important;
}
/* الأنماط الأساسية */
.game-container[b-1iq36pp2up] {
    max-width: 800px;
    margin: 0 auto;
    padding: 10px;
    font-family: Amiri,'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}

.game-header[b-1iq36pp2up] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 15px;
    flex-wrap: wrap;
    gap: 0.25rem;
}
.restart-btn[b-1iq36pp2up] {
    cursor: pointer; /* يجبر المتصفح على عرض مؤشر اليد */
    position: relative; /* يضمن عمل z-index بشكل صحيح */
    z-index: 1000; /* يتأكد أن الزر فوق أي عناصر أخرى */
    border-radius: 15px;
}
.score-badge[b-1iq36pp2up], .mistakes-badge[b-1iq36pp2up] {
    padding: 8px 10px;
    border-radius: 20px;
    font-weight: bold;
    font-size: 14px;
    color: white;
}

.score-badge[b-1iq36pp2up] {
    background-color: #4CAF50;
}

.mistakes-badge[b-1iq36pp2up] {
    background-color: #F44336;
}

/* منطقة الإفلات */
.drop-zone[b-1iq36pp2up] {
    min-height: 100px;
    border: 2px dashed #ccc;
    border-radius: 8px;
    margin-bottom: 15px;
    padding: 15px;
    background-color: #f8f9fa;
    transition: all 0.3s;
}

.drop-zone-placeholder[b-1iq36pp2up] {
    color: #6c757d;
    text-align: center;
    padding: 40px 0;
    font-size: 1.1rem;
}

/* أجزاء الحديث */
.hadith-part[b-1iq36pp2up] {
    cursor: pointer;
    user-select: none;
    font-size: 1.1rem;
    padding: 12px 15px;
    margin: 8px 0;
    border-radius: 8px;
    transition: all 0.3s ease;
    position: relative;
    text-align: right;
    background-color: #e9f7fe;
    border-left: 4px solid #2196F3;
}
/* خلفية الأسطر العشوائية */
    .hadith-part.available[b-1iq36pp2up] {
        background-color: #5fa8d3;
        border-left-color: #6c757d;
    }
    /* لون الأسطر الصحيحة بعد السحب*/
    .hadith-part.placed[b-1iq36pp2up] {
        background-color: #4CAF50;
        border-left-color: #6c757d;
    }

.part-number[b-1iq36pp2up] {
    display: inline-block;
    width: 28px;
    height: 28px;
    background-color: #2196F3;
    color: white;
    border-radius: 50%;
    text-align: center;
    margin-left: 10px;
    font-size: 0.9rem;
    line-height: 28px;
}

/* التأثيرات */
.double-click-highlight[b-1iq36pp2up] {
    animation: pulse-b-1iq36pp2up 0.5s ease;
    box-shadow: 0 0 10px rgba(33, 150, 243, 0.5);
}

.jump-animation[b-1iq36pp2up] {
    animation: jump-b-1iq36pp2up 0.5s ease;
}

.correct-position[b-1iq36pp2up] {
    border-left: 4px solid #4CAF50 !important;
    background-color: #e8f5e9 !important;
}

/* الرسائل */
.feedback-message[b-1iq36pp2up] {
    position: fixed;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    padding: 12px 24px;
    border-radius: 6px;
    font-weight: bold;
    z-index: 1000;
    box-shadow: 0 4px 12px rgba(0,0,0,0.15);
    opacity: 1;
    transition: opacity 0.5s ease;
}

    .feedback-message.success[b-1iq36pp2up] {
        background-color: #4CAF50;
        color: white;
    }

    .feedback-message.error[b-1iq36pp2up] {
        background-color: #F44336;
        color: white;
        animation: shake-b-1iq36pp2up 0.5s ease;
    }

/* الحركات */
@keyframes pulse-b-1iq36pp2up {
    0%, 100% {
        transform: scale(1);
    }

    50% {
        transform: scale(0.98);
    }
}

@keyframes jump-b-1iq36pp2up {
    0%, 100% {
        transform: translateY(0);
    }

    50% {
        transform: translateY(-10px);
    }
}
/**/
@keyframes shake-b-1iq36pp2up {
    0%, 100% {
        transform: translateX(-50%);
    }

    20%, 60% {
        transform: translateX(-42%);
    }

    40%, 80% {
        transform: translateX(-58%);
    }
}

/* التكيف مع الجوال */
@media (max-width: 768px) {
    .hadith-part[b-1iq36pp2up] {
        font-size: 1rem;
        padding: 10px 12px;
        touch-action: manipulation;
    }

    .drop-zone[b-1iq36pp2up] {
        min-height: 150px;
        padding: 10px;
    }
}

@media(max-width: 480px) {
    .game-container[b-1iq36pp2up] {
        padding: 5px;
        /*height: 100vh;*/
    }
    .game-header[b-1iq36pp2up] {
        flex-direction: row;
        justify-content: center;
        align-items: center;
    }
    .restart-btn[b-1iq36pp2up] {
        margin-bottom: 5px;
        padding: 6px 8px;
    }
    .score-badge[b-1iq36pp2up], .mistakes-badge[b-1iq36pp2up] {
        font-size: 14px;
        padding: 6px 8px;
    }
    .countdown-animation[b-1iq36pp2up] {
        font-size: 8rem;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-y2t83hqp2k] {
    position: relative;
    display: flex;
    flex-direction: column;
    min-height: 100vh; /*هذا تجربة هنا ، ليظهر الفوتر بشكل طبيعي*/
}

main[b-y2t83hqp2k] {
    flex: 1;
}

.sidebar[b-y2t83hqp2k] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
  /*  background: #2A7B9B;
    background: linear-gradient(90deg, rgba(42, 123, 155, 1) 0%, rgba(18, 184, 134, 1) 77%);*/
}

.top-row[b-y2t83hqp2k], .footer[b-y2t83hqp2k] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 2.2rem;
    display: flex;
    align-items: center;
    font-size: 0.875rem;
}

footer a[b-y2t83hqp2k] {
    text-decoration: none;
    transition: transform 0.2s ease, font-weight 0.2s ease;
    display: inline-block;
}

    footer a:hover[b-y2t83hqp2k] {
        transform: translateY(-1px); /* يرفع النص قليلاً بدلاً من التكبير */
        text-decoration: underline;
        /*text-shadow: 0 0 5px rgba(0,0,0,0.2);*/ /* تأثير ظل خفيف */
    }

.top-row[b-y2t83hqp2k]  a, .top-row[b-y2t83hqp2k]  .btn-link {
    white-space: nowrap;
    margin-left: 1.5rem;
    text-decoration: none;
}

    .top-row[b-y2t83hqp2k]  a:hover, .top-row[b-y2t83hqp2k]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-y2t83hqp2k]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 731.98px) {
    .top-row:not(.auth)[b-y2t83hqp2k] {
        display: none;
    }

    .top-row.auth[b-y2t83hqp2k] {
        justify-content: space-between;
    }

    .top-row[b-y2t83hqp2k]  a, .top-row[b-y2t83hqp2k]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 732px) {
    .page[b-y2t83hqp2k] {
        flex-direction: row;
    }

    .sidebar[b-y2t83hqp2k] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-y2t83hqp2k] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

        .top-row.auth[b-y2t83hqp2k]  a:first-child {
            flex: 1;
            text-align: right;
            width: 0;
        }

    .top-row[b-y2t83hqp2k], article[b-y2t83hqp2k] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-5mqw8zrvbv] {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row[b-5mqw8zrvbv] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-5mqw8zrvbv] {
    font-size: 1.1rem;
}

.oi[b-5mqw8zrvbv] {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item[b-5mqw8zrvbv] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-5mqw8zrvbv] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-5mqw8zrvbv] {
        padding-bottom: 1rem;
    }

    .nav-item[b-5mqw8zrvbv]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item[b-5mqw8zrvbv]  a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item[b-5mqw8zrvbv]  a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 732px) {
    .navbar-toggler[b-5mqw8zrvbv] {
        display: none !important;
    }

    .collapse[b-5mqw8zrvbv] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }
}
