@font-face {
    font-family: "squaresbold"; /* Le nom de la police que vous utiliserez */
    src: url('./font/Squares_Bold_Free.otf') format('opentype'); /* Le chemin d'accès à la police sur le serveur */
    font-weight: bold;
    font-style: normal;
}

.wrapper {
    min-width: 550px;
    margin-right: 400px;
    margin-left: 400px;
    padding: 10px;
    background-color: rgb(34, 33, 33);
    color: #fff;
    filter: drop-shadow(0 0 0.5rem rgb(255, 255, 255));

}

body {
    height: 100vh;
    width: 100vw;
    display: flex;
    justify-content: flex-start;
    align-items: center;
    flex-direction: column;
}

.wrapperMain .row {
    margin: 0px !important;
}

.wrapperMain {
    width: 100%;
    margin-right: 0;
    margin-left: 0;
    padding: 10px;
    background-color: black;
    color: #fff;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Background_2560x1440px-.png");
    background-size: cover;
    background-position: center;
    flex-basis: 100%;
}

.ayaya {
    margin-top: 20px;
    width: 100%;
}

.header {
    background-color: #fff;
    color: #fff;
    font-size: 30px;
    width: 100%;
    height: 80px;
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.header img {
    margin: 0px;
    height: 40px;
}

body {
    font-family: 'Roboto', sans-serif;
    background-color: black;
}

#loadingplayer button span,
#loadingtribe button span,
#loadingdaily button span {
    display: none !important;
}

#loadingplayer,
#loadingtribe,
#loadingdaily
{
    position: relative;
    top: 25%;
    transform: translateY(50%);
}

#loadingplayer button,
#loadingtribe button,
#loadingdaily button {
    background: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_LoadingButton_400x66px-.png");
    width: 400px !important;
    height: 66px !important;
    border: none !important;
    color: transparent !important;
    -webkit-box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 1px 1px rgba(0,0,0,.0) !important;
    box-shadow: inset 0 0px 0 rgba(255,255,255,.0), 0 0px 0px rgba(0,0,0,.0) !important;
    animation: changeBackground 0.65s infinite alternate;
}

@keyframes changeBackground {
    0% {
        background: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_LoadingButton_400x66px-.png");
    }
    100% {
        background: url("https://inxserv.eu/wp-content/uploads/2024/01/loading_icon.png");
    }
}

.fit-picture {
    margin: 30px 70px;
    max-height: 51px;
}

.form-control {
    background-color: rgb(15, 15, 15);
    color: #fff;
}

.pagination>li:first-child>a {
    background-color: rgb(15, 15, 15);
    color: #fff;
}

.pagination>li>a,
.pagination>li>span {
    color: #fff;
    background-color: rgb(15, 15, 15);
}

.pagination>.active>a,
.pagination>.active>a:focus,
.pagination>.active>a:hover,
.pagination>.active>span,
.pagination>.active>span:focus,
.pagination>.active>span:hover {
    color: rgb(15, 15, 15);
    background-color: #fff;
    border-color: #fff !important;
}

.pagination>.disabled>a,
.pagination>.disabled>a:focus,
.pagination>.disabled>a:hover,
.pagination>.disabled>span,
.pagination>.disabled>span:focus,
.pagination>.disabled>span:hover {
    color: #fff;
    background-color: rgb(15, 15, 15);
}

.pagination>li>a:focus,
.pagination>li>a:hover,
.pagination>li>span:focus,
.pagination>li>span:hover {
    color: #fff;
    background-color: rgb(15, 15, 15);
}

a:focus {
    outline: none;
}

.img_lead {
    width: 100%;
    display: flex;
    align-items: self-end;
    justify-content: center;
    height: 151px;
    background-image: url('https://inxserv.eu/wp-content/uploads/2024/10/2manpvpbanner.png');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    max-height: 151px;
    height: 15vh;
}

@media all and (max-width: 768px) {

    .img_lead {
        height: 10vh;
    }

}

.img_logo {
    display: block;
    max-width: 230px;
    max-height: 95px;
    width: auto;
    height: auto;


}

.pvp_lead {
    margin-left: 20px;
    color: #fff;
    margin-top: 40px;
    font-size: 60px;

}

.material-icons {
    display: inline-flex;
    vertical-align: text-top;
}

.cardo {
    padding: 10px 10px;
    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
    border-radius: 10px;
    text-align: center;
    margin-bottom: 40px;
}

.flux-up {
    transform: translateY(-20px);
}

.flux-down {
    transform: translateY(20px);
}

.card-title {
    margin: 0px;
    margin-bottom: 10px;
    font-size: 16px;
}

@media screen and (max-width: 1600px) {
    .card-title {
        font-size: 14px;
    }
}

@media screen and (max-width: 1400px) {
    .card-title {
        font-size: 12px;
    }
}

.cardMain {
    width: 800px;
    margin: 0 auto;
    /* Added */
    float: none;
    /* Added */
    margin-bottom: 10px;
    /* Added */
    border-radius: 10px;
    text-align: left;
    margin-bottom: 60px;
    margin-top: 30px;
    padding-bottom: 10px;
    overflow: visible;
}

.card-header {
    background-color: rgb(61, 61, 61);
    text-align: center;
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
    margin-bottom: 10px;
}

.img-circle {
    width: 25%;
}

.img-circle-daily {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 115, 230, 0.54);
    -moz-box-shadow: 0px 0px 10px 0px rgba(1, 115, 230, 0.54);
    box-shadow: 0px 0px 10px 0px rgba(1, 115, 230, 0.54);
    transition: 0.2s;
}

.card-body-daily:hover .img-circle-daily {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(1, 115, 250, 0.8);
    -moz-box-shadow: 0px 0px 10px 0px rgba(1, 115, 250, 0.8);
    box-shadow: 0px 0px 10px 0px rgba(1, 115, 250, 0.8);
}

.img-circle-players {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(235, 120, 1, 0.54);
    -moz-box-shadow: 0px 0px 10px 0px rgba(235, 120, 1, 0.54);
    ;
    box-shadow: 0px 0px 10px 0px rgba(235, 120, 1, 0.54);
    ;
    transition: 0.2s;
}

.card-body-players:hover .img-circle-players {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(250, 130, 1, 0.8);
    ;
    -moz-box-shadow: 0px 0px 10px 0px rgba(250, 130, 1, 0.8);
    ;
    box-shadow: 0px 0px 10px 0px rgba(250, 130, 1, 0.8);
    ;
}

.img-circle-tribes {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(227, 1, 87, 0.54);
    -moz-box-shadow: 0px 0px 10px 0px rgba(227, 1, 87, 0.54);
    ;
    box-shadow: 0px 0px 10px 0px rgba(227, 1, 87, 0.54);
    ;
    transition: 0.2s;
}

.card-body-tribes:hover .img-circle-tribes {
    -webkit-box-shadow: 0px 0px 10px 0px rgba(252, 0, 76, 0.8);
    ;
    -moz-box-shadow: 0px 0px 10px 0px rgba(252, 0, 76, 0.8);
    ;
    box-shadow: 0px 0px 10px 0px rgba(252, 0, 76, 0.8);
    ;
}

.card-body-infos {
    padding-top: 20px;
    width: 800px;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_Chapter2_1023x145px.png"), url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_Chapter1_1023x145px.png");
    background-size: contain, 0px 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    overflow: visible;
    transition: 0.2s;
}

.card-body-infos:hover {
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_Chapter1_1023x145px.png"), url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_Chapter2_1023x145px.png");
    background-size: contain, contain;

}

.card-body-daily {
    padding-top: 15px;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_DailyBoard_660x320px-.png"), url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_DailyBoard2_660x320px-.png");
    background-size: contain, 0px 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    overflow: visible;
    min-height: 215px;
    transition: 0.2s;
}

.card-body-daily:hover {
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_DailyBoard2_660x320px-.png");
}

.card-body-players {
    padding-top: 15px;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_SoloBoard_660x320px.png"), url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_SoloBoard2_660x320px.png");
    background-size: contain, 0px 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    overflow: visible;
    min-height: 215px;
    transition: 0.2s;
}

.card-body-players:hover {
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_SoloBoard2_660x320px.png");
}

.card-body-tribes {
    padding-top: 15px;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_TeamBoard2_660x320px.png"), url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_TeamBoard_660x320px.png");
    background-size: contain, 0px 0px;
    background-repeat: no-repeat;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    background-position: center center;
    overflow: visible;
    min-height: 215px;
    transition: 0.2s;
}

.card-body-tribes:hover {
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_TeamBoard_660x320px.png");
}

.btn-full {
    max-width: 265px;
    width: 100%;
    margin-top: 10px;
    margin-bottom: 5px;
    transition: 0.2s;
    max-height: 34px;
    letter-spacing: 0.05em !important;
}

.btn-full:hover {
    color: white;
    font-size: 15px;
    max-height: 34px;
    display: block;
    box-sizing: border-box;

}

@media all and (max-width: 1500px) {
    .btn-full {
        max-width: 220px;
        font-size: 14px;
    }
}



.btn-daily {
    background-color: #0175E6;
}

.btn-players {
    background-color: #eb7701;
}

.btn-tribes {
    background-color: #E30157;
}


.stylebtn {
    display: flow-root;
}

.btn-dark {
    color: white;
}

.btn-retour {
    margin-top: 15px;
    margin-bottom: 15px;
    background-image: url("https://inxserv.eu/wp-content/uploads/2024/01/backclassic.png"), url("https://inxserv.eu/wp-content/uploads/2024/01/backhover.png");
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
    width: 250px;
    height: 40px;
    padding: 0px;
    transition: 0.25s;
}

.btn-retour:focus,
.btn-retour:active,
.btn-retour:hover {
    background-image: url("https://inxserv.eu/wp-content/uploads/2024/01/backhover.png");
    transition: 0.25s;
}

.imgBorder {
    border: 5px solid black;
}

.btnBackHome {
    display: flex;
    justify-content: space-around;
}

.glyphicon.spinning {
    animation: spin 1s infinite linear;
    -webkit-animation: spin2 1s infinite linear;
}

@keyframes spin {
    from {
        transform: scale(1) rotate(0deg);
    }

    to {
        transform: scale(1) rotate(360deg);
    }
}

@-webkit-keyframes spin2 {
    from {
        -webkit-transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(360deg);
    }
}



.wrapper {
    filter: none !important;
}

.panel-default {
    border: none !important;
}



@media screen and (max-width: 1200px) {
    .col-md-12 {
        width: 100%;
        margin: auto;
    }

    .flux-up {
        transform: translateY(0px);
    }

    .flux-down {
        transform: translateY(0px);
    }

    .card-body-infos {
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

    .card-body-infos:hover {
        width: 100%;
        background-size: cover;
        background-position: center center;
    }

    .cardMain {
        width: 100%;
        ;
    }

    .img_lead-home {
        background-size: 300% 150px;
        background-position: center center;

    }

    .header img {
        width: 100%;
        margin: 0px;
    }

    .cardo {
        margin-bottom: 0px;
        padding: 0px;
    }

    .cardMain {
        margin-bottom: 0px;
    }
}



/* PANEL ADMIN */

.panel {
    position: relative;
}

table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 470px;
    transform: translateY(5px);
}

#myTable_wrapper {
    width: 96%;
    height: 580px;
    padding-left: 4%
}

#countdown {
    position: absolute;
    top: 20px;
    left: 110px;
}


#myTable_wrapper>.row {
    margin-top: -5px;
}

.panel>p {
    margin-bottom: 20px;
}

.dataTables_paginate {
    display: flex;
    justify-content: flex-end;
}

.pagination {
    width: 100%;
    height: 43px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: flex-start;
    transform: translateY(1px);
    box-sizing: border-box;
    max-width: 426px;

}

.pagination li a {
    background-color: transparent !important;
    border: 0px solid transparent !important;
    font-size: 16px;
    padding: 5px 10px;
    transition: 0.25s;
}

.panel-player .pagination li a:hover {
    color : #FF8C00 !important;
    transition: 0.25s;
}
.panel-daily .pagination li a:hover {
    color : #0175F9 !important;
    transition: 0.25s;
}
.panel-tribe .pagination li a:hover {
    color : #F20154 !important;
    transition: 0.25s;
}

.pagination li.active a {
    background-color: white !important;
}


.panel-player {
    background-color: transparent;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_PlayerBoard_1850x900px-.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1387px;
    height: 675px;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.panel-daily {
    background-color: transparent;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_DailyBoard_1850x900px-.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1387px;
    height: 675px;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

.panel-tribe {
    background-color: transparent;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/10/INXSHOP_LeaderBoard_Pannel_TeamBoard_1850x900px-.png");
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center center;
    width: 1387px;
    height: 675px;
    margin: auto !important;
    display: flex;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
}

#leads {
}

#leads span {
    white-space: nowrap;
}

.panel-daily #leads td:nth-child(2) span {
    color: #0175F9 !important;
}

#leads tr {
    height: 43px;
    max-height: 43px;

}

#leads tr td {
    max-height: 41px;
    vertical-align: middle;
}

.table>tbody>tr>td,
.table>tbody>tr>th,
.table>tfoot>tr>td,
.table>tfoot>tr>th,
.table>thead>tr>td,
.table>thead>tr>th {
    border-top: 0px solid #ddd;
}

.form-control {
    border: 0px solid transparent;
    background-color: transparent;
}

.form-control option {
    border: 0px solid transparent;
    background-color: #242424;
}

.dataTables_filter input {
    margin-right: 0px;
    margin-left: 30px !important;
}

.form-control:focus {
    outline: none;
    border-color: #66afe9;
    outline: 0;
    -webkit-box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0px rgba(102,175,233,0); 
    box-shadow: inset 0 0px 0px rgba(0,0,0,0), 0 0 0px rgba(102,175,233,0);
}


/* refonte */

.leaderboard-panel .table.dataTable {
    margin-top: 10px !important;
    margin-bottom: 10px !important;
    min-height: 480px;
    transform: translateY(5px);
    display: inline-block;
}

.leaderboard-panel  div.dataTables_wrapper div.dataTables_paginate {
    transform: translateY(-10px);
}

.leaderboard-panel thead {
    display: flex;
}

.leaderboard-panel thead tr {
    display: flex;
    flex-direction: row;
    width: 100%;
}

.leaderboard-panel table.dataTable thead>tr>th.sorting {
    padding-right: 30px;
    display: flex;
    flex-basis: 30%;
    max-width: 177.95px !important;
    box-sizing: border-box;
}

.leaderboard-panel tbody {
    overflow-y: scroll;
    display: flex;
    flex-direction: column;
    width: 100%;
    max-height: 430px;
    position: relative;
}

.leaderboard-panel #leads tr {
    height: 43px;
    max-height: 43px;
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    transition: 0.25s;
}

.leaderboard-panel #leads tr:hover {
    background-color: rgb(28, 27, 27);
}

.leaderboard-panel #leads tr td {
    max-height: 43px;
    vertical-align: middle;
    flex-basis: 30%;
    height: 43px;
    display: flex;
    box-sizing: border-box;
    align-items: center;
    line-height: 13px;
    flex-wrap: wrap;
}

table.dataTable thead .sorting:after, table.dataTable thead .sorting_asc:after, table.dataTable thead .sorting_desc:after, table.dataTable thead .sorting_asc_disabled:after, table.dataTable thead .sorting_desc_disabled:after {
    margin-left: 10px;
    position: initial;
}



/* Style de la barre de défilement */

  .leaderboard-panel tbody::-webkit-scrollbar {
    width: 12px; /* largeur de la barre de défilement */
  }
    
  .leaderboard-panel tbody::-webkit-scrollbar-track {
    background-color: black; /* couleur de fond de la barre de défilement */
  }

  .panel-player tbody::-webkit-scrollbar-thumb {
    background-color: #eb7701; /* couleur de la barre de défilement */
  }
  .panel-daily tbody::-webkit-scrollbar-thumb {
    background-color: #0175F9; /* couleur de la barre de défilement */
  }
  .panel-tribe tbody::-webkit-scrollbar-thumb {
    background-color: #F20154; /* couleur de la barre de défilement */
  }

  #login_page {
    width: 100vw;
    height: 100vh;
    display: flex;
    background-image: url("https://inxserv.eu/wp-content/uploads/2023/11/bg-marine-ark.jpg");
    background-size: cover;
    background-position: center;
    background-color: rgba(0, 0, 0, 0.75);
    background-blend-mode: darken;
    position: relative;
    width: 100%;
    height: 100%;
    justify-content: center;
    align-items: center;
  }


  #login_page form {
    display: flex ;
    flex-direction: column;
    color: #f98201;
    transition: 0.2s;
    font-family: "squaresbold", sans-serif;
    max-width: 450px;
  }

  #login_page form label {
    font-size: 17px !important;
    line-height: 22px !important;
    font-weight: bold;
    font-weight: 600;
  }

  #login_page form input {
    padding: 0 12px !important;
    width: 100%;
    display: block !important;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    border-radius: 2px;
    outline: 0 !important;
    cursor: text !important;
    font-size: 15px !important;
    height: 40px !important;
    box-sizing: border-box !important;
    box-shadow: none !important;
    margin: 0 !important;
    position: static;
    font-weight: bold;
    background-color: black;
    color: white !important;
    border: 0px solid transparent;
  }