/* Numeric */
.btn-num{
    width: 70px !important;
    height: 70px !important;
    padding: 0;
    border-radius: 15px;
    line-height: 67px;
    font-weight: bold;
    font-size: 2.3em;
    margin-left: 0.1em;
}

.col-num {
    position: relative;
    margin-top: 0.2rem;
    margin-bottom: 0.2rem;
}

.big-numbers{
    font-size: xx-large !important;
    font-weight: bold !important;
    text-align: right;
}

/* Utils */
.btn-icon{
    width: 70px !important;
    height: 70px !important;
    padding: 8px 23px 23px 23px;
    border-radius: 15px;
    margin-left: 0.1em;
}

.btn-double {
    width: 146.90px; 
    border-radius: 15px; 
    font-weight: bold; 
    font-size: 2.5em; 
    margin: 0em 0.1em; 
    line-height: 65px; 
    height: 70px;
}

.shapedbox{
    border-radius: 15px !important;
}

.shapedbox-down {
    border-radius: 0px 0px 15px 15px;
}

.sku-card {
    font-size: x-small;
}

nav {
    background-color: #263238 !important;
}