.table-button {
    position: relative;
    width: 4%;
    padding: 10px 0 10px 0;
}

.button-animation:active {
    transform: translate(0, 1px);
}

.participant_input {
    padding: 10px;
}

.liste_table {
    display: flex;
    flex-direction: column;
}

.delete_button {
    width: 2%;
    align-self: end;
    position: absolute;
    padding-top: 0;
    transform: translate(104%);
}

#add-table-button {
    margin-left: 10px;
}

.liste_participants {
    height: 100px;
    overflow-y: scroll;
    min-height: 172px;
    margin: 20px 0 0 0;
    background-color: #ffffff;
    max-width: 90%;
}

.participants_selected {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 90%;
}

.listes > div {
    padding: 18px;
    user-select: none;
    min-height: 250px;
    overflow: scroll;
    margin: 2% auto 2% auto;
}

.tables_info {
    display: flex;
    margin: 0 auto;
    align-items: center;
}

.participant_number {
    padding: 10px 0 10px 0;
    font-size: 26px;
}

.div_info_table {
    display: flex;
}

.auto_completion_participants {
    background-color: #d9d9d9;
}

.auto_completion_participants > div {
    padding: 10px;
}

.participants_unselected > div {
    border-bottom: 1px solid #e6e6e6;
    max-width: 100%;
    font-size: 15px;
    line-height: 26px;
}

.div_participants {
    font-size: 18px;
    line-height: 28px;
}

.div_participants > div {
    display: flex;
    align-items: center;
}

.add_table_button {
    padding: 10px 26px;
    background-color: black;
}

.buttons_fin_table {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.buttons_fin_table > a {
    padding-top: 10px;
}

#button_invitation > span{
    margin-top: 10px;
}

.participant-delete-button {
    width: 50px;
}

@media (max-width: 768px) {
    .liste_participants {
        height: 100px;
        overflow-y: scroll;
        min-height: 172px;
        margin: 5% auto 2% auto;
        background-color: #ffffff;
        max-width: 90%;
    }

    .delete_button {
        width: 4%;
    }

    .non_assigne_table {
        background-color: #F5F5F5;
        border-radius: 0 0 0 0;
        -webkit-border-radius: 0 0 0 0;
        -moz-border-radius: 0 0 0 0;
    }

    .participants_selected > input {
        max-width: 80%;
    }

    .participants_selected {
        min-width: 90%;
        max-width: 90%;
    }

    .table-button {
        width: 25px;
        height: 45px;
    }
}