.profile-settings-row{width:100%;display:flex;flex-direction:column;gap:12px}.profile-settings-row__input{background:rgba(206,204,204,.1);border-radius:18px;height:56px;display:flex;align-items:center;padding:0 16px;max-width:360px;width:100%;font-size:16px;line-height:24px;font-family:var(--font-proxima),sans-serif;color:#fff}@media screen and (max-width:700px){.profile-settings-row__input{max-width:100%}}.profile-settings-row__input:disabled{color:#cecccc}.profile-settings-row__input--description{width:100%;height:auto}.profile-settings-row__input--description ::-webkit-scrollbar{width:4px;height:4px}.profile-settings-row__input--description ::-webkit-scrollbar-track{background:rgba(0,0,0,0);border-radius:10px}.profile-settings-row__input--description ::-webkit-scrollbar-thumb{background:#a0a0a0;border-radius:10px}.profile-settings-row__input--description ::-webkit-scrollbar-thumb:hover{background:#888}.profile-settings-row__input--description textarea{resize:vertical;overflow:auto;padding-bottom:20px;padding-right:20px;position:relative}.profile-settings-row__input--description textarea:after{content:"";position:absolute;bottom:0;right:0;width:30px;height:30px;background:linear-gradient(135deg,rgba(160,160,160,.7),transparent);pointer-events:none;z-index:1;border-radius:0 0 10px}.profile-settings-row__input--yellow{height:48px;width:142px;background:#fff700;display:flex;align-items:center;justify-content:center;color:#191919;font-family:var(--font-space),sans-serif;border-radius:10px;position:relative;cursor:pointer;font-size:16px;font-weight:700}.profile-settings-row__content{margin-left:170px;display:flex;flex-direction:column;font-size:14px;line-height:20px;color:#fff}@media screen and (max-width:700px){.profile-settings-row__content{margin-left:0}}.profile-settings-row__buttons{display:flex;gap:16px}@media screen and (max-width:700px){.profile-settings-row__buttons-wrapper--desktop{display:none}}.profile-settings-row__buttons-wrapper--mobile{display:none}@media screen and (max-width:700px){.profile-settings-row__buttons-wrapper--mobile{display:flex;justify-content:flex-end}}