

.PuntoNumero_cml {
    width: 22px;
    height: 22px;
    line-height: 20px;
    color: #48475c;
    font-size: 18px;
    text-align: center;
    display: inline-block;
    -webkit-border-radius: 11px;
    -moz-border-radius: 11px;
    border-radius: 11px;
}

.TituloTab_cml {
    font-size: 16px;
    color: #48475c;
}

.TituloTabOptional_cml {
    margin-left: 5px;
    font-size: 11px;
    color: #48475c;
}

.wiz_pressu .StkWToolMenuPrincipalButtonBtn_cml {
    font-size: 16px;
    display: flex;
    background: white;
    color: #48475c;
    border: 1px solid #48475c;
    margin-top: 5px;
    height: 30px;
    width: 55%;
    border-radius: 3px;
    justify-content: center;
    align-items: center;
}

.wiz_pressu .StkWToolMenuPrincipalButtonBtn_cml:hover {
    color: white;
    background-color: #48475c;
}


.swal-icon--success__line {
    background-color: var(--op-brand-color-green);
}

.swal-icon--success {
    background-color: var(--op-brand-color-green);
}

.quant_butt.active_cml {
    border: 2px solid var(--op-brand-color-green);
    background-color: #eafff8;
    padding: none;
}
