



@font-face {
    font-family: 'Garet';
    src: url('Garet-Book.ttf') format('truetype');
}


.reslt-viewbox{
    display: flex;
    position: relative; 
  flex: 1 1 1px;  

  background: #d4d2d2 ; 
background: linear-gradient(to bottom, rgb(255, 255, 255), #d4d2d2); 
}


.reslt-calc-block{
    display: flex;
    position: relative; 
    flex: 1 1 1px;  
    background: #d4d2d2 ; 
    max-height: 100px;
    /* box-shadow: 0px -5px 20px rgb(168, 168, 168); */
    align-items: center;
    
    padding-bottom: 10px;
}


.inner-cacl-block{
    position: relative;
    width: max-content; 
    height: 50px;
    background: #696969; 
    display: flex;
    flex-direction: row; 
    gap: 0px;
    justify-content: flex-start;
    align-items: flex-start;
   left: 5%; 
   padding: 10px; 
   border-radius: 1vh;
   font-family: garet ; 
   
}

.inner-cacl-block:hover{

    transition-duration: 300ms;
  
}

.inner-cacl-block > input{
    flex: 1 1 1px; 
    margin: 5px;
    padding: 10px; 
    outline: none;
    color: white; 
    background: none;
    border: none; 
    font-family: "garet" ;
}


.inner-cacl-block > input::placeholder{
    color: white;
    letter-spacing: 1px;
}


.inner-cacl-block > input[type="button"]{
  border-right: 1px solid rgb(218, 218, 218);
  color: white; 
   
    /* box-shadow: -1px 1px 0px rgb(214, 214, 214); */
  cursor: pointer;

   
}



.inner-cacl-block > input[type="button"]:hover{
  

  /* box-shadow: 0px 0px 0px rgb(214, 214, 214); */
  cursor: pointer;
   
}