.customer-form-container{background-color:#fff;min-height:100vh;width:100%}.customer-form-layout{max-width:1280px;margin:0 auto;display:flex;flex-direction:column}.customer-form-header{display:flex;align-items:center;justify-content:space-between;background-color:#fff;padding:16px 24px;border-bottom:1px solid #e9ecef}.customer-form-title{font-size:20px;font-weight:600;color:#212529;margin:0}.customer-form-header-actions{display:flex;gap:8px}.customer-form-header-actions .ant-btn{border-radius:20px!important;font-weight:500!important;height:38px!important;padding:0 16px!important}.customer-form-header-actions .ant-btn-primary{background-color:#f39c12!important;border-color:#f39c12!important}.customer-form-header-actions .ant-btn-primary:hover{background-color:#e67e22!important;border-color:#e67e22!important}.customer-form-header-actions .ant-btn-default{background-color:#f8f9fa!important;border-color:#dee2e6!important;color:#495057!important}.customer-form-header-actions .ant-btn-default:hover{border-color:#adb5bd!important;color:#212529!important}.customer-form-content{display:flex;gap:24px;padding:24px;align-items:flex-start;border-radius:6px!important;margin-right:8px}.customer-form-main{flex:1;min-width:0;display:flex;flex-direction:column;gap:16px}.customer-form-sidebar{width:320px;flex-shrink:0;display:flex;flex-direction:column;gap:24px}.sidebar-section{display:flex;flex-direction:column;gap:16px}.sidebar-divider{height:1px;background-color:#e9ecef;margin:8px 0}.customer-form-main>.form-section{border:none;background-color:transparent;padding:0}.form-section{background-color:#fff;border-radius:8px;border:1px solid #e9ecef;padding:24px;display:flex;flex-direction:column;gap:16px}.form-section-title{font-size:18px;font-weight:600;margin:0 0 8px;color:#343a40}.form-field{display:flex;flex-direction:column;gap:4px}.form-field-label{font-size:14px;font-weight:500;color:#495057}.form-field-row{display:flex;gap:16px}.form-field-row>.form-field{flex:1}.customer-form-container .ant-select-selector{border-radius:6px!important;height:40px!important;border:1px solid #ced4da!important;display:flex!important;align-items:center!important}.customer-form-container .ant-select-selection-search-input{height:30px!important;line-height:30px!important;padding:0!important}.customer-form-container .ant-input{border-radius:6px!important;height:40px!important;border:1px solid #ced4da!important;padding-top:0!important;padding-bottom:0!important;line-height:38px!important}.customer-form-container .ant-input-affix-wrapper{border-radius:6px!important;height:40px;border:1px solid #ced4da;padding:0 11px}.customer-form-container .ant-input-affix-wrapper .ant-input{border:none!important;box-shadow:none!important}.customer-form-container .ant-radio-group{display:flex;gap:12px}.customer-form-container .ant-radio-button-wrapper{height:40px;line-height:38px;border-radius:6px!important;border-left-width:1px!important}.customer-form-container .ant-radio-button-wrapper:not(:first-child):before{display:none}.customer-form-container .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled){background-color:#2dc4b6!important;border-color:#2dc4b6!important;color:#fff!important}.customer-form-container .ant-radio-button-wrapper-checked:not(.ant-radio-button-wrapper-disabled):hover{background-color:#28b0a3!important;border-color:#28b0a3!important}.customer-form-container .ant-radio-button-wrapper:hover{color:#2dc4b6!important;border-color:#2dc4b6!important}.customer-tags-display{display:flex;flex-wrap:wrap;gap:8px}.add-tag-button{width:100%;margin-top:8px}.custom-attributes-display{display:flex;flex-direction:column;gap:8px}.attribute-item{display:flex;justify-content:space-between;font-size:14px}.attribute-item-key{color:#495057;font-weight:500}.attribute-item-value{color:#212529}.add-attribute-button{width:100%;margin-top:8px}.validation-error{color:#dc3545;font-size:12px;margin-top:4px}
