.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);background-color:var(--greys-white);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)}
