.icon-commandes > *:first-child:before,
.icon-produits > *:first-child:before,
.icon-updateProduct > *:first-child:before,
.icon-billets > *:first-child:before,
.icon-clients > *:first-child:before,
.icon-shopy > *:first-child:before {
    content: '\f07a';
}

.buttonsManagerTop {
    position: absolute;
    right: 30px;
    top: 30px;
}

.buttonsManagerRight {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: end;
    flex-wrap: nowrap;
    gap: 3px;
}

.billetTypesForm {
    display: none;
}

.readonlySelect {
    pointer-events: none;
}

#commandesTabsContent .dataTables_filter,
#billetsTabsContent .dataTables_filter {
    display: none;
}

#commandesTabsContent tr td:last-child,
#billetsTabsContent tr td:last-child {
    display: flex;
    flex-direction: row;
    align-content: center;
    justify-content: end;
    flex-wrap: nowrap;
    gap: 3px;
}

table.table.table-stats th {
    background-color: #fdfdfe !important;
    color: #344050 !important;
}
table.table.table-stats tr:hover {
    background: var(--colorSecondary) !important;
}
