@media print {
    .back-to-home {
        display: none !important;
    }

    .backToTop {
        display: none !important;
    }

    body {
        font-family: Arial;
    }

    footer {
        display: none !important;
    }

    .footer-section {
        display: none !important;
    }

    .btns-set {
        display: none !important;
    }

    .on-print-hide {
        display: none !important;
    }

    .grecaptcha-badge {
        display: none !important;
    }

    .header-small-screens {
        display: none !important;
    }

    .header-main-full {
        display: none !important;
    }

    .message-container {
        border: 1px solid #ddd
    }


    #skipNavigation {
        display: none !important;
    }

    .sticky {
        display: none !important;
    }

    .label-result a {
        color: #000 !important;
        text-decoration: none !important;
    }

    .container {
        padding: 0px !important;
    }



    .banner-left-nav {
        display: none !important;
    }

    .top-right-pattern {
        display: none !important;
    }
}


[dir="ltr"] .btn-message-state {
    flex-direction: row-reverse;
}

[dir="rtl"] .btn-message-state {
    flex-direction: row-reverse;
}


    [dir="rtl"] .btn-message-state img {
        transform: rotate(180deg);
    }


    [dir="rtl"] .btn-message-state.transparent img {
        transform: none;
    }

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi-Bold.eot');
    src: url('../fonts/DroidArabicKufi-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi-Bold.woff2') format('woff2'), url('../fonts/DroidArabicKufi-Bold.woff') format('woff'), url('../fonts/DroidArabicKufi-Bold.svg#DroidArabicKufi-Bold') format('svg');
    font-weight: bold;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Droid Arabic Kufi';
    src: url('../fonts/DroidArabicKufi.eot');
    src: url('../fonts/DroidArabicKufi.eot?#iefix') format('embedded-opentype'), url('../fonts/DroidArabicKufi.woff2') format('woff2'), url('../fonts/DroidArabicKufi.woff') format('woff'), url('../fonts/DroidArabicKufi.svg#DroidArabicKufi') format('svg');
    font-weight: normal;
    font-style: normal;
    font-display: swap;
}

@media(max-width: 600px) {
    .message-container h2 {
        font-size: 22px;
        line-height: 45px;
    }

    .message-container p {
        font-size: 14px;
        line-height: 28px;
    }

    .failure-message {
        padding: 15px;
    }

    .btn-message-state {
        width: 173px;
    }

    .btns-set {
        flex-direction: column;
    }

        .btns-set .btn-message-state {
            width: 100%;
        }
}

.participants-section {
    margin-top: 28px;
    background: #ffffff;
    padding: 22px;
    border-radius: 14px;
    border: 1px solid #e2e5e9;
}

.participants-title {
    margin-bottom: 18px;
    font-size: 20px;
    font-weight: 700;
    color: #333;
}

/* Base table styling */
.participants-table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0 10px;
    font-size: 14px;
}

    .participants-table thead th {
        background: #f3f5f7;
        color: #232323;
        padding: 12px 14px;
        font-weight: 600;
        border-bottom: 2px solid #e6e6e6;
        text-align: left;
        font-size: 14px;
    }

    .participants-table tbody tr {
        background: #fff;
        border-radius: 10px;
        box-shadow: 0px 2px 8px rgba(0,0,0,0.05);
    }

    .participants-table tbody td {
        padding: 10px 12px;
        color: #333;
        border-bottom: 1px solid #f4f4f4;
    }

    /* Rounded corners for rows */
    .participants-table tbody tr td:first-child {
        border-top-left-radius: 10px;
        border-bottom-left-radius: 10px;
    }

    .participants-table tbody tr td:last-child {
        border-top-right-radius: 10px;
        border-bottom-right-radius: 10px;
    }

    .participants-table tbody tr:hover {
        background: #f9fbff;
    }

/* Week + Group stacked in one column */
.week-group-cell {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 4px;
}

.week-badge,
.group-badge {
    display: inline-block;
    padding: 4px 10px;
    border-radius: 999px;
    font-size: 12px;
    line-height: 1.2;
    white-space: nowrap;
}

.week-badge {
    background: #f2f4ff;
    color: #333;
}

.group-badge {
    background: #ece4ff;
    color: #333;
    font-weight: 600;
}
