.text-gradient {
    background: transparent linear-gradient( 180deg , #43CEA2 0%, #185A92 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

.btn-outline-gradient {
    background: transparent linear-gradient( 180deg , #43CEA2 0%, #185A92 100%) 0% 0% no-repeat padding-box;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    border-color: #525251
}

.btn-outline-gradient:hover {
    color: #fff;
    background-color: #525251;
    border-color: #525251
}

.btn-outline-gradient:focus,
.btn-outline-gradient.focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.btn-outline-gradient.disabled,
.btn-outline-gradient:disabled {
    color: #525251;
    background-color: transparent
}

.btn-outline-gradient:not(:disabled):not(.disabled):active,
.btn-outline-gradient:not(:disabled):not(.disabled).active,
.show>.btn-outline-gradient.dropdown-toggle {
    color: #fff;
    background-color: #525251;
    border-color: #525251
}

.btn-outline-gradient:not(:disabled):not(.disabled):active:focus,
.btn-outline-gradient:not(:disabled):not(.disabled).active:focus,
.show>.btn-outline-gradient.dropdown-toggle:focus {
    box-shadow: 0 0 0 .2rem rgba(52, 58, 64, 0.5)
}

.verde {
    color: green;
}
.arancione {
    color: orange;
}