*{font-family:var(--font-prompt)!important}.custom-select-wrapper{-webkit-user-select:none;user-select:none;width:100%;position:relative}.custom-select-trigger{cursor:pointer;width:100%;font-size:14px;font-family:var(--font-prompt);color:#333;background:#fff;border:1.5px solid #dcdcdc;border-radius:30px;outline:none;justify-content:space-between;align-items:center;padding:14px 18px;transition:border-color .3s;display:flex}.custom-select-trigger.select-placeholder{color:var(--np-secondary-text)}.custom-select-wrapper.open .custom-select-trigger,.custom-select-trigger:focus{border-color:var(--np-navy-bg)}.custom-select-arrow{flex-shrink:0;align-items:center;transition:transform .2s;display:flex}.custom-select-wrapper.open .custom-select-arrow{transform:rotate(180deg)}.custom-select-dropdown{z-index:200;background:#fff;border:1.5px solid #dcdcdc;border-radius:16px;max-height:220px;margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 6px);left:0;right:0;overflow-y:auto;box-shadow:0 8px 24px #0000001a}.custom-select-option{cursor:pointer;color:#333;border-radius:10px;padding:10px 14px;font-size:14px;transition:background .15s,color .15s;font-family:var(--font-prompt)!important}.custom-select-option:hover,.custom-select-option.selected{background:var(--np-navy-bg,#1b2a6b);color:#fff}.testingSample{font-family:var(--font-prompt);color:red!important}.input-group{flex-direction:column;width:100%;display:flex}.input-label{color:var(--np-primary-text);font-size:14px;font-weight:500;font-family:var(--font-prompt);margin-left:20px}.input-field{width:100%;font-size:14px;font-family:var(--font-prompt);background:var(--np-white-bg);border:1.5px solid #dcdcdc;border-radius:30px;outline:none;padding:14px 18px;transition:all .3s}.input-field:focus{border-color:var(--np-navy-bg)}.input-field::placeholder,.textarea::placeholder{color:var(--np-secondary-text);font-family:var(--font-prompt)}.textarea{resize:none;border-radius:20px;min-height:140px}
