/*ENUMERATOR - START*/
.calc-cnt {
   display: flex;
   flex-direction: row;
   height: 100%;
}

.btn-enum,
.input-enum {
   font-weight: 900;
   color: whitesmoke;
   margin: .1rem;
   /* background-color: #97af7d; */
   /* font-size: 1rem; */
   -webkit-appearance: none;
   border: 1px solid transparent;
}

.input-enum {
   width: 40%;
   /* padding: .8rem .5rem; */
   text-align: center;
}

.btn-enum {
   width: 30%;

   /* font-size: 1.2rem; */
}
/*ENUMERATOR - END*/