.noSelect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

#render-canvas {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

#fps {
    /* visibility: hidden; */
    position: absolute;
    bottom: 50px;
    right: 0px;
    padding: 1px 8px 1px 8px;
    font-size: 1.5em;
    color: white;
}

.fps {
    background-color: #39f;
}

.alert {
    background-color: crimson;
}

.plans {
    display: flex;
    flex-direction: row-reverse;
    align-items: flex-start;
}

.plansContents {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
}

.plansTools {
    padding: 5px;
}

.plansTools .tool {
    z-index: 1105;
    font-size: 1.5rem;
    margin-bottom: 3px;
}

#infos-popup .container {
    width: 7.55rem;
    font-size: 1rem;
}

#infos-popup .medias {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    border-top: 1px solid var(--ui-defaultColor);
    margin-top: 10px;
    padding-top: 10px;
    font-size: 0.7rem;
}

#infos-popup .medias .button {
    text-decoration: none;
    width: 2.2rem;
    height: 2.2rem;
    font-size: 1.5rem;
    margin: 5px 2px 0 2px;
}


