.loading-spinner{margin-top:250px}.profile-view{width:100%}.profile-view,.profile-view .user{display:flex;flex-direction:column;gap:16px}.profile-view .user{align-items:center}.profile-view .user h3{font-weight:700;font-size:24px}.profile-view .user .inputs{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:16px;gap:16px}.profile-view .user .inputs div:first-child{grid-column-start:1;grid-column-end:3}.profile-view .company{display:flex;flex-direction:column;align-items:center;gap:16px}.profile-view .company h3{font-weight:700;font-size:24px}.profile-view .company .inputs{width:100%;display:grid;grid-template-columns:1fr 1fr 1fr;row-gap:16px;gap:16px}.profile-view .company .inputs div:first-child,.profile-view .company .inputs div:nth-child(4),.profile-view .company .inputs div:nth-child(5){grid-column-start:1;grid-column-end:4}.profile-view .company .inputs div:nth-child(2){grid-column-start:1;grid-column-end:3}