.basicBlock {
    width: max-content;
    background-color: rgb(16, 159, 248);
    color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 10px;
    text-align: left;
    border: solid rgb(8, 117, 185);
}
.basicBorder {    
    position: relative;
    margin-top: 1vw;
    border: solid rgb(8, 117, 185);
    border-radius: 10px;
}
.basicNotch {
    margin-left: 5%; 
    margin-top: 2%; 
    background-color: rgb(16, 159, 248);
}
.commentBox {
    width: max-content;
    color: white;
    background-color: rgba(255, 0, 0);
    margin: 2%;
    padding: 1%;
    border: solid 2px black;

}
.editValue {
    background-color: white;
    color: black;
    border: solid black 0.5px;
    text-align: center;
    border-radius: 5rem;
    padding: 0.5rem;
}
.emptyNotch {
    margin-left: 5%; 
    margin-top: 2%; 
    background-color: white;
}
.iconImg {
    margin-top: 1.5vw;
    margin-bottom: 1vw;
    margin-left: 1vw;;
}
.inputBlock {
    width: max-content;
    background-color: rgb(201, 2, 201);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    text-align: left;
    border: solid rgb(140, 2, 140);
}
.inputBorder {    
    position: relative;
    margin-top: 1vw;
    border: solid rgb(140, 2, 140);
    border-radius: 10px;
    padding: 1vw;
}
.inputInsert {
    background-color: rgb(201, 2, 201);
    color: white;
    border: solid black 0.5px;
    padding: 0.5rem;
    font-size: smaller;
}
.inputInsertBorder {
    border: solid rgb(140, 2, 140);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.inputVariable {
    background-color: rgb(201, 2, 201);
    color: white;
    border: solid black 0.5px;
    border-radius: 10px;
    padding: 0.5rem;
    
}
.ledon {
    background-color: white;
    border-radius: 0.25rem;
}
.ledoff {
    background-color: rgb(8, 117, 185);
    border-radius: 0.25rem;
}
.logicBlock {
    width: max-content;
    background-color: rgb(2, 152, 152);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.logicInsert {
    background-color: rgb(2, 152, 152);
    color: white;
    border: solid white 0.5px;
    padding: 0.75rem;
    margin-left: 0.5rem;
    margin-right: 0.5rem;
    font-size: smaller;
}
.logicInsertBorder {
    border: solid rgb(1, 73, 73);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.loopBlock {
    width: max-content;
    background-color: rgb(0, 172, 0);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.musicBlock {
    width: max-content;
    background-color: red;
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.musicInsert {
    background-color: red;
    color: white;
    border: solid black 0.5px;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: smaller;
}
.musicVariable {
    background-color: rgb(227, 0, 0);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.onStart {
    width: 10vw !important;
}
.radioBlock {
    width: max-content;
    background-color: rgb(228, 2, 141);
    color: white;
    padding-left: 0.5rem;
    padding-bottom: 1%;
    border-radius: 10px;
    text-align: left;
    border: solid rgb(142, 1, 88);
}
.variableBlock {
    width: max-content;
    background-color: rgb(223, 4, 4);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1.5%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.variableInsert {
    background-color: rgb(223, 4, 4);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.variableInsertBorder {
    border: solid rgb(107, 3, 3);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.whiteNotch {
    margin-left: 5%; 
    margin-top: 2%; 
    background-color: white;
}

/*Extensions*/
.gameControllerInsert {
    background-color: rgb(3, 126, 11);
    color: white;
    border: solid black 0.5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: smaller;
}
.gameControllerInsertBorder {
    border: solid rgb(1, 65, 6);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.maQPlusBlock {
    width: max-content;
    background-color: rgb(1, 198, 1);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.maQPlusInsertBorder{
    border: solid rgb(1, 135, 1);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}
.maQPlusVariable {
    background-color: rgb(1, 198, 1);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.maQv4Block {
    width: max-content;
    background-color: rgb(2, 98, 2);
    color: white;
    padding-left: 0.5rem;
    padding-bottom: 1%;
    border-radius: 10px;
    text-align: left;
    border: solid rgb(0, 66, 0);
}
.maQv4InsertBorder {
    border: solid rgb(0, 66, 0);
    border-radius: 5px;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
}


