/* Appliance4Account — Select2 layout + add button (RENEW-aligned) */

.select2-container {
    margin: auto;
    display: block;
    text-align: center;
}

#addButton {
    background-color: #00835d;
    color: #ffffff;
    border: none;
    padding: 10px 20px;
    font-size: 1em;
    cursor: pointer;
    transition: background-color 0.3s ease, transform 0.3s ease;
    border-radius: 5px;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.08);
    display: block;
    margin: auto;
    margin-top: 5px;
}

#addButton:hover {
    background-color: #006949;
}

.text-container {
    color: #f99c00;
}
