/* Moduli Generali dello stile*/
 btn{ 
 	margin: 10px !important;
    border-radius: 15px !important;
}

.title h5{
	border-bottom:1px solid !important;
    padding: 5px !important;
    margin-top:0.5rem !important;
}

form{
    padding: 15px;
    background: #f2ecec33;
    border: 1px solid #2758a2;
    border-radius: 20px;
    margin: 20px 0;
}

label{
	margin:10px 0;
}
 
 .form-completo {
    margin: 0 auto;
    padding: 20px;
    border-radius: 5px;
}

.form-completo-filtri {
    padding: 20px;
    background: #f8f9fa;
    border: 1px solid #ddd;
    border-radius: 8px;
    margin-bottom: 30px;
}

/* Elementi Elenco */
.list-group-item {
    background: #fff;
    border: 1px solid #ddd;
    padding: 15px;
    margin-bottom: 10px;
    border-radius: 5px;
    font-size: 16px;
}

/* Messaggi */
.alert-warning {
    background: #fff3cd;
    color: #856404;
    padding: 15px;
    border: 1px solid #ffeeba;
    border-radius: 5px;
}

.errore {
    background-color: #ff0000;
    color: #ffffff;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #b22222;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

/* Campi Modulo */
.form-control {
     width: 100% !important;
    border: solid 1px #666666 !important;
    border-radius: 13px !important;
    padding: 0.5rem 1rem !important;
    transition: all .3s !important;
    background: #e7f0fe !important;
}

/* Messaggi Successo/Info */
.success {
    background-color: #d4edda;
    color: #155724;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #c3e6cb;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.info {
    background-color: #cce5ff;
    color: #004085;
    padding: 15px;
    margin: 15px 0;
    border: 1px solid #b8daff;
    border-radius: 5px;
    font-weight: bold;
    font-size: 16px;
}

.position-relative{
	position: relative !important;
}

/* Filtri Fissi */
#form-filtri {  
    padding: 15px;
    position: sticky !important;
    top: 15px;       
    font-family: 'Poppins';
}

/* Risultati Scrollabili */
#risultati-inquilini {
    padding: 15px;
    background: #fff;
    border-radius: 8px;
  /*  overflow-y: auto;
    max-height: 80vh;*/
}

/* Card Profilo */
.card {
    
    overflow: hidden;
    
}

.card-title {
    font-size: 20px;
    font-weight: bold;
}

.card-header {
    background: #007bff;
    color: #fff;
    padding: 15px;
    font-size: 20px;
    text-align: center;
}

.card-body ul {
    list-style: none;
    padding: 0;
}

.card-body p {
    font-size: 16px;
    color: #333;
}

.card-footer {
    text-align: center;
}

.profilo-immagine {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    object-fit: cover;
    border: 3px solid #007bff;
}

/* Card Profilo */
.profilo-inquilino-card {
    border-radius: 10px;
    overflow: hidden;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}

.profilo-inquilino-card .card-header {
    text-align: center;
    padding: 30px;
    font-size: 24px;
    font-weight: bold;
}

.profilo-inquilino-card .card-body {
    display: flex;
    padding: 30px;
}

/* Foto Profilo */
.foto-profilo img {
    width: 150px;
    height: 150px;
    object-fit: cover;
    border-radius: 50%;
    border: 3px solid #007bff;
}

/* Dettagli Profilo */
.dettagli-profilo {
    flex: 1;
    padding-left: 30px;
}

.dettagli-profilo h4 {
    color: #007bff;
    font-weight: bold;
    margin-bottom: 15px;
}

.dettagli-profilo ul {
    list-style-type: none;
    padding: 0;
}

.dettagli-profilo li {
    padding: 10px 0;
    font-size: 16px;
}

.dettagli-profilo li strong {
    color: #333;
}

.dettagli-profilo .descrizione {
    font-size: 16px;
    line-height: 1.6;
    color: #555;
    background: #f8f9fa;
    padding: 15px;
    border-radius: 5px;
    border: 1px solid #ddd;
}


input[type="text"], 
input[type="email"], 
input[type="password"], 
input[type="number"], 
input[type="date"], 
input[type="tel"], 
input[type="file"], 
input[type="select"], 
input[type="textarea"]  {
    width: 100% !important;
    border: solid 1px #666666 !important;
    border-radius: 13px !important;
    padding: 0.5rem 1rem !important;
    transition: all .3s !important;
    background: #e7f0fe !important;
}


/* Effetto Hover Input */
input:focus, 
select:focus, 
textarea:focus {
    outline: none;
    border-color: #007bff;
    box-shadow: 0 0 8px rgba(0, 123, 255, 0.5);
}

/* Pulsante di Invio */
button[type="submit"] {
 
    background: #605be5 !important;
    color: #ffffff !important;
    margin: 20px 0 !important;

}

/* Effetto Hover Pulsante */
button[type="submit"]:hover {
    background: #0056b3;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

/* Checkbox Personalizzata */
.form-registrazione     font-size: 14px;
    color: #333;
}

.form-check-input:checked {
    background: #007bff;
    border-color: #007bff;
}

.legend {
border: 1px solid #cccccc;
    padding: 10px;
    border-radius: 10px;
    background: #0d6efd12;}

.styled-table {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
    font-size: 16px;
    text-align: left;
}

.styled-table thead tr {
    background-color: #0073aa;
    color: #ffffff;
    text-align: left;
    font-weight: bold;
}

.styled-table th,
.styled-table td {
    padding: 12px 15px;
    border: 1px solid #ddd;
}

.styled-table tbody tr:nth-child(even) {
    background-color: #f9f9f9;
}

.styled-table tbody tr:nth-child(odd) {
    background-color: #ffffff;
}

.styled-table tbody tr:hover {
    background-color: #f1f1f1;
    cursor: pointer;
}

.displayMenu{
	display:none;
}

.inquilino-only{
	display:block;
}

.proprietario-only{
	display:block;
}

.box{
	border:1px solid #cccccc;
	padding:5px;
	background:#eeeeee;
	border-radius: 20px
}

 #wpfooter{
        	display:none !important;
        }
        
        .contentinfo{
        	display:none !important;
        }





