:root {
    --color1: lightgrey;
    --color2: rgb(25,30,35);
    --color3: rgb(100, 100, 100);
    --color4: aqua;
}

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


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

#selectSceneMixer {
    display: block;
    margin-top: 10px;
}

.sceneLink {
    text-decoration: underline;
    width: 146px;
    cursor: pointer;
}

.sceneLink.active {
    background-color: var(--color4);
}
#sliderContainer > * {
}
h3 {
    padding: 5px;
}

#sceneSliderContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    width: 100%;
    /*background: var(--color2);*/
    padding-top: 8px;
    border-bottom: var(--color1) 2px solid;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

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

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

#sceneLinkContainer {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    gap: 5px;
    width: 100%;
    border-bottom: var(--color1) 2px solid;
    padding-bottom: 20px;
    margin-bottom: 10px;
}

.hide {
    display: none !important;
}

/*.sceneSlider {*/
/*    display: inline;*/
/*    margin-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";
    font-size: 13px;
    /*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;
}

.slider-entity input[type="range"] {
    border: transparent solid 1px;
    display: block;
}

.slider-entity input[type="range"] {
    border: transparent solid 1px;
}

#audioContainer {
    height: 100%;
    display: flex;
    justify-content: end;
    flex-direction: column;
    padding-bottom: 10px;
}

/*body.show-expert #audioContainer {*/
/*    justify-content: start;*/
/*}*/

.slider-entity.red input[type="range"] {
    border: darkgray solid 1px;
}

.slider-label {
    position: absolute;
    pointer-events: none;
    margin-top: 3px;
    margin-left: 20px;
}

.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;
    pointer-events: none;
    position: absolute;
    margin-top: 3px;
    margin-left: 5px;
}

.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;
    opacity: 40;
    transition: opacity 1s;
}

body.show-expert .many-sliders-container {
    min-width: 810px;
}

.many-sliders-container:hover {
    opacity: 100%;
}

button, select {
    background: none;
    border-radius: 4px;
    border: 1px solid var(--color3);
    color: var(--color1);
    cursor: pointer;
}

select.scene-mapping {
    width: 150px;
    margin-bottom: 5px;
}

h3 {
    border-top: var(--color3) solid 1px;
}

#visualsMenuContainer {
    display: flex;
    flex-direction: column;
    gap: 10px;
    /*flex-wrap: wrap;*/
    padding: 5px;
    width: 100%;
    max-height: 90%;
    /*max-width: 450px;*/
    min-width: 310px;
    /*border: 1px dotted var(--color1);*/
    border-radius:10px;
    padding: 10px;
    overflow-y: auto;
    /*background: black;*/
    /*flex-shrink: 2;*/
}

.visual-slider-sections {
    display: flex;
    flex-flow: row wrap;
    width: 100%;
}

#visualsMenuContainer > div {

}

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

.scene {
    border-radius:10px;
    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: var(--color2);*/
}

/*.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;
    flex-wrap: wrap;
}

.transparent {
    opacity: 0;
}

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;
    /*justify-content: right;*/
    /* align-items: end;   */
    position: fixed;
    width: 100%;
    height: 100%;
    /*background: linear-gradient(to bottom right, #cce6ff, #ffcce6);*!*/
    opacity: 80%;
}

body.show-expert #helloBackground {
    padding-top: 40px;
    align-items: start;
    justify-content: start;
}

#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 darkgray;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    padding-right: 4px;
    margin-left: 2px;
    box-sizing: border-box;
    /*background: var(--color2);*/
    overflow: hidden;
}

#randomMusicBtn {
    background: #cccccc;
    color: black;
    font-size: 30px;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.5); /* Initial subtle shadow */
    transition: box-shadow 0.2s ease, transform 0.2s ease;
}

#randomMusicBtn:active {
    box-shadow: inset 0 2px 4px rgba(0, 0, 0, 0.5); /* Inner shadow for pressed effect */
    transform: translateY(4px); /* Move down slightly */
}

.control-level-links {
    font-size: 15px;
    color: #cccccc;
    display: inline;
}
