/*
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license
Click nbfs://nbhost/SystemFileSystem/Templates/Other/CascadeStyleSheet.css to edit this template
*/
/* 
    Created on : 21 apr 2024, 08:35:26
    Author     : Spike
*/

[type="radio"] {
    display: none;
}

body {
    padding-top: 138px;
}

.campoAcquistoUsato {
    border-radius: 40px !important;
}

.modal-content {
    border-radius: 1rem !important;
}

.domanda-box {
    border-radius: .5rem;
    border: 1px solid #eaeaea;
    padding: .25rem 2rem;
}

input[type="radio"]:checked + label {
    background-color: #196437;
    color: #fff;
}


