    *{
        transition: all 0.5s linear ease ;
    }
    
    .groupe1 {
        border-radius: 30px;
        margin: 1px;
    }

  
    td:first-child  { border-radius: 5px 0 0 5px; }
    th:first-child  { border-radius: 2px 0 0 5px; }
    td:last-child { border-radius: 0 5px 5px 0; }
    th:last-child { border-radius: 0 5px 5px 0; }
    
    td, th {border: 0.3px solid #707070;}

    .centre {
            text-align: center;
            vertical-align: center;
            margin: 0 auto;
    }
    .imgclub{
        width: 80px;
    }


    table {
        border-collapse: separate;
        border-spacing: 0 0.1em;
    }

    .tablink {

        float: left;
        border: none;
        outline: none;
        cursor: pointer;
        padding: 14px 16px;
        font-size: 17px;

    }



    /* Style the tab content */
    .lds-dual-ring {
        display: inline-block;
        width: 80px;
        height: 80px;
    }
    .lds-dual-ring:after {
        content: " ";
        display: block;
        width: 64px;
        height: 64px;
        margin: 8px;
        border-radius: 50%;
        border: 6px solid ;
        border-color: #ff0002 transparent #001dff transparent;
        animation: lds-dual-ring 1.2s linear infinite;
    }
    #loading {
        position: fixed;
        display: block;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        text-align: center;
        opacity: 0.7;
        background-color: #fff;
        z-index: 99;
    }
    .containerloading {
        position: fixed;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        text-align: center;
        background: #eee;
    }
    .containerloading:before {
        content: "";
        height: 100%;
        display: inline-block;
        vertical-align: middle;
    }
    .containerloading .spinner-frame {
        display: inline-block;
        vertical-align: middle;
        width: 100px;
        height: 100px;
        border-radius: 50%;
        position: relative;
        overflow: hidden;
        border: 5px solid #fff;
        padding: 10px;
    }
    .containerloading .spinner-frame .spinner-cover {
        background: #fff;
        width: 100%;
        height: 100%;
        border-radius: 50%;
        position: relative;
        z-index: 2;
    }
    .containerloading .spinner-frame .spinner-bar {
        background: #29d;
        width: 50%;
        height: 50%;
        position: absolute;
        top: 0;
        left: 0;
        border-radius: 100% 0 0 0;
        -webkit-animation: spinny 2s linear infinite;
        transform-origin: 100% 100%;
    }
    @-webkit-keyframes spinny {
        0% {
            transform: rotate(0deg);
            background: #29d;
        }
        50% {
            transform: rotate(180deg);
            background: #00427c;
        }
        100% {
            transform: rotate(360deg);
            background: #29d;
        }
    }
    #loading-image {
        margin-top: 40vh;
        text-align: center;
        z-index: 100;
    }
   

    @keyframes lds-dual-ring {
        0% {
            transform: rotate(0deg);
        }
        100% {
            transform: rotate(360deg);
        }
    }
    #loading{
        display: block;
        width: 100%;
        height: 100%;
    }

    .tabcontent {
        color: white;
        display: none;
        padding: 50px;
        text-align: center;
        transition: all .9s ease;

    }
    #GroupeA {background-color:Cornsilk;}
    #GroupeB {background-color:Cornsilk;}
    .containerlfwt {
        box-shadow: 0px 0px 100px 10px black;
        padding: 0;

    }

    .tdlogo{

        min-width: 34px;
        max-width: 34px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        vertical-align: center;
    }
    .tdclub{
        min-width: 95px;
        max-width: 95px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        vertical-align: center;
        font-size: smaller;
    }
    .tdscor{
        min-width: 83px;
        max-width: 100px;
        overflow: hidden;
        display: inline-block;
        white-space: nowrap;
        text-align: center;
        vertical-align: center;
    }
    #carouselExampleControls {
        display: none;
    }
    table{
        margin: 0 auto;
    }
    @media screen and (max-width: 820px) {


        .tdlogo{
            min-width: 34px;
            max-width: 34px;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
        }
        .tdclub{
            min-width: 95px;
            max-width: 95px;
            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
        }
        .tdscor{

            overflow: hidden;
            display: inline-block;
            white-space: nowrap;
        }
       
        
        .w3-col.m3, .w3-quarter {
            min-width: 381px;
        }
    }

    @media screen and (min-width: 850px) {
        #carouselExampleControlstop {

            display: none;
        }

        #carouselExampleControls {

            display: flex;
            justify-content: center;
        }
        .item1 {
            grid-column: 1 / span 3;
            grid-row: 1;
        }

        .item2 {
            grid-column: 1 / span 2;
            grid-row: 2 / span 2;
        }
        .item3 {
            grid-column: 3 / span 1;
            grid-row: 2;
        }

        /*.item4 {*/
        /*    grid-column: 2 / span 2;*/
        /*    grid-row: 3;*/
        /*}*/
        /*.item5 {*/
        /*    grid-column: 2 / span 2;*/
        /*    grid-row: 4;*/
        /*}*/

        .item6 {
            grid-column: 1 / span 3;
            grid-row: 5;
        }


        table{
            margin: 0 auto;
        }



        .w3-col.m3, .w3-quarter {
            min-width: 381px;
        }

        .postimg {
            height: 251px;
            margin: 0 auto;

        }


    }
    @media screen and (min-width: 1130px) {
        #carouselExampleControls {
            display: flex;
            justify-content: center;
        }
        #carouselExampleControlstop {
            margin-top: 49px;
            display: none;
        }
        .item1 {
            grid-column: 1 / span 3;
            grid-row: 1;
        }

        .item2 {
            grid-column: 1 / span 1;
            grid-row: 2 / span 2;
            max-width: 381px;
        }
        .item3 {
            grid-column: 2 / span 2;
            grid-row: 2;
        }

        /*.item4 {*/
        /*    grid-column: 2 / span 2;*/
        /*    grid-row: 3;*/
        /*}*/
        /*.item5 {*/
        /*    grid-column: 2 / span 2;*/
        /*    grid-row: 4;*/
        /*}*/

        .item6 {
            grid-column: 1 / span 3;
            grid-row: 5;
        }

        .w3-col.m3, .w3-quarter {
            min-width: 381px;
           
        }
        table{
            margin: 0 auto;
        }


       

        .postimg {
            height: 251px;
            margin: 0 auto;

        }


    }

    .modal { overflow: auto !important; }
   
    .carousel-item img{
        /*height: 250px;*/
        width: 1000px;
        display: flex;
        justify-content: center;
    }
    table.table-fit {
        width: auto !important;
        table-layout: auto !important;
    }
    table.table-fit thead th, table.table-fit tfoot th {
        width: auto !important;
    }
    table.table-fit tbody td, table.table-fit tfoot td {
        width: auto !important;
    }
    .table td.fit,
    .table th.fit {
        white-space: nowrap;

    }

    .background{

    }
    .grid-container {
        display: grid;
        gap: 10px;
        padding: 10px;
    }

    .grid-item {

        text-align: center;

    }
    .following-post .single-article figure {
        float: left;
        margin-right: 10px;
    }

    .single-article{

        text-align: initial;
        background-color: #2e2e2ea1;
        padding: 1em;
        margin: 1em;
        color: aliceblue;
    }
    .slide-content{
    position: absolute;
    bottom: 0;
        color: aliceblue;
        left: 0;
        right: 0;

    }
    .well {
        min-height: 20px;
        padding: 19px;
        margin-bottom: 20px;
        background-color: #f5f5f5;
        border: 1px solid #e3e3e3;
        border-radius: 4px;
        -webkit-box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
        box-shadow: inset 0 1px 1px rgb(0 0 0 / 5%);
    }
    .dropdown-menu {
        position: absolute;
        top: 100%;
        left: 0;
        z-index: 1000;
        display: none;
        float: left;
        min-width: 160px;
        padding: 5px 0;
        margin: 2px 0 0;
        font-size: 14px;
        text-align: left;
        list-style: none;
        background-color: #fff;
        -webkit-background-clip: padding-box;
        background-clip: padding-box;
        border: 1px solid #ccc;
        border: 1px solid rgba(0, 0, 0, .15);
        border-radius: 4px;
        -webkit-box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
        box-shadow: 0 6px 12px rgb(0 0 0 / 18%);
    }
    .glyphicon {
        position: relative;
        top: 1px;
        display: inline-block;
        font-family: 'Glyphicons Halflings';
        font-style: normal;
        font-weight: normal;
        line-height: 1;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
    }

    body {
        direction: ltr;
        background-color: #b1c8d3;
        margin-left: 0px;
        margin-top: 0px;
        margin-right: 0px;
        margin-bottom: 0px;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 12px;
    }
    body,td,th {
        color: #000000;
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 13px;
    }
    .style2 {color: #000000}
    .style3 {
        font-size: 11px
    }
    .style4 {
        color: #00CC00;
        font-weight: bold;
        font-size: 14px;
    }
    .style20 {
        font-size: small
    }
    .style21 {font-size: large}

    .style22 {font-size: 12px}
    .style23 {
        font-size: medium;
        font-weight: bold;
    }
    .style25 {
        font-size: 10px;
        color: #999999;
    }
    .style26 {
        direction: ltr;
        text-align: justify;
        font-size: 24px;
        font-weight: bold;
        color:#0033FF;
        border: medium double #F00;
        padding: 10px;
    }
    .line_joueur {
        border-top-width: 1px;
        border-right-width: 1px;
        border-bottom-width: 1px;
        border-left-width: 1px;
        border-top-style: none;
        border-right-style: none;
        border-bottom-style: solid;
        border-left-style: none;
        border-top-color: #c2dde9;
        border-right-color: #c2dde9;
        border-bottom-color: #c2dde9;
        border-left-color: #c2dde9;
    }
    .td_bottom {
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #c2dde9;
        border-right-color: #c2dde9;
        border-bottom-color: #c2dde9;
        border-left-color: #c2dde9;
        font-size: 12px;
    }
    .td2_bottom {
        border-top-width: thin;
        border-right-width: thin;
        border-bottom-width: thin;
        border-left-width: thin;
        border-top-style: solid;
        border-right-style: none;
        border-bottom-style: none;
        border-left-style: none;
        border-top-color: #c2dde9;
        border-right-color: #c2dde9;
        border-bottom-color: #c2dde9;
        border-left-color: #c2dde9;
        font-size: 12px;
    }
    a:link {
        color: #003399;
        text-decoration: none;
    }
    a:visited {
        text-decoration: none;
        color: #003399;
    }
    a:hover {
        text-decoration: none;
        color: #FF0000;
    }
    a:active {
        text-decoration: none;
        color: #3F7DBC;
    }
    a {
        font-family: Tahoma, Geneva, sans-serif;
        font-size: 13px;
    }
    h1 {
        font-size: 14px;
        color: #FFFFFF;
    }
    h2 {
        font-size: 12px;
        color: #FFFFFF;
    }
    h1,h2,h3,h4,h5,h6 {
        font-family: Arial, Helvetica, sans-serif;
    }
    .principal {
        width: 969px;
        padding: 2px;
        margin: auto;
        margin-top: 10px;
        margin-bottom: 10px;
        background: #f3f3f3;
        border: 1px solid #fff;
        border-radius: 3px;

        box-shadow: 0 2px 6px rgba(0,0,0,1);
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,1);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,1);
    }

    .header{
        height: 150px;
        background: url(../images/ligue/banner.jpg) no-repeat;
        background-size : 100% 100%;
    }

    .content1{
        width: 963px;
    }

    .nav {
        margin-top: 2px;
        width:205px;
        float: left;
        margin-right: 2px;
    }
    .nav ul {
        list-style-type: none;
        margin: 0;
        width: 205px;
        background-color: #f1f1f1;
        overflow: auto;
        padding: 1px;
    }

    .nav li {
        border-bottom: 1px solid #4678a9;
    }

    .nav li a {
        display: block;
        color: #000;
        padding: 8px 4px 8px 0;
        text-decoration: none;
    }

    .nav li a.active {
        background-color: #4678a9;
        color: white;
    }

    .nav li a:hover:not(.active) {
        background-color: #c2dde9;
        color: red;
    }

    .content2{
        float: left;
        width: 750px;
        min-height: 400px;
        padding: 1px;
        margin-left: 4px;
    }
    .header-page{
        height: 42px;
        background-color: #c2dde9;
        color: black;
        text-align:center;
        padding:5px;
        font-size: 18px;
        margin: 2px 0px 10px 0px;
        border: 2px solid #4678a9;
        border-radius: 3px;

        box-shadow: 0 2px 6px rgba(0,0,0,1);
        -moz-box-shadow: 0 2px 6px rgba(0,0,0,1);
        -webkit-box-shadow: 0 2px 6px rgba(0,0,0,1);
    }
    .recherche{
        text-align: center;
        padding: 20px 0px 0px 0px;
    }
    #logo_div
    {
        padding: 0px 2px 0px 2px;
        border-left: solid 1px;
        color:#FFF;
        font-weight:bold;
        text-align: center;
        float: left;
        opacity:1.0;
        filter:alpha(opacity=100); /* For IE8 and earlier */
    }
    #logo_div:hover
    {
        opacity:0.6;
        filter:alpha(opacity=60); /* For IE8 and earlier */
    }
    #nom_ara{
        font-family: Tahoma;
        font-size: 10px;
    }
    #nom_fr{
        font-family: Comic Sans MS, cursive;
        font-size: 10px;
    }
    .footer{
        width: 100%;
        height: 50px;
        background-color: #4678a9;
        clear: both;
    }
    #design{
        color: white;
        float: left;
        width: 30%;
        height: 50px;
        text-align: center;
        padding-top: 15px;
    }
    #droits{
        color: white;
        margin: auto;
        float: left;
        width: 60%;
        height: 50px;
        text-align: right;
        padding-top: 15px;
    }

    .act_verif {
        color: #000000;
        font-size: 18px;
    }

    .act_actif {
        color: #00CC00;
        font-weight: bold;
        font-size: 18px;
    }
    .act_inactif {
        color: #ff0000;
        font-weight: bold;
        font-size: 18px;
    }

    .messagebox{
        font-size: 12px;
        position:absolute;
        width:auto;
        margin-top: 8px;
        border:1px solid #c93;
        background:#ffc;
        padding:3px 10px 3px 5px;
        text-align:left;
    }
    .messageboxok{
        font-size: 12px;
        position:absolute;
        width:auto;
        border:1px solid #349534;
        background:#C9FFCA;
        padding:3px 20px 3px 5px;
        color:#008000;
        text-align:left;

    }
    .messageboxerror{
        font-size: 12px;
        position:absolute;
        width:auto;
        border:1px solid #CC0000;
        background:#F7CBCA;
        padding:3px 20px 3px 5px;
        color:#CC0000;
        text-align:left;
    }

    .DivPopUp{
        display: none;
        position: absolute;
        padding: 16px;
        border: 12px solid #999;
        background-color: white;
        z-index:1002;
        overflow: auto;
    }

    .ContenuInactif{
        display: none;
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background-color: #000;
        z-index:1001;
        -moz-opacity: 0.6;
        opacity:.60;
        filter: alpha(opacity=60);
    }

    .loading-image {display: block;margin: 5px auto;}
    .end-record-info {text-align: center;border-top: 1px solid #ddd;padding: 5px 0;background: #f9f9f9;}
    .load-button {display: block;margin: 5px auto;}

    .tooltip2 {
        position: relative;
        display: inline-block;
    }

    .tooltip2 .tooltip2text {
        visibility: hidden;
        width: 120px;
        background-color: #555;
        color: #fff;
        text-align: center;
        border-radius: 6px;
        padding: 5px 0;
        position: absolute;
        z-index: 1;
        bottom: 125%;
        left: 50%;
        margin-left: -60px;
        opacity: 0;
        transition: opacity 1s;
    }

    .tooltip2 .tooltip2text::after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
    }

    .tooltip2:hover .tooltip2text {
        visibility: visible;
        opacity: 1;
    }
    .img-thumbnail2 {
        padding: 4px;
        background-color: #fff;
        border-radius: 4px;
        -webkit-transition: all .2s ease-in-out;
        -o-transition: all .2s ease-in-out;
        transition: all .2s ease-in-out;
        box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.2), 0 2px 5px 0 rgba(0, 0, 0, 0.19);
    }

    .badge-warning {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #f0ad4e;
        border-radius: 10px;
    }
    .badge-success {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #5cb85c;
        border-radius: 10px;
    }
    .badge-danger {
        display: inline-block;
        min-width: 10px;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        line-height: 1;
        color: #fff;
        text-align: center;
        white-space: nowrap;
        vertical-align: middle;
        background-color: #d9534f;
        border-radius: 10px;
    }
    .table > tbody > tr > td {
        vertical-align: middle;
    }
    .table > thead > tr > th {
        background-color: #CCC;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }
    .carre {border:1px solid #000; width:60px; height:20px; margin:0 auto;}

    /* Badger
    ------------------------- */

    .div-badger {
        margin: 15px 0;
        padding: 33px 15px 15px;
        border-radius: 6px;
        border: 1px solid #ddd;
    }
    [class*="badger"] {
        position: relative
    }

    [class*="badger"]:after {
        content: attr(data-badger);
        position: absolute;
        top: 0;
        padding: 3px 7px;
        font-size: 12px;
        font-weight: bold;
        background: #999;
        color: #fff
    }

    .badger-left {
        border-top-left-radius: 6px
    }

    .badger-right {
        border-top-right-radius: 6px
    }

    .badger-left:after {
        left: 0;
        border-radius: 6px 0 6px 0
    }

    .badger-right:after {
        right: 0;
        border-radius: 0 6px 0 6px
    }

    .badger-danger:after {
        background: #d9534f
    }

    .badger-warning:after {
        background: #f0ad4e
    }

    .badger-success:after {
        background: #5cb85c
    }

    .badger-info:after {
        background: #5bc0de
    }

    .badger-inverse:after {
        background: #222
    }

    /* Debut Search Joueur */
    #affich_recherche span.hl_results {
        background-color: #ffff66;
    }

    /* Fin Search Joueur */

    .table > tbody > tr > td {
        color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }

    .flip-card {

        background-color: transparent;
        width: 150px;
        height: 120px;
        perspective: 1000px;
        margin: 3px;

    }

    .flip-card-inner {
        position: relative;
        width: 100%;
        height: 100%;
        text-align: center;
        transition: transform 0.6s;
        transform-style: preserve-3d;
        box-shadow: 0 4px 8px 0 rgba(0,0,0,0.2);
    }

    .flip-card:hover .flip-card-inner {
        transform: rotateY(180deg);
    }

    .flip-card-front, .flip-card-back {
        position: absolute;
        width: 100%;
        height: 100%;
        -webkit-backface-visibility: hidden;
        backface-visibility: hidden;
    }

    .flip-card-front {
        background-color: #bbb;
        color: black;
    }

    .flip-card-back {
        background-color: #2980b9;
        color: white;
        transform: rotateY(180deg);
    }
    .Comp-grid-container {
        display: grid;
        grid-template-areas:
            'cover titre  titre  titre   titre'
            'cover download  download  download   download'
            'cover footer footer footer footer ';

    }

    .Comp-grid-container > div {
        text-align: center;
        padding: 2px 0;
    }

    .Comp-item1 { grid-area: cover; margin: auto}
    .Comp-item2 { grid-area: titre; }
    .Comp-item3 { grid-area: download; }
    .Comp-item4 {grid-area: footer;}


    .alertClassement {
        color: red;
        animation: alert 2s ease infinite ;
    }

    @keyframes alert {
        0%{
            display: none;
            color: red;
        }
        20%{
            display: none;
            color: white;
        }
        50%{
            color: red;
                }
        100%{
            color: red;
        }
    }

    #tableClassement > thead > tr > th {
        background-color: #CCC;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }
    #tableClassement > tbody > tr > td {
        background-color: rgb(204, 204, 204);
        color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }
    #tableClassement {
        border-collapse: separate;
        border-spacing: 0 0.3em;
    }
    #tableClassement tbody tr:last-child{
        background-color:transparent
    }
    #tableClassement > tbody > tr:last-child > td {
        background-color: transparent;
        color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }
    #tableClassement > tbody > tr:first-child > td {
        background-color: rgb(42, 230, 17);
        color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }

    #tableBigClassement > thead > tr > th {
        background-color: #CCC;
        color: #000;
        text-align: center;
        vertical-align: middle;
    }
    #tableBigClassement > tbody > tr > td {
       color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }
    #tableBigClassement {
        border-collapse: separate;
        border-spacing: 0 0.3em;
    }
    #tableBigClassement tbody tr:last-child{
        background-color:transparent
    }
   
    #tableBigClassement > tbody > tr:first-child > td {
        background-color: rgb(42, 230, 17);
        color: rgb(0, 0, 0);
        text-align: center;
        vertical-align: middle;
    }
    .hover-primary:hover {
        color: #0d6efd !important;
    }
    .table {
        font-size: 16px !important;
    }
    .table td,
    .table th {
        padding: 10px !important;
        vertical-align: middle;
    }
    .table th {
        font-size: 15px;
        font-weight: 700;
        white-space: nowrap;
        background-color: #f8f9fa;
    }
    .table-striped > tbody > tr:nth-of-type(odd) {
        background-color: rgba(0, 0, 0, 0.02);
    }
    .table-success {
        background-color: rgba(25, 135, 84, 0.1) !important;
    }
    .table-danger {
        background-color: rgba(220, 53, 69, 0.15) !important;
    }
    .table-light {
        background-color: rgba(248, 249, 250, 0.5);
    }
    .fw-medium {
        font-weight: 500;
    }
    
    /* تكبير حجم الخط لعناصر محددة */
    .table .fw-bold {
        font-size: 16px;
        font-weight: 700 !important;
    }
    
    .table-title h5 {
        font-size: 20px !important;
        margin-bottom: 15px;
    }
    
    /* تكبير الأرقام */
    .table td:not(:nth-child(2)):not(:last-child) {
        font-size: 16px;
        font-weight: 600;
    }
    
    /* تحسين مظهر أسماء الفرق */
    .table td a {
        font-size: 16px;
        font-weight: 600;
    }
    
    /* تكبير الأيقونات */
    .table .fa,
    .table .fas {
        font-size: 14px;
    }
    
    /* تحسين مظهر عمود الملاحظات */
    .table td:last-child {
        font-size: 14px;
    }
    
    /* تكبير الشعارات */
    .table img {
        width: 28px !important;
        height: 28px !important;
    }
    .pagination-container nav {
        width: 100%;
    }
    .pagination-container .pagination {
        justify-content: center;
        margin-top: 20px;
    }
    .pagination-container .page-item {
        display: inline-block;
    }
    .pagination-container .page-link {
        position: relative;
        display: block;
        padding: 0.5rem 0.75rem;
        margin-left: -1px;
        line-height: 1.25;
        color: #007bff;
        background-color: #fff;
        border: 1px solid #dee2e6;
    }
    .pagination-container .page-item.active .page-link {
        z-index: 3;
        color: #fff;
        background-color: #007bff;
        border-color: #007bff;
    }