

.list-container {
    position: absolute;
    max-height: 300px;
    text-align: left;
    z-index: 100;
    /* Adjust the maximum height as needed */
    overflow-y: auto;
    /* Enable vertical scrolling */
    background-color: #fff;
    /* Optional: Background color for the container */
    border: 1px solid #ccc;
    /* Optional: Border for the container */
    /* Optional: Rounded corners for the container */
    box-shadow: rgba(255, 255, 255, 0.1) 0px 1px 1px 0px inset, rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px;
}

#user-details {
    text-align: left;
    position: absolute;
    z-index: 1000;
  }

/* Default rotation */
.fa-caret-right {
    transition: transform 0.3s ease;
}

.rotated {
    transform: rotate(90deg);
}

.reset {
    transform: rotate(0);
}

.bg-custom {
    background: #f7f3f3 !important;
}


.list-client-item {}

.list li:nth-child(odd) {
    background-color: #f9f9f9;
    /* Colore di sfondo per gli elementi dispari */
}

.list li:nth-child(even) {
    background-color: #e9e9e9;
    /* Colore di sfondo per gli elementi pari */
}

.list-client-item {
    font-size: 13px;
    padding: 2px 5px 2px 2px;
    margin-bottom: 5px;
}

.item-hidden {
    display: none
}

.item-flex {
    display: flex !important
}

.item-block {
    display: block !important
}

.list {
    list-style-type: none;
    /* Remove default list styles */
    padding: 0;
    margin: 0;
}

.list li {
    padding: 5px;
    /* Adjust padding as needed */
    border-bottom: 1px solid #eee;
    /* Optional: Divider between list items */
}

#nuova-anagrafica-cliente:hover,
.list li:hover {
    cursor: pointer;
}

.list li:last-child {
    border-bottom: none;
    /* Remove border from the last list item */
}

.opaque {
    opacitta: .5;
    transition: .2s;
}

#cap, #cf, #citta, #cognome, #nome, #piva, #ragsoc, #searchUser, #via {
    text-transform: uppercase;
}

.dropdown-item {
    padding: 8px;
    cursor: pointer;
}

.dropdown-item:hover {
    background-color: #f1f1f1;
}

/***********************
* anagrafica cantiere *
***********************/

.btn-save-cantiere:hover {
    cursor: pointer;
}

.custom-border-box-1 {
    font-size: 12px;
    padding: 12px;
    color: black;
    margin: 9px 0;
}

.form-anagrafica-cantiere label {
    font-size: 12px !important
}

.dropdown {
    position: absolute;
    z-index: 10;
    background-color: white;
    border: 1px solid #ddd;
    margin-top: 0px !important;
}


.textarea-lock {
    height: 150px;
    /* Adjust height as needed */
    resize: none;
    /* Prevent resizing */
    overflow: hidden;
    /* Hide the scrollbar */
}