.player 
{
    margin-bottom: 2px;
}
.player .head
{
    flex-direction: row;
    background-color: var(--bg-dark);
    border-radius: 0.2em;
    padding: 0.5em;
    width: calc(100% - 1em);
}

.player .body
{
    padding: 1em;
    width: calc(100% - 2em);
}

.player .head .name
{
    margin-left: 0.5em;
    margin-right: auto;
    width: initial;
}

.player .head img:first-child
{
    margin-left: 0em;
    margin-right: 0em;
    width: 44px;
}

.player .head button:last-child
{
    width: initial;
    margin-right: 0;
    margin-left: 0;
}

.player .head .infos
{
    width: initial;
    margin-right: 1em;
    margin-left: auto;
    text-align: right;
}

.actions
{
    min-height: 600px;
    overflow-y: auto;
}

.player .actions
{
    min-height: initial;
}

.actions div.label-container
{
    background: var(--bg-dark);
    border-radius: 0.2em;
    margin-bottom: 2px;
}

.bug
{
    padding: 0.5em;
    width: calc(100% - 2em);
    background: var(--bg-dark);
    margin-bottom: 1px;
}

.bug .head,
.bug .foot
{
    flex-direction: row;
}

.bug .foot
{
    margin-top: 0.5em;
}

.bug .head *:first-child,
.bug .foot *:first-child
{
    margin-left: 0;
    margin-right: auto;
    text-align: left;
}

.bug .head button:last-child,
.bug .foot button:last-child
{
    width: initial;
}

.bug .foot button:last-child
{
   margin-left : 1em; 
}

.bug .body
{
    background: var(--bg);
    padding: 0.7em 0;
}

.bug .body .message
{
    font-style: italic;
}

.bug .infos
{
    text-align: right;
    width: calc(100% - 1em);
}

.bug.archived
{
    background: #00654b45;
}

.players
{
    max-height: 550px;
    overflow-y: auto;
}

.notif,
.sondage
{
    margin-top: 1px;
    border-radius: 0.1em;
}

.notif .head
{
    flex-direction: row;
    background: var(--bg-dark);
    padding: 0.6em;
    border-radius: 0.3em 0.3em 0 0;
    width: calc(100% - 1.2em);
}

.notif .head button
{
    width: initial;
}

.notif .head *:first-child
{
    width: 190%;
    margin-left: 0;
    text-wrap: nowrap;
    text-overflow: ellipsis;
    overflow: hidden;
    text-align: left;
}

.notif .head .date
{
    font-size: 0.8em;
}

.notif .body
{
    background: var(--bg-dark);
    border-radius: 0 0 .2em .2em;
    padding: 0.5em;
    width: calc(100% - 1em);
}

.notif .body .titre
{
    text-align: left;
    font-weight: bold;
    margin-bottom: 1em;
}

.notif .body .html
{
    text-align: left;
    padding: 1em;
    width: calc(100% - 2em);
    display : block;
}

.notif .body .html *
{
    display: initial;
    width: initial;
    margin: initial;
}

.notif .body .html button
{
    display: block;
    margin: auto;
}

.notif .body img
{
    width: 256px;
    cursor: pointer;
}

.removing
{
    transition: opacity 0.3s;
    opacity: 0.2;
}

button.remove
{
    background: #4f0000;
}

.notif.current
{
    border: solid 1px #257d93;
}

.sondage 
{
    padding: 0.5em;
    width: calc(100% - 1em);
    border-radius: 0.4em;
    box-shadow: 0 0 20px 0 #00000061;
}

.sondage .question
{
    padding: 0.5em;
    text-align: left;
    width: calc(100% - 1em);
    background: var(--bg-dark);
    margin: 1px 0;
}
