.initials-control{font:var(--application-font-h6-bold);color:var(--greys-white,#fff);text-align:center;background:var(--greys-black,#000);border-radius:20px;flex-shrink:0;width:32px;height:32px;line-height:32px}
.profile-view{width:var(--form-width);box-sizing:content-box;flex-direction:column;max-width:100%;margin:0 auto;padding:0 24px;display:flex;position:relative}.profile-view header{font:var(--application-font-h1-bold);margin-bottom:40px}.profile-view form{flex-direction:column;gap:16px;display:flex}.profile-view .MuiInputBase-root{color:var(--greys-grey-dark)}.profile-view .MuiInputBase-root.Mui-disabled{background-color:var(--greys-grey-light)}.profile-back-button{border:1px solid var(--greys-grey-medium);color:var(--greys-grey-dark);box-sizing:border-box;cursor:pointer;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;padding:8px;display:flex;position:absolute;top:0;left:-35px}.profile-back-button svg{opacity:.7;width:16px;height:16px}.profile-footer-buttons .MuiButton-outlined{border:1px solid var(--greys-grey-medium)}.profile-footer-buttons .MuiButton-contained{background-color:var(--blues-primary);box-shadow:none}.profile-footer-buttons .MuiButton-contained:hover{box-shadow:none}.profile-footer-buttons button{text-transform:none;border-radius:8px;height:36px;padding:12px 16px}.profile-h5{font:var(--application-font-h5-bold)}.profile-h3{font:var(--application-font-h3-bold)}.profile-b2{font:var(--application-font-b2)}
.shift-schedule-content{flex-direction:column;gap:24px;display:flex}button.shift-schedule-add-shift{text-transform:none;border:1px solid var(--greys-grey-medium);height:44px;font:var(--application-font-h5-bold);border-radius:8px;padding:12px 16px}.shift-schedule-shift{border:1px solid var(--greys-grey-medium);border-radius:8px;flex-direction:column;gap:22px;padding:16px;display:flex}.shift-schedule-shift.error{border-color:var(--reds-red)}.shift-schedule-error{color:var(--reds-red);font:var(--application-font-b2);margin-top:-16px}.shift-schedule-shift-header{font:var(--application-font-h3-bold);color:var(--greys-black);justify-content:space-between;display:flex}.shift-schedule-shift-header button{width:32px;min-width:initial;margin:0;padding:0}.shift-schedule-shift-bottom{flex-wrap:wrap;justify-content:space-between;align-items:center;display:flex}.shift-schedule-times{gap:16px;display:flex;transform:translateY(9px)}.shift-schedule-time{flex-shrink:0;width:159px;height:62px}.shift-schedule-time input{font:var(--application-font-b2)}.shift-schedule-time fieldset{border-radius:8px}.shift-schedule-days-container{flex-direction:column;gap:8px;display:flex}.shift-schedule-days-header{font:var(--application-font-h5-bold)}.shift-schedule-days{gap:8px;display:flex}.shift-schedule-day{background-color:var(--blues-primary);color:var(--greys-white);font:var(--application-font-b2);box-sizing:border-box;cursor:pointer;border:1px solid var(--blues-primary);-webkit-user-select:none;user-select:none;border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;width:32px;height:32px;transition:background-color .2s,color .2s,border-color .2s;display:flex}.shift-schedule-day.disabled{background-color:var(--greys-white);color:var(--greys-grey-dark);border-color:var(--greys-grey-dark)}
.zstack{grid-template-rows:1fr;grid-template-columns:1fr;place-items:stretch stretch;gap:0;display:grid}.zstack>*{grid-area:1/1}.zstack-center>*{place-self:center}.zstack-top>*{place-self:start center}.zstack-bottom>*{place-self:end center}.zstack-leading>*{place-self:center start}.zstack-trailing>*{place-self:center end}.zstack-top-leading>*{place-self:start}.zstack-top-trailing>*{place-self:start end}.zstack-bottom-leading>*{place-self:end start}.zstack-bottom-trailing>*{place-self:end}.zstack-card{background-color:var(--greys-grey-light);border-radius:8px}.zstack-expand{width:100%}
