    /* custom verde buttons */
    
    .btn-verde {
        color: #fff;
        background-color: #8EB849;
        border-color: #8EB849
    }
    
    .btn-verde:hover {
        color: #212529;
        background-color: #cdf192;
        border-color: #add36f
    }
    
    .btn-verde:focus,
    .btn-verde.focus {
        box-shadow: 0 0 0 .2rem rgba(155, 195, 80, 0.5)
    }
    
    .btn-verde.disabled,
    .btn-verde:disabled {
        color: #212529;
        background-color: #8EB849;
        border-color: #8EB849
    }
    
    .btn-verde:not(:disabled):not(.disabled):active,
    .btn-verde:not(:disabled):not(.disabled).active,
    .show>.btn-verde.dropdown-toggle {
        color: #212529;
        background-color: #cdf192;
        border-color: #7cbd40
    }
    
    .btn-verde:not(:disabled):not(.disabled):active:focus,
    .btn-verde:not(:disabled):not(.disabled).active:focus,
    .show>.btn-verde.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(155, 195, 80, 0.5)
    }
    
    .btn-outline-verde {
        color: #8EB849;
        background-color: transparent;
        background-image: none;
        border-color: #8EB849
    }
    
    .btn-outline-verde:hover {
        color: #222;
        background-color: #add36f;
        border-color: #8EB849
    }
    
    .btn-outline-verde:focus,
    .btn-outline-verde.focus {
        box-shadow: 0 0 0 .2rem rgba(155, 195, 80, 0.5)
    }
    
    .btn-outline-verde.disabled,
    .btn-outline-verde:disabled {
        color: #8EB849;
        background-color: transparent
    }
    
    .btn-outline-verde:not(:disabled):not(.disabled):active,
    .btn-outline-verde:not(:disabled):not(.disabled).active,
    .show>.btn-outline-verde.dropdown-toggle {
        color: #212529;
        background-color: #add36f;
        border-color: #8EB849
    }
    
    .btn-outline-verde:not(:disabled):not(.disabled):active:focus,
    .btn-outline-verde:not(:disabled):not(.disabled).active:focus,
    .show>.btn-outline-verde.dropdown-toggle:focus {
        box-shadow: 0 0 0 .2rem rgba(155, 195, 80, 0.5)
    }