#cnw-customer-notes-popup {
    display: none;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background: #fff;
    padding: 30px 20px;
    z-index: 10000;
    width: 500px;
    max-width: 90%;
    box-shadow: 0 8px 30px rgba(0, 0, 0, 0.25);
    border-radius: 8px; 
}

#cnw-customer-notes-popup textarea {
    width: 100%;
    min-height: 150px;
    padding: 10px;
    font-size: 14px;
    border: 1px solid #ccc;
    border-radius: 4px;
    resize: vertical;
}

#cnw-customer-notes-popup .close-btn {
    position: absolute;
    top: 10px;
    right: 15px;
    font-size: 20px;
    font-weight: bold;
    color: #666;
    cursor: pointer;
}

#cnw-customer-notes-popup .close-btn:hover {
    color: #000;
}
