/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 16-feb-2023, 11:00:20
    Author     : G
*/

.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;
    font-family: 'Museo Sans Rounded', sans-serif;
    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: #73b25a;
}

.swal-icon--success {
    background-color: #00bd7e;
}

.quant_butt.active_cml {
    border: 2px solid #00bd7e;
    background-color: #eafff8;
    padding: none;
}
