.customer-profile{background:#fff;border-radius:10px;max-width:1200px;padding:2rem;box-shadow:0 2px 15px #0000001a}.customer-profile .profile-header{text-align:center;margin-bottom:3rem}.customer-profile .profile-header h1{color:#d14d72;font-size:2rem;font-weight:600}.customer-profile .profile-header p{color:#666;margin:0;padding:0;font-size:1.1rem}.customer-profile .form-section{background:#f8f9fa;border-radius:8px;margin-bottom:1.5rem;padding:1rem}.customer-profile .form-section h2{color:#d14d72;border-bottom:2px solid #f0c7d2;margin-bottom:1rem;padding-bottom:.5rem}.customer-profile .form-grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:1.5rem;display:grid}.customer-profile .form-group{margin-bottom:1rem}.customer-profile .form-group label{color:#444;margin-bottom:.5rem;font-weight:500;display:block}.customer-profile .form-group .input-with-icon{position:relative}.customer-profile .form-group .input-with-icon .form-icon{color:#666;z-index:1;position:absolute;top:50%;left:15px;transform:translateY(-50%)}.customer-profile .form-group .input-with-icon .form-control-disabled{cursor:not-allowed;opacity:.7;background-color:#e9ecef}.customer-profile .form-group .input-with-icon .form-control{box-sizing:border-box;appearance:none;border:1px solid #ddd;border-radius:5px;width:100%;padding:.8rem .8rem .8rem 40px;font-size:1rem;transition:border-color .3s,box-shadow .3s}.customer-profile .form-group .input-with-icon .form-control[type=text],.customer-profile .form-group .input-with-icon .form-control[type=number],.customer-profile .form-group .input-with-icon .form-control[type=email],.customer-profile .form-group .input-with-icon .form-control[as=textarea]{padding-left:40px}.customer-profile .form-group .input-with-icon .form-control.form-select{background-image:url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='%23343a40' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M2 5l6 6 6-6'/%3e%3c/svg%3e");background-position:right .75rem center;background-repeat:no-repeat;background-size:16px 12px;padding-left:40px;padding-right:2.5rem}.customer-profile .form-group .input-with-icon .form-control.form-select+.form-icon{left:15px}.customer-profile .form-group .input-with-icon .form-control:focus{border-color:#d14d72;outline:none;box-shadow:0 0 0 2px #d14d7233}.customer-profile .form-group .input-with-icon .form-control:disabled{cursor:not-allowed;opacity:.7;background-color:#e9ecef}.customer-profile .form-group .input-with-icon .text-muted{color:#6c757d;margin-top:5px;font-size:.8em;display:block}.customer-profile .form-group .checkbox-container{flex-wrap:wrap;align-items:center;gap:1rem;display:flex}.customer-profile .form-group .checkbox-container .form-check{align-items:center;display:flex}.customer-profile .form-group .checkbox-container .form-check input[type=checkbox]{accent-color:#d14d72;cursor:pointer;border:1px solid #d14d72;margin-right:.5rem}.customer-profile .form-group .checkbox-container .form-check label{margin-bottom:0}.customer-profile .submit-btn{color:#fff;cursor:pointer;text-align:center;background-color:#d14d72;border:none;border-radius:5px;width:200px;margin:2rem auto 0;padding:1rem 2rem;font-size:1.1rem;transition:background-color .3s;display:block}.customer-profile .submit-btn:hover{background-color:#bb3057}.customer-profile .submit-btn:disabled{cursor:not-allowed;opacity:.8;background-color:#e69eb2}@media (max-width:768px){.customer-profile{padding:1rem}.customer-profile .profile-header{margin-bottom:2rem}.customer-profile .profile-header h1{font-size:1.75rem}.customer-profile .profile-header p{font-size:1rem}.customer-profile .form-grid{grid-template-columns:1fr}.customer-profile .form-group{margin-bottom:1rem}}
