/* 
    Created on : 27 lug 2022, 12:32:56
    Author     : Davide Versace
*/

input:checked + label.urbano {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 3px solid #88001b;
}
input:checked + label.interregionale {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 3px solid #0e71b4;
}
input:checked + label.regionale {
    border-bottom: none !important;
    border-left: none !important;
    border-right: none !important;
    border-top: 3px solid #f29400;
}

