.customer-profile{max-width:1200px;padding:2rem;background:#fff;border-radius:10px;box-shadow:0 2px 15px rgba(0,0,0,.1)}.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;font-size:1.1rem;margin:0;padding:0}.customer-profile .form-section{margin-bottom:1.5rem;padding:1rem;background:#f8f9fa;border-radius:8px}.customer-profile .form-section h2{color:#d14d72;margin-bottom:1rem;padding-bottom:.5rem;border-bottom:2px solid rgb(240.4196428571,198.5803571429,210.3080357143)}.customer-profile .form-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:1.5rem;gap:1.5rem}.customer-profile .form-group{margin-bottom:1rem}.customer-profile .form-group label{display:block;margin-bottom:.5rem;color:#444;font-weight:500}.customer-profile .form-group .input-with-icon{position:relative}.customer-profile .form-group .input-with-icon .form-icon{position:absolute;left:15px;top:50%;transform:translateY(-50%);color:#666;z-index:1}.customer-profile .form-group .input-with-icon .form-control-disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.customer-profile .form-group .input-with-icon .form-control{width:100%;padding:.8rem .8rem .8rem 40px;border:1px solid #ddd;border-radius:5px;font-size:1rem;transition:border-color .3s ease,box-shadow .3s ease;box-sizing:border-box;appearance:none;-webkit-appearance:none;-moz-appearance:none}.customer-profile .form-group .input-with-icon .form-control[as=textarea],.customer-profile .form-group .input-with-icon .form-control[type=email],.customer-profile .form-group .input-with-icon .form-control[type=number],.customer-profile .form-group .input-with-icon .form-control[type=text]{padding-left:40px}.customer-profile .form-group .input-with-icon .form-control.form-select{padding-right:2.5rem;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-repeat:no-repeat;background-position:right .75rem center;background-size:16px 12px;padding-left:40px}.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{outline:none;border-color:#d14d72;box-shadow:0 0 0 2px rgba(209,77,114,.2)}.customer-profile .form-group .input-with-icon .form-control:disabled{background-color:#e9ecef;cursor:not-allowed;opacity:.7}.customer-profile .form-group .input-with-icon .text-muted{font-size:.8em;color:#6c757d;margin-top:5px;display:block}.customer-profile .form-group .checkbox-container{display:flex;flex-wrap:wrap;align-items:center;gap:1rem}.customer-profile .form-group .checkbox-container .form-check{display:flex;align-items:center}.customer-profile .form-group .checkbox-container .form-check input[type=checkbox]{margin-right:.5rem;accent-color:#d14d72;border:1px solid #d14d72;cursor:pointer}.customer-profile .form-group .checkbox-container .form-check label{margin-bottom:0}.customer-profile .submit-btn{background-color:#d14d72;color:#fff;padding:1rem 2rem;border:none;border-radius:5px;font-size:1.1rem;cursor:pointer;transition:background-color .3s ease;display:block;margin:2rem auto 0;width:200px;text-align:center}.customer-profile .submit-btn:hover{background-color:rgb(186.7410714286,48.2589285714,87.0758928571)}.customer-profile .submit-btn:disabled{background-color:rgb(229.9464285714,158.0535714286,178.2053571429);cursor:not-allowed;opacity:.8}@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}}