
::-webkit-scrollbar {
    width: 8px;
    background-color: rgba(0, 0, 0, 0.022);
}
::-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);
}
.form-container {
	width: 100%;
}
.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(53, 112, 99);
    outline: 1px solid rgb(7, 199, 135);
    min-width: 150px;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .3s;
}
.recharge a:hover {
    background-color: rgba(53, 112, 99, 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;
    height: 18%;
    width: 100%;
    /* border-radius: 10px; */
    /* overflow: hidden; */
    transition: all 1s;
    margin-bottom: 5px;
}
.tl_rows:last-child{
    margin-top: 15px;
}

.tl_label-control {
    color: rgb(159, 158, 158);
    width: 100%;
    font-size: .8rem;
}
.tl_label-control>span {
    color: red;
}
.tl_form-control {
    width: 100%;
    height: 35px;
    padding: 5px 10px;
    color: rgba(138, 138, 138, 0.7);
    border-bottom: 2px solid rgba(80, 92, 124, 0.4);
    transition: all .4s;
    background-color: white;
}
.tl_select-control {
    width: 28%;
    height: 35px;
}
#tl_montant {
    min-width: 65%;
}
#tl_code_coupon {
    width: 80%;
}
#tl_reject, #tl_validate {
    cursor: pointer;
}
#tl_reject {
	background-color: red;
}
#tl_validate {
    background-color: green;
}
.tl_noticer {
    display: none;
    color: red;
}

.tl_p>label {
    color: grey;
}
.tl_label{
    color: rgb(159, 158, 158);
    font-size: .9rem;
}
.tl_btn_submit {
    width: 100% !important;
    padding: 10px 25px;
    background-color: #2ab7f4;
    border-radius: 5px;
    color: white;
    cursor: pointer;
    transition: all ease .2s;
}
.tl_btn_submit:hover {
    background-color: #068ec8e6;
}
.date_time {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    position: relative;
    width: 100%;
}

#l_heure {
    width: 28%;
}
#la_date {
    width: 68%;
}

/* générale */
.notification {
    height: 180px;
    background-color: rgba(88, 167, 88, 0.185);color: green;
    transition: all .5s;
}

td>input{
    cursor: pointer;
}
h2{
    margin: 30px 10px;
    text-align: center;
}
.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: rgb(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;
}
.table-dark>thead{
    border-bottom: 1px solid white;
}
.table-dark>tbody{
    border-top: 1px solid white;
}
.tableLight>thead{
    border-bottom: 1px solid rgb(210,210,210,.7);
}
.tableLight>tbody{
    border-top: 1px solid rgb(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: rgb(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 green;
    padding: 12px 10px;
    font-size: 15x;
}

.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;
    }
}


.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;
}

.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-page: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;
}

#pagination-buttons {
    width: 98%;
    margin: 30px 5px;
    padding: 5px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}


#tl_montant {
    width: 68%;
}
form input[type=number] {
    max-width: 70%;
    padding: 0 0 0 8px;
}
.tl_label-control {
    color: rgb(159 158 158);
    width: 100%;
    font-size: 12px;
}
.form-content {
    width: 100%;
    max-height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: space-evenly;
    align-items: center;
    padding: 20px 1%;
    background-color: transparent;
    gap: 15px;
    transition: all ease .2s;
}
input[type=button], input[type=reset], input[type=submit], button[type=submit], .button, body div.wpforms-container-full .wpforms-form input[type=submit], body div.wpforms-container-full .wpforms-form button[type=submit], body div.wpforms-container-full .wpforms-form .wpforms-page-button {
    display: inline-block;
    font-family: inherit;
    background-color: #13aff0;
    color: #fff;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    margin: 15px;
    padding: 14px 20px;
    border: 0;
    cursor: pointer;
    text-align: center;
    letter-spacing: .1em;
    line-height: 1;
    -webkit-transition: all .3s ease;
    -moz-transition: all .3s ease;
    -ms-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease;
}
.tl_p>label {
    color: rgb(167 163 163);
}
.table_container {
	width: 100%;
    height: 100%;
    overflow: scroll;
}

.notification {
    height: fit-content;
    background-color: rgba(88, 167, 88, 0.185);color: green;
    transition: all .5s;
}
.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(53, 112, 99);
    outline: 1px solid rgb(7, 199, 135);
    min-width: 150px;
    border-radius: 30px;
    padding: 10px 25px;
    text-decoration: none;
    transition: all .3s;
}
.recharge a:hover {
    background-color: rgba(53, 112, 99, 0.877);
    color: rgb(206, 205, 205);
}
.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;
    }
}


.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;
}

.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-page: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;
}

#pagination-buttons {
    width: 98%;
    margin: 30px 5px;
    padding: 5px 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
}
#tl_montant {
    min-width: 60%;
}
.tl_p{
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    gap: 5px !important;
}