body {
    -webkit-user-select: none;
    /* Safari */
    -ms-user-select: none;
    /* IE 10 and IE 11 */
    user-select: none;
    /* Standard syntax */
    background-color: black;
    transition: color 0.4s, background-color 0.4s;
}

#mainFrame {
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    background-color: rgb(34, 34, 34);
    width: 1297.595px; /* 50% of 2595.19px */
    height: 677.97px; /* 50% of 1355.94px */
    border-radius: 5px;
    padding-bottom: 3%;
}

#keyboard {
    padding-top: 0.3%;
    background-color: grey;
    width: 75%;
    height: 25%;
    position: absolute;
    left: 50%;
    transform: translate(-58.9%, 275%);
    padding-left: 1.5%;
    border-radius: 5px;
}

.key {
    position: relative;
    display: inline-block;
    width: 6.0%;
    height: 88%;
    background-color: white;
    border-radius: 5px;
    margin-top: 0.6%;
    margin-left: 0.20%;
    transition: background-color 0.1s;
}

.blacKey {
    position: relative;
    display: inline-block;
    width: 4%;
    height: 65.2%;
    background-color: rgb(18, 18, 18);
    border-radius: 5px;
    margin-top: 0.35%;
    margin-left: 0.32%;
    margin-bottom: 3%;
    transition: background-color 0.1s;
}

.activeDot {
    position: relative;
    width: 80%;
    height: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top:210%;
    background-color: red;
    border-radius: 10px;
}

.dot {
    position: relative;
    width: 80%;
    height: 30px;
    margin-left: 10%;
    margin-right: 10%;
    margin-top:210%;
    background-color: transparent;
    border-radius: 10px;
    transition: background-color 0.2s;
}

.key_active {
    position: relative;
    display: inline-block;
    width: 6.0%;
    height: 88%;
    border-radius: 5px;
    margin-top: 0.6%;
    margin-left: 0.20%;
    transition: background-color 0.1s;
    background-color: rgb(27, 27, 27);
}

.blacKey_active {
    position: relative;
    display: inline-block;
    width: 4%;
    height: 65.2%;
    background-color: gray;
    border-radius: 5px;
    margin-top: 0.35%;
    margin-left: 0.32%;
    margin-bottom: 3%;
    transition: background-color 0.1s;
}

#key2 {
    left: 4.5%;
    transform: translate( -10%, -142%);
}

#key4 {
    left: 6.4%;
    transform: translate( -10%, -142%);
}

#key7 {
    left: 15%;
    transform: translate( -15%, -142%);
}

#key9 {
    left: 17%;
    transform: translate( -15%, -142%);
}

#key11 {
    left: 19%;
    transform: translate( -15%, -142%);
}

#key14 {
    left: 27.6%;
    transform: translate( -20%, -142%);
}

#key16 {
    left: 29.6%;
    transform: translate( -20%, -142%);
}

#key19 {
    left: 38.2%;
    transform: translate( -30%, -142%);
}

#key21 {
    left: 40.2%;
    transform: translate( -30%, -142%);
}

#key23 {
    left: 42.2%;
    transform: translate( -30%, -142%);
}

#firstRow {
    background-color: grey;
    width: 90%;
    height: 23.5%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 173%);
    border-radius: 5px;
    padding-bottom: 9.5px;
}

#padrow {
    width: 80%;
    height: 70%;
    background-color: rgb(79, 79, 79);
    position: absolute;
    left: 50%;
    transform: translate(-42%, -90%);
    border-radius: 5px;
    padding-top: 2%;
}

.pad {
    width: 10%;
    height: 80%;
    background-color: rgb(255, 255, 255);
    display: inline-block;
    margin-left: 1.85%;
    border-radius: 5px;
    transition: background-color 0.2s;
}

.activePad {
    width: 10%;
    height: 80%;
    background-color: rgb(27, 27, 27);
    display: inline-block;
    margin-left: 1.85%;
    border-radius: 5px;
}

#secondRow {
    width: 60%;
    height: 35%;
    background-color: gray;
    position: absolute;
    left: 50%;
    transform: translate(-25%, 15%);
    border-radius: 5px;
}

.pot {
    margin-top: 4%;
    margin-left: 2.5%;
    width: 9%;
    height: 29%;
    background-color: black;
    display: inline-block;
    border-radius: 100%;
}

#miniDisplay {
    width: 28.8%;
    height: 35%;
    background-color: gray;
    position: absolute;
    left: 50%;
    transform: translate(-156.1%, 15%);
    transition: background-color 2s, color 2s, text 2s;
    border-radius: 5px;
}

#display {
    background-color: rgb(255, 255, 255);
    font-family: roboto;
    width: 80%;
    height: 70%;
    position: absolute;
    left: 50%;
    transform: translate(-50%, 9%);
    border-radius: 10px;
    padding: 5%;
    transition: background-color 0.3s, color 0.3s, text 0.3s;
    font-size: 200%;
}

#knob0 {
    background-color: rgb(0, 0, 0);
    width: 7%;
    height: 50%;
    border-radius: 100%;
    margin-left: 2.3%;
    margin-top: 2%;
    padding: 1%;
    display: inline-block;
    position: relative;
}

.knob {
    display: inline-block;
    width: 10%;
    height: 31.8%;
    background-color: black;
    border-radius: 100%;
    margin: 1.0%;
    margin-top: 2%;
    position: relative;
    top: 6%;
}

.knob-marker {
    width: 6px;
    height: 45%;
    background-color: rgb(255, 255, 255);
    border-radius: 10px;
    position: absolute;
    top: 11%;
    left: 46%;
    transform-origin: center 85%;
    transition: color 0.4s, background-color 0.4s;
}

.knobIndicator {
    width: 35%;
    height: 25%;
    text-align: center;
    color: white;
    font-size: 95%;
    font-family: 'Roboto', sans-serif;
    background-color: rgb(23, 23, 23);
    border-radius: 30px;
    position: absolute;
    top: 70%;
    left: 32%;
    transform-origin: center 85%;
    transition: color 0.4s, background-color 0.4s;
}

#knob0Indicator {
    width: 27%;
    height: 20%;
    top: 75%;
    left: 36%;
}

#secondDisplay {

    background-color: rgb(0, 0, 0);
    width: 15.5%;
    height: 94.9%;
    position:fixed;
    left: 50%;
    transform: translate(311%, -177.1%);
    border-radius: 5px;
    border: 5px;
    border-style: solid;
    border-color: rgb(128, 128, 128);
    z-index: 100;

}

#signalCanvas {
    width: 101%;
    height: 100%;
    position: relative;
    left: 50%;
    transform: translate(-50.1%, 0%);
    border-radius: 10px;
}

.hidden {
    display: none;
    opacity: 0%;
    transition: opacity 0.5s;
}

.menu {
    cursor: pointer;
    position: relative;
    background-color: #000000;
    color: white;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    border-radius: 30px;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width: auto;
    height: 45px;
    z-index: 1000;
    font-size: 100%;
    transition: background-color 0.8s;
}

.selectButton {
    cursor: pointer;
    position: relative;
    background-color: #000000;
    color: white;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
    padding: 10px;
    width:45px;
    height: 45px;
    border-radius: 50%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    z-index: 1000;
    font-size: 100%;
    font-weight: bolder;
    transition: background-color 0.3s;
}

.selectButton:hover {
    background-color: rgb(82, 82, 82);
    color: white;
}

.selectButton:active {
    background-color: rgb(255, 255, 255);
    color: black;
}

.selectType {
    background-color: white;
    padding-left: 1%;
    padding-right: 1%;
    text-align: center;
    border-radius: 5px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: bold;
    width: 36%;
    font-size: 50%;
    display: inline-block;
    position: relative;
    cursor: pointer;
    transition: color 0.4s, background-color 0.4s;
}

.turnOn {
    width: 4.5%;
    height: 39.5%;
    background-color: white;
    font-size: 50%;
    border-radius: 50%;
    display: flex;
    transition: color 0.3s, background-color 0.3s;
    position: relative;
    cursor: pointer;
}

.turnOnActive {
    width: 4.5%;
    height: 39.5%;
    background-color: rgb(225, 0, 0);
    font-size: 50%;
    border-radius: 50%;
    display: flex;
    transition: color 0.1s, background-color 0.1s;
    position: relative;
    cursor: pointer;
}

#keyOctaveMinus,
#keyOctavePlus,
#bassOctaveMinus,
#bassOctavePlus,
#arpOctavePlus,
#arpOctaveMinus {
    width: 5%;
    height: 39%;
    text-align: center;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-size: 50%;
    border-radius: 5px;
    padding: 1%;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.4s, background-color 0.4s;
    position: relative;
    cursor: pointer;
}

.octaveIndicator {
    border: 4px;
    border-style: solid;
    border-color: rgb(149, 149, 149);
    background-color: gray;
    width: 4%;
    height: 29%;
    text-align: center;
    border-radius: 50%;
    font-size: 50%;
    color: rgb(0, 0, 0);
    display: flex;
    justify-content: center;
    padding: 1%;
    align-items: center;
    transition: color 0.4s, background-color 0.4s;
    position: relative;
    cursor: pointer;
}

.mono {
    width: 5%;
    height: 39%;
    text-align: center;
    font-size: 45%;
    padding: 1%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:500;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.4s, background-color 0.4s;
    position: relative;
    cursor: pointer;
}

.monoActive {
    width: 5%;
    height: 39%;
    text-align: center;
    font-size: 45%;
    padding: 1%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight:400;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.4s, background-color 0.4s;
    position: relative;
    cursor: pointer;
}

.volumeIndicator {
    width: 5%;
    height: 39%;
    padding: 1%;
    background-color: white;
    color: black;
    text-align: center;
    font-size: 50%;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-weight: 500;
    border-radius: 5px;
    display: flex;
    justify-content: center;
    align-items: center;
    transition: color 0.4s, background-color 0.4s;
    position: relative;
}

.instrumentSelection {
    background-color: gray;
    width: 100%;
    height: 20%;
    border-radius: 10px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin-bottom: 4%;
    padding: 2%;
    position: relative;
    transform: translate(-1.8%, 0%);
}

#splitIndicator {
    width: 2.5%;
    height: 10%;
    font-size: 140%;
    font-size: 100%;
    border-radius: 10px;
    display: flex;
    position: absolute;
    transform: translate(370%, -60%);
    padding: 0.3%;
    padding-bottom: 0.5%;
}

.splitDot {
    background-color: transparent;
    position: absolute;
    width: 1.77%;
    height: 3.93%;
    padding: 5.15px;
    transform: translate(1551%, 1280%);
    border-radius: 50%;
    display: flex;
    transition: color 0.6s, background-color 0.6s;
    clip-path: inset(50% 0% 0% 0%);
}

.splitDotActive {
    background-color: gray;
    position: absolute;
    width: 1.77%;
    height: 3.93%;
    padding: 5.15px;
    transform: translate(1551%, 1280%);
    border-radius: 50%;
    display: flex;
    transition: color 0.6s, background-color 0.6s;
    clip-path: inset(50% 0% 0% 0%);
}

.dbPresets{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    background-color: rgb(56, 56, 56);
    border-radius: 50%;
    margin: 0.3%;
    margin-top: 28%;
    /*margin-top: 30%;*/
    margin-left: 1.3%;
    font-size: 100%;
    cursor: pointer;
    transition: color 0.3s;
}

.dbPresets:hover{
    color: orange;
}

.dbPresets:active{
    color: rgb(255, 0, 0);
}

#savePresetMenu{
    width:250px;
    z-index: 1;
}

#savePreset{
    transform: translate(0%,130%);
}

#deletePreset{
    font-family: roboto;
}

#nameInput{
    padding-left: 10px;
    width: 200px;
    height: 25px;
    font-size: 150%;
    border-radius: 30px;
}

#submitButton{
    width: 30px;
    height: 30px;
    font-size: 150%;   
    border-radius: 50%;
    transition: background-color 0.3s;
    font-weight:bolder;
 
}

#submitButton:hover{
    background-color: rgb(157, 157, 157);
}

#submitButton:active{
    background-color: rgb(0, 0, 0);
    color: white;
}

.openCloseLogin{
    display: flex;
    justify-content: space-around;
    align-items: center;
    color: white;
    width: 30px;
    height: 30px;
    position: absolute;
    transform: translate(4110%, 40%);
    z-index: 1;
    transition: background-color 1s;
    background-color: rgb(56, 56, 56);
    border-radius: 50%;
    margin: 0.3%;
    margin-top: 29%;
    margin-left: 1.3%;
    font-size: 200%;
    cursor: pointer;
    transition: color 0.3s;
}

#openLogin{
    background-color: rgb(56, 56, 56);
}

#closeLogin{
    background-color:rgb(8, 0, 35) ;
}

.simpleCircle{
    border-radius: 50%;
    background-color: red;
    transition: background-color 1.3s;
    width: 15px;
    height: 15px;
}


#loginDiv{
    position: absolute;
    left: 50%;
    transform: translate(-50%, 10%);
    background-color:  rgb(13, 0, 53);
    width: 1297.595px;
    height: 677.97px;
    padding-bottom: 3%;
    z-index: 0;
    opacity: 100%;
    border-radius: 5px;
    opacity: 100%;
}


#inputLogin{
    position: absolute;
    width: 80%;
    height: 50%;
    border-radius: 100px;
    background-color: rgb(8, 0, 35);
    transform: translate(12.5%,55%);
}

.login{
    position: absolute;
    padding-left: 10px;
    padding-right: 10px;
    width: 400px;
    height: 35px;
    font-size: 150%;
    border-radius: 50px;
    transform: translate(75%,450%);
    cursor:text;
}
#password{
    margin-top: 5%;
}

#loginConfirm{
    position: absolute;
    margin-left: 1.5%;
    width: 30px;
    height: 30px;   
    border-radius: 50%;
    transition: background-color 2s;
    font-weight:bolder;
    font-size: 160%;
    transform: translate(1650%,940%);
    cursor:pointer;
}

#mainTitle{
    width: 100%;
    color: white;
    text-align: center;
    position: absolute;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 500%;
    transform: translate(0%,50%);
}

#loginSubtitle{
    width: 100%;
    color: white;
    position: absolute;
    text-align: center;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    font-size: 350%;
    transform: translate(0%,80%);
}
