.device-user-wrapper {
    margin: 10px 0;
}

.device-user-container {
    display: flex;
    align-items: center;
    gap: 10px;
    max-width: 600px;
}

.device-user-input {
    width: 400px;
    padding: 8px;
    border: 1px solid #ddd;
    border-radius: 4px;
    font-size: 14px;
    box-sizing: border-box;
}

.ui-autocomplete {
    width: 400px !important; /* กำหนดความกว้างแน่นอน */
    max-height: 200px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 0;
    margin: 0;
    list-style: none;
    border: 1px solid #ccc;
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
    z-index: 1000;
}

.ui-menu-item {
    padding: 8px 12px;
    cursor: pointer;
    font-size: 14px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.ui-menu-item:hover {
    background-color: #f5f5f5;
}

.ui-state-active {
    background-color: #eee;
}

.ui-helper-hidden-accessible {
    display: none;
}

#toast-container {
    opacity: 0.9;
}

#save-device-user {
    white-space: nowrap;
    padding: 8px 16px;
    height: 38px; /* ทำให้ปุ่มสูงเท่ากับ input */
    line-height: 1;
}