/* element name > type, location, instance */


shelf-left-1{
    flex: 1 1 1px;
    background: white;
    /* border: 1px solid black;  */
    max-height: max-content;
}


.calc-viewbox{
    display:  block;
    width: 100%;
    height: max-content;
    background: white;
    border: 2px solid black; 
    border-radius: 2vh;
    scale: .8;
    letter-spacing: 2px;
}

.calc-viewbox:hover{
    border: 2px solid rgb(3, 122, 190);
    color: rgb(3, 122, 190)
}





.calc-viewbox > label{
    display: block;
    position: relative;
    padding: 30px;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, sans-serif;
    font-size: 15pt;
    outline: none;
}


.calc-viebox-title{
    position: absolute;
    top: -30px;
    right: -10px;
    background: white;
    border: none; 
    padding: 20px; 
    font-size: 12pt;
    font-weight: bold;
    color: black;
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
     letter-spacing: 3px;
}








shelf-left-2{
    flex: 1 1 1px;
    background: white;
    border: 1px solid black; 
    display: flex;
    max-height: 100px;
    border: none; 
    flex-direction: row; 
    overflow-x: scroll;
     padding: 20px;
    padding-left: 40px;
    padding-right: 40px;
    position: relative;
    min-height: 50px; 
}


shelf-left-2::-webkit-scrollbar {
  display: none;
}



.calc-optns{
    display: flex;
    flex-direction: row; 
     flex: 1 1 1px;
     text-align: center;
     overflow-x: scroll;
}


.calc-optns::-webkit-scrollbar {
  display: none;
}

.calc-optns > button{
      flex: 1 1 1px; 
    border: none; 
    font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
    background: none; 
 
}



.calc-slider-optns1, .calc-slider-optns2{
    background:  white ;
    border: none;
    color: rgb(0, 0, 0);
    flex: 1 1 1px;
    right:0px; 
    max-width: 30px;
    font-weight: bolder;
    cursor: pointer;
    font-size: 12pt;
}

.calc-slider-optns1:hover, .calc-slider-optns2:hover{

    color: rgb(53, 103, 189);
  
    font-weight: 600;
    cursor: pointer;
}



shelf-left-3{
  
 flex: 1 1 1px;
 background: white;
 display: flex;
 flex-direction: row;
 flex-wrap: wrap;
 flex-shrink: 0px;
 padding-left: 30px;
 gap: 0; 
    justify-content: flex-start;
    align-items: flex-start;
}


.num-pad-special{
    min-width: 220px;

        flex: 1 1 1px;
 background: white;
 /* border: 1px solid black;  */
 padding: 20px;
 display: flex;
 flex-direction: row;
 gap: 10px;
 flex-wrap: wrap;
}


.num-pad-main{
    min-width: 220px;

        flex: 1 1 1px;
 background: white;
 /* border: 1px solid black;  */
 padding: 20px;
 display: flex;
 flex-direction: row;
 gap: 10px;
 flex-wrap: wrap;
}




shelf-left-3 > div > button{
    width: calc(50px + 10px);
    height: calc(50px + 10px);
    border: none; 
    border-radius: 1vh;
    background: rgb(182, 182, 182);
    cursor: pointer;
}




@media (max-width: 500px) {

    body{
        overflow: scroll;
    }

    
 body::-webkit-scrollbar {
    display: block;
}



shelf-left-3{
  
 flex: 1 1 1px;
 background: white;
 display: flex;
 flex-direction: column;
 flex-wrap: wrap;
 flex-shrink: 0px;
 gap: 0; 
    justify-content: flex-start;
    align-items: flex-start;
}



.num-pad-special{
  

      
    max-width: 90%;

    
}


.num-pad-main{
    min-width: 90%;

        
}



}