*{box-sizing:border-box}body{font-family:Inter,sans-serif}::-webkit-scrollbar{width:6px;height:6px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}::-webkit-scrollbar-thumb:hover{background:#94a3b8}.user-form__wrapper{background:#fff;padding:1rem;margin-bottom:2rem;border-bottom:1px solid #dce1e5}.sq-form-section-title{font-size:1.5rem;font-weight:600;color:#532a45;margin-bottom:1rem;display:block;width:100%}.sq-form-question{margin-bottom:1.5rem}.sq-form-question-title{display:block;font-weight:600;margin-bottom:.5rem;color:#333}.sq-form-field{display:block;width:100%;padding:.5rem;font-size:1rem;border:1px solid #707070;border-radius:0;background-color:#fff!important;color:#0f172a!important}.sq-form-field:focus{outline:2px solid #f28b00;border-color:#333}.btn{display:inline-block;padding:.6rem 1.2rem;font-weight:600;text-align:center;cursor:pointer;border:none;transition:background-color .2s}.btn-green{background-color:#00703c;color:#fff}.btn-green:hover{background-color:#005a30}.btn-gray{background-color:#dce1e5;color:#333}.btn-gray:hover{background-color:#cdd3d8}.btn-red{background-color:#d4351c;color:#fff}.btn-red:hover{background-color:#b92b14}.btn-white{background-color:#fff;color:#0f172a;border:1px solid #dce1e5}.btn-white:hover{background-color:#f3f2f3}.btn-purple{background-color:#532a45;color:#fff}.user-form__help-info,.accordion{border-left:4px solid #532a45;padding:1rem;background:#f3f2f3;margin-bottom:1.5rem}.user-form__help-info summary,.accordion summary{font-weight:700;cursor:pointer;color:#532a45;list-style:none}.user-form__help-info summary::-webkit-details-marker,.accordion summary::-webkit-details-marker{display:none}.custom-info-field summary{display:flex;justify-content:space-between;align-items:center}.callout{padding:1rem;border:1px solid #dce1e5;margin-bottom:1.5rem;display:flex;align-items:flex-start}.callout--alert{border-left:4px solid #d4351c;background-color:#fff}.alert__message{margin-left:.5rem}.sq-form-required-field{color:#d4351c;margin-left:4px;font-weight:700}.grid--halves{display:grid;grid-template-columns:1fr 1fr;gap:1rem}.ratio-1-2{grid-template-columns:1fr 2fr}.ratio-2-1{grid-template-columns:2fr 1fr}@media(max-width:768px){.grid--halves,.ratio-1-2,.ratio-2-1{grid-template-columns:1fr}}.user-form__description-list-item{display:flex;flex-wrap:wrap;border-bottom:1px solid #dce1e5;padding:1rem 0;align-items:center}.user-form__description-list-item dt{width:40%;font-weight:400;padding-right:1rem;color:#333}.user-form__description-list-item dd{width:60%;margin-left:0;display:flex;justify-content:space-between;align-items:center}@media(max-width:768px){.user-form__description-list-item{flex-direction:column;align-items:flex-start}.user-form__description-list-item dt{width:100%;padding-right:0;margin-bottom:.5rem;font-weight:600}.user-form__description-list-item dd{width:100%}}.user-form__description-list-item dd>div:first-child{flex:1;min-width:0}.user-form__description-list-item input:disabled,.user-form__description-list-item input[readonly]{background-color:transparent!important;border-color:transparent!important;color:inherit;padding:.5rem}.user-form__static-text{font-weight:700;color:#0f172a;width:100%}.user-form__text-value{padding:.5rem;border:1px solid transparent;line-height:normal}.user-form__sensitive-info details[open]>div{flex-grow:1;width:100%;min-width:0}.user-form__sensitive-info summary{list-style:none;display:flex;justify-content:space-between;align-items:center;cursor:pointer;min-height:1.5rem;outline:none;padding:0}.user-form__sensitive-info summary::-webkit-details-marker{display:none}.user-form__sensitive-info details:not([open]) summary:before{content:"••••••••";font-size:1.5rem;line-height:1rem;letter-spacing:2px;padding:.5rem;border:1px solid transparent}.user-form__sensitive-info summary:after{content:"";display:inline-block;width:24px;height:24px;background:url(/assets/icons/fa-eye.svg) no-repeat center;background-size:contain;margin-right:0}.user-form__sensitive-info details[open] summary:after{background:url(/assets/icons/fa-eye-slash.svg) no-repeat center;background-size:contain}.user-form__sensitive-info details[open] summary:before{content:""}.user-form__action-button{background-color:#f3f2f3;border:1px solid #dce1e5;border-radius:4px;padding:.5rem 1rem;color:#532a45;text-transform:uppercase;font-size:.875rem;font-weight:600;display:inline-flex;align-items:center;gap:.5rem;cursor:pointer;white-space:nowrap;margin-left:.5rem}.user-form__action-button:hover{background-color:#e2e8f0}.user-form__action-button span:first-child{display:flex;align-items:center;gap:4px}.user-form__action-button span:first-child:before{content:"";display:inline-block;width:14px;height:14px;background:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24' fill='none' stroke='%23532a45' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpath d='M11 4H4a2 2 0 0 0-2 2v14a2 2 0 0 0 2 2h14a2 2 0 0 0 2-2v-7'%3E%3C/path%3E%3Cpath d='M18.5 2.5a2.121 2.121 0 0 1 3 3L12 15l-4 1 1-4 9.5-9.5z'%3E%3C/path%3E%3C/svg%3E") no-repeat center;background-size:contain}.user-form__action-button--mobile-close{background:transparent;border:none;font-size:1rem;padding:0}.user-form__dd-editable{width:67%}.user-form__description-list-item .sq-form-question{margin-bottom:0}.user-form__sensitive-info details{width:100%}.user-form__sensitive-info details[open]{display:flex;align-items:center;justify-content:space-between;gap:.5rem}.user-form__sensitive-info details[open]>div{flex-grow:1}.user-form__sensitive-info details[open] summary{order:2}.user-form__sensitive-info details:not([open]){display:block}.user-form__action-button{min-width:80px;justify-content:center}
