/* فایل CSS برای افزونه BalQuran Viewer */

/* نوار پیشرفت */
.balquran-progress {
    width: 100%;
    background: #ddd;
    height: 20px;
    border-radius: 5px;
    margin-bottom: 15px;
}

.balquran-progress-bar {
    height: 100%;
    background: #4caf50;
    border-radius: 5px;
}

/* شماره صفحات پایین صفحه */
.balquran-pages {
    display: flex;
    flex-wrap: wrap; /* ادامه روی سطر بعدی */
    margin-top: 15px;
}

.balquran-page-square {
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 5px; /* فاصله 5px از هر طرف */
    color: #fff; /* متن سفید */
    font-weight: bold;
    cursor: pointer;
    border-radius: 4px;
    background-color: green;
    text-align: center;
}

.balquran-page-square.registered {
    background-color: red; /* ثبت‌شده قرمز */
}
