.basicBlock {
    width: max-content;
    background-color: rgb(16, 159, 248);
    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;
}
.blockNotch {
    margin-left: 5%; 
    margin-top: 2%; 
    background-color: white;
}
.collapseSymbol {
    border: white solid 2px;
    border-radius: 100%;
    margin-top: 1rem;
    margin-bottom: 1rem;
}
.editValue {
    background-color: white;
    color: black;
    border: solid black 0.5px;
    text-align: center;
    border-radius: 5rem;
    padding: 0.5rem;
}
.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-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.inputInsert {
    background-color: rgb(201, 2, 201);
    color: white;
    border: solid black 0.5px;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: smaller;
}
.inputVariable {
    background-color: rgb(201, 2, 201);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.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;
}
.logicInnerVariable {
    background-color: rgb(1, 122, 122);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.logicInsert {
    background-color: rgb(2, 152, 152);
    color: white;
    border: solid black 0.5px;
    padding: 0.75rem;
    font-size: smaller;
}

.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;
}
.mathBlock {
    background-color: rgb(148, 0, 148);
    color: white;
    padding: 0.75rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.radioBlock {
    width: max-content;
    background-color:  rgb(228, 2, 141);
    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;
}
.radioInnerVariable {
    background-color: rgb(159, 0, 98);
    color: white;
    padding-left: 0.5rem;
    padding-right: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.radioOuterVariable {
    background-color: rgb(228, 2, 141);
    color: white;
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.showIconDropDown {
    background-color: rgb(16, 159, 248);
    color: white;
    padding-top: 1rem;
    border-radius: 0 10px 10px 0;
    text-align: left;
    border-right: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
    padding-right: 1rem;
}
.showIconText {
    background-color: rgb(16, 159, 248);
    color: white;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    border-radius: 10px 0 0 10px;
    text-align: left;
    border-left: solid black 0.5px;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
}
.showIconImage {
    background-color: rgb(16, 159, 248);
    color: white;
    padding-top: 1rem;
    text-align: left;
    border-top: solid black 0.5px;
    border-bottom: solid black 0.5px;
   
}
.symbol {
    border: solid black 0.5px;
    font-weight: bolder;
}
.threeColumnBlock {
    /*Used for show icon block*/
    display: grid;
    grid-template-columns: 35% 55% 10%;
}
.variable {
    background-color: rgb(223, 4, 4);
    color: white;
    padding: 0.5rem;
    border-radius: 5rem;
    text-align: left;
    border: solid black 0.5px;
}
.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;
    border: solid black 0.5px;
    padding-left: 0.5rem;
    padding-top: 1%;
    padding-bottom: 1%;
    font-size: smaller;
}






