#userInformation { color: #172033; padding: 12px !important; }
#userInformation .customer-setup-dialog { max-width: 660px; width: calc(100% - 24px); }
#userInformation .modal-content { border: 0; border-radius: 18px; box-shadow: 0 24px 70px rgba(16,24,40,.25); overflow: visible; }
#userInformation .customer-setup-header { align-items: center; background: linear-gradient(125deg,#172033 0%,#26334d 100%); border: 0; border-radius: 18px 18px 0 0; color: #fff; display: grid; gap: 13px; grid-template-columns: 46px 1fr 34px; padding: 18px 20px; text-align: left; }
#userInformation .customer-setup-header-icon { align-items: center; background: #e11d2e; border-radius: 12px; display: flex; font-size: 18px; height: 46px; justify-content: center; width: 46px; }
#userInformation .customer-setup-header>div:nth-child(2) { min-width: 0; }
#userInformation .customer-setup-header span { color: #ffb2b9; display: block; font-size: 11px; font-weight: 800; letter-spacing: .03em; margin-bottom: 2px; }
#userInformation .customer-setup-header h5 { color: #fff; font-size: 19px; font-weight: 800; line-height: 1.3; margin: 0; }
#userInformation .customer-setup-header p { color: #c5ccda; font-size: 12px; line-height: 1.4; margin: 3px 0 0; }
#userInformation .customer-setup-close { align-items: center; align-self: start; background: rgba(255,255,255,.1); border: 0; border-radius: 9px; color: #fff; display: flex; height: 34px; justify-content: center; padding: 0; width: 34px; }
#userInformation .customer-setup-close:hover,#userInformation .customer-setup-close:focus { background: rgba(255,255,255,.2); outline: 0; }

#userInformation .customer-setup-body { background: #fff; min-height: 310px; overflow: visible; padding: 16px 20px 20px; }
#userInformation .customer-step-progress { align-items: center; background: #f7f8fa; border: 1px solid #e8ebf0; border-radius: 11px; display: grid; grid-template-columns: auto 1fr auto; margin-bottom: 16px; padding: 9px 13px; }
#userInformation .customer-step-progress>i { background: #dfe3e9; height: 2px; margin: 0 12px; }
#userInformation .customer-step-progress__item { align-items: center; color: #7a8493; display: flex; font-size: 12px; font-weight: 700; gap: 7px; }
#userInformation .customer-step-progress__item b { align-items: center; background: #e8ebf0; border-radius: 50%; display: flex; font-size: 11px; height: 26px; justify-content: center; width: 26px; }
#userInformation .customer-step-progress__item.is-active { color: #c81427; }
#userInformation .customer-step-progress__item.is-active b { background: #e11d2e; color: #fff; }
#userInformation .customer-step-progress__item.is-complete { color: #12805c; }
#userInformation .customer-step-progress__item.is-complete b { background: #12805c; color: #fff; }

#userInformation .customer-step[hidden] { display: none !important; }
#userInformation .customer-step--active { animation: customerStepIn .22s ease both; }
#userInformation .customer-step-heading { align-items: center; display: flex; gap: 10px; margin-bottom: 15px; }
#userInformation .customer-step-heading>span { align-items: center; background: #fff0f1; border-radius: 9px; color: #e11d2e; display: flex; flex: 0 0 36px; height: 36px; justify-content: center; }
#userInformation .customer-step-heading>div { display: flex; flex-direction: column; }
#userInformation .customer-step-heading strong { font-size: 15px; }
#userInformation .customer-step-heading small { color: #737d8c; font-size: 11px; }
#userInformation .customer-step-grid,#userInformation .customer-location-grid { display: grid; gap: 14px; grid-template-columns: repeat(2,minmax(0,1fr)); }
#userInformation .customer-field { display: flex; flex-direction: column; min-width: 0; }
#userInformation .customer-field--wide { grid-column: 1 / -1; }
#userInformation .customer-field label { color: #344054; font-size: 13px; font-weight: 700; margin: 0 0 6px; }
#userInformation .customer-field label em { color: #e11d2e; font-style: normal; }
#userInformation .customer-field>small { color: #737d8c; font-size: 11px; margin: 5px 2px 0; }
#userInformation .customer-input-wrap { align-items: center; display: flex; position: relative; }
#userInformation .customer-input-wrap>i { color: #98a0ad; font-size: 13px; left: 13px; pointer-events: none; position: absolute; z-index: 1; }
#userInformation .customer-input-wrap .form-control { background: #fff; border: 1px solid #d5dae2; border-radius: 9px; box-shadow: none; color: #172033; font-size: 14px; height: 46px; padding: 8px 12px 8px 36px; width: 100%; }
#userInformation .customer-input-wrap .form-control::placeholder { color: #929baa; }
#userInformation .customer-input-wrap .form-control:focus { border-color: #e11d2e; box-shadow: 0 0 0 3px rgba(225,29,46,.08); outline: 0; }
#userInformation .customer-phone-wrap { display: grid; grid-template-columns: auto 1fr; }
#userInformation .customer-phone-wrap>span { align-items: center; background: #f5f6f8; border: 1px solid #d5dae2; border-radius: 9px 0 0 9px; border-right: 0; color: #667085; display: flex; font-size: 13px; height: 46px; padding: 0 10px; }
#userInformation .customer-phone-wrap .form-control { border-radius: 0 9px 9px 0; padding-left: 11px; }

#userInformation .customer-step--location { background: #f8f9fb; border: 1px solid #e5e8ee; border-radius: 13px; padding: 14px; }
#userInformation .customer-location-tip { align-items: center; background: #fff; border: 1px solid #e6e9ef; border-radius: 9px; color: #586274; display: flex; font-size: 11px; gap: 8px; margin: -2px 0 14px; padding: 9px 11px; }
#userInformation .customer-location-tip i { color: #12805c; }
#userInformation .bootstrap-select { display: block; position: relative; width: 100% !important; }
#userInformation .bootstrap-select>.dropdown-toggle { align-items: center; background: #fff; border: 1px solid #d5dae2; border-radius: 9px; box-shadow: none; color: #344054; display: flex; font-size: 13px; height: 48px; padding: 8px 11px; width: 100%; }
#userInformation .bootstrap-select>.dropdown-toggle:focus { border-color: #e11d2e; box-shadow: 0 0 0 3px rgba(225,29,46,.08); outline: 0 !important; }
#userInformation .bootstrap-select>.dropdown-toggle.bs-placeholder { color: #7e8898; }
#userInformation .bootstrap-select.disabled>.dropdown-toggle { background: #f1f3f5; color: #9aa2ae; cursor: not-allowed; }
#userInformation .bootstrap-select .filter-option { align-items: center; display: flex; }
#userInformation .bootstrap-select>.dropdown-menu { border: 1px solid #dfe3e9; border-radius: 11px; box-shadow: 0 14px 32px rgba(16,24,40,.2); margin-top: 5px; min-width: 100% !important; overflow: hidden; padding: 0; z-index: 1090; }
#userInformation .bs-searchbox { background: #fff; border-bottom: 1px solid #eaecf0; padding: 10px; position: sticky; top: 0; z-index: 2; }
#userInformation .bs-searchbox .form-control { background: #f7f8fa; border: 1px solid #d7dce3; border-radius: 8px; box-shadow: none; font-size: 14px; height: 43px; padding: 8px 11px; }
#userInformation .bs-searchbox .form-control:focus { background: #fff; border-color: #e11d2e; box-shadow: 0 0 0 3px rgba(225,29,46,.08); }
#userInformation .bootstrap-select .dropdown-menu .inner { max-height: 245px !important; overflow-y: auto; }
#userInformation .bootstrap-select ul.dropdown-menu.inner { display: block !important; }
#userInformation .bootstrap-select .dropdown-menu li a { color: #344054; font-size: 13px; line-height: 1.4; padding: 10px 12px; white-space: normal; }
#userInformation .bootstrap-select .dropdown-menu li a:hover,#userInformation .bootstrap-select .dropdown-menu li.active a { background: #fff1f2; color: #b80f21; }
#userInformation .bootstrap-select .no-results { color: #667085; font-size: 13px; padding: 14px 12px; }

#userInformation .customer-setup-footer { align-items: center; background: #fff; border-radius: 0 0 18px 18px; border-top: 1px solid #eaecf0; display: flex; gap: 15px; justify-content: space-between; padding: 13px 20px; }
#userInformation .customer-setup-footer>small { color: #737d8c; font-size: 11px; line-height: 1.4; max-width: 235px; }
#userInformation .customer-setup-footer>small i { color: #12805c; margin-right: 4px; }
#userInformation .customer-setup-actions { align-items: center; display: flex; gap: 8px; margin-left: auto; }
#userInformation .customer-setup-actions button { align-items: center; border: 0; border-radius: 9px; display: inline-flex; font-size: 13px; font-weight: 800; gap: 8px; justify-content: center; min-height: 46px; padding: 10px 15px; }
#userInformation .customer-step-next,#userInformation .customer-setup-submit { background: linear-gradient(110deg,#e11d2e,#c81427); box-shadow: 0 7px 16px rgba(225,29,46,.22); color: #fff; }
#userInformation .customer-step-back { background: #eef1f5; color: #344054; }
#userInformation .customer-step-next:hover,#userInformation .customer-step-next:focus,#userInformation .customer-setup-submit:hover,#userInformation .customer-setup-submit:focus { background: #b80f21; color: #fff; outline: 0; }
#userInformation .customer-step-back:hover,#userInformation .customer-step-back:focus { background: #dfe4ea; outline: 0; }
#userInformation [hidden] { display: none !important; }

@keyframes customerStepIn { from { opacity: 0; transform: translateX(10px); } to { opacity: 1; transform: translateX(0); } }

@media (max-width: 575.98px) {
    #userInformation { padding: 0 !important; }
    #userInformation .customer-setup-dialog { align-items: flex-end; margin: 0; max-width: none; min-height: 100%; width: 100%; }
    #userInformation.show .customer-setup-dialog { transform: none !important; }
    #userInformation .modal-content { border-radius: 18px 18px 0 0; max-height: calc(100vh - 6px); }
    #userInformation .customer-setup-header { border-radius: 18px 18px 0 0; gap: 10px; grid-template-columns: 40px 1fr 32px; padding: 13px; }
    #userInformation .customer-setup-header-icon { border-radius: 10px; height: 40px; width: 40px; }
    #userInformation .customer-setup-header span { font-size: 10px; }
    #userInformation .customer-setup-header h5 { font-size: 16px; }
    #userInformation .customer-setup-header p { font-size: 11px; }
    #userInformation .customer-setup-close { height: 32px; width: 32px; }
    #userInformation .customer-setup-body { min-height: 0; overflow-y: auto; padding: 11px 12px 14px; }
    #userInformation.customer-location-active .modal-content,#userInformation.customer-location-active .customer-setup-body { overflow: visible; }
    #userInformation .customer-step-progress { margin-bottom: 12px; padding: 8px 10px; }
    #userInformation .customer-step-progress__item { font-size: 11px; gap: 5px; }
    #userInformation .customer-step-progress__item b { height: 24px; width: 24px; }
    #userInformation .customer-step-progress>i { margin: 0 7px; }
    #userInformation .customer-step-grid,#userInformation .customer-location-grid { gap: 11px; grid-template-columns: 1fr; }
    #userInformation .customer-field--wide { grid-column: auto; }
    #userInformation .customer-step-heading { margin-bottom: 11px; }
    #userInformation .customer-step--location { padding: 11px; }
    #userInformation .customer-location-tip { font-size: 10px; margin-bottom: 11px; }

    #userInformation .customer-step--location .bootstrap-select.show>.dropdown-menu { bottom: calc(82px + env(safe-area-inset-bottom)) !important; display: flex !important; flex-direction: column; height: auto !important; left: 12px !important; margin: 0; max-height: none !important; min-height: 260px; overflow: hidden; position: fixed !important; right: 12px !important; top: calc(88px + env(safe-area-inset-top)) !important; transform: none !important; width: auto !important; z-index: 1200; }
    #userInformation .customer-step--location .bootstrap-select.show>.dropdown-menu>.inner { flex: 1 1 auto; max-height: none !important; min-height: 0; overflow-y: auto !important; }
    #userInformation .customer-step--location .bootstrap-select.show>.dropdown-menu>.inner>ul.dropdown-menu.inner { max-height: none !important; }
    #userInformation .customer-step--location .bs-searchbox { padding: 12px; }
    #userInformation .customer-step--location .bs-searchbox .form-control { font-size: 16px; height: 46px; }

    #userInformation .customer-setup-footer { align-items: stretch; border-radius: 0; display: flex; flex-direction: column-reverse; gap: 6px; padding: 9px 12px calc(9px + env(safe-area-inset-bottom)); }
    #userInformation .customer-setup-footer>small { max-width: none; text-align: center; }
    #userInformation .customer-setup-actions { display: grid; grid-template-columns: auto 1fr; margin: 0; width: 100%; }
    #userInformation .customer-step-next { grid-column: 1 / -1; }
    #userInformation .customer-setup-submit { width: 100%; }
}

@media (prefers-reduced-motion: reduce) {
    #userInformation.fade .modal-dialog,#userInformation .customer-step--active { animation: none; transition: none; }
}
