/*@import url("https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.15.3/css/all.min.css");*/
/* @import url("boxicons/css/boxicons.min.css");
@import url("tlBootstrap.min.css"); */
.modal-content::-webkit-scrollbar {
    max-width: 4px;
    background-color: rgba(0, 0, 0, 0.062);
}
.modal-content::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(148, 147, 147, 0.05);
}
.modal-content::-webkit-scrollbar-thumb:hover {
    background-color: rgba(148, 147, 147, 0.1);
}
::-webkit-scrollbar {
    width: 10px;
    background-color: rgba(0, 0, 0, 0.062);
}
::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(148, 147, 147, 0.1);
}
::-webkit-scrollbar-thumb:hover {
    background-color: rgba(148, 147, 147, 0.2);
}
.table_container {
	width: 100%;
    height: 100%;
    overflow: scroll;
}

.recharge {
    text-align: center;
    background-color: transparent;
    padding: 10px 2px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    transition: all .5s;
}
.recharge a {
    color: white;
    background-color: rgb(54, 53, 112);
    outline: 1px solid rgb(7, 20, 199);
    min-width: 150px;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .3s;
}
.recharge a:hover {
    background-color: rgba(53, 59, 112, 0.877);
    color: rgb(206, 205, 205);
}

.tl_input_row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.tl_rows {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 100%;
    /* border-radius: 10px; */
    overflow: hidden;
    transition: all .5s;
    margin-bottom: 15px;
}
.tl_rows:last-child{
    margin-top: 15px;
}
.tl_btns_row {
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
    width: 100%;
}
.tl_label-control {
    color: rgb(159, 158, 158);
    width: 100%;
    font-size: .8rem;
}
.tl_label-control>span {
    color: red;
}
.tl_form-control {
    width: 100%;
    color: rgb(240, 240, 242);
    border-radius: 8px;
    transition: all .1s;
}
.tl_select-control {
    min-width: 100%;
    min-height: 35px;
}

.tl_p{
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: 20%;
    padding-left: 20px;
}
.tl_p>label {
    color: grey;
}
.tl_label{
    color: rgb(159, 158, 158);
}
/* générale */
.notification {
    height: 200px;
    background-color: rgba(88, 120, 167, 0.185);color: blue;
    transition: all .5s;

}
td>input{
    cursor: pointer;
}

.table-dark{
    margin: 30px 5px;
    background-color: rgb(40, 40, 40); 
    color: white; 
    max-width: 98%;
    min-width: 98%;
    margin-bottom: 20px;
    box-shadow: 2px 3px 5px rgba(0,0,0,.4);
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    border-radius: 15px;
}
.tableLight{
    margin: 30px 5px;
    background-color: rgba(210,210,210,.7); 
    color: white; 
    min-width: 98%;
    max-width: 98%;
    margin-bottom: 20px;
    color: black;
    box-shadow: 2px 3px 5px rgba(0,0,0,.4);
    border-collapse: collapse;
    border-spacing: 0px;
    border: none;
    border-radius: 15px;
}

th,td{
    padding: 10px;
    margin: 0;
}
td{
    font-size: .9rem;
}
.tableLight>tbody>tr {
    cursor: pointer;
    transition: .5s;
}
.tableLight>tbody>tr:hover {
    background-color: rgba(0,0,0,.1);
}
.table-dark>thead{
    border-bottom: 1px solid white;
}
.table-dark>tbody{
    border-top: 1px solid white;
}
.tableLight>thead{
    border-bottom: 1px solid rgba(210,210,210,.7);
}
.tableLight>tbody{
    border-top: 1px solid rgba(210,210,210,.7);
}
.table-dark tbody tr:nth-of-type(odd){
    background-color: rgb(40, 40, 40);
}
.table-dark tbody tr:nth-of-type(even){
    background-color: rgb(50, 50, 50);
}
.tableLight tbody tr:nth-of-type(odd){
    background-color: rgba(240, 239, 239, 0.877);
}
.tableLight tbody tr:nth-of-type(even){
    background-color: rgba(210,210,210,.7);
}
.table-dark>tbody>td{
    border: none;
    margin: 0;
}
.success{
    max-width: 80%;
    text-align: center;
    padding: 5px 10px;
    color: black;
    background-color: white;
    margin-top: 10px;
}
.unsucess-p {
    text-align: justify;
    border-left: solid 4px rgb(128, 0, 0);
    padding: 12px 10px;
    font-size: 15px;
}
.success-p{
    text-align: justify;
    border-left: solid 4px rgb(0, 19, 128);
    padding: 12px 10px;
    font-size: 15px;
}

.form-btn{
    background-color: rgba(40,60,255,.9);
    border: 1px solid rgba(40,60,255,.9);
    color: white;
    border-radius: 5px;
    padding: 5px 20px;
    font-size: 1rem;
}

/* Ce qui est de la configuration du progress bar */
#sect-title-pb{
    font-weight: bold;
    margin-bottom: 30px;
    margin-top: 20px;
    font-size: 2rem;
}


.tableLight th, .tableLight td {
    padding: 10px;
}

@media (max-width: 768px) {
    .tableLight th,
    .tableLight td {
        padding: 5px;
        font-size: 12px;
    }
    .tableLight .hide-on-mobile {
        display: none;
    }
    .num-table {
        text-decoration: none;
        margin: 5px 30px;
        color: rgb(122, 122, 122);
        background-color: rgb(253, 252, 250);
        width: fit-content;
        font-size: 1rem;
        padding: 8px 5%;
        /* height: 25px; */
        border-radius: 30px;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: center;
        transition: all .5s;
        box-shadow: 2px 3px 5px rgba(0,0,0,.4);
    
    }
        #tablepagination-buttons {
        max-width: 60%;
        margin: 1px 5px;
        margin-bottom: -20px;
        margin-top: 20px;
        padding: 5px 8px;
        display: flex;
        flex-direction: row;
        align-items: center;
        justify-content: space-evenly;
        overflow-x: hidden;
    }
}


.prev-page,.next-page {
    text-align: center;
    text-decoration: none;
    color: rgb(122, 122, 122);
    width: 80px;
    padding: 5px 20px;
    transition: all .5s;
    background-color: white;
    border-radius: 20px;
}
.prev-page:hover,.next-page:hover {
    background-color: rgba(184, 183, 183, 0.877);
    color: rgba(0, 0, 0, 0.808);
    border-radius: 30px;
}
#tablepagination-buttons {
    width: 100%;
    margin: 1px 5px;
    margin-bottom: -20px;
    margin-top: 20px;
    padding: 5px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-evenly;
}
.num-page {
    text-decoration: none;
    margin: 5px 10px;
    color: rgb(122, 122, 122);
    background-color: rgb(253, 252, 250);
    width: 40px;
    /* height: 25px; */
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;

}
.num-table {
    text-decoration: none;
    margin: 5px 30px;
    color: rgb(122, 122, 122);
    background-color: rgb(253, 252, 250);
    width: fit-content;
    font-size: 1rem;
    padding: 15px 80px;
    /* height: 25px; */
    border-radius: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    transition: all .5s;
    box-shadow: 2px 3px 5px rgba(0,0,0,.4);

}
.num-table>a{
    text-decoration: none;
}
.num-page:hover,.num-table:hover {
    outline: 1px solid rgb(20, 73, 247);
    cursor: pointer;
    transition: all .5s;
}
.num-page>span {
    margin: 0;
    top: 0;
    box-sizing: border-box;
}
.current_page {
    background-color: rgba(184, 183, 183, 0.877);
    color: rgba(0, 0, 0, 0.808);
    border-radius: 30px;
}
.current_table {
    background-color: rgba(184, 183, 183, 0.877);
    color: rgba(0, 0, 0, 0.808);
    position: relative;
    display: inline-block;
}
.triangle-down {
    position: absolute;
    bottom: -21px;
    left: 50%;
    transform: translateX(-50%) rotateX(180deg);
    width: 0;
    height: 0;
    border-left: 15px solid transparent;
    border-right: 15px solid transparent;
    border-top: 21px solid rgba(210,210,210,.7);

  }


#form_paginator {
    width: 100%;
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    height: 40px;
    background-color: rgb(255, 255, 255);
}
.formIndex1, .formIndex2 {
    width: 40px;
    height: 20px;
    margin: 1px 10px;
    color: rgb(95, 93, 93);
    
}
.form-content, .form-modal {
    min-width: 100%;
    height: fit-content;
    max-height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    background-color: transparent;
    transition: all .3s;
    /* padding-top: 50%; */
    overflow-y: scroll;
    overflow-x: hidden;
    
}
.form-sectionadmin {
    min-width: 90%;
    max-width: 90%;
    min-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: flex-start;
    transition: .2s;
    padding: 10px 5px
}
.form-sectionadmin>.opt_rows {
    max-width: 50%;
}
.form-sectionadmin>.opt_label-control{
    padding: 20px 5px;
}
.form-sectionadmin>.opt_form-control {
    height: 100px;
    background-color: rgba(20,30,160,.1);
    border: none;
    outline: none;
    border-bottom: solid 2px grey;
    padding-bottom: 10px;
}
.form-sectionadmin>.opt_select-control {
    height: 100px;
    border: none;
    outline: none;
    padding-bottom: 10px;
}
.isFormActive {
    min-width: 100%;
    max-width: 100%;
}
#pagination-buttons {
    width: 100%;
    margin: 30px 5px;
    padding: 5px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}

.error_info {
    color: maroon;
}
#modal{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.02);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    /* padding-top: 20px; */
}
#modal2{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.02);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    /* padding-top: 20px; */
}
#modal3{
    display: none;
    position: fixed;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0,0,0,0.02);
    justify-content: center;
    align-items: center;
    z-index: 9999999;
    /* padding-top: 20px; */
}
.modal-content{
    background-color: #fefefe;
    padding: 8px 10px;
    border: none;
    width: 40%;
    min-height: 40%;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 2px 2px 4px rgba(20, 20, 20, 0.2);
    border-radius: 8px;
}

.modal-content{
    height: 90%;
    padding: 0 0;
}

.modal-content>.form-modal {
    min-width: 100%;
    min-height: fit-content;
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    padding: 10px 30px;
    background-color: transparent;
    transition: all .5s;
    
}
@media only screen and (min-width: 768px) {
    .modal-content>.form-modal {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 40%;
    }
    .modal-content>.form-content {
        overflow-y: scroll;
        overflow-x: hidden;
        padding-top: 15%;
    }
}
.erreur {
    border: 1px solid red;
  }
  
  .erreur-message {
    color: red;
    font-size: 12px;
    margin-top: 5px;
  }
  #info-message {
    width: 100%;
    background-color: #d4edda;
    color: #155724;
    padding: 10px;
    margin-bottom: 10px;
    border: 1px solid #c3e6cb;
    border-radius: 4px;
  }

  .content {
    margin-top: 30px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: flex-start;
    overflow: hidden;
    padding: 25px 30px;
    box-shadow: 2px 2px 10px rgba(0,0,0,.3);
    border-radius: 8px;
}
.solde-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
    margin-bottom: 10px;
}
.solde {
    width: 22%;
    /* border: solid 1px black; */
    /* text-align: center; */
}
.retour {
    width: 20%;
    display: flex;
    align-items:center;
    justify-content: center;
    height: fit-content;
    text-align: center;
}
.retour>a {
    width: 100%;
    text-decoration: none;
    border: 1px solid blue;
    color: white;
    transition: all .6s;
    background: linear-gradient(10deg,rgb(10,10,50),rgb(30,30,80));
    padding: 10px 2px;
    border: solid 1px white;
    border-radius: 8px;
}
.retour>a:hover {
    transition: all .6s;
    background: linear-gradient(100deg,rgb(10,10,50),rgb(30,30,80));
}
.name-bar {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    padding: 20px 10px;
    margin-bottom: 10px;
}

.name-bar>h3 {
    padding-right: 20px;
}
.formsEdit {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: space-between;
}
.mini-row {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    margin-top: 20px;
    margin-bottom: 20px;
    width: 100%;
}
.second-form,.first-form {
    width: 40%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}
.first-form {
    min-width: 55%;
}

#tl_credit {
    min-width: 66%;
    height: 35px;
    outline: none;
}
#credit {
    padding: 12px 37px;
    background-color: rgb(250,20,80);
    border: solid 1px white;
    cursor: pointer;
    color: white;
    transition: all .3s;
    font-size: .8rem;
}
#credit:hover {
    outline: rgb(250,20,80) 2px solid;
}

.title-relever {
    width: 100%;
    margin-top: 30px;
    padding: 10px 5px;
    display: flex;
    flex-direction: row;
    align-items: center;
}
.indice {
    width: 25px;
    height: 25px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: rgb(50, 218, 134);
    color: white;
    font-size: 14px;
    margin-left: 5px;
}

#relever-menu {
    width: 100%;
    display: flex;
    flex-direction: row;
    overflow: hidden;
    align-items: center;
    justify-content: space-between;
}
.menu-items {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 33.33%;
    text-align: center;
    background-color: transparent;
    border: solid 1px rgba(30,30,150,.05);
    transition: all .4s;
    color: black;
}
.menu-items:hover {
    border: solid 1px rgba(30,30,150,.05);
    border-top: solid 4px rgba(70,70,60,.5);
    background-color: transparent;
    color: black;
}
.is-active {
    border-top: solid 2px rgba(30,180,60,.8);
}
#relever {
    width: 100%;
    max-height: 400px;
    overflow-y: scroll;
    overflow-x: hidden;
}
#relever::-webkit-scrollbar {
    width: 2px !important;
    background-color: white !important;
}
#relever::-webkit-scrollbar-thumb {
    border-radius: 10px !important;
    background-color: rgba(0, 0, 0, 0.08) !important;
}
#relever::-webkit-scrollbar-thumb:hover {
    background-color: rgba(148, 147, 147, 0.05) !important;
}
.relever-dress {
    margin-bottom: 30px;
    color: white; 
    min-width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    color: black;
    border: solid 1px rgba(30,30,150,.05);
    border-collapse: collapse;
    border-spacing: 0px;
    border-radius: 15px;
}
.avatar {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    color: white;
}
.relever-dress>thead {
    /* background-color: rgba(30,30,150,.1); */
    border-bottom: 2px solid rgba(30,30,150,.08);
}
th,td{
    text-align: center;
    padding: 15px 5px;
    margin: 0;
}
td{
    font-size: .9rem;
}
.relever-dress>tbody>tr:hover {
    cursor: pointer;
    background-color: rgba(30,30,150,.1);
}
tr>td:last-child {
    position: relative;
}
.plus {
    font-size: 20px;
    cursor: pointer;
    margin-left: 5px;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 20px;
    height: 20px;
    border-radius: 50%;
    position: absolute;
    right: 5px;
    /* box-shadow: 2px 2px 4px rgba(0,0,0,.2); */
}
#admin_notif {
    resize: none;
    width: 70%;
    height: 40px;
    font-family: "roboto";
    position: relative;
    border: solid 1px rgb(40, 160, 100);
}
.zone-message {
    margin-top: 50px;
}
#lock-btn {
    padding: 12px 28px;
    color: white;
    background-color: rgb(100, 100, 100);
    border: 1px solid white;
    transition: all .3s;
    cursor: pointer;
}
#lock-btn:hover {
    outline: 2px solid rgb(100, 100, 100);
}
#sender {
    display: flex;
    padding: 7px 5px;
    align-items: center;
    justify-content: center;
    font-size: 1.6rem;
    font-weight: 100;
    color: white;
    background-color: rgb(40, 140, 80);
    border: none;
    position: relative;
    top: 0px;
    right: 0px;
    cursor: pointer;
    border: solid 1px rgb(40, 140, 80);
    border-top-right-radius: 10px;
    border-bottom-right-radius: 10px;
    transition: all .2s;
    outline: none;
}
#sender::-webkit-scrollbar {
    max-width: 2px;
    background-color: rgba(0, 0, 0, 0.062);
}
#sender::-webkit-scrollbar-thumb {
    border-radius: 10px;
    background-color: rgba(0, 0, 0, 0.08);
}
#sender::-webkit-scrollbar-thumb:hover {
    background-color: rgba(148, 147, 147, 0.2);
}
.separator {
    background-color: rgba(100, 100, 100,.1);
    height: 1px;
    margin: 20px 5px;
    width: 100%;
}
.show-mobile {
    display: none;
}

@media (max-width: 880px) {
    .tableLight th,
    .tableLight td {
        padding: 5px;
        font-size: 12px;
    }
    
    .retour {
        width: 40%;
        display: flex;
        align-items:center;
        justify-content: center;
        height: fit-content;
        text-align: center;
        padding: 20px 5px;
    }
    .content {
        width: 98%;
        box-shadow: none;
        margin-top: 0;
    }
    .second-form,.first-form {
        width: 48%;
    }
}
@media (max-width: 610px) {
    tr>td>small {
        font-size: 10px;
        color: grey;
    }
    tr>th:first-child, tr>td:first-child {
        width: 40%;
    }
    tr>th:last-child, tr>th:last-child {
        width: 60%;
        
    }
    tr>td:last-child {
        text-align: right;
        padding-right: 50px;
    }
    .hide-mobile {
        display: none;
    }
    .show-mobile {
        display: block;
    }
    .formsEdit {
        width: 100%;
        display: flex;
        flex-direction: column-reverse;
        align-items: flex-start;
        justify-content: space-evenly;
    }
    .second-form,.first-form {
        width: 98%;
    }
    .first-form {
        justify-content: center;
    }
    .second-form {
        margin-bottom: 35px;

    }
    #admin_notif {
        width: 96%;
        height: 40px;
        border: solid 2px rgb(40, 160, 100);
    }
    #sender {
        display: flex;
        padding: 9px 12px;
        top: 0px;
        right: 0px;
        cursor: pointer;
        border: solid 1px rgb(40, 140, 80);
        transition: all .2s;
    }
}
.td-content {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between; 
}
.td-text {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.second-form {
    max-width: 40%;
}
        .tl_rows_recharge { 
            width: 100%;
            max-height: 40px;
            display: flex;
            flex-direction: row;
            align-items: center;
            justify-content: space-around;
            
        }
        .tl_label-control_recharge {
            whidth: 70%;
        }
        .recharge_button {
            width: 28%;
        }
        
.content-histo {
            margin-top: 30px;
            width: 100%;
            display: flex;
            flex-direction: column;
            align-items: center;
            justify-content: flex-start;
            overflow: hidden;
            overflow-x: hidden;
            overflow-y: scroll;
            padding: 25px 5px;
            border-radius: 8px;
            
        }
        
        .content-histo::-webkit-scrollbar {
            width: 10px;
            background-color: rgba(0, 0, 0, 0);
        }
        .content-histo::-webkit-scrollbar-thumb {
            border-radius: 10px;
            background-color: rgba(148, 147, 147, 0.03);
        }
        .content-histo::-webkit-scrollbar-thumb:hover {
            background-color: rgba(148, 147, 147, 0.5);
        }
        .relever-dress>tbody{
            background-color: transparent;
 }

.form_recharge {
	width: 100%;
	height: 38px;
}
   .banktl_montant { 
    height: 30px;
    width: 65%;
    border-radius: 20px;
}
.banktl_recharge {
    height: 30px;
    max-width: 32%;
    border-radius: 20px;
}

