.jfd-autocomplete-wrapper{display:flex;flex-direction:column;gap:8px}.jfd-autocomplete-wrapper .field-label{font-weight:600;font-size:14px;color:var(--grey-300);text-transform:uppercase;letter-spacing:.5px;margin:0}.jfd-autocomplete-wrapper .autocomplete-container{position:relative;display:flex;align-items:center}.jfd-autocomplete-wrapper .autocomplete-container.with-icon .field-icon{position:absolute;left:16px;z-index:10;color:var(--grey-300);pointer-events:none;display:flex;align-items:center}.jfd-autocomplete-wrapper .autocomplete-container.with-icon .jfd-autocomplete.with-icon .p-autocomplete-input{padding-left:44px}.jfd-autocomplete-wrapper .field-error{color:var(--error-red);font-size:12px;margin:0}.jfd-autocomplete{width:100%}.jfd-autocomplete .p-autocomplete-input{width:100%;height:40px;border-radius:8px;border:1px solid rgba(0,0,0,0);background-color:var(--grey-70);color:var(--primary-black);font-weight:500;font-size:14px;padding:0 16px;box-sizing:border-box}.jfd-autocomplete .p-autocomplete-input::placeholder{color:var(--grey-300);font-weight:500}.jfd-autocomplete .p-autocomplete-input:focus{outline:none;border-color:var(--primary-black);box-shadow:0 0 0 2px rgba(18,18,18,.1)}.jfd-autocomplete .p-autocomplete-input:hover{border-color:var(--grey-100)}.jfd-autocomplete .p-autocomplete-dropdown{color:var(--primary-black);border:none;background:rgba(0,0,0,0)}.jfd-autocomplete .p-autocomplete-dropdown:focus{outline:none;border-color:var(--primary-black);box-shadow:0 0 0 2px rgba(18,18,18,.1)}.jfd-autocomplete.error .p-autocomplete-input{border-color:var(--error-red)}.jfd-autocomplete.error .p-autocomplete-input:focus{border-color:var(--error-red);box-shadow:0 0 0 2px rgba(229,59,41,.1)}.jfd-avatar{width:40px;height:40px;min-width:40px;min-height:40px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-weight:600;font-size:16px;background-color:var(--yellow-100);color:var(--primary-black)}.jfd-avatar.jfd-avatar-small{width:32px;height:32px;min-width:32px;min-height:32px;font-size:14px}.jfd-avatar.jfd-avatar-medium{width:40px;height:40px;min-width:40px;min-height:40px;font-size:16px}.jfd-avatar.jfd-avatar-large{width:48px;height:48px;min-width:48px;min-height:48px;font-size:18px}.jfd-badge{display:inline-block;height:auto;border-radius:12px;font-weight:600;font-size:12px;padding:6px 12px;line-height:1.2;word-break:break-word;text-align:center;max-width:200px;vertical-align:top;box-sizing:border-box}.jfd-badge.jfd-badge-small{font-size:10px;padding:4px 8px;border-radius:10px;line-height:1.2;max-width:150px}.jfd-badge.jfd-badge-medium{font-size:12px;padding:6px 12px;border-radius:12px;line-height:1.2;max-width:200px}.jfd-badge.jfd-badge-large{font-size:14px;padding:8px 16px;border-radius:14px;line-height:1.2;max-width:250px}.jfd-badge.jfd-badge-primary{background-color:var(--primary-black);color:var(--white)}.jfd-badge.jfd-badge-success{background-color:var(--green-500);color:var(--white)}.jfd-badge.jfd-badge-warning{background-color:var(--yellow-500);color:var(--primary-black)}.jfd-badge.jfd-badge-danger{background-color:var(--error-red);color:var(--white)}.jfd-badge.jfd-badge-secondary{background-color:var(--grey-200);color:var(--grey-500)}