body {
    padding: 0;
    margin: 0;
    background-color: black;
    font-family: Caprasimo;
    color: lightgrey;
    overflow: hidden;
    font-family: "Helvetica Neue";
}
p {
    margin-top: 3px;
    margin-bottom: -3px;
}


#sliderContainer {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}



.sceneLink.active {
    background-color: aqua;
}
#sliderContainer > * {
}
h3 {
    padding: 5px;
}

#sceneSliderContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    background: darkgray;
    padding-top: 8px;
    opacity: 80%;
    padding-left: 5px;
}

#sceneSliderContainer > div {
    /*background: red;*/
    width: 100px;
}

#sceneLinkContainer, #sceneMetaButtons {
    width: 100%;
}

#sceneLinkContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
}

.hide {
    display: none !important;
}

.sceneSlider {
    display: inline;
    margin-top: -5px;
}

input[type="range"].sceneSlider {
    width: 71px;
}
.sceneSliderLabel {
    width: 18px;
    display: inline-block;
    position: relative;
    top: -5px;
}

/*@font-face {*/
/*    font-family: Caprasimo;*/
/*    src: url(../media/Caprasimo-Regular.ttf);*/
/*}*/
#link {
    color: blue;
    text-decoration-line: underline;
}

html {
    width: 100%;
    height: 100%;
}
body {
    width: 100%;
    height: 100%;
    padding: 0;
    margin: 0;
    /*background-color: black;*/
    display: flex;
    font-family: "Helvetica Neue";
    /*background-color: black;*/
}
p {
    margin-top: 0px;
    margin-bottom: 0px;
}
div {
    padding: 0px;
}
main {
    width: 100%;
    height: 100%;
}

.slider-entity {
    /*background-color: rgba(100, 100, 100, 0.9);*/
    margin-top: -2px;
    padding: 2px;
    padding-right: 8px;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
}

.visual-slider-entity {
    margin-top: -2px;
    border-radius: 10px;
    overflow: hidden;
    white-space: nowrap;
    width: 150px;
    position:relative;
}

.visual-labels {
    max-width: 100%;
    display: block;
    overflow: hidden;
}

.visualSliders {
    display: block;
}

.visualCheckboxes {
position: absolute;
right: 0px;
    top: 0px;
}

.many-sliders-container {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    padding: 5px;
    width: 100%;
    max-height: 90%;
    max-width: 815px;
    overflow: auto;
    padding-top: 20px;
}

button {
    background: none;
    border-radius: 4px;
    border: 1px solid #333;
    color: lightgray;
}

#visualsMenuContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*flex-wrap: wrap;*/
    padding: 5px;
    width: 100%;
    max-height: 100%;
    max-width: 750px;
    padding-top: 20px;
    background: black;
    opacity: 85%;
    border: 1px dotted white;
    border: 1px dotted white;
    border-radius:10px;
    padding: 10px;
    overflow-y: auto;
    background: rgba(0, 0, 0, 0.6);
    /*flex-shrink: 2;*/
}

#visualsMenuContainer > div {

}

#positionContainer {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100%;
}

.scene {
    border-radius:10px;
    opacity: 70%;
    padding: 5px;
    background: rgba(0, 0, 0, 0.3);
    /*background: linear-gradient(to bottom right, #aaccff, #ffe6f2);*/
    border: 1px dotted white;
    margin-left: -1px;
    margin-top: -1px;
    box-sizing: border-box;
    /*display: flex;*/
    /*flex-direction: row;*/
    /*flex-wrap: wrap;*/
    width: 200px;
}

body.show-expert .scene {
    /*background: linear-gradient(to bottom right, #aaccff, #ffe6f2);*/
    background: rgba(0, 0, 0, 0.8);
}

/*.slider-entity :not(.show-expert) {*/
/*.slider-entity :not(.show-expert) {*/
/*    background-color: darkgrey !important;*/

/*}*/

.scene :not(.show-expert) {
    /*background-color: magenta !important;*/
    /*background-color: darkgrey;*/
    max-height: 150px;
}

h3 {
    margin: 0px;
}

/*@font-face {*/
/*    font-family: Caprasimo;*/
/*    src: url(../media/Caprasimo-Regular.ttf);*/
/*}*/
#link {
    color: blue;
    text-decoration-line: underline;
}
.red {
    background-color: red;
}

#mainButtons {
    display: flex;
    white-space: nowrap;
    padding: 4px;
    gap: 10px;
    margin: 10px;
    height: 20px;
    z-index: 1;
    position: absolute;
}

input[type="range"].mainSliders{
    width: 100px;
}

.valueDisplay {
    width: 20px;
}

input[type=range] {
    width: 100%;
}

#toggleExpertModeButton {
    opacity: 30%;
}

.expert {
    display: none !important;
}
.show-expert .expert { display: block !important; }

#helloBackground {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom right, #cce6ff, #ffcce6);*!*/
    opacity: 100%;
    /*z-index: -1;*/
}

body.show-expert #helloBackground {
    padding-top: 40px;
}

#helloContainer {
    display: flex;
    align-content: center;
    align-items: center;
    flex-direction: column;
    gap: 20px;
    padding: 20px;
    width: 400px;
    height: 400px;
    /*background: linear-gradient(to bottom right, #cce6ff, #ffcce6);*/
    /*background-color: rgba(250, 250, 250, 0.2);*/
    position: absolute;
    border-radius: 10px;
}
.hide {
    display: none !important;
}

.animation-prop-div {
    /*background: aqua;*/
    border: 2px solid lightgray;
    border-radius: 5px;
    padding: 1px;
    box-sizing: border-box;
    background: dimgray;
}