.app{flex-direction:column;align-items:flex-start;gap:8px;width:100%;display:flex}.row{flex-direction:row;display:flex}.column{flex-direction:column;gap:2px;display:flex}.spinner{justify-content:center;align-items:center}.strong{font-weight:600!important}.text{color:#405261}.badges{flex-wrap:wrap;gap:4px;display:flex}.badge{align-items:center;gap:4px;display:flex!important}.list{flex-direction:column;display:flex}.list-item{gap:8px;display:flex}.list-item-subtitle{min-width:100px;font-weight:500}.create-customer-form{flex-direction:column;gap:16px;width:100%;padding:12px;display:flex}.create-customer-form-title{font-size:16px;font-weight:600}.inputRow{grid-gap:16px;grid-template-columns:repeat(2,1fr);width:100%;display:grid}.inputBox{flex-direction:column;gap:4px;display:flex}.inputBox label{color:#47485d;font-size:12px;font-weight:600}.inputBox input{box-sizing:border-box;border:1px solid #dfe3e6;border-radius:4px;outline:none;padding:8px}.inputBox select{box-sizing:border-box;background-color:#fff;border:1px solid #dfe3e6;border-radius:4px;outline:none;padding:8px}.inputBox textarea{resize:vertical;border:1px solid #dfe3e6;border-radius:4px;outline:none;padding:8px}.required:after{content:" *";color:#fe6b6b}.divider{background-color:#dfe3e6;width:100%;height:1px}
