@supports (-ms-ime-align: auto){.picker.picker-inline{height:300px}}:root{--f7-picker-height: 300px;--f7-picker-inline-height: 300px;--f7-picker-popover-height: 200px;--f7-picker-popover-width: 280px;--f7-picker-landscape-height: 200px;--f7-picker-item-height: 36px;--f7-picker-item-selected-text-color: #000}@media (max-height: 799px){:root{--f7-picker-height: 200px;--f7-picker-inline-height: 200px;--f7-picker-popover-height: 200px;--f7-picker-popover-width: 280px;--f7-picker-landscape-height: 200px;--f7-picker-item-height: 36px;--f7-picker-item-selected-text-color: #000}}:root .theme-dark,:root.theme-dark{--f7-picker-item-selected-text-color: #fff}.ios{--f7-picker-column-font-size: 20px;--f7-picker-sheet-bg-color: #cfd5da;--f7-picker-divider-text-color: #000;--f7-picker-item-text-color: rgba(0, 0, 0, .45);--f7-picker-item-selected-border-color: rgba(0, 0, 0, .22)}.ios .theme-dark,.ios.theme-dark{--f7-picker-sheet-bg-color: #1c1c1d;--f7-picker-divider-text-color: #fff;--f7-picker-item-text-color: rgba(255, 255, 255, .55);--f7-picker-item-selected-border-color: rgba(255, 255, 255, .06)}.md{--f7-picker-column-font-size: 20px;--f7-picker-divider-text-color: rgba(0, 0, 0, .87);--f7-picker-item-text-color: rgba(0, 0, 0, .54);--f7-picker-item-selected-border-color: rgba(0, 0, 0, .15)}.md .theme-dark,.md.theme-dark{--f7-picker-item-text-color: rgba(255, 255, 255, .54);--f7-picker-divider-text-color: rgba(255, 255, 255, .87);--f7-picker-item-selected-border-color: rgba(255, 255, 255, .15)}.aurora{--f7-picker-column-font-size: 16px;--f7-picker-item-height: 28px;--f7-picker-item-text-color: #888;--f7-picker-divider-text-color: #000;--f7-picker-item-selected-border-color: rgba(0, 0, 0, .12)}.aurora .theme-dark,.aurora.theme-dark{--f7-picker-divider-text-color: #fff;--f7-picker-item-selected-border-color: rgba(255, 255, 255, .06)}.picker{width:100%;height:var(--f7-picker-height)}.picker.picker-inline{height:var(--f7-picker-inline-height)}.popover .picker{height:var(--f7-picker-popover-height)}@media (orientation: landscape) and (max-height: 415px){.picker:not(.picker-inline){height:var(--f7-picker-landscape-height)}}.picker.sheet-modal{background:var(--f7-picker-sheet-bg-color, var(--f7-sheet-bg-color))}.picker-popover{width:var(--f7-picker-popover-width)}.picker-popover .toolbar{background:none;border-radius:var(--f7-popover-border-radius) var(--f7-popover-border-radius) 0 0}.picker-popover .toolbar:before{display:none!important}.picker-popover .toolbar+.picker-columns{height:calc(100% - var(--f7-toolbar-height))}.picker-columns{display:flex;overflow:hidden;justify-content:center;padding:0;text-align:right;height:100%;position:relative;-webkit-mask-box-image:linear-gradient(to top,transparent,transparent 5%,white 20%,white 80%,transparent 95%,transparent);font-size:var(--f7-picker-column-font-size)}.picker-column{position:relative;max-height:100%}.picker-column.picker-column-first:before,.picker-column.picker-column-last:after{height:100%;width:100vw;position:absolute;content:"";top:0}.picker-column.picker-column-first:before{right:100%}.picker-column.picker-column-last:after{left:100%}.picker-column.picker-column-left{text-align:left}.picker-column.picker-column-center{text-align:center}.picker-column.picker-column-right{text-align:right}.picker-column.picker-column-divider{display:flex;align-items:center;color:var(--f7-picker-divider-text-color)}.picker-items{transition:.3s;transition-timing-function:ease-out}.picker-item{height:var(--f7-picker-item-height);line-height:var(--f7-picker-item-height);white-space:nowrap;position:relative;overflow:hidden;text-overflow:ellipsis;left:0;top:0;width:100%;box-sizing:border-box;transition:.3s;color:var(--f7-picker-item-text-color);cursor:pointer}.picker-item span{padding:0 10px}.picker-column-absolute .picker-item{position:absolute}.picker-item.picker-item-far{pointer-events:none}.picker-item.picker-item-selected{color:var(--f7-picker-item-selected-text-color);transform:translateZ(0) rotateX(0)}.picker-center-highlight{height:var(--f7-picker-item-height);box-sizing:border-box;position:absolute;left:0;width:100%;top:50%;margin-top:calc(-1 * var(--f7-picker-item-height) / 2);pointer-events:none}.picker-center-highlight:before{content:"";position:absolute;background-color:var(--f7-picker-item-selected-border-color);display:block;z-index:15;inset:0 auto auto 0;height:1px;width:100%;transform-origin:50% 0%;transform:scaleY(calc(1 / var(--f7-device-pixel-ratio)))}.picker-center-highlight:after{content:"";position:absolute;background-color:var(--f7-picker-item-selected-border-color);display:block;z-index:15;inset:auto auto 0 0;height:1px;width:100%;transform-origin:50% 100%;transform:scaleY(calc(1 / var(--f7-device-pixel-ratio)))}.picker-3d .picker-columns{overflow:hidden;perspective:1200px}.picker-3d .picker-column,.picker-3d .picker-items,.picker-3d .picker-item{transform-style:preserve-3d}.picker-3d .picker-column{overflow:visible}.picker-3d .picker-item{transform-origin:center center -110px;backface-visibility:hidden;transition-timing-function:ease-out}@charset "UTF-8";.mat-ripple{overflow:hidden;position:relative}.mat-ripple:not(:empty){transform:translateZ(0)}.mat-ripple.mat-ripple-unbounded{overflow:visible}.mat-ripple-element{position:absolute;border-radius:50%;pointer-events:none;transition:opacity,transform 0ms cubic-bezier(0,0,.2,1);transform:scale3d(0,0,0)}.cdk-high-contrast-active .mat-ripple-element{display:none}.cdk-visually-hidden{border:0;clip:rect(0 0 0 0);height:1px;margin:-1px;overflow:hidden;padding:0;position:absolute;width:1px;white-space:nowrap;outline:0;-webkit-appearance:none;-moz-appearance:none;left:0}[dir=rtl] .cdk-visually-hidden{left:auto;right:0}.cdk-overlay-container,.cdk-global-overlay-wrapper{pointer-events:none;top:0;left:0;height:100%;width:100%}.cdk-overlay-container{position:fixed;z-index:1000}.cdk-overlay-container:empty{display:none}.cdk-global-overlay-wrapper{display:flex;position:absolute;z-index:1000}.cdk-overlay-pane{position:absolute;pointer-events:auto;box-sizing:border-box;z-index:1000;display:flex;max-width:100%;max-height:100%}.cdk-overlay-backdrop{position:absolute;inset:0;z-index:1000;pointer-events:auto;-webkit-tap-highlight-color:rgba(0,0,0,0);transition:opacity .4s cubic-bezier(.25,.8,.25,1);opacity:0}.cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:1}.cdk-high-contrast-active .cdk-overlay-backdrop.cdk-overlay-backdrop-showing{opacity:.6}.cdk-overlay-dark-backdrop{background:rgba(0,0,0,.32)}.cdk-overlay-transparent-backdrop{transition:visibility 1ms linear,opacity 1ms linear;visibility:hidden;opacity:1}.cdk-overlay-transparent-backdrop.cdk-overlay-backdrop-showing{opacity:0;visibility:visible}.cdk-overlay-backdrop-noop-animation{transition:none}.cdk-overlay-connected-position-bounding-box{position:absolute;z-index:1000;display:flex;flex-direction:column;min-width:1px;min-height:1px}.cdk-global-scrollblock{position:fixed;width:100%;overflow-y:scroll}textarea.cdk-textarea-autosize{resize:none}textarea.cdk-textarea-autosize-measuring{padding:2px 0!important;box-sizing:content-box!important;height:auto!important;overflow:hidden!important}textarea.cdk-textarea-autosize-measuring-firefox{padding:2px 0!important;box-sizing:content-box!important;height:0!important}@keyframes cdk-text-field-autofill-start{}@keyframes cdk-text-field-autofill-end{}.cdk-text-field-autofill-monitored:-webkit-autofill{animation:cdk-text-field-autofill-start 0s 1ms}.cdk-text-field-autofill-monitored:not(:-webkit-autofill){animation:cdk-text-field-autofill-end 0s 1ms}.mat-focus-indicator{position:relative}.mat-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-focus-indicator-display, none);border:var(--mat-focus-indicator-border-width, 3px) var(--mat-focus-indicator-border-style, solid) var(--mat-focus-indicator-border-color, transparent);border-radius:var(--mat-focus-indicator-border-radius, 4px)}.mat-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-focus-indicator-display: block}.mat-mdc-focus-indicator{position:relative}.mat-mdc-focus-indicator:before{inset:0;position:absolute;box-sizing:border-box;pointer-events:none;display:var(--mat-mdc-focus-indicator-display, none);border:var(--mat-mdc-focus-indicator-border-width, 3px) var(--mat-mdc-focus-indicator-border-style, solid) var(--mat-mdc-focus-indicator-border-color, transparent);border-radius:var(--mat-mdc-focus-indicator-border-radius, 4px)}.mat-mdc-focus-indicator:focus:before{content:""}.cdk-high-contrast-active{--mat-mdc-focus-indicator-display: block}html{--mat-option-selected-state-label-text-color:#0082e3;--mat-option-label-text-color:rgba(0, 0, 0, .87);--mat-option-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-option-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-option-selected-state-layer-color:rgba(0, 0, 0, .04)}.mat-accent{--mat-option-selected-state-label-text-color:#0082e3}.mat-warn{--mat-option-selected-state-label-text-color:#f44336}html{--mat-optgroup-label-text-color:rgba(0, 0, 0, .87)}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0082e3}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0082e3}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0082e3}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0082e3}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0082e3}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0082e3}.mat-elevation-z0,.mat-mdc-elevation-specific.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1,.mat-mdc-elevation-specific.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2,.mat-mdc-elevation-specific.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3,.mat-mdc-elevation-specific.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4,.mat-mdc-elevation-specific.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5,.mat-mdc-elevation-specific.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6,.mat-mdc-elevation-specific.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7,.mat-mdc-elevation-specific.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8,.mat-mdc-elevation-specific.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9,.mat-mdc-elevation-specific.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10,.mat-mdc-elevation-specific.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11,.mat-mdc-elevation-specific.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12,.mat-mdc-elevation-specific.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13,.mat-mdc-elevation-specific.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14,.mat-mdc-elevation-specific.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15,.mat-mdc-elevation-specific.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16,.mat-mdc-elevation-specific.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17,.mat-mdc-elevation-specific.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18,.mat-mdc-elevation-specific.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19,.mat-mdc-elevation-specific.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20,.mat-mdc-elevation-specific.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21,.mat-mdc-elevation-specific.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22,.mat-mdc-elevation-specific.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23,.mat-mdc-elevation-specific.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24,.mat-mdc-elevation-specific.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-mdc-card{--mdc-elevated-card-container-color:white;--mdc-elevated-card-container-elevation:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-outlined-card-container-color:white;--mdc-outlined-card-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-card-container-elevation:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mat-card-subtitle-text-color:rgba(0, 0, 0, .54)}.mat-mdc-progress-bar{--mdc-linear-progress-active-indicator-color:#0082e3;--mdc-linear-progress-track-color:rgba(0, 130, 227, .25)}.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#0082e340;background-color:var(--mdc-linear-progress-track-color, rgba(0, 130, 227, .25))}@media (forced-colors: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 130, 227, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar .mdc-linear-progress__buffer-bar{background-color:#0082e340;background-color:var(--mdc-linear-progress-track-color, rgba(0, 130, 227, .25))}.mat-mdc-progress-bar.mat-accent{--mdc-linear-progress-active-indicator-color:#0082e3;--mdc-linear-progress-track-color:rgba(0, 130, 227, .25)}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#0082e340;background-color:var(--mdc-linear-progress-track-color, rgba(0, 130, 227, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(0, 130, 227, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-accent .mdc-linear-progress__buffer-bar{background-color:#0082e340;background-color:var(--mdc-linear-progress-track-color, rgba(0, 130, 227, .25))}.mat-mdc-progress-bar.mat-warn{--mdc-linear-progress-active-indicator-color:#f44336;--mdc-linear-progress-track-color:rgba(244, 67, 54, .25)}@keyframes mdc-linear-progress-buffering{}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#f4433640;background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))}@media (forced-colors: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:ButtonBorder}}@media all and (-ms-high-contrast: none),(-ms-high-contrast: active){.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-dots{background-color:#0000;background-image:url("data:image/svg+xml,%3Csvg version='1.1' xmlns='http://www.w3.org/2000/svg' xmlns:xlink='http://www.w3.org/1999/xlink' x='0px' y='0px' enable-background='new 0 0 5 2' xml:space='preserve' viewBox='0 0 5 2' preserveAspectRatio='none slice'%3E%3Ccircle cx='1' cy='1' r='1' fill='rgba(244, 67, 54, 0.25)'/%3E%3C/svg%3E")}}.mat-mdc-progress-bar.mat-warn .mdc-linear-progress__buffer-bar{background-color:#f4433640;background-color:var(--mdc-linear-progress-track-color, rgba(244, 67, 54, .25))}.mat-mdc-tooltip{--mdc-plain-tooltip-container-color:#616161;--mdc-plain-tooltip-supporting-text-color:#fff}html{--mdc-filled-text-field-caret-color:#0082e3;--mdc-filled-text-field-focus-active-indicator-color:#0082e3;--mdc-filled-text-field-focus-label-text-color:rgba(0, 130, 227, .87);--mdc-filled-text-field-container-color:whitesmoke;--mdc-filled-text-field-disabled-container-color:#fafafa;--mdc-filled-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-filled-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-filled-text-field-error-focus-label-text-color:#f44336;--mdc-filled-text-field-error-label-text-color:#f44336;--mdc-filled-text-field-error-caret-color:#f44336;--mdc-filled-text-field-active-indicator-color:rgba(0, 0, 0, .42);--mdc-filled-text-field-disabled-active-indicator-color:rgba(0, 0, 0, .06);--mdc-filled-text-field-hover-active-indicator-color:rgba(0, 0, 0, .87);--mdc-filled-text-field-error-active-indicator-color:#f44336;--mdc-filled-text-field-error-focus-active-indicator-color:#f44336;--mdc-filled-text-field-error-hover-active-indicator-color:#f44336;--mdc-outlined-text-field-caret-color:#0082e3;--mdc-outlined-text-field-focus-outline-color:#0082e3;--mdc-outlined-text-field-focus-label-text-color:rgba(0, 130, 227, .87);--mdc-outlined-text-field-label-text-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-disabled-input-text-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-input-text-placeholder-color:rgba(0, 0, 0, .6);--mdc-outlined-text-field-error-caret-color:#f44336;--mdc-outlined-text-field-error-focus-label-text-color:#f44336;--mdc-outlined-text-field-error-label-text-color:#f44336;--mdc-outlined-text-field-outline-color:rgba(0, 0, 0, .38);--mdc-outlined-text-field-disabled-outline-color:rgba(0, 0, 0, .06);--mdc-outlined-text-field-hover-outline-color:rgba(0, 0, 0, .87);--mdc-outlined-text-field-error-focus-outline-color:#f44336;--mdc-outlined-text-field-error-hover-outline-color:#f44336;--mdc-outlined-text-field-error-outline-color:#f44336;--mat-form-field-disabled-input-text-placeholder-color:rgba(0, 0, 0, .38)}.mat-mdc-form-field-error{color:var(--mdc-theme-error, #f44336)}.mat-mdc-form-field-subscript-wrapper,.mat-mdc-form-field-bottom-align:before{-moz-osx-font-smoothing:grayscale;-webkit-font-smoothing:antialiased;font-family:var(--mat-form-field-subscript-text-font);line-height:var(--mat-form-field-subscript-text-line-height);font-size:var(--mat-form-field-subscript-text-size);letter-spacing:var(--mat-form-field-subscript-text-tracking);font-weight:var(--mat-form-field-subscript-text-weight)}.mat-mdc-form-field-focus-overlay{background-color:#000000de}.mat-mdc-form-field:hover .mat-mdc-form-field-focus-overlay{opacity:.04}.mat-mdc-form-field.mat-focused .mat-mdc-form-field-focus-overlay{opacity:.12}.mat-mdc-form-field-type-mat-native-select .mat-mdc-form-field-infix:after{color:#0000008a}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-primary .mat-mdc-form-field-infix:after{color:#0082e3de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-accent .mat-mdc-form-field-infix:after{color:#0082e3de}.mat-mdc-form-field-type-mat-native-select.mat-focused.mat-warn .mat-mdc-form-field-infix:after{color:#f44336de}.mat-mdc-form-field-type-mat-native-select.mat-form-field-disabled .mat-mdc-form-field-infix:after{color:#00000061}.mat-mdc-form-field.mat-accent{--mdc-filled-text-field-caret-color:#0082e3;--mdc-filled-text-field-focus-active-indicator-color:#0082e3;--mdc-filled-text-field-focus-label-text-color:rgba(0, 130, 227, .87);--mdc-outlined-text-field-caret-color:#0082e3;--mdc-outlined-text-field-focus-outline-color:#0082e3;--mdc-outlined-text-field-focus-label-text-color:rgba(0, 130, 227, .87)}.mat-mdc-form-field.mat-warn{--mdc-filled-text-field-caret-color:#f44336;--mdc-filled-text-field-focus-active-indicator-color:#f44336;--mdc-filled-text-field-focus-label-text-color:rgba(244, 67, 54, .87);--mdc-outlined-text-field-caret-color:#f44336;--mdc-outlined-text-field-focus-outline-color:#f44336;--mdc-outlined-text-field-focus-label-text-color:rgba(244, 67, 54, .87)}.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:1px solid rgba(0,0,0,0)}[dir=rtl] .mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field.mat-mdc-form-field .mdc-notched-outline__notch{border-left:none;border-right:1px solid rgba(0,0,0,0)}.mat-mdc-form-field-infix{min-height:56px}.mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:28px}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -34.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}.mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:24px;padding-bottom:8px}.mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:16px;padding-bottom:16px}html,html .mat-mdc-form-field.mat-accent{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(0, 130, 227, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html .mat-mdc-form-field.mat-warn{--mat-select-panel-background-color:white;--mat-select-enabled-trigger-text-color:rgba(0, 0, 0, .87);--mat-select-disabled-trigger-text-color:rgba(0, 0, 0, .38);--mat-select-placeholder-text-color:rgba(0, 0, 0, .6);--mat-select-enabled-arrow-color:rgba(0, 0, 0, .54);--mat-select-disabled-arrow-color:rgba(0, 0, 0, .38);--mat-select-focused-arrow-color:rgba(244, 67, 54, .87);--mat-select-invalid-arrow-color:rgba(244, 67, 54, .87)}html{--mat-autocomplete-background-color:white}.mat-mdc-dialog-container{--mdc-dialog-container-color:white;--mdc-dialog-subhead-color:rgba(0, 0, 0, .87);--mdc-dialog-supporting-text-color:rgba(0, 0, 0, .6)}.mat-mdc-standard-chip{--mdc-chip-disabled-label-text-color:#212121;--mdc-chip-elevated-container-color:#e0e0e0;--mdc-chip-elevated-disabled-container-color:#e0e0e0;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:#212121;--mdc-chip-with-icon-icon-color:#212121;--mdc-chip-with-icon-disabled-icon-color:#212121;--mdc-chip-with-icon-selected-icon-color:#212121;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:#212121;--mdc-chip-with-trailing-icon-trailing-icon-color:#212121}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-primary,.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-accent,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-accent{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#0082e3;--mdc-chip-elevated-disabled-container-color:#0082e3;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-standard-chip.mat-mdc-chip-selected.mat-warn,.mat-mdc-standard-chip.mat-mdc-chip-highlighted.mat-warn{--mdc-chip-disabled-label-text-color:white;--mdc-chip-elevated-container-color:#f44336;--mdc-chip-elevated-disabled-container-color:#f44336;--mdc-chip-focus-state-layer-color:black;--mdc-chip-focus-state-layer-opacity:.12;--mdc-chip-label-text-color:white;--mdc-chip-with-icon-icon-color:white;--mdc-chip-with-icon-disabled-icon-color:white;--mdc-chip-with-icon-selected-icon-color:white;--mdc-chip-with-trailing-icon-disabled-trailing-icon-color:white;--mdc-chip-with-trailing-icon-trailing-icon-color:white}.mat-mdc-chip.mat-mdc-standard-chip{--mdc-chip-container-height:32px}.mat-mdc-slide-toggle{--mdc-switch-selected-focus-state-layer-color:#007ae0;--mdc-switch-selected-handle-color:#007ae0;--mdc-switch-selected-hover-state-layer-color:#007ae0;--mdc-switch-selected-pressed-state-layer-color:#007ae0;--mdc-switch-selected-focus-handle-color:#0052d0;--mdc-switch-selected-hover-handle-color:#0052d0;--mdc-switch-selected-pressed-handle-color:#0052d0;--mdc-switch-selected-focus-track-color:#4da8eb;--mdc-switch-selected-hover-track-color:#4da8eb;--mdc-switch-selected-pressed-track-color:#4da8eb;--mdc-switch-selected-track-color:#4da8eb;--mdc-switch-disabled-selected-handle-color:#424242;--mdc-switch-disabled-selected-icon-color:#fff;--mdc-switch-disabled-selected-track-color:#424242;--mdc-switch-disabled-unselected-handle-color:#424242;--mdc-switch-disabled-unselected-icon-color:#fff;--mdc-switch-disabled-unselected-track-color:#424242;--mdc-switch-handle-surface-color:var(--mdc-theme-surface, #fff);--mdc-switch-handle-elevation-shadow:0px 2px 1px -1px rgba(0, 0, 0, .2), 0px 1px 1px 0px rgba(0, 0, 0, .14), 0px 1px 3px 0px rgba(0, 0, 0, .12);--mdc-switch-handle-shadow-color:black;--mdc-switch-disabled-handle-elevation-shadow:0px 0px 0px 0px rgba(0, 0, 0, .2), 0px 0px 0px 0px rgba(0, 0, 0, .14), 0px 0px 0px 0px rgba(0, 0, 0, .12);--mdc-switch-selected-icon-color:#fff;--mdc-switch-unselected-focus-handle-color:#212121;--mdc-switch-unselected-focus-state-layer-color:#424242;--mdc-switch-unselected-focus-track-color:#e0e0e0;--mdc-switch-unselected-handle-color:#616161;--mdc-switch-unselected-hover-handle-color:#212121;--mdc-switch-unselected-hover-state-layer-color:#424242;--mdc-switch-unselected-hover-track-color:#e0e0e0;--mdc-switch-unselected-icon-color:#fff;--mdc-switch-unselected-pressed-handle-color:#212121;--mdc-switch-unselected-pressed-state-layer-color:#424242;--mdc-switch-unselected-pressed-track-color:#e0e0e0;--mdc-switch-unselected-track-color:#e0e0e0}.mat-mdc-slide-toggle .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-slide-toggle .mdc-switch--disabled+label{color:#00000061}.mat-mdc-slide-toggle.mat-accent{--mdc-switch-selected-focus-state-layer-color:#007ae0;--mdc-switch-selected-handle-color:#007ae0;--mdc-switch-selected-hover-state-layer-color:#007ae0;--mdc-switch-selected-pressed-state-layer-color:#007ae0;--mdc-switch-selected-focus-handle-color:#0052d0;--mdc-switch-selected-hover-handle-color:#0052d0;--mdc-switch-selected-pressed-handle-color:#0052d0;--mdc-switch-selected-focus-track-color:#4da8eb;--mdc-switch-selected-hover-track-color:#4da8eb;--mdc-switch-selected-pressed-track-color:#4da8eb;--mdc-switch-selected-track-color:#4da8eb}.mat-mdc-slide-toggle.mat-warn{--mdc-switch-selected-focus-state-layer-color:#e53935;--mdc-switch-selected-handle-color:#e53935;--mdc-switch-selected-hover-state-layer-color:#e53935;--mdc-switch-selected-pressed-state-layer-color:#e53935;--mdc-switch-selected-focus-handle-color:#b71c1c;--mdc-switch-selected-hover-handle-color:#b71c1c;--mdc-switch-selected-pressed-handle-color:#b71c1c;--mdc-switch-selected-focus-track-color:#e57373;--mdc-switch-selected-hover-track-color:#e57373;--mdc-switch-selected-pressed-track-color:#e57373;--mdc-switch-selected-track-color:#e57373}.mat-mdc-slide-toggle{--mdc-switch-state-layer-size:48px}.mat-mdc-radio-button .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-radio-button.mat-primary,.mat-mdc-radio-button.mat-accent{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#0082e3;--mdc-radio-selected-hover-icon-color:#0082e3;--mdc-radio-selected-icon-color:#0082e3;--mdc-radio-selected-pressed-icon-color:#0082e3;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#0082e3;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button.mat-warn{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336;--mat-radio-ripple-color:#000;--mat-radio-checked-ripple-color:#f44336;--mat-radio-disabled-label-color:rgba(0, 0, 0, .38)}.mat-mdc-radio-button .mdc-radio{--mdc-radio-state-layer-size:40px}.mat-mdc-slider{--mdc-slider-label-container-color:black;--mdc-slider-label-label-text-color:white;--mdc-slider-disabled-handle-color:#000;--mdc-slider-disabled-active-track-color:#000;--mdc-slider-disabled-inactive-track-color:#000;--mdc-slider-with-tick-marks-disabled-container-color:#000;--mat-mdc-slider-value-indicator-opacity: .6}.mat-mdc-slider.mat-primary,.mat-mdc-slider.mat-accent{--mdc-slider-handle-color:#0082e3;--mdc-slider-focus-handle-color:#0082e3;--mdc-slider-hover-handle-color:#0082e3;--mdc-slider-active-track-color:#0082e3;--mdc-slider-inactive-track-color:#0082e3;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#0082e3;--mat-mdc-slider-ripple-color: #0082e3;--mat-mdc-slider-hover-ripple-color: rgba(0, 130, 227, .05);--mat-mdc-slider-focus-ripple-color: rgba(0, 130, 227, .2)}.mat-mdc-slider.mat-warn{--mdc-slider-handle-color:#f44336;--mdc-slider-focus-handle-color:#f44336;--mdc-slider-hover-handle-color:#f44336;--mdc-slider-active-track-color:#f44336;--mdc-slider-inactive-track-color:#f44336;--mdc-slider-with-tick-marks-active-container-color:#fff;--mdc-slider-with-tick-marks-inactive-container-color:#f44336;--mat-mdc-slider-ripple-color: #f44336;--mat-mdc-slider-hover-ripple-color: rgba(244, 67, 54, .05);--mat-mdc-slider-focus-ripple-color: rgba(244, 67, 54, .2)}html{--mat-menu-item-label-text-color:rgba(0, 0, 0, .87);--mat-menu-item-icon-color:rgba(0, 0, 0, .87);--mat-menu-item-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-item-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-menu-container-color:white}.mat-mdc-list-base{--mdc-list-list-item-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-supporting-text-color:rgba(0, 0, 0, .54);--mdc-list-list-item-leading-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-supporting-text-color:rgba(0, 0, 0, .38);--mdc-list-list-item-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-selected-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-disabled-label-text-color:black;--mdc-list-list-item-disabled-leading-icon-color:black;--mdc-list-list-item-disabled-trailing-icon-color:black;--mdc-list-list-item-hover-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-hover-leading-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-hover-trailing-icon-color:rgba(0, 0, 0, .38);--mdc-list-list-item-focus-label-text-color:rgba(0, 0, 0, .87);--mdc-list-list-item-hover-state-layer-color:black;--mdc-list-list-item-hover-state-layer-opacity:.04;--mdc-list-list-item-focus-state-layer-color:black;--mdc-list-list-item-focus-state-layer-opacity:.12}.mdc-list-item__start,.mdc-list-item__end,.mat-accent .mdc-list-item__start,.mat-accent .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#0082e3;--mdc-radio-selected-hover-icon-color:#0082e3;--mdc-radio-selected-icon-color:#0082e3;--mdc-radio-selected-pressed-icon-color:#0082e3}.mat-warn .mdc-list-item__start,.mat-warn .mdc-list-item__end{--mdc-radio-disabled-selected-icon-color:#000;--mdc-radio-disabled-unselected-icon-color:#000;--mdc-radio-unselected-hover-icon-color:#212121;--mdc-radio-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-radio-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-radio-selected-focus-icon-color:#f44336;--mdc-radio-selected-hover-icon-color:#f44336;--mdc-radio-selected-icon-color:#f44336;--mdc-radio-selected-pressed-icon-color:#f44336}.mat-mdc-list-option,.mat-mdc-list-option.mat-accent{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#0082e3;--mdc-checkbox-selected-hover-icon-color:#0082e3;--mdc-checkbox-selected-icon-color:#0082e3;--mdc-checkbox-selected-pressed-icon-color:#0082e3;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#0082e3;--mdc-checkbox-selected-hover-state-layer-color:#0082e3;--mdc-checkbox-selected-pressed-state-layer-color:#0082e3;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-option.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated .mdc-list-item__primary-text,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--selected.mdc-list-item--with-leading-icon .mdc-list-item__start,.mat-mdc-list-base.mat-mdc-list-base .mdc-list-item--activated.mdc-list-item--with-leading-icon .mdc-list-item__start{color:#0082e3}.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__start,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__content,.mat-mdc-list-base .mdc-list-item--disabled .mdc-list-item__end{opacity:1}.mat-mdc-list-base{--mdc-list-list-item-one-line-container-height:48px;--mdc-list-list-item-two-line-container-height:64px;--mdc-list-list-item-three-line-container-height:88px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-one-line,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-one-line{height:56px}.mat-mdc-list-item.mdc-list-item--with-leading-avatar.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-checkbox.mdc-list-item--with-two-lines,.mat-mdc-list-item.mdc-list-item--with-leading-icon.mdc-list-item--with-two-lines{height:72px}html{--mat-paginator-container-text-color:rgba(0, 0, 0, .87);--mat-paginator-container-background-color:white;--mat-paginator-enabled-icon-color:rgba(0, 0, 0, .54);--mat-paginator-disabled-icon-color:rgba(0, 0, 0, .12)}html{--mat-paginator-container-size:56px}.mat-mdc-paginator .mat-mdc-form-field-infix{min-height:40px}.mat-mdc-paginator .mat-mdc-text-field-wrapper .mat-mdc-form-field-flex .mat-mdc-floating-label{top:20px}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mdc-notched-outline--upgraded .mdc-floating-label--float-above{--mat-mdc-form-field-label-transform: translateY( -26.75px) scale(var(--mat-mdc-form-field-floating-label-scale, .75));transform:var(--mat-mdc-form-field-label-transform)}.mat-mdc-paginator .mat-mdc-text-field-wrapper.mdc-text-field--outlined .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mdc-text-field--no-label:not(.mdc-text-field--outlined):not(.mdc-text-field--textarea) .mat-mdc-form-field-infix{padding-top:8px;padding-bottom:8px}.mat-mdc-paginator .mat-mdc-text-field-wrapper:not(.mdc-text-field--outlined) .mat-mdc-floating-label{display:none}.mat-mdc-tab-group,.mat-mdc-tab-nav-bar,.mat-mdc-tab-group.mat-accent,.mat-mdc-tab-nav-bar.mat-accent{--mdc-tab-indicator-active-indicator-color:#0082e3;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#0082e3;--mat-tab-header-active-ripple-color:#0082e3;--mat-tab-header-inactive-ripple-color:#0082e3;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#0082e3;--mat-tab-header-active-hover-label-text-color:#0082e3;--mat-tab-header-active-focus-indicator-color:#0082e3;--mat-tab-header-active-hover-indicator-color:#0082e3}.mat-mdc-tab-group.mat-warn,.mat-mdc-tab-nav-bar.mat-warn{--mdc-tab-indicator-active-indicator-color:#f44336;--mat-tab-header-disabled-ripple-color:rgba(0, 0, 0, .38);--mat-tab-header-pagination-icon-color:#000;--mat-tab-header-inactive-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-label-text-color:#f44336;--mat-tab-header-active-ripple-color:#f44336;--mat-tab-header-inactive-ripple-color:#f44336;--mat-tab-header-inactive-focus-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-inactive-hover-label-text-color:rgba(0, 0, 0, .6);--mat-tab-header-active-focus-label-text-color:#f44336;--mat-tab-header-active-hover-label-text-color:#f44336;--mat-tab-header-active-focus-indicator-color:#f44336;--mat-tab-header-active-hover-indicator-color:#f44336}.mat-mdc-tab-group.mat-background-primary,.mat-mdc-tab-nav-bar.mat-background-primary,.mat-mdc-tab-group.mat-background-accent,.mat-mdc-tab-nav-bar.mat-background-accent{--mat-tab-header-with-background-background-color:#0082e3;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-group.mat-background-warn,.mat-mdc-tab-nav-bar.mat-background-warn{--mat-tab-header-with-background-background-color:#f44336;--mat-tab-header-with-background-foreground-color:white}.mat-mdc-tab-header{--mdc-secondary-navigation-tab-container-height:48px}html,.mat-mdc-checkbox.mat-primary{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#0082e3;--mdc-checkbox-selected-hover-icon-color:#0082e3;--mdc-checkbox-selected-icon-color:#0082e3;--mdc-checkbox-selected-pressed-icon-color:#0082e3;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#0082e3;--mdc-checkbox-selected-hover-state-layer-color:#0082e3;--mdc-checkbox-selected-pressed-state-layer-color:#0082e3;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox.mat-warn{--mdc-checkbox-disabled-selected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-disabled-unselected-icon-color:rgba(0, 0, 0, .38);--mdc-checkbox-selected-checkmark-color:#fff;--mdc-checkbox-selected-focus-icon-color:#f44336;--mdc-checkbox-selected-hover-icon-color:#f44336;--mdc-checkbox-selected-icon-color:#f44336;--mdc-checkbox-selected-pressed-icon-color:#f44336;--mdc-checkbox-unselected-focus-icon-color:#212121;--mdc-checkbox-unselected-hover-icon-color:#212121;--mdc-checkbox-unselected-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-unselected-pressed-icon-color:rgba(0, 0, 0, .54);--mdc-checkbox-selected-focus-state-layer-color:#f44336;--mdc-checkbox-selected-hover-state-layer-color:#f44336;--mdc-checkbox-selected-pressed-state-layer-color:#f44336;--mdc-checkbox-unselected-focus-state-layer-color:black;--mdc-checkbox-unselected-hover-state-layer-color:black;--mdc-checkbox-unselected-pressed-state-layer-color:black}.mat-mdc-checkbox .mdc-form-field{color:var(--mdc-theme-text-primary-on-background, rgba(0, 0, 0, .87))}.mat-mdc-checkbox.mat-mdc-checkbox-disabled label{color:#00000061}html{--mdc-checkbox-state-layer-size:40px}.mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-mdc-button.mat-primary,.mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#0082e3}.mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-text-button-label-text-color:rgba(0, 0, 0, .38)}.mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#fff;--mdc-filled-button-label-text-color:#000}.mat-mdc-unelevated-button.mat-primary,.mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#0082e3;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-button-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color:rgba(0, 0, 0, .38)}.mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#fff;--mdc-protected-button-label-text-color:#000}.mat-mdc-raised-button.mat-primary,.mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#0082e3;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation:0}.mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12)}.mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#000}.mat-mdc-outlined-button.mat-primary,.mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#0082e3}.mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, .12)}.mat-mdc-button,.mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-button.mat-primary,.mat-mdc-outlined-button.mat-primary,.mat-mdc-button.mat-accent,.mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #0082e3;--mat-mdc-button-ripple-color: rgba(0, 130, 227, .1)}.mat-mdc-button.mat-warn,.mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-raised-button,.mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-raised-button.mat-primary,.mat-mdc-unelevated-button.mat-primary,.mat-mdc-raised-button.mat-accent,.mat-mdc-unelevated-button.mat-accent,.mat-mdc-raised-button.mat-warn,.mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-button.mat-mdc-button-base,.mat-mdc-raised-button.mat-mdc-button-base,.mat-mdc-unelevated-button.mat-mdc-button-base,.mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mat-mdc-icon-button{--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)}.mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)}.mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)}.mat-mdc-icon-button.mat-primary,.mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#0082e3;--mat-mdc-button-persistent-ripple-color: #0082e3;--mat-mdc-button-ripple-color: rgba(0, 130, 227, .1)}.mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, .38)}.mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-mdc-fab,.mat-mdc-mini-fab{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-mdc-fab:hover .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-mdc-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab:active .mat-mdc-button-persistent-ripple:before,.mat-mdc-mini-fab:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent,.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-mdc-fab[disabled][disabled],.mat-mdc-mini-fab[disabled][disabled]{--mdc-fab-container-color:rgba(0, 0, 0, .12);--mdc-fab-icon-color:rgba(0, 0, 0, .38);--mat-mdc-fab-color: rgba(0, 0, 0, .38)}.mat-mdc-fab.mat-unthemed,.mat-mdc-mini-fab.mat-unthemed{--mdc-fab-container-color:white;--mdc-fab-icon-color:black;--mat-mdc-fab-color: #000}.mat-mdc-fab.mat-primary,.mat-mdc-mini-fab.mat-primary,.mat-mdc-fab.mat-accent,.mat-mdc-mini-fab.mat-accent{--mdc-fab-container-color:#0082e3;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-fab.mat-warn,.mat-mdc-mini-fab.mat-warn{--mdc-fab-container-color:#f44336;--mdc-fab-icon-color:white;--mat-mdc-fab-color: #fff}.mat-mdc-snack-bar-container{--mdc-snackbar-container-color:#333333;--mdc-snackbar-supporting-text-color:rgba(255, 255, 255, .87);--mat-snack-bar-button-color:#0082e3}html{--mat-table-background-color:white;--mat-table-header-headline-color:rgba(0, 0, 0, .87);--mat-table-row-item-label-text-color:rgba(0, 0, 0, .87);--mat-table-row-item-outline-color:rgba(0, 0, 0, .12)}html{--mat-table-header-container-height:56px;--mat-table-footer-container-height:52px;--mat-table-row-item-container-height:52px}.mat-mdc-progress-spinner,.mat-mdc-progress-spinner.mat-accent{--mdc-circular-progress-active-indicator-color:#0082e3}.mat-mdc-progress-spinner.mat-warn{--mdc-circular-progress-active-indicator-color:#f44336}.mat-badge{position:relative}.mat-badge.mat-badge{overflow:visible}.mat-badge-content{position:absolute;text-align:center;display:inline-block;border-radius:50%;transition:transform .2s ease-in-out;transform:scale(.6);overflow:hidden;white-space:nowrap;text-overflow:ellipsis;pointer-events:none;background-color:var(--mat-badge-background-color);color:var(--mat-badge-text-color);font-family:Roboto,sans-serif;font-family:var(--mat-badge-text-font, Roboto, sans-serif);font-size:12px;font-size:var(--mat-badge-text-size, 12px);font-weight:600;font-weight:var(--mat-badge-text-weight, 600)}.cdk-high-contrast-active .mat-badge-content{outline:solid 1px;border-radius:0}.mat-badge-disabled .mat-badge-content{background-color:var(--mat-badge-disabled-state-background-color);color:var(--mat-badge-disabled-state-text-color)}.mat-badge-hidden .mat-badge-content{display:none}.ng-animate-disabled .mat-badge-content,.mat-badge-content._mat-animation-noopable{transition:none}.mat-badge-content.mat-badge-active{transform:none}.mat-badge-small .mat-badge-content{width:16px;height:16px;line-height:16px;font-size:9px;font-size:var(--mat-badge-small-size-text-size, 9px)}.mat-badge-small.mat-badge-above .mat-badge-content{top:-8px}.mat-badge-small.mat-badge-below .mat-badge-content{bottom:-8px}.mat-badge-small.mat-badge-before .mat-badge-content{left:-16px}[dir=rtl] .mat-badge-small.mat-badge-before .mat-badge-content{left:auto;right:-16px}.mat-badge-small.mat-badge-after .mat-badge-content{right:-16px}[dir=rtl] .mat-badge-small.mat-badge-after .mat-badge-content{right:auto;left:-16px}.mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-8px}.mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-8px}[dir=rtl] .mat-badge-small.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-8px}.mat-badge-medium .mat-badge-content{width:22px;height:22px;line-height:22px}.mat-badge-medium.mat-badge-above .mat-badge-content{top:-11px}.mat-badge-medium.mat-badge-below .mat-badge-content{bottom:-11px}.mat-badge-medium.mat-badge-before .mat-badge-content{left:-22px}[dir=rtl] .mat-badge-medium.mat-badge-before .mat-badge-content{left:auto;right:-22px}.mat-badge-medium.mat-badge-after .mat-badge-content{right:-22px}[dir=rtl] .mat-badge-medium.mat-badge-after .mat-badge-content{right:auto;left:-22px}.mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-11px}.mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-11px}[dir=rtl] .mat-badge-medium.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-11px}.mat-badge-large .mat-badge-content{width:28px;height:28px;line-height:28px;font-size:24px;font-size:var(--mat-badge-large-size-text-size, 24px)}.mat-badge-large.mat-badge-above .mat-badge-content{top:-14px}.mat-badge-large.mat-badge-below .mat-badge-content{bottom:-14px}.mat-badge-large.mat-badge-before .mat-badge-content{left:-28px}[dir=rtl] .mat-badge-large.mat-badge-before .mat-badge-content{left:auto;right:-28px}.mat-badge-large.mat-badge-after .mat-badge-content{right:-28px}[dir=rtl] .mat-badge-large.mat-badge-after .mat-badge-content{right:auto;left:-28px}.mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-before .mat-badge-content{left:auto;right:-14px}.mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:-14px}[dir=rtl] .mat-badge-large.mat-badge-overlap.mat-badge-after .mat-badge-content{right:auto;left:-14px}html{--mat-badge-background-color:#0082e3;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color:#0082e3;--mat-badge-text-color:white}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#0082e3;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(0, 130, 227, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(0, 130, 227, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(0, 130, 227, .3);--mat-datepicker-toggle-active-state-icon-color:#0082e3;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(0, 130, 227, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#0082e3;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(0, 130, 227, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(0, 130, 227, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(0, 130, 227, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(0, 130, 227, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#0082e3}.mat-icon.mat-primary,.mat-icon.mat-accent{--mat-icon-color:#0082e3}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#0082e3;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#0082e3;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#0082e3;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#0082e3;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#0082e3;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#0082e3;--mat-stepper-header-edit-state-icon-foreground-color:white}.mat-toolbar.mat-primary,.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#0082e3;--mat-toolbar-container-text-color:white}.mat-button,.mat-icon-button,.mat-stroked-button{color:inherit;background:rgba(0,0,0,0)}.mat-button.mat-primary,.mat-icon-button.mat-primary,.mat-stroked-button.mat-primary{color:#0091fe}.mat-button.mat-accent,.mat-icon-button.mat-accent,.mat-stroked-button.mat-accent{color:#173861}.mat-button.mat-warn,.mat-icon-button.mat-warn,.mat-stroked-button.mat-warn{color:#f44336}.mat-button.mat-primary.mat-button-disabled,.mat-button.mat-accent.mat-button-disabled,.mat-button.mat-warn.mat-button-disabled,.mat-button.mat-button-disabled.mat-button-disabled,.mat-icon-button.mat-primary.mat-button-disabled,.mat-icon-button.mat-accent.mat-button-disabled,.mat-icon-button.mat-warn.mat-button-disabled,.mat-icon-button.mat-button-disabled.mat-button-disabled,.mat-stroked-button.mat-primary.mat-button-disabled,.mat-stroked-button.mat-accent.mat-button-disabled,.mat-stroked-button.mat-warn.mat-button-disabled,.mat-stroked-button.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-button.mat-primary .mat-button-focus-overlay,.mat-icon-button.mat-primary .mat-button-focus-overlay,.mat-stroked-button.mat-primary .mat-button-focus-overlay{background-color:#0091fe}.mat-button.mat-accent .mat-button-focus-overlay,.mat-icon-button.mat-accent .mat-button-focus-overlay,.mat-stroked-button.mat-accent .mat-button-focus-overlay{background-color:#173861}.mat-button.mat-warn .mat-button-focus-overlay,.mat-icon-button.mat-warn .mat-button-focus-overlay,.mat-stroked-button.mat-warn .mat-button-focus-overlay{background-color:#f44336}.mat-button.mat-button-disabled .mat-button-focus-overlay,.mat-icon-button.mat-button-disabled .mat-button-focus-overlay,.mat-stroked-button.mat-button-disabled .mat-button-focus-overlay{background-color:#0000}.mat-button .mat-ripple-element,.mat-icon-button .mat-ripple-element,.mat-stroked-button .mat-ripple-element{opacity:.1;background-color:currentColor}.mat-button-focus-overlay{background:#000}.mat-stroked-button:not(.mat-button-disabled){border-color:#0000001f}.mat-flat-button,.mat-raised-button,.mat-fab,.mat-mini-fab{color:#000000de;background-color:#fff}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary,.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent,.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{color:#fff}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{color:#00000042}.mat-flat-button.mat-primary,.mat-raised-button.mat-primary,.mat-fab.mat-primary,.mat-mini-fab.mat-primary{background-color:#0091fe}.mat-flat-button.mat-accent,.mat-raised-button.mat-accent,.mat-fab.mat-accent,.mat-mini-fab.mat-accent{background-color:#173861}.mat-flat-button.mat-warn,.mat-raised-button.mat-warn,.mat-fab.mat-warn,.mat-mini-fab.mat-warn{background-color:#f44336}.mat-flat-button.mat-primary.mat-button-disabled,.mat-flat-button.mat-accent.mat-button-disabled,.mat-flat-button.mat-warn.mat-button-disabled,.mat-flat-button.mat-button-disabled.mat-button-disabled,.mat-raised-button.mat-primary.mat-button-disabled,.mat-raised-button.mat-accent.mat-button-disabled,.mat-raised-button.mat-warn.mat-button-disabled,.mat-raised-button.mat-button-disabled.mat-button-disabled,.mat-fab.mat-primary.mat-button-disabled,.mat-fab.mat-accent.mat-button-disabled,.mat-fab.mat-warn.mat-button-disabled,.mat-fab.mat-button-disabled.mat-button-disabled,.mat-mini-fab.mat-primary.mat-button-disabled,.mat-mini-fab.mat-accent.mat-button-disabled,.mat-mini-fab.mat-warn.mat-button-disabled,.mat-mini-fab.mat-button-disabled.mat-button-disabled{background-color:#0000001f}.mat-flat-button.mat-primary .mat-ripple-element,.mat-raised-button.mat-primary .mat-ripple-element,.mat-fab.mat-primary .mat-ripple-element,.mat-mini-fab.mat-primary .mat-ripple-element,.mat-flat-button.mat-accent .mat-ripple-element,.mat-raised-button.mat-accent .mat-ripple-element,.mat-fab.mat-accent .mat-ripple-element,.mat-mini-fab.mat-accent .mat-ripple-element,.mat-flat-button.mat-warn .mat-ripple-element,.mat-raised-button.mat-warn .mat-ripple-element,.mat-fab.mat-warn .mat-ripple-element,.mat-mini-fab.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-stroked-button:not([class*=mat-elevation-z]),.mat-flat-button:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-raised-button:not([class*=mat-elevation-z]){box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-raised-button:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-raised-button.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-fab:not([class*=mat-elevation-z]),.mat-mini-fab:not([class*=mat-elevation-z]){box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]),.mat-mini-fab:not(.mat-button-disabled):active:not([class*=mat-elevation-z]){box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-fab.mat-button-disabled:not([class*=mat-elevation-z]),.mat-mini-fab.mat-button-disabled:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-datepicker-content .mat-mdc-button.mat-unthemed{--mdc-text-button-label-text-color:#000}.mat-datepicker-content .mat-mdc-button.mat-primary{--mdc-text-button-label-text-color:#0091fe}.mat-datepicker-content .mat-mdc-button.mat-accent{--mdc-text-button-label-text-color:#173861}.mat-datepicker-content .mat-mdc-button.mat-warn{--mdc-text-button-label-text-color:#f44336}.mat-datepicker-content .mat-mdc-button[disabled][disabled]{--mdc-text-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-text-button-label-text-color:rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-unelevated-button.mat-unthemed{--mdc-filled-button-container-color:#fff;--mdc-filled-button-label-text-color:#000}.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary{--mdc-filled-button-container-color:#0091fe;--mdc-filled-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent{--mdc-filled-button-container-color:#173861;--mdc-filled-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mdc-filled-button-container-color:#f44336;--mdc-filled-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-unelevated-button[disabled][disabled]{--mdc-filled-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-filled-button-container-color:rgba(0, 0, 0, .12);--mdc-filled-button-label-text-color:rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-raised-button.mat-unthemed{--mdc-protected-button-container-color:#fff;--mdc-protected-button-label-text-color:#000}.mat-datepicker-content .mat-mdc-raised-button.mat-primary{--mdc-protected-button-container-color:#0091fe;--mdc-protected-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-raised-button.mat-accent{--mdc-protected-button-container-color:#173861;--mdc-protected-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-raised-button.mat-warn{--mdc-protected-button-container-color:#f44336;--mdc-protected-button-label-text-color:#fff}.mat-datepicker-content .mat-mdc-raised-button[disabled][disabled]{--mdc-protected-button-disabled-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-color:rgba(0, 0, 0, .12);--mdc-protected-button-label-text-color:rgba(0, 0, 0, .38);--mdc-protected-button-container-elevation:0}.mat-datepicker-content .mat-mdc-outlined-button{--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-outlined-button.mat-unthemed{--mdc-outlined-button-label-text-color:#000}.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mdc-outlined-button-label-text-color:#0091fe}.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mdc-outlined-button-label-text-color:#173861}.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mdc-outlined-button-label-text-color:#f44336}.mat-datepicker-content .mat-mdc-outlined-button[disabled][disabled]{--mdc-outlined-button-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-disabled-label-text-color:rgba(0, 0, 0, .38);--mdc-outlined-button-outline-color:rgba(0, 0, 0, .12);--mdc-outlined-button-disabled-outline-color:rgba(0, 0, 0, .12)}.mat-datepicker-content .mat-mdc-button,.mat-datepicker-content .mat-mdc-outlined-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-outlined-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-button.mat-primary,.mat-datepicker-content .mat-mdc-outlined-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #0091fe;--mat-mdc-button-ripple-color: rgba(0, 145, 254, .1)}.mat-datepicker-content .mat-mdc-button.mat-accent,.mat-datepicker-content .mat-mdc-outlined-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #173861;--mat-mdc-button-ripple-color: rgba(23, 56, 97, .1)}.mat-datepicker-content .mat-mdc-button.mat-warn,.mat-datepicker-content .mat-mdc-outlined-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-datepicker-content .mat-mdc-raised-button,.mat-datepicker-content .mat-mdc-unelevated-button{--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-raised-button:hover .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-raised-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-raised-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button:active .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-unelevated-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-raised-button.mat-primary,.mat-datepicker-content .mat-mdc-unelevated-button.mat-primary,.mat-datepicker-content .mat-mdc-raised-button.mat-accent,.mat-datepicker-content .mat-mdc-unelevated-button.mat-accent,.mat-datepicker-content .mat-mdc-raised-button.mat-warn,.mat-datepicker-content .mat-mdc-unelevated-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #fff;--mat-mdc-button-ripple-color: rgba(255, 255, 255, .1)}.mat-datepicker-content .mat-mdc-icon-button{--mdc-icon-button-icon-color:inherit;--mat-mdc-button-persistent-ripple-color: #000;--mat-mdc-button-ripple-color: rgba(0, 0, 0, .1)}.mat-datepicker-content .mat-mdc-icon-button:hover .mat-mdc-button-persistent-ripple:before{opacity:.04}.mat-datepicker-content .mat-mdc-icon-button.cdk-program-focused .mat-mdc-button-persistent-ripple:before,.mat-datepicker-content .mat-mdc-icon-button.cdk-keyboard-focused .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button:active .mat-mdc-button-persistent-ripple:before{opacity:.12}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mat-mdc-button-persistent-ripple-color: #6200ee;--mat-mdc-button-ripple-color: rgba(98, 0, 238, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mat-mdc-button-persistent-ripple-color: #018786;--mat-mdc-button-ripple-color: rgba(1, 135, 134, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mat-mdc-button-persistent-ripple-color: #b00020;--mat-mdc-button-ripple-color: rgba(176, 0, 32, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-primary{--mdc-icon-button-icon-color:#0091fe;--mat-mdc-button-persistent-ripple-color: #0091fe;--mat-mdc-button-ripple-color: rgba(0, 145, 254, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-accent{--mdc-icon-button-icon-color:#173861;--mat-mdc-button-persistent-ripple-color: #173861;--mat-mdc-button-ripple-color: rgba(23, 56, 97, .1)}.mat-datepicker-content .mat-mdc-icon-button.mat-warn{--mdc-icon-button-icon-color:#f44336;--mat-mdc-button-persistent-ripple-color: #f44336;--mat-mdc-button-ripple-color: rgba(244, 67, 54, .1)}.mat-datepicker-content .mat-mdc-icon-button[disabled][disabled]{--mdc-icon-button-icon-color:rgba(0, 0, 0, .38);--mdc-icon-button-disabled-icon-color:rgba(0, 0, 0, .38)}.mat-datepicker-content .mat-mdc-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-raised-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-unelevated-button.mat-mdc-button-base,.mat-datepicker-content .mat-mdc-outlined-button.mat-mdc-button-base{height:36px}.mat-datepicker-content .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:48px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:12px}.mat-option{color:#000000de}.mat-option:hover:not(.mat-option-disabled),.mat-option:focus:not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-selected:not(.mat-option-multiple):not(.mat-option-disabled){background:rgba(0,0,0,.04)}.mat-option.mat-active{background:rgba(0,0,0,.04);color:#000000de}.mat-option.mat-option-disabled{color:#00000061}.mat-primary .mat-option.mat-selected:not(.mat-option-disabled){color:#0091fe}.mat-accent .mat-option.mat-selected:not(.mat-option-disabled){color:#173861}.mat-warn .mat-option.mat-selected:not(.mat-option-disabled){color:#f44336}.mat-optgroup-label{color:#0000008a}.mat-optgroup-disabled .mat-optgroup-label{color:#00000061}.mat-ripple-element{background-color:#0000001a}.mat-pseudo-checkbox-full{color:#0000008a}.mat-pseudo-checkbox-full.mat-pseudo-checkbox-disabled{color:#b0b0b0}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#0091fe}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#0091fe}.mat-primary .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-primary .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#173861}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#173861}.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#173861}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#173861}.mat-accent .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-accent .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#f44336}.mat-warn .mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full:after,.mat-warn .mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full:after{color:#fafafa}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-minimal:after,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-minimal:after{color:#b0b0b0}.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-checked.mat-pseudo-checkbox-full,.mat-pseudo-checkbox-disabled.mat-pseudo-checkbox-indeterminate.mat-pseudo-checkbox-full{background:#b0b0b0}.mat-app-background{background-color:#fafafa;color:#000000de}.mat-elevation-z0{box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-elevation-z1{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-elevation-z2{box-shadow:0 3px 1px -2px #0003,0 2px 2px #00000024,0 1px 5px #0000001f}.mat-elevation-z3{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-elevation-z4{box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-elevation-z5{box-shadow:0 3px 5px -1px #0003,0 5px 8px #00000024,0 1px 14px #0000001f}.mat-elevation-z6{box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-elevation-z7{box-shadow:0 4px 5px -2px #0003,0 7px 10px 1px #00000024,0 2px 16px 1px #0000001f}.mat-elevation-z8{box-shadow:0 5px 5px -3px #0003,0 8px 10px 1px #00000024,0 3px 14px 2px #0000001f}.mat-elevation-z9{box-shadow:0 5px 6px -3px #0003,0 9px 12px 1px #00000024,0 3px 16px 2px #0000001f}.mat-elevation-z10{box-shadow:0 6px 6px -3px #0003,0 10px 14px 1px #00000024,0 4px 18px 3px #0000001f}.mat-elevation-z11{box-shadow:0 6px 7px -4px #0003,0 11px 15px 1px #00000024,0 4px 20px 3px #0000001f}.mat-elevation-z12{box-shadow:0 7px 8px -4px #0003,0 12px 17px 2px #00000024,0 5px 22px 4px #0000001f}.mat-elevation-z13{box-shadow:0 7px 8px -4px #0003,0 13px 19px 2px #00000024,0 5px 24px 4px #0000001f}.mat-elevation-z14{box-shadow:0 7px 9px -4px #0003,0 14px 21px 2px #00000024,0 5px 26px 4px #0000001f}.mat-elevation-z15{box-shadow:0 8px 9px -5px #0003,0 15px 22px 2px #00000024,0 6px 28px 5px #0000001f}.mat-elevation-z16{box-shadow:0 8px 10px -5px #0003,0 16px 24px 2px #00000024,0 6px 30px 5px #0000001f}.mat-elevation-z17{box-shadow:0 8px 11px -5px #0003,0 17px 26px 2px #00000024,0 6px 32px 5px #0000001f}.mat-elevation-z18{box-shadow:0 9px 11px -5px #0003,0 18px 28px 2px #00000024,0 7px 34px 6px #0000001f}.mat-elevation-z19{box-shadow:0 9px 12px -6px #0003,0 19px 29px 2px #00000024,0 7px 36px 6px #0000001f}.mat-elevation-z20{box-shadow:0 10px 13px -6px #0003,0 20px 31px 3px #00000024,0 8px 38px 7px #0000001f}.mat-elevation-z21{box-shadow:0 10px 13px -6px #0003,0 21px 33px 3px #00000024,0 8px 40px 7px #0000001f}.mat-elevation-z22{box-shadow:0 10px 14px -6px #0003,0 22px 35px 3px #00000024,0 8px 42px 7px #0000001f}.mat-elevation-z23{box-shadow:0 11px 14px -7px #0003,0 23px 36px 3px #00000024,0 9px 44px 8px #0000001f}.mat-elevation-z24{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f}.mat-theme-loaded-marker{display:none}.mat-card{background:#fff;color:#000000de}.mat-card:not([class*=mat-elevation-z]){box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f}.mat-card.mat-card-flat:not([class*=mat-elevation-z]){box-shadow:0 0 #0003,0 0 #00000024,0 0 #0000001f}.mat-card-subtitle{color:#0000008a}.mat-progress-bar-background{fill:#bce0fb}.mat-progress-bar-buffer{background-color:#bce0fb}.mat-progress-bar-fill:after{background-color:#0091fe}.mat-progress-bar.mat-accent .mat-progress-bar-background{fill:#c1cad4}.mat-progress-bar.mat-accent .mat-progress-bar-buffer{background-color:#c1cad4}.mat-progress-bar.mat-accent .mat-progress-bar-fill:after{background-color:#173861}.mat-progress-bar.mat-warn .mat-progress-bar-background{fill:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-buffer{background-color:#f9ccc9}.mat-progress-bar.mat-warn .mat-progress-bar-fill:after{background-color:#f44336}.mat-progress-spinner circle,.mat-spinner circle{stroke:#0091fe}.mat-progress-spinner.mat-accent circle,.mat-spinner.mat-accent circle{stroke:#173861}.mat-progress-spinner.mat-warn circle,.mat-spinner.mat-warn circle{stroke:#f44336}.mat-tooltip{background:rgba(97,97,97,.9)}.mat-form-field-type-mat-native-select .mat-form-field-infix:after{color:#0000008a}.mat-input-element:disabled,.mat-form-field-type-mat-native-select.mat-form-field-disabled .mat-form-field-infix:after{color:#00000061}.mat-input-element{caret-color:#0091fe}.mat-input-element::placeholder{color:#0000006b}.mat-input-element::-moz-placeholder{color:#0000006b}.mat-input-element::-webkit-input-placeholder{color:#0000006b}.mat-input-element:-ms-input-placeholder{color:#0000006b}.mat-form-field.mat-accent .mat-input-element{caret-color:#173861}.mat-form-field.mat-warn .mat-input-element,.mat-form-field-invalid .mat-input-element{caret-color:#f44336}.mat-form-field-type-mat-native-select.mat-form-field-invalid .mat-form-field-infix:after{color:#f44336}.mat-form-field-disabled .mat-form-field-prefix,.mat-form-field-disabled .mat-form-field-suffix{color:#00000061}.mat-form-field-label,.mat-hint{color:#0009}.mat-form-field.mat-focused .mat-form-field-label{color:#0091fe}.mat-form-field.mat-focused .mat-form-field-label.mat-accent{color:#173861}.mat-form-field.mat-focused .mat-form-field-label.mat-warn{color:#f44336}.mat-focused .mat-form-field-required-marker{color:#173861}.mat-form-field-ripple{background-color:#000000de}.mat-form-field.mat-focused .mat-form-field-ripple{background-color:#0091fe}.mat-form-field.mat-focused .mat-form-field-ripple.mat-accent{background-color:#173861}.mat-form-field.mat-focused .mat-form-field-ripple.mat-warn{background-color:#f44336}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid) .mat-form-field-infix:after{color:#0091fe}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-accent .mat-form-field-infix:after{color:#173861}.mat-form-field-type-mat-native-select.mat-focused:not(.mat-form-field-invalid).mat-warn .mat-form-field-infix:after{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-label,.mat-form-field.mat-form-field-invalid .mat-form-field-label.mat-accent,.mat-form-field.mat-form-field-invalid .mat-form-field-label .mat-form-field-required-marker{color:#f44336}.mat-form-field.mat-form-field-invalid .mat-form-field-ripple,.mat-form-field.mat-form-field-invalid .mat-form-field-ripple.mat-accent{background-color:#f44336}.mat-error{color:#f44336}.mat-form-field-appearance-legacy .mat-form-field-label,.mat-form-field-appearance-legacy .mat-hint{color:#0000008a}.mat-form-field-appearance-legacy .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-legacy.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-standard .mat-form-field-underline{background-color:#0000006b}.mat-form-field-appearance-standard.mat-form-field-disabled .mat-form-field-underline{background-image:linear-gradient(to right,rgba(0,0,0,.42) 0%,rgba(0,0,0,.42) 33%,transparent 0%);background-size:4px 100%;background-repeat:repeat-x}.mat-form-field-appearance-fill .mat-form-field-flex{background-color:#0000000a}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-flex{background-color:#00000005}.mat-form-field-appearance-fill .mat-form-field-underline:before{background-color:#0000006b}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-fill.mat-form-field-disabled .mat-form-field-underline:before{background-color:#0000}.mat-form-field-appearance-outline .mat-form-field-outline{color:#0000001f}.mat-form-field-appearance-outline .mat-form-field-outline-thick{color:#000000de}.mat-form-field-appearance-outline.mat-focused .mat-form-field-outline-thick{color:#0091fe}.mat-form-field-appearance-outline.mat-focused.mat-accent .mat-form-field-outline-thick{color:#173861}.mat-form-field-appearance-outline.mat-focused.mat-warn .mat-form-field-outline-thick,.mat-form-field-appearance-outline.mat-form-field-invalid.mat-form-field-invalid .mat-form-field-outline-thick{color:#f44336}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-label{color:#00000061}.mat-form-field-appearance-outline.mat-form-field-disabled .mat-form-field-outline{color:#0000000f}.mat-select-value{color:#000000de}.mat-select-placeholder{color:#0000006b}.mat-select-disabled .mat-select-value{color:#00000061}.mat-select-arrow{color:#0000008a}.mat-select-panel{background:#fff}.mat-select-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-select-panel .mat-option.mat-selected:not(.mat-option-multiple){background:rgba(0,0,0,.12)}.mat-form-field.mat-focused.mat-primary .mat-select-arrow{color:#0091fe}.mat-form-field.mat-focused.mat-accent .mat-select-arrow{color:#173861}.mat-form-field.mat-focused.mat-warn .mat-select-arrow,.mat-form-field .mat-select.mat-select-invalid .mat-select-arrow{color:#f44336}.mat-form-field .mat-select.mat-select-disabled .mat-select-arrow{color:#00000061}.mat-checkbox-frame{border-color:#0000008a}.mat-checkbox-checkmark{fill:#fafafa}.mat-checkbox-checkmark-path{stroke:#fafafa!important}.mat-checkbox-mixedmark{background-color:#fafafa}.mat-checkbox-indeterminate.mat-primary .mat-checkbox-background,.mat-checkbox-checked.mat-primary .mat-checkbox-background{background-color:#0091fe}.mat-checkbox-indeterminate.mat-accent .mat-checkbox-background,.mat-checkbox-checked.mat-accent .mat-checkbox-background{background-color:#173861}.mat-checkbox-indeterminate.mat-warn .mat-checkbox-background,.mat-checkbox-checked.mat-warn .mat-checkbox-background{background-color:#f44336}.mat-checkbox-disabled.mat-checkbox-checked .mat-checkbox-background,.mat-checkbox-disabled.mat-checkbox-indeterminate .mat-checkbox-background{background-color:#b0b0b0}.mat-checkbox-disabled:not(.mat-checkbox-checked) .mat-checkbox-frame{border-color:#b0b0b0}.mat-checkbox-disabled .mat-checkbox-label{color:#00000061}.mat-checkbox .mat-ripple-element{background-color:#000}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-primary .mat-ripple-element{background:#0091fe}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-accent .mat-ripple-element{background:#173861}.mat-checkbox-checked:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element,.mat-checkbox:active:not(.mat-checkbox-disabled).mat-warn .mat-ripple-element{background:#f44336}.mat-autocomplete-panel{background:#fff;color:#000000de}.mat-autocomplete-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover){background:#fff}.mat-autocomplete-panel .mat-option.mat-selected:not(.mat-active):not(:hover):not(.mat-option-disabled){color:#000000de}.mat-dialog-container{box-shadow:0 11px 15px -7px #0003,0 24px 38px 3px #00000024,0 9px 46px 8px #0000001f;background:#fff;color:#000000de}.mat-chip.mat-standard-chip{background-color:#e0e0e0;color:#000000de}.mat-chip.mat-standard-chip .mat-chip-remove{color:#000000de;opacity:.4}.mat-chip.mat-standard-chip:not(.mat-chip-disabled):active{box-shadow:0 3px 3px -2px #0003,0 3px 4px #00000024,0 1px 8px #0000001f}.mat-chip.mat-standard-chip:not(.mat-chip-disabled) .mat-chip-remove:hover{opacity:.54}.mat-chip.mat-standard-chip.mat-chip-disabled{opacity:.4}.mat-chip.mat-standard-chip:after{background:#000}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary{background-color:#0091fe;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-primary .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn{background-color:#f44336;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-warn .mat-ripple-element{background-color:#ffffff1a}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent{background-color:#173861;color:#fff}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-chip-remove{color:#fff;opacity:.4}.mat-chip.mat-standard-chip.mat-chip-selected.mat-accent .mat-ripple-element{background-color:#ffffff1a}.mat-slide-toggle.mat-checked .mat-slide-toggle-thumb{background-color:#173861}.mat-slide-toggle.mat-checked .mat-slide-toggle-bar{background-color:#1738618a}.mat-slide-toggle.mat-checked .mat-ripple-element{background-color:#173861}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-thumb{background-color:#0091fe}.mat-slide-toggle.mat-primary.mat-checked .mat-slide-toggle-bar{background-color:#0091fe8a}.mat-slide-toggle.mat-primary.mat-checked .mat-ripple-element{background-color:#0091fe}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-thumb{background-color:#f44336}.mat-slide-toggle.mat-warn.mat-checked .mat-slide-toggle-bar{background-color:#f443368a}.mat-slide-toggle.mat-warn.mat-checked .mat-ripple-element{background-color:#f44336}.mat-slide-toggle:not(.mat-checked) .mat-ripple-element{background-color:#000}.mat-slide-toggle-thumb{box-shadow:0 2px 1px -1px #0003,0 1px 1px #00000024,0 1px 3px #0000001f;background-color:#fafafa}.mat-slide-toggle-bar{background-color:#00000061}.mat-radio-outer-circle{border-color:#0000008a}.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-outer-circle{border-color:#0091fe}.mat-radio-button.mat-primary .mat-radio-inner-circle,.mat-radio-button.mat-primary .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-primary.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-primary:active .mat-radio-persistent-ripple{background-color:#0091fe}.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-outer-circle{border-color:#173861}.mat-radio-button.mat-accent .mat-radio-inner-circle,.mat-radio-button.mat-accent .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-accent.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-accent:active .mat-radio-persistent-ripple{background-color:#173861}.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-outer-circle{border-color:#f44336}.mat-radio-button.mat-warn .mat-radio-inner-circle,.mat-radio-button.mat-warn .mat-radio-ripple .mat-ripple-element:not(.mat-radio-persistent-ripple),.mat-radio-button.mat-warn.mat-radio-checked .mat-radio-persistent-ripple,.mat-radio-button.mat-warn:active .mat-radio-persistent-ripple{background-color:#f44336}.mat-radio-button.mat-radio-disabled.mat-radio-checked .mat-radio-outer-circle,.mat-radio-button.mat-radio-disabled .mat-radio-outer-circle{border-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-ripple .mat-ripple-element,.mat-radio-button.mat-radio-disabled .mat-radio-inner-circle{background-color:#00000061}.mat-radio-button.mat-radio-disabled .mat-radio-label-content{color:#00000061}.mat-radio-button .mat-ripple-element{background-color:#000}.mat-slider-track-background{background-color:#00000042}.mat-slider.mat-primary .mat-slider-track-fill,.mat-slider.mat-primary .mat-slider-thumb,.mat-slider.mat-primary .mat-slider-thumb-label{background-color:#0091fe}.mat-slider.mat-primary .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-primary .mat-slider-focus-ring{background-color:#0091fe33}.mat-slider.mat-accent .mat-slider-track-fill,.mat-slider.mat-accent .mat-slider-thumb,.mat-slider.mat-accent .mat-slider-thumb-label{background-color:#173861}.mat-slider.mat-accent .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-accent .mat-slider-focus-ring{background-color:#17386133}.mat-slider.mat-warn .mat-slider-track-fill,.mat-slider.mat-warn .mat-slider-thumb,.mat-slider.mat-warn .mat-slider-thumb-label{background-color:#f44336}.mat-slider.mat-warn .mat-slider-thumb-label-text{color:#fff}.mat-slider.mat-warn .mat-slider-focus-ring{background-color:#f4433633}.mat-slider:hover .mat-slider-track-background,.mat-slider.cdk-focused .mat-slider-track-background{background-color:#00000061}.mat-slider.mat-slider-disabled .mat-slider-track-background,.mat-slider.mat-slider-disabled .mat-slider-track-fill,.mat-slider.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-disabled:hover .mat-slider-track-background{background-color:#00000042}.mat-slider.mat-slider-min-value .mat-slider-focus-ring{background-color:#0000001f}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing .mat-slider-thumb-label{background-color:#000000de}.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb,.mat-slider.mat-slider-min-value.mat-slider-thumb-label-showing.cdk-focused .mat-slider-thumb-label{background-color:#00000042}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing) .mat-slider-thumb{border-color:#00000042;background-color:#0000}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused .mat-slider-thumb{border-color:#00000061}.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing):hover.mat-slider-disabled .mat-slider-thumb,.mat-slider.mat-slider-min-value:not(.mat-slider-thumb-label-showing).cdk-focused.mat-slider-disabled .mat-slider-thumb{border-color:#00000042}.mat-slider-has-ticks .mat-slider-wrapper:after{border-color:#000000b3}.mat-slider-horizontal .mat-slider-ticks{background-image:repeating-linear-gradient(to right,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent);background-image:-moz-repeating-linear-gradient(.0001deg,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-slider-vertical .mat-slider-ticks{background-image:repeating-linear-gradient(to bottom,rgba(0,0,0,.7),rgba(0,0,0,.7) 2px,transparent 0,transparent)}.mat-menu-panel{background:#fff}.mat-menu-panel:not([class*=mat-elevation-z]){box-shadow:0 2px 4px -1px #0003,0 4px 5px #00000024,0 1px 10px #0000001f}.mat-menu-item{background:rgba(0,0,0,0);color:#000000de}.mat-menu-item[disabled],.mat-menu-item[disabled] .mat-menu-submenu-icon,.mat-menu-item[disabled] .mat-icon-no-color{color:#00000061}.mat-menu-item .mat-icon-no-color,.mat-menu-submenu-icon{color:#0000008a}.mat-menu-item:hover:not([disabled]),.mat-menu-item.cdk-program-focused:not([disabled]),.mat-menu-item.cdk-keyboard-focused:not([disabled]),.mat-menu-item-highlighted:not([disabled]){background:rgba(0,0,0,.04)}.mat-list-base .mat-list-item,.mat-list-base .mat-list-option{color:#000000de}.mat-list-base .mat-subheader{color:#0000008a}.mat-list-base .mat-list-item-disabled{background-color:#eee;color:#00000061}.mat-list-option:hover,.mat-list-option:focus,.mat-nav-list .mat-list-item:hover,.mat-nav-list .mat-list-item:focus,.mat-action-list .mat-list-item:hover,.mat-action-list .mat-list-item:focus{background:rgba(0,0,0,.04)}.mat-list-single-selected-option,.mat-list-single-selected-option:hover,.mat-list-single-selected-option:focus{background:rgba(0,0,0,.12)}.mat-paginator{background:#fff}.mat-paginator,.mat-paginator-page-size .mat-select-trigger{color:#0000008a}.mat-paginator-decrement,.mat-paginator-increment{border-top:2px solid rgba(0,0,0,.54);border-right:2px solid rgba(0,0,0,.54)}.mat-paginator-first,.mat-paginator-last{border-top:2px solid rgba(0,0,0,.54)}.mat-icon-button[disabled] .mat-paginator-decrement,.mat-icon-button[disabled] .mat-paginator-increment,.mat-icon-button[disabled] .mat-paginator-first,.mat-icon-button[disabled] .mat-paginator-last{border-color:#00000061}.mat-paginator-container{min-height:56px}.mat-tab-nav-bar,.mat-tab-header{border-bottom:1px solid rgba(0,0,0,.12)}.mat-tab-group-inverted-header .mat-tab-nav-bar,.mat-tab-group-inverted-header .mat-tab-header{border-top:1px solid rgba(0,0,0,.12);border-bottom:none}.mat-tab-label,.mat-tab-link{color:#000000de}.mat-tab-label.mat-tab-disabled,.mat-tab-link.mat-tab-disabled{color:#00000061}.mat-tab-header-pagination-chevron{border-color:#000000de}.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#00000061}.mat-tab-group[class*=mat-background-]>.mat-tab-header,.mat-tab-nav-bar[class*=mat-background-]{border-bottom:none;border-top:none}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused{background-color:#92b6ff4d}.mat-tab-group.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-primary .mat-ink-bar,.mat-tab-nav-bar.mat-primary .mat-ink-bar{background-color:#0091fe}.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-primary.mat-background-primary>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused{background-color:#79a5ff4d}.mat-tab-group.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-accent .mat-ink-bar,.mat-tab-nav-bar.mat-accent .mat-ink-bar{background-color:#173861}.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-accent.mat-background-accent>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused{background-color:#ffcdd24d}.mat-tab-group.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-warn .mat-ink-bar,.mat-tab-nav-bar.mat-warn .mat-ink-bar{background-color:#f44336}.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-group.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-header .mat-ink-bar,.mat-tab-nav-bar.mat-warn.mat-background-warn>.mat-tab-link-container .mat-ink-bar{background-color:#fff}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused{background-color:#92b6ff4d}.mat-tab-group.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-primary>.mat-tab-header,.mat-tab-group.mat-background-primary>.mat-tab-link-container,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination{background-color:#0091fe}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-primary>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-primary>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused{background-color:#79a5ff4d}.mat-tab-group.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-accent>.mat-tab-header,.mat-tab-group.mat-background-accent>.mat-tab-link-container,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination{background-color:#173861}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-accent>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-accent>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused{background-color:#ffcdd24d}.mat-tab-group.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-group.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-label.cdk-program-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-keyboard-focused.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn .mat-tab-link.cdk-program-focused.mat-tab-disabled{background-color:#0000001a}.mat-tab-group.mat-background-warn>.mat-tab-header,.mat-tab-group.mat-background-warn>.mat-tab-link-container,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination{background-color:#f44336}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link{color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-label.mat-tab-disabled,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-tab-link.mat-tab-disabled{color:#fff6}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-group.mat-background-warn>.mat-tab-header .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-focus-indicator:before,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-focus-indicator:before{border-color:#fff}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination-disabled .mat-tab-header-pagination-chevron{border-color:#fff;opacity:.4}.mat-tab-group.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-group.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-link-container .mat-ripple-element,.mat-tab-nav-bar.mat-background-warn>.mat-tab-header-pagination .mat-ripple-element{background-color:#fff;opacity:.12}.mat-snack-bar-container{color:#ffffffb3;background:#323232;box-shadow:0 3px 5px -1px #0003,0 6px 10px #00000024,0 1px 18px #0000001f}.mat-simple-snackbar-action{color:#173861}.mat-table{background:#fff}.mat-table thead,.mat-table tbody,.mat-table tfoot,mat-header-row,mat-row,mat-footer-row,[mat-header-row],[mat-row],[mat-footer-row],.mat-table-sticky{background:inherit}mat-row,mat-header-row,mat-footer-row,th.mat-header-cell,td.mat-cell,td.mat-footer-cell{border-bottom-color:#0000001f}.mat-header-cell{color:#0000008a}.mat-cell,.mat-footer-cell{color:#000000de}html{--mat-badge-background-color:#0091fe;--mat-badge-text-color:white;--mat-badge-disabled-state-background-color:#b9b9b9;--mat-badge-disabled-state-text-color:rgba(0, 0, 0, .38)}.mat-badge-accent{--mat-badge-background-color:#173861;--mat-badge-text-color:white}.mat-badge-warn{--mat-badge-background-color:#f44336;--mat-badge-text-color:white}html{--mat-bottom-sheet-container-text-color:rgba(0, 0, 0, .87);--mat-bottom-sheet-container-background-color:white}html{--mat-legacy-button-toggle-text-color:rgba(0, 0, 0, .38);--mat-legacy-button-toggle-state-layer-color:rgba(0, 0, 0, .12);--mat-legacy-button-toggle-selected-state-text-color:rgba(0, 0, 0, .54);--mat-legacy-button-toggle-selected-state-background-color:#e0e0e0;--mat-legacy-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-legacy-button-toggle-disabled-state-background-color:#eeeeee;--mat-legacy-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-background-color:white;--mat-standard-button-toggle-state-layer-color:black;--mat-standard-button-toggle-selected-state-background-color:#e0e0e0;--mat-standard-button-toggle-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-standard-button-toggle-disabled-state-background-color:white;--mat-standard-button-toggle-disabled-selected-state-text-color:rgba(0, 0, 0, .87);--mat-standard-button-toggle-disabled-selected-state-background-color:#bdbdbd;--mat-standard-button-toggle-divider-color:#e0e0e0}html{--mat-standard-button-toggle-height:48px}html{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#0091fe;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(0, 145, 254, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(0, 145, 254, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(0, 145, 254, .3);--mat-datepicker-toggle-active-state-icon-color:#0091fe;--mat-datepicker-calendar-date-in-range-state-background-color:rgba(0, 145, 254, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e;--mat-datepicker-toggle-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-body-label-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-period-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-navigation-button-icon-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-header-divider-color:rgba(0, 0, 0, .12);--mat-datepicker-calendar-header-text-color:rgba(0, 0, 0, .54);--mat-datepicker-calendar-date-today-outline-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-today-disabled-state-outline-color:rgba(0, 0, 0, .18);--mat-datepicker-calendar-date-text-color:rgba(0, 0, 0, .87);--mat-datepicker-calendar-date-outline-color:transparent;--mat-datepicker-calendar-date-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-date-preview-state-outline-color:rgba(0, 0, 0, .24);--mat-datepicker-range-input-separator-color:rgba(0, 0, 0, .87);--mat-datepicker-range-input-disabled-state-separator-color:rgba(0, 0, 0, .38);--mat-datepicker-range-input-disabled-state-text-color:rgba(0, 0, 0, .38);--mat-datepicker-calendar-container-background-color:white;--mat-datepicker-calendar-container-text-color:rgba(0, 0, 0, .87)}.mat-datepicker-content.mat-accent{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#173861;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(23, 56, 97, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(23, 56, 97, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(23, 56, 97, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(23, 56, 97, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-content.mat-warn{--mat-datepicker-calendar-date-selected-state-text-color:white;--mat-datepicker-calendar-date-selected-state-background-color:#f44336;--mat-datepicker-calendar-date-selected-disabled-state-background-color:rgba(244, 67, 54, .4);--mat-datepicker-calendar-date-today-selected-state-outline-color:white;--mat-datepicker-calendar-date-focus-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-hover-state-background-color:rgba(244, 67, 54, .3);--mat-datepicker-calendar-date-in-range-state-background-color:rgba(244, 67, 54, .2);--mat-datepicker-calendar-date-in-comparison-range-state-background-color:rgba(249, 171, 0, .2);--mat-datepicker-calendar-date-in-overlap-range-state-background-color:#a8dab5;--mat-datepicker-calendar-date-in-overlap-range-selected-state-background-color:#46a35e}.mat-datepicker-toggle-active.mat-accent{--mat-datepicker-toggle-active-state-icon-color:#173861}.mat-datepicker-toggle-active.mat-warn{--mat-datepicker-toggle-active-state-icon-color:#f44336}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base{--mdc-icon-button-state-layer-size:40px;width:var(--mdc-icon-button-state-layer-size);height:var(--mdc-icon-button-state-layer-size);padding:8px}.mat-calendar-controls .mat-mdc-icon-button.mat-mdc-button-base .mat-mdc-button-touch-target{display:none}html{--mat-divider-color:rgba(0, 0, 0, .12)}html{--mat-expansion-container-background-color:white;--mat-expansion-container-text-color:rgba(0, 0, 0, .87);--mat-expansion-actions-divider-color:rgba(0, 0, 0, .12);--mat-expansion-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-expansion-header-disabled-state-text-color:rgba(0, 0, 0, .26);--mat-expansion-header-text-color:rgba(0, 0, 0, .87);--mat-expansion-header-description-color:rgba(0, 0, 0, .54);--mat-expansion-header-indicator-color:rgba(0, 0, 0, .54)}html{--mat-expansion-header-collapsed-state-height:48px;--mat-expansion-header-expanded-state-height:64px}html{--mat-icon-color:inherit}.mat-icon.mat-primary{--mat-icon-color:#0091fe}.mat-icon.mat-accent{--mat-icon-color:#173861}.mat-icon.mat-warn{--mat-icon-color:#f44336}html{--mat-sidenav-container-divider-color:rgba(0, 0, 0, .12);--mat-sidenav-container-background-color:white;--mat-sidenav-container-text-color:rgba(0, 0, 0, .87);--mat-sidenav-content-background-color:#fafafa;--mat-sidenav-content-text-color:rgba(0, 0, 0, .87);--mat-sidenav-scrim-color:rgba(0, 0, 0, .6)}html{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#0091fe;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#0091fe;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#0091fe;--mat-stepper-header-edit-state-icon-foreground-color:white;--mat-stepper-container-color:white;--mat-stepper-line-color:rgba(0, 0, 0, .12);--mat-stepper-header-hover-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-focus-state-layer-color:rgba(0, 0, 0, .04);--mat-stepper-header-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-optional-label-text-color:rgba(0, 0, 0, .54);--mat-stepper-header-selected-state-label-text-color:rgba(0, 0, 0, .87);--mat-stepper-header-error-state-label-text-color:#f44336;--mat-stepper-header-icon-background-color:rgba(0, 0, 0, .54);--mat-stepper-header-error-state-icon-foreground-color:#f44336;--mat-stepper-header-error-state-icon-background-color:transparent}html .mat-step-header.mat-accent{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#173861;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#173861;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#173861;--mat-stepper-header-edit-state-icon-foreground-color:white}html .mat-step-header.mat-warn{--mat-stepper-header-icon-foreground-color:white;--mat-stepper-header-selected-state-icon-background-color:#f44336;--mat-stepper-header-selected-state-icon-foreground-color:white;--mat-stepper-header-done-state-icon-background-color:#f44336;--mat-stepper-header-done-state-icon-foreground-color:white;--mat-stepper-header-edit-state-icon-background-color:#f44336;--mat-stepper-header-edit-state-icon-foreground-color:white}html{--mat-stepper-header-height:72px}.mat-sort-header-arrow{color:#757575}html{--mat-toolbar-container-background-color:whitesmoke;--mat-toolbar-container-text-color:rgba(0, 0, 0, .87)}.mat-toolbar.mat-primary{--mat-toolbar-container-background-color:#0091fe;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-accent{--mat-toolbar-container-background-color:#173861;--mat-toolbar-container-text-color:white}.mat-toolbar.mat-warn{--mat-toolbar-container-background-color:#f44336;--mat-toolbar-container-text-color:white}html{--mat-toolbar-standard-height:64px;--mat-toolbar-mobile-height:56px}.mat-tree{background:#fff}.mat-tree-node,.mat-nested-tree-node{color:#000000de}.mat-tree-node{min-height:48px}body{color:#173861!important;background-color:#f6f6f6!important}.mat-card{color:#173861}.mat-card.selected{color:#0082e3!important}.mat-card .map-link{color:#0082e3;font-weight:200}.mat-card.bg-brand{background-color:#0082e3!important}.mat-fab mat-icon{color:#fff!important}button.mat-primary.mat-raised-button,button.mat-primary.mat-raised-button[disabled]{background-color:#0082e3!important;color:#fff!important}button.mat-secondary{color:#0082e3;border-color:#0082e3!important;background-color:#fff}.mat-select-value-text,.mat-input-element{color:#0082e3!important}.mat-select-disabled .mat-select-value-text,.mat-input-element:disabled{opacity:.6}.mat-tab-label-active{color:#0082e3}@media (min-width: 992px){.mat-tab-label-active{color:#fff!important}}.mat-tab-label-active:not(:focus){opacity:1!important}.mat-select-value{color:#173861}.header{background-color:#173861}.header .header-logo{background-image:url(logo_citas_dark.3346084c141e6039.svg)}.footer{background-color:#173861;color:#0082e3}.foreground-primary,.separator{color:#0082e3}.separator .mat-divider{border-color:#0082e3}appointment-home .actual .mat-card-title{color:#0082e3}appointment-home .actual .pruebaClss{color:#0082e3}appointment-home .pruebaSecondary{color:#0082e3}appointment-user-menu .profile{color:#fff}appointment-user-menu .profile .circle{color:#fff;background-color:#0082e3}mat-calendar .is-available>.mat-calendar-body-cell-content{color:#00b36f}mat-calendar .is-available>.mat-calendar-body-cell-content.mat-calendar-body-selected{color:#fff;background-color:#0082e3}mat-calendar .is-full>.mat-calendar-body-cell-content{color:#f13d3d!important}mat-calendar .is-full>.mat-calendar-body-cell-content.mat-calendar-body-selected{color:#fff;background-color:#0082e3}mat-calendar .has-appointment>.mat-calendar-body-cell-content:after,mat-calendar mat-list-item[data-label=appointment-date]:before{background-color:#0082e3}.date-legend .mark.date-available:before,.date-legend-home .mark.date-available:before{color:#00b36f}.date-legend .mark.date-unavailable:before,.date-legend-home .mark.date-unavailable:before{color:#9d9d9d}.date-legend .mark.date-full:before,.date-legend-home .mark.date-full:before{color:#f13d3d}.selection-item{color:#0082e3}.selection-item.selected mat-card-subtitle{color:#fff!important}.selection-item.selected{background-color:#0082e3;color:#fff!important}.selection-item.selected .map-link{color:#fff}.filter-input.mat-focused mat-icon{color:#0082e3}.actual-step{color:#0082e3}.picker .unavailable{color:#9d9d9d}.picker .available{color:#00b36f}.picker .available.picker-item-selected,.picker .available.selected{color:#0082e3!important}.picker .picker-center-highlight:before,.picker .picker-center-highlight:after{background-color:#0082e3}appointment-organization .map-link.disabled{color:#9d9d9d!important}appointment-organization .region-selected-item{background-color:#0082e3;color:#fff}appointment-organization .region-button span{color:#0082e3;font-size:16px}appointment-organization .region-button.regionButtonSelected{background-color:#0082e3!important}appointment-organization .region-button.regionButtonSelected mat-icon,appointment-organization .region-button.regionButtonSelected span{font-size:16px;color:#fff!important}w-auto d-none d-lg-flex text-default region-button mat-raised-button mat-button-base ng-tns-c187-84 mat-primary ng-star-inserted w-auto d-none d-lg-flex text-default region-button mat-raised-button mat-button-base ng-tns-c187-84 ng-star-inserted mat-secondary appointment-requirements .title,appointment-legal-policies .title,appointment-legal-policies .legal-policies-entry-title,appointment-password-login .title,appointment-recovery-email .title,appointment-identify .identify-title,appointment-create-password .title,appointment-email-to-reset-password .title{color:#0082e3}appointment-password-login mat-button.mat-accent{color:#0082e3}appointment-password-login mat-card.firebaseAccountCardInput{padding:32px!important}appointment-password-login mat-card.firebaseAccountCardInput .colorMessage{color:#0082e3!important}.stepper,.desktop-stepper{background-color:#fff}.stepper .workflow-title,.desktop-stepper .workflow-title{color:#0082e3}.stepper .current .order,.desktop-stepper .current .order{background-color:#0082e3}.stepper .current.left-line:before,.desktop-stepper .current.left-line:before{border-color:#36b37e!important}.stepper .disabled .order,.desktop-stepper .disabled .order{color:#0082e3;background-color:#fff;border:1px solid #0082e3}.stepper mat-progress-bar,.stepper mat-divider,.desktop-stepper mat-progress-bar,.desktop-stepper mat-divider{border-color:#f6f6f6}.stepper mat-divider.completed,.desktop-stepper mat-divider.completed{border-color:#36b37e!important}.stepper .invalid .order,.desktop-stepper .invalid .order{background-color:#ff5630}.stepper .completed .order,.desktop-stepper .completed .order{background-color:#36b37e}.stepper .completed.left-line:before,.stepper .completed.right-line:after,.desktop-stepper .completed.left-line:before,.desktop-stepper .completed.right-line:after{border-color:#36b37e!important}.stepper .done.right-line:after,.desktop-stepper .done.right-line:after{border-color:#36b37e!important}.stepper .order,.desktop-stepper .order{color:#fff}.step-representClient-mobile .step-description{color:#36b37e!important}appointment-confirm{color:#173861}appointment-confirm .warn{color:#f44336}appointment-confirm .confirm{border:1px solid #0082e3}appointment-configuration-workflow mat-list-item[role=listitem] .label,appointment-detail mat-list-item[role=listitem] .label,appointment-confirmation mat-list-item[role=listitem] .label{color:#173861}appointment-configuration-workflow mat-list-item[role=listitem].disabled .step-label,appointment-detail mat-list-item[role=listitem].disabled .step-label,appointment-confirmation mat-list-item[role=listitem].disabled .step-label{background-color:#fff;border-color:#0082e3;color:#0082e3}appointment-configuration-workflow mat-list-item[role=listitem].disabled .line,appointment-detail mat-list-item[role=listitem].disabled .line,appointment-confirmation mat-list-item[role=listitem].disabled .line{border-color:#0082e3}appointment-configuration-workflow mat-list-item[role=listitem].disabled .value,appointment-detail mat-list-item[role=listitem].disabled .value,appointment-confirmation mat-list-item[role=listitem].disabled .value{color:#9d9d9d}appointment-configuration-workflow mat-list-item[role=listitem].invalid .step-label,appointment-detail mat-list-item[role=listitem].invalid .step-label,appointment-confirmation mat-list-item[role=listitem].invalid .step-label{background-color:#ff5630;color:#fff}appointment-configuration-workflow mat-list-item[role=listitem].invalid .step-selected-value,appointment-configuration-workflow mat-list-item[role=listitem].invalid .value,appointment-detail mat-list-item[role=listitem].invalid .step-selected-value,appointment-detail mat-list-item[role=listitem].invalid .value,appointment-confirmation mat-list-item[role=listitem].invalid .step-selected-value,appointment-confirmation mat-list-item[role=listitem].invalid .value{color:#ff5630}appointment-configuration-workflow mat-list-item[role=listitem].invalid .line,appointment-detail mat-list-item[role=listitem].invalid .line,appointment-confirmation mat-list-item[role=listitem].invalid .line{border-color:#ff5630}appointment-configuration-workflow mat-list-item[role=listitem].completed .step-label,appointment-detail mat-list-item[role=listitem].completed .step-label,appointment-confirmation mat-list-item[role=listitem].completed .step-label{background-color:#36b37e;color:#fff}appointment-configuration-workflow mat-list-item[role=listitem].completed .line,appointment-detail mat-list-item[role=listitem].completed .line,appointment-confirmation mat-list-item[role=listitem].completed .line{border-color:#36b37e}appointment-configuration-workflow mat-list-item[role=listitem].completed .value,appointment-detail mat-list-item[role=listitem].completed .value,appointment-confirmation mat-list-item[role=listitem].completed .value{color:#36b37e}appointment-configuration-workflow mat-list-item[role=listitem].current .step-label,appointment-detail mat-list-item[role=listitem].current .step-label,appointment-confirmation mat-list-item[role=listitem].current .step-label{background-color:#0082e3;color:#fff}appointment-configuration-workflow mat-list-item[role=listitem].current .line,appointment-detail mat-list-item[role=listitem].current .line,appointment-confirmation mat-list-item[role=listitem].current .line{border-color:#0082e3}appointment-configuration-workflow mat-list-item[role=listitem].current .value,appointment-detail mat-list-item[role=listitem].current .value,appointment-confirmation mat-list-item[role=listitem].current .value{color:#9d9d9d}appointment-configuration-workflow mat-list-item[role=listitem].current .step-selected-value,appointment-detail mat-list-item[role=listitem].current .step-selected-value,appointment-confirmation mat-list-item[role=listitem].current .step-selected-value{color:#0082e3}appointment-configuration-workflow mat-list-item[role=listitem].attendant-disabled,appointment-detail mat-list-item[role=listitem].attendant-disabled,appointment-confirmation mat-list-item[role=listitem].attendant-disabled{cursor:default}appointment-configuration-workflow mat-list-item[role=listitem].attendant-disabled .order,appointment-detail mat-list-item[role=listitem].attendant-disabled .order,appointment-confirmation mat-list-item[role=listitem].attendant-disabled .order{color:#fff;background-color:#9d9d9d;border-color:#9d9d9d}appointment-configuration-workflow .mat-progress-bar-buffer,appointment-detail .mat-progress-bar-buffer,appointment-confirmation .mat-progress-bar-buffer{background-color:#f6f6f6}appointment-configuration-workflow .mat-progress-bar-fill:after,appointment-detail .mat-progress-bar-fill:after,appointment-confirmation .mat-progress-bar-fill:after{background-color:#36b37e}.text-default,.detail-bottom-sheet .dismiss a span{color:#173861!important}.background-white,appointment-home .mat-tab-header,.filter-input{background-color:#fff}.text-secondary,.text-color-primary{color:#0082e3!important}.text-success{color:#4caf50}.detail-bottom-sheet .dismiss{background-color:#173861}.detail-bottom-sheet .mat-list-item,.detail-bottom-sheet .mat-list-item:hover{color:#173861}.detail-bottom-sheet .disabled mat-icon{color:#173861}appointment-link-to-agenda button span{color:#0082e3}.snack-container span{color:#fff}.snack-container.success{background-color:#4caf50}.snack-container.error{background-color:#f44336}.snack-container.info{background-color:#f6f6f6}.snack-container.info span{color:#173861!important}@media (min-width: 992px){appointment-home .mat-tab-label:not(.mat-tab-label-active){background-color:#0082e326!important;color:#0082e3!important}appointment-home .mat-tab-label:not(.mat-tab-label-active) .mat-tab-label-content{opacity:1}appointment-home .mat-tab-body{background-color:#f6f6f6}appointment-home .mat-tab-body-wrapper{background-color:#0082e3!important}appointment-requirements .requirements-subtitle,appointment-complete-profile .success-subtitle,appointment-confirmation .confirmation-subtitle,appointment-success .success-subtitle,appointment-detail .detail-subtitle,appointment-detail .detail-title-desktop,appointment-legal-policies .legal-policies-subtitle,appointment-register-user .register-subtitle,appointment-password-login .password-login-subtitle,appointment-recovery-email .recovery-email-subtitle,appointment-identify .identify-subtitle,appointment-email-to-reset-password .email-to-reset-subtitle,appointment-create-password .create-password-subtitle{color:#0082e3!important}appointment-virtual-appointment-link .virtual-title{color:#0082e3!important}appointment-virtual-appointment-link .virtual-subtitle{color:#0082e3!important}appointment-confirmation .mat-list-text,appointment-detail .mat-list-text{background-color:#f6f6f6}appointment-confirmation .action-group,appointment-confirmation .detail-edit-btn,appointment-confirmation .detail-place-btn,appointment-detail .action-group,appointment-detail .detail-edit-btn,appointment-detail .detail-place-btn{background-color:#f6f6f6}}a{color:#0082e3!important}p.date-full{color:#f13d3d!important}p.date-available{color:#00b36f!important}p.date-unavailable{color:#9d9d9d!important}.announced{color:#4caf50!important}.calendar-btn-color{color:#0082e3!important}appointment-reservation p{color:#fff}appointment-reservation p.reservationTimeValue{background-color:#0082e3}appointment-reservation .background-none{color:#0082e3}.error-message{color:#f44336}appointment-password-input .pass-validation mat-icon{background-color:#4caf50!important;color:#fff!important}appointment-password-input .pass-validation span{color:#4caf50!important}appointment-password-input .fail-validation mat-icon{background-color:#f44336!important;color:#fff!important}appointment-password-input .fail-validation span{color:#f44336!important}colorSecondary{color:#0082e3}colorPrimary{color:#0082e3}colorSuccess{color:#4caf50}appointment-virtual-appointment-link .virtual-title{color:#0082e3!important}appointment-virtual-appointment-link .virtual-subtitle{color:#0082e3!important}span.onSiteAppointment div mat-icon,span.virtualAppointment div mat-icon{color:#0082e3!important}.typeAttentionContainer>span mat-icon.customSvgIcons.selected{background-color:#0082e3!important}.customSvgIcons.detailAndConfirmationIcons{border-color:#0082e3!important}.appointmentContainer{color:#0082e3!important}mat-icon.customSvgIcons{color:#0082e3!important}.editButton{color:#0082e3}div.w-100.confirmation-title-container div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-detail div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,div.w-100.confirmation-title-container div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-detail div.confirmation-title-container.mat-card-header-text div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper div.w-100.confirmation-title-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper appointment-detail div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-detail appointment-configuration-workflow .stepper div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow mat-list-item[role=listitem] .stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper appointment-date-time .picker-container div.confirmation-title-container.time-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container appointment-configuration-workflow .stepper div.confirmation-title-container.time-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container appointment-configuration-workflow .stepper div.confirmation-title-container.hour-container div.container p.mb-2.font-large.confirmation-subtitle.order,div.w-100.confirmation-title-container div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-detail div.confirmation-title-container.mat-card-header-text div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper div.w-100.confirmation-title-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper appointment-detail div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-detail appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow mat-list-item[role=listitem] .desktop-stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper appointment-date-time .picker-container div.confirmation-title-container.time-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.time-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container p.mb-2.font-large.confirmation-subtitle.order,appointment-date-time .picker-container appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.hour-container div.container p.mb-2.font-large.confirmation-subtitle.order,div.w-100.confirmation-title-container div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-detail div.confirmation-title-container.mat-card-header-text div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container p.mb-2.font-large.confirmation-subtitle.subtitle,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container p.mb-2.font-large.confirmation-subtitle.subtitle,div.w-100.confirmation-title-container div.container p.mb-2.confirmation-subtitle.title,appointment-detail div.confirmation-title-container.mat-card-header-text div.container p.mb-2.confirmation-subtitle.title,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.confirmation-subtitle.title,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.confirmation-subtitle.title,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container p.mb-2.confirmation-subtitle.title,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container p.mb-2.confirmation-subtitle.title,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container p.mb-2.confirmation-subtitle.title,div.confirmation-title-container.dynamic-form div.container p.mb-2.font-large.font-weight-light.confirmation-subtitle,div.confirmation-title-container.dynamic-form div.container appointment-configuration-workflow .stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .stepper div.confirmation-title-container.dynamic-form div.container p.mb-2.font-large.confirmation-subtitle.order,div.confirmation-title-container.dynamic-form div.container appointment-configuration-workflow .desktop-stepper p.mb-2.font-large.confirmation-subtitle.order,appointment-configuration-workflow .desktop-stepper div.confirmation-title-container.dynamic-form div.container p.mb-2.font-large.confirmation-subtitle.order,div.confirmation-title-container.dynamic-form div.container p.mb-2.font-large.confirmation-subtitle.subtitle,div.confirmation-title-container.dynamic-form div.container p.mb-2.confirmation-subtitle.title{color:#0082e3}mat-icon.timeIcon,mat-icon.locationIcon{color:#0082e3}mat-card.selected mat-card-subtitle div.attentionTypeButtonsContainer span.onSiteAppointment div mat-icon,mat-card.selected mat-card-subtitle div.attentionTypeButtonsContainer span.virtualAppointment div mat-icon,mat-card.selected mat-card-subtitle div.serviceAttentionTypeButtonsContainer span.onSiteAppointment div mat-icon,mat-card.selected mat-card-subtitle div.serviceAttentionTypeButtonsContainer span.virtualAppointment div mat-icon{color:#fff!important}mat-card.selected mat-card-subtitle mat-icon.atencion_presencial,mat-card.selected mat-card-subtitle mat-icon.atencion_virtual,mat-card.selected mat-card-subtitle mat-icon.grupo_servicios,mat-card.selected mat-card-subtitle mat-icon.timeIcon,mat-card.selected mat-card-subtitle mat-icon.locationIcon{color:#fff!important}.appointmentDateText,.customSvgIcons.calendar_empty_appointment{color:#0082e3}.filterButtons .selected{color:#fff!important}p span.w-100.d-flex.justify-content-center.mx-2,p appointment-detail span.d-flex.justify-content-center.mx-2.mat-card-header-text,appointment-detail p span.d-flex.justify-content-center.mx-2.mat-card-header-text,p appointment-configuration-workflow mat-list-item[role=listitem] span.d-flex.justify-content-center.mx-2.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p span.d-flex.justify-content-center.mx-2.item-content,p appointment-detail mat-list-item[role=listitem] span.d-flex.justify-content-center.mx-2.item-content,appointment-detail mat-list-item[role=listitem] p span.d-flex.justify-content-center.mx-2.item-content,p appointment-confirmation mat-list-item[role=listitem] span.d-flex.justify-content-center.mx-2.item-content,appointment-confirmation mat-list-item[role=listitem] p span.d-flex.justify-content-center.mx-2.item-content,p appointment-configuration-workflow mat-list-item[role=listitem] span.w-100.justify-content-center.mx-2.item-content,p appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-detail p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content.mat-card-header-text,p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-detail p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-confirmation p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p span.w-100.justify-content-center.mx-2.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p appointment-detail span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-configuration-workflow mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,p appointment-detail mat-list-item[role=listitem] span.w-100.justify-content-center.mx-2.item-content,p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content.mat-card-header-text,p appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-configuration-workflow p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-detail appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-confirmation p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-detail mat-list-item[role=listitem] p span.w-100.justify-content-center.mx-2.item-content,appointment-detail mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-detail mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,p appointment-confirmation mat-list-item[role=listitem] span.w-100.justify-content-center.mx-2.item-content,p appointment-confirmation mat-list-item[role=listitem] appointment-detail span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-detail p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content.mat-card-header-text,p appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-configuration-workflow p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-confirmation appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-detail p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.item-content,appointment-confirmation mat-list-item[role=listitem] p span.w-100.justify-content-center.mx-2.item-content,appointment-confirmation mat-list-item[role=listitem] p appointment-detail span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-detail appointment-confirmation mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content.mat-card-header-text,appointment-confirmation mat-list-item[role=listitem] p span.justify-content-center.mx-2.item-content,p appointment-date-time .picker-container span.d-flex.justify-content-center.mx-2.time-container,p appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.time-container.item-content,p appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-detail mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.time-container.item-content,p appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-confirmation mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.time-container.item-content,appointment-date-time .picker-container p span.d-flex.justify-content-center.mx-2.time-container,appointment-date-time .picker-container p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.time-container.item-content,appointment-date-time .picker-container p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.time-container.item-content,appointment-date-time .picker-container p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.time-container.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.time-container.item-content,p appointment-date-time .picker-container span.d-flex.justify-content-center.mx-2.hour-container,p appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.hour-container.item-content,p appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-detail mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.hour-container.item-content,p appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-confirmation mat-list-item[role=listitem] p appointment-date-time .picker-container span.justify-content-center.mx-2.hour-container.item-content,appointment-date-time .picker-container p span.d-flex.justify-content-center.mx-2.hour-container,appointment-date-time .picker-container p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.hour-container.item-content,appointment-date-time .picker-container p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.hour-container.item-content,appointment-date-time .picker-container p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.hour-container.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container p span.justify-content-center.mx-2.hour-container.item-content,p span.d-flex.justify-content-center.mx-2.dynamic-form,p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.dynamic-form.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p span.justify-content-center.mx-2.dynamic-form.item-content,p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.dynamic-form.item-content,appointment-detail mat-list-item[role=listitem] p span.justify-content-center.mx-2.dynamic-form.item-content,p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.dynamic-form.item-content,appointment-confirmation mat-list-item[role=listitem] p span.justify-content-center.mx-2.dynamic-form.item-content,p appointment-layout .header span.w-100.justify-content-center.mx-2.header-content,p appointment-layout .header appointment-detail span.justify-content-center.mx-2.header-content.mat-card-header-text,appointment-detail p appointment-layout .header span.justify-content-center.mx-2.header-content.mat-card-header-text,p appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-configuration-workflow mat-list-item[role=listitem] p appointment-layout .header span.justify-content-center.mx-2.header-content.item-content,p appointment-layout .header appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-detail mat-list-item[role=listitem] p appointment-layout .header span.justify-content-center.mx-2.header-content.item-content,p appointment-layout .header appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-confirmation mat-list-item[role=listitem] p appointment-layout .header span.justify-content-center.mx-2.header-content.item-content,p appointment-layout .header appointment-date-time .picker-container span.justify-content-center.mx-2.header-content.time-container,appointment-date-time .picker-container p appointment-layout .header span.justify-content-center.mx-2.header-content.time-container,p appointment-layout .header appointment-date-time .picker-container span.justify-content-center.mx-2.header-content.hour-container,appointment-date-time .picker-container p appointment-layout .header span.justify-content-center.mx-2.header-content.hour-container,p appointment-layout .header span.justify-content-center.mx-2.header-content.dynamic-form,appointment-layout .header p span.w-100.justify-content-center.mx-2.header-content,appointment-layout .header p appointment-detail span.justify-content-center.mx-2.header-content.mat-card-header-text,appointment-detail appointment-layout .header p span.justify-content-center.mx-2.header-content.mat-card-header-text,appointment-layout .header p appointment-configuration-workflow mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header p span.justify-content-center.mx-2.header-content.item-content,appointment-layout .header p appointment-detail mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header p span.justify-content-center.mx-2.header-content.item-content,appointment-layout .header p appointment-confirmation mat-list-item[role=listitem] span.justify-content-center.mx-2.header-content.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header p span.justify-content-center.mx-2.header-content.item-content,appointment-layout .header p appointment-date-time .picker-container span.justify-content-center.mx-2.header-content.time-container,appointment-date-time .picker-container appointment-layout .header p span.justify-content-center.mx-2.header-content.time-container,appointment-layout .header p appointment-date-time .picker-container span.justify-content-center.mx-2.header-content.hour-container,appointment-date-time .picker-container appointment-layout .header p span.justify-content-center.mx-2.header-content.hour-container,appointment-layout .header p span.justify-content-center.mx-2.header-content.dynamic-form{color:#fff}p.font-short.font-weight-light.detail-subtitle,appointment-configuration-workflow mat-list-item[role=listitem] p.font-weight-light.detail-subtitle.value,appointment-detail mat-list-item[role=listitem] p.font-weight-light.detail-subtitle.value,appointment-confirmation mat-list-item[role=listitem] p.font-weight-light.detail-subtitle.value,appointment-service p.font-weight-light.detail-subtitle.mat-card-content,appointment-attendant p.font-weight-light.detail-subtitle.mat-card-content,appointment-date-time p.font-weight-light.detail-subtitle.mat-card-content,appointment-region p.font-weight-light.detail-subtitle.mat-card-content,appointment-organization p.font-weight-light.detail-subtitle.mat-card-content,appointment-dynamic-form p.font-weight-light.detail-subtitle.mat-card-content,appointment-configuration-workflow .stepper p.font-short.detail-subtitle.order,appointment-configuration-workflow .stepper mat-list-item[role=listitem] p.detail-subtitle.order.value,appointment-configuration-workflow mat-list-item[role=listitem] .stepper p.detail-subtitle.order.value,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.detail-subtitle.order.value,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.detail-subtitle.order.value,appointment-configuration-workflow .stepper appointment-service p.detail-subtitle.order.mat-card-content,appointment-service appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .stepper appointment-attendant p.detail-subtitle.order.mat-card-content,appointment-attendant appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .stepper appointment-date-time p.detail-subtitle.order.mat-card-content,appointment-date-time appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .stepper appointment-region p.detail-subtitle.order.mat-card-content,appointment-region appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .stepper appointment-organization p.detail-subtitle.order.mat-card-content,appointment-organization appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .stepper appointment-dynamic-form p.detail-subtitle.order.mat-card-content,appointment-dynamic-form appointment-configuration-workflow .stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper p.font-short.detail-subtitle.order,appointment-configuration-workflow .desktop-stepper mat-list-item[role=listitem] p.detail-subtitle.order.value,appointment-configuration-workflow mat-list-item[role=listitem] .desktop-stepper p.detail-subtitle.order.value,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.value,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.value,appointment-configuration-workflow .desktop-stepper appointment-service p.detail-subtitle.order.mat-card-content,appointment-service appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper appointment-attendant p.detail-subtitle.order.mat-card-content,appointment-attendant appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper appointment-date-time p.detail-subtitle.order.mat-card-content,appointment-date-time appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper appointment-region p.detail-subtitle.order.mat-card-content,appointment-region appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper appointment-organization p.detail-subtitle.order.mat-card-content,appointment-organization appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow .desktop-stepper appointment-dynamic-form p.detail-subtitle.order.mat-card-content,appointment-dynamic-form appointment-configuration-workflow .desktop-stepper p.detail-subtitle.order.mat-card-content,appointment-configuration-workflow p.font-weight-light.detail-subtitle.workflow-title,appointment-configuration-workflow .stepper p.detail-subtitle.workflow-title.order,appointment-configuration-workflow .desktop-stepper p.detail-subtitle.workflow-title.order,p.font-short.detail-subtitle.subtitle,appointment-configuration-workflow mat-list-item[role=listitem] p.detail-subtitle.subtitle.value,appointment-detail mat-list-item[role=listitem] p.detail-subtitle.subtitle.value,appointment-confirmation mat-list-item[role=listitem] p.detail-subtitle.subtitle.value,appointment-service p.detail-subtitle.subtitle.mat-card-content,appointment-attendant p.detail-subtitle.subtitle.mat-card-content,appointment-date-time p.detail-subtitle.subtitle.mat-card-content,appointment-region p.detail-subtitle.subtitle.mat-card-content,appointment-organization p.detail-subtitle.subtitle.mat-card-content,appointment-dynamic-form p.detail-subtitle.subtitle.mat-card-content,appointment-configuration-workflow p.detail-subtitle.subtitle.workflow-title,p.font-short.detail-subtitle.title,appointment-configuration-workflow mat-list-item[role=listitem] p.detail-subtitle.title.value,appointment-detail mat-list-item[role=listitem] p.detail-subtitle.title.value,appointment-confirmation mat-list-item[role=listitem] p.detail-subtitle.title.value,appointment-service p.detail-subtitle.title.mat-card-content,appointment-attendant p.detail-subtitle.title.mat-card-content,appointment-date-time p.detail-subtitle.title.mat-card-content,appointment-region p.detail-subtitle.title.mat-card-content,appointment-organization p.detail-subtitle.title.mat-card-content,appointment-dynamic-form p.detail-subtitle.title.mat-card-content,appointment-configuration-workflow p.detail-subtitle.title.workflow-title,p.font-weight-light.detail-subtitle.mat-calendar-body-cell-content,appointment-configuration-workflow .stepper p.detail-subtitle.mat-calendar-body-cell-content.order,appointment-configuration-workflow .desktop-stepper p.detail-subtitle.mat-calendar-body-cell-content.order,p.detail-subtitle.mat-calendar-body-cell-content.subtitle,p.detail-subtitle.mat-calendar-body-cell-content.title{color:#0082e3!important;font-weight:400!important;font-size:16px!important}.requirements-subtitle{color:#0082e3!important}.mat-card-title.font-short.font-weight-bold.recoveryEmail,appointment-configuration-workflow mat-list-item[role=listitem] .mat-card-title.font-weight-bold.recoveryEmail.value,appointment-detail mat-list-item[role=listitem] .mat-card-title.font-weight-bold.recoveryEmail.value,appointment-confirmation mat-list-item[role=listitem] .mat-card-title.font-weight-bold.recoveryEmail.value,appointment-service .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-attendant .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-date-time .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-region .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-organization .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-dynamic-form .mat-card-title.font-weight-bold.recoveryEmail.mat-card-content,appointment-configuration-workflow .mat-card-title.font-weight-bold.recoveryEmail.workflow-title,.mat-card-title.font-weight-bold.recoveryEmail.mat-calendar-body-cell-content,mat-card-title.mat-card-title.font-weight-bold.recoveryEmail{color:#0082e3}mat-card.disabled-card{opacity:.5;pointer-events:none}mat-card.disabled-card mat-card-subtitle span.NoAvailableColor{color:#fff!important}p.font-weight-light.success-subtitle,appointment-configuration-workflow .stepper p.success-subtitle.order,appointment-configuration-workflow .desktop-stepper p.success-subtitle.order,p.success-subtitle.subtitle,p.success-subtitle.title{color:#0082e3}:root{--primary-100: #e6f4ff !important;--primary-200: #cce9ff !important;--primary-300: #99d3ff !important;--primary-400: #66bdfe !important;--primary-500: #33a7fe !important;--primary-600: #0091fe !important;--primary-700: #0074cb !important;--primary-800: #005798 !important;--primary-900: #003a66 !important;--primary-1000: #001d33 !important;--secondary-100: #e4edf9 !important;--secondary-200: #bbc9db !important;--secondary-300: #92a5bc !important;--secondary-400: #69809e !important;--secondary-500: #405c7f !important;--secondary-600: #173861 !important;--secondary-700: #122d4e !important;--secondary-800: #0e223a !important;--secondary-900: #091627 !important;--secondary-1000: #07111d !important;--neutrals-100: #000000;--neutrals-200: #1E1E1E;--neutrals-300: #3C3C3C;--neutrals-400: #5A5A5A;--neutrals-500: #787878;--neutrals-600: #969696;--neutrals-700: #B4B4B4;--neutrals-800: #CECECE;--neutrals-900: #E0E0E0;--neutrals-1000: #EEEEEE;--neutrals-1100: #F7F7F7;--neutrals-1200: #FFFFFF;--green-100:#F3F8F5;--green-200:#E5F2EB;--green-300:#C8E4D5;--green-400:#A7D5BD;--green-500:#7CC5A0;--green-600:#36B37E;--green-700:#30A071;--green-800:#2A8B62;--green-900:#227150;--green-1000:#185038;--yellow-100:#FEF6E6;--yellow-200:#FEEDCD;--yellow-300:#FFDD86;--yellow-400:#FFCB59;--yellow-500:#FFB828;--yellow-600:#F9A60C;--yellow-700:#EC9709;--yellow-800:#DF8806;--yellow-900:#D37A03;--yellow-1000:#B26000;--red-100:#FFF1EC;--red-200:#FFE8E0;--red-300:#FDD1CA;--red-400:#FBB9B3;--red-500:#F68783;--red-600:#F46A68;--red-700:#F14848;--red-800:#E12E2E;--red-900:#CB1818;--red-1000:#B30000;--blue-alpha-100:rgba(23, 56, 97, .05);--blue-alpha-200:rgba(23, 56, 97, .125);--blue-alpha-300:rgba(23, 56, 97, .25);--blue-alpha-400:rgba(23, 56, 97, .375);--blue-alpha-500:rgba(23, 56, 97, .5);--blue-alpha-600:rgba(23, 56, 97, .625);--blue-alpha-700:rgba(23, 56, 97, .75);--blue-alpha-800:rgba(23, 56, 97, .875);--cyan-alpha-100:rgba(0, 145, 254, .05);--cyan-alpha-200:rgba(0, 145, 254, .125);--cyan-alpha-300:rgba(0, 145, 254, .25);--cyan-alpha-400:rgba(0, 145, 254, .375);--cyan-alpha-500:rgba(0, 145, 254, .5);--cyan-alpha-600:rgba(0, 145, 254, .625);--cyan-alpha-700:rgba(0, 145, 254, .75);--cyan-alpha-800:rgba(0, 145, 254, .875);--E000: 0px 0px 2px 0px rgba(23, 56, 97, .14);--E100: 0px 0px 10px 0px rgba(23, 56, 97, .14);--E200: 0px 0px 16px 0px rgba(23, 56, 97, .16);--E300: 0px 5px 24px 0px rgba(23, 56, 97, .18);--E400: 0px 0px 24px 0px rgba(23, 56, 97, .12), 0px 8px 20px 0px rgba(23, 56, 97, .06), 0px 4px 28px 0px rgba(23, 56, 97, .16);--E500: 0px 16px 32px 0px rgba(23, 56, 97, .16), 0px 0px 10px 0px rgba(23, 56, 97, .08), 0px 16px 28px 0px rgba(23, 56, 97, .12);--E600: 0px 16px 32px 0px rgba(23, 56, 97, .16), 0px 0px 10px 0px rgba(23, 56, 97, .08), 0px 16px 28px 0px rgba(23, 56, 97, .12);--focus-cyan--sm: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 2px rgba(0, 145, 254, .15);--focus-cyan--md: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 4px rgba(0, 145, 254, .15);--focus-blue--sm: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 2px rgba(23, 56, 97, .15);--focus-blue--md: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 4px rgba(23, 56, 97, .15);--focus-green--sm: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 2px rgba(54, 179, 126, .15);--focus-green--md: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 4px rgba(54, 179, 126, .15);--focus-yellow--sm: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 2px rgba(255, 171, 0, .15);--focus-yellow--md: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 4px rgba(255, 171, 0, .15);--focus-red--sm: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 2px rgba(255, 86, 48, .15);--focus-red--md: 0px 1px 2px 0px rgba(16, 24, 40, .05), 0px 0px 0px 4px rgba(255, 86, 48, .15)}.font-tiny{font-size:10px!important}.font-small,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button span,appointment-password-input .password-validation span,appointment-password-input .password-validation mat-icon,appointment-login appointment-legal-policies-acceptance,appointment-configuration-workflow mat-list-item[role=listitem] .label,appointment-detail mat-list-item[role=listitem] .label,appointment-confirmation mat-list-item[role=listitem] .label,appointment-service .map-link,appointment-attendant .map-link,appointment-date-time .map-link,appointment-region .map-link,appointment-organization .map-link,appointment-dynamic-form .map-link{font-size:12px!important}.font-short,appointment-configuration-workflow mat-list-item[role=listitem] .value,appointment-detail mat-list-item[role=listitem] .value,appointment-confirmation mat-list-item[role=listitem] .value,appointment-service .mat-card-content,appointment-attendant .mat-card-content,appointment-date-time .mat-card-content,appointment-region .mat-card-content,appointment-organization .mat-card-content,appointment-dynamic-form .mat-card-content,appointment-configuration-workflow .workflow-title,.mat-calendar-body-cell-content,mat-card-title{font-size:14px!important}.font-normal,appointment-configuration-workflow mat-list-item[role=listitem] .step-label,appointment-detail mat-list-item[role=listitem] .step-label,appointment-confirmation mat-list-item[role=listitem] .step-label,mat-calendar .mat-calendar-body-cell-content{font-size:15px!important}.font-medium,appointment-date-time .picker-container .time-container .item.selected span,appointment-date-time .picker-container .hour-container .item.selected span,appointment-date-time .picker .available.picker-item-selected.time span,appointment-configuration-workflow .stepper .order,appointment-configuration-workflow .desktop-stepper .order,.subtitle,.mat-button,.mat-raised-button{font-size:20px!important}.font-large,.title{font-size:22px!important}.font-huge{font-size:48px!important}.font-weight-thin{font-weight:100!important}.font-weight-light,appointment-configuration-workflow .stepper .order,appointment-configuration-workflow .desktop-stepper .order,.subtitle,.title{font-weight:200!important}.font-weight-regular,appointment-date-time .picker-container .time-container .item.selected span,appointment-date-time .picker-container .hour-container .item.selected span,.mat-button,.mat-raised-button{font-weight:400!important}.font-weight-medium,appointment-date-time .picker .picker-item-selected.hour span,appointment-date-time .picker .available.picker-item-selected.time span,mat-calendar .mat-calendar-body-cell-content{font-weight:500!important}/*!
* Bootstrap Reboot v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
* Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
*/*,*:before,*:after{box-sizing:border-box}html{font-family:sans-serif;line-height:1.15;-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0)}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,"Apple Color Emoji","Segoe UI Emoji",Segoe UI Symbol,"Noto Color Emoji";font-size:1rem;font-weight:400;line-height:1.5;color:#212529;text-align:left;background-color:#fff}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:content-box;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-top:0;margin-bottom:.5rem}p{margin-top:0;margin-bottom:1rem}abbr[title],abbr[data-original-title]{text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;cursor:help;border-bottom:0;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{margin-bottom:1rem;font-style:normal;line-height:inherit}ol,ul,dl{margin-top:0;margin-bottom:1rem}ol ol,ul ul,ol ul,ul ol{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{position:relative;font-size:75%;line-height:0;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}a{color:#007bff;text-decoration:none;background-color:#0000}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]){color:inherit;text-decoration:none}a:not([href]):not([class]):hover{color:inherit;text-decoration:none}pre,code,kbd,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{margin-top:0;margin-bottom:1rem;overflow:auto;-ms-overflow-style:scrollbar}figure{margin:0 0 1rem}img{vertical-align:middle;border-style:none}svg{overflow:hidden;vertical-align:middle}table{border-collapse:collapse}caption{padding-top:.75rem;padding-bottom:.75rem;color:#6c757d;text-align:left;caption-side:bottom}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}input,button,select,optgroup,textarea{margin:0;font-family:inherit;font-size:inherit;line-height:inherit}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}button,[type=button],[type=reset],[type=submit]{-webkit-appearance:button}button:not(:disabled),[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled){cursor:pointer}button::-moz-focus-inner,[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner{padding:0;border-style:none}input[type=radio],input[type=checkbox]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{min-width:0;padding:0;margin:0;border:0}legend{display:block;width:100%;max-width:100%;padding:0;margin-bottom:.5rem;font-size:1.5rem;line-height:inherit;color:inherit;white-space:normal}progress{vertical-align:baseline}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{outline-offset:-2px;-webkit-appearance:none}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{font:inherit;-webkit-appearance:button}output{display:inline-block}summary{display:list-item;cursor:pointer}template{display:none}[hidden]{display:none!important}/*!
* Bootstrap Grid v4.6.2 (https://getbootstrap.com/)
* Copyright 2011-2022 The Bootstrap Authors
* Copyright 2011-2022 Twitter, Inc.
* Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
*/html{box-sizing:border-box;-ms-overflow-style:scrollbar}*,*:before,*:after{box-sizing:inherit}.container,appointment-actions,.container-fluid,appointment-layout .header .header-content,.container-xl,.container-lg,.container-md,.container-sm{width:100%;padding-right:15px;padding-left:15px;margin-right:auto;margin-left:auto}@media (min-width: 576px){.container-sm,.container,appointment-actions{max-width:540px}}@media (min-width: 768px){.container-md,.container-sm,.container,appointment-actions{max-width:720px}}@media (min-width: 992px){.container-lg,.container-md,.container-sm,.container,appointment-actions{max-width:960px}}@media (min-width: 1200px){.container-xl,.container-lg,.container-md,.container-sm,.container,appointment-actions{max-width:1140px}}.row,.dynamic-form{display:flex;flex-wrap:wrap;margin-right:-15px;margin-left:-15px}.no-gutters{margin-right:0;margin-left:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-right:0;padding-left:0}.col-xl,.col-xl-auto,.col-xl-12,.col-xl-11,.col-xl-10,.col-xl-9,.col-xl-8,.col-xl-7,.col-xl-6,.col-xl-5,.col-xl-4,.col-xl-3,.col-xl-2,.col-xl-1,.col-lg,.col-lg-auto,.col-lg-12,.col-lg-11,.col-lg-10,.col-lg-9,.col-lg-8,.dynamic-form mat-form-field,.col-lg-7,.col-lg-6,.col-lg-5,.col-lg-4,.col-lg-3,.col-lg-2,.col-lg-1,.col-md,.col-md-auto,.col-md-12,.col-md-11,.col-md-10,.col-md-9,.col-md-8,.col-md-7,.col-md-6,.col-md-5,.col-md-4,.col-md-3,.col-md-2,.col-md-1,.col-sm,.col-sm-auto,.col-sm-12,.col-sm-11,.col-sm-10,.col-sm-9,.col-sm-8,.col-sm-7,.col-sm-6,.col-sm-5,.col-sm-4,.col-sm-3,.col-sm-2,.col-sm-1,.col,.col-auto,.col-12,.col-11,.col-10,.col-9,.col-8,.col-7,.col-6,.col-5,.col-4,.col-3,.col-2,.col-1{position:relative;width:100%;padding-right:15px;padding-left:15px}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;width:auto;max-width:100%}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media (min-width: 576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;width:auto;max-width:100%}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media (min-width: 768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;width:auto;max-width:100%}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media (min-width: 992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;width:auto;max-width:100%}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8,.dynamic-form mat-form-field{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media (min-width: 1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;width:auto;max-width:100%}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.align-baseline{vertical-align:baseline!important}.align-top{vertical-align:top!important}.align-middle{vertical-align:middle!important}.align-bottom{vertical-align:bottom!important}.align-text-bottom{vertical-align:text-bottom!important}.align-text-top{vertical-align:text-top!important}.bg-primary{background-color:#007bff!important}a.bg-primary:hover,a.bg-primary:focus,button.bg-primary:hover,button.bg-primary:focus{background-color:#0062cc!important}.bg-secondary{background-color:#6c757d!important}a.bg-secondary:hover,a.bg-secondary:focus,button.bg-secondary:hover,button.bg-secondary:focus{background-color:#545b62!important}.bg-success{background-color:#28a745!important}a.bg-success:hover,a.bg-success:focus,button.bg-success:hover,button.bg-success:focus{background-color:#1e7e34!important}.bg-info{background-color:#17a2b8!important}a.bg-info:hover,a.bg-info:focus,button.bg-info:hover,button.bg-info:focus{background-color:#117a8b!important}.bg-warning{background-color:#ffc107!important}a.bg-warning:hover,a.bg-warning:focus,button.bg-warning:hover,button.bg-warning:focus{background-color:#d39e00!important}.bg-danger{background-color:#dc3545!important}a.bg-danger:hover,a.bg-danger:focus,button.bg-danger:hover,button.bg-danger:focus{background-color:#bd2130!important}.bg-light{background-color:#f8f9fa!important}a.bg-light:hover,a.bg-light:focus,button.bg-light:hover,button.bg-light:focus{background-color:#dae0e5!important}.bg-dark{background-color:#343a40!important}a.bg-dark:hover,a.bg-dark:focus,button.bg-dark:hover,button.bg-dark:focus{background-color:#1d2124!important}.bg-white{background-color:#fff!important}.bg-transparent{background-color:#0000!important}.border{border:1px solid #dee2e6!important}.border-top{border-top:1px solid #dee2e6!important}.border-right{border-right:1px solid #dee2e6!important}.border-bottom{border-bottom:1px solid #dee2e6!important}.border-left{border-left:1px solid #dee2e6!important}.border-0{border:0!important}.border-top-0{border-top:0!important}.border-right-0{border-right:0!important}.border-bottom-0{border-bottom:0!important}.border-left-0{border-left:0!important}.border-primary{border-color:#007bff!important}.border-secondary{border-color:#6c757d!important}.border-success{border-color:#28a745!important}.border-info{border-color:#17a2b8!important}.border-warning{border-color:#ffc107!important}.border-danger{border-color:#dc3545!important}.border-light{border-color:#f8f9fa!important}.border-dark{border-color:#343a40!important}.border-white{border-color:#fff!important}.rounded-sm{border-radius:.2rem!important}.rounded{border-radius:.25rem!important}.rounded-top{border-top-left-radius:.25rem!important;border-top-right-radius:.25rem!important}.rounded-right{border-top-right-radius:.25rem!important;border-bottom-right-radius:.25rem!important}.rounded-bottom{border-bottom-right-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-left{border-top-left-radius:.25rem!important;border-bottom-left-radius:.25rem!important}.rounded-lg{border-radius:.3rem!important}.rounded-circle{border-radius:50%!important}.rounded-pill{border-radius:50rem!important}.rounded-0{border-radius:0!important}.clearfix:after{display:block;clear:both;content:""}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex,appointment-configuration-workflow mat-list-item[role=listitem] .item-content,appointment-detail mat-list-item[role=listitem] .item-content,appointment-confirmation mat-list-item[role=listitem] .item-content,appointment-region,appointment-configuration-workflow,appointment-layout .header .header-content{display:flex!important}.d-inline-flex{display:inline-flex!important}@media (min-width: 576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media (min-width: 768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media (min-width: 992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media (min-width: 1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.embed-responsive{position:relative;display:block;width:100%;padding:0;overflow:hidden}.embed-responsive:before{display:block;content:""}.embed-responsive .embed-responsive-item,.embed-responsive iframe,.embed-responsive embed,.embed-responsive object,.embed-responsive video{position:absolute;top:0;bottom:0;left:0;width:100%;height:100%;border:0}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}.flex-row{flex-direction:row!important}.flex-column,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) .mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) .mat-list-item-content,appointment-date-time,appointment-region,appointment-configuration-workflow{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start,appointment-layout .header .header-content{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content{justify-content:space-around!important}.align-items-start,appointment-configuration-workflow mat-list-item[role=listitem] .mat-list-item-content,appointment-detail mat-list-item[role=listitem] .mat-list-item-content,appointment-confirmation mat-list-item[role=listitem] .mat-list-item-content{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center,appointment-layout .header .header-content{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media (min-width: 576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media (min-width: 768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media (min-width: 992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center,appointment-layout .header .header-content{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media (min-width: 1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.float-left{float:left!important}.float-right{float:right!important}.float-none{float:none!important}@media (min-width: 576px){.float-sm-left{float:left!important}.float-sm-right{float:right!important}.float-sm-none{float:none!important}}@media (min-width: 768px){.float-md-left{float:left!important}.float-md-right{float:right!important}.float-md-none{float:none!important}}@media (min-width: 992px){.float-lg-left{float:left!important}.float-lg-right{float:right!important}.float-lg-none{float:none!important}}@media (min-width: 1200px){.float-xl-left{float:left!important}.float-xl-right{float:right!important}.float-xl-none{float:none!important}}.user-select-all{-webkit-user-select:all!important;user-select:all!important}.user-select-auto{-webkit-user-select:auto!important;user-select:auto!important}.user-select-none{-webkit-user-select:none!important;user-select:none!important}.overflow-auto{overflow:auto!important}.overflow-hidden,.mat-dialog-container{overflow:hidden!important}.position-static{position:static!important}.position-relative,appointment-layout .header .header-content{position:relative!important}.position-absolute{position:absolute!important}.position-fixed{position:fixed!important}.position-sticky{position:sticky!important}.fixed-top{position:fixed;top:0;right:0;left:0;z-index:1030}.fixed-bottom{position:fixed;right:0;bottom:0;left:0;z-index:1030}@supports (position: sticky){.sticky-top{position:sticky;top:0;z-index:1020}}.sr-only{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);white-space:nowrap;border:0}.sr-only-focusable:active,.sr-only-focusable:focus{position:static;width:auto;height:auto;overflow:visible;clip:auto;white-space:normal}.shadow-sm{box-shadow:0 .125rem .25rem #00000013!important}.shadow{box-shadow:0 .5rem 1rem #00000026!important}.shadow-lg{box-shadow:0 1rem 3rem #0000002d!important}.shadow-none{box-shadow:none!important}.w-25{width:25%!important}.w-50{width:50%!important}.w-75{width:75%!important}.w-100,appointment-message,appointment-detail .mat-card-header-text,appointment-configuration-workflow mat-list-item[role=listitem] .item-content,appointment-detail mat-list-item[role=listitem] .item-content,appointment-confirmation mat-list-item[role=listitem] .item-content,appointment-date-time .picker-container .time-container,appointment-date-time .picker-container .hour-container,.dynamic-form{width:100%!important}.w-auto{width:auto!important}.h-25{height:25%!important}.h-50{height:50%!important}.h-75{height:75%!important}.h-100,appointment-date-time .picker-container .time-container,appointment-date-time .picker-container .hour-container,appointment-configuration-workflow{height:100%!important}.h-auto{height:auto!important}.mw-100{max-width:100%!important}.mh-100{max-height:100%!important}.min-vw-100{min-width:100vw!important}.min-vh-100{min-height:100vh!important}.vw-100{width:100vw!important}.vh-100{height:100vh!important}.m-0,appointment-home .grid .tile[data-tile=calendar] .mat-calendar-controls,.dynamic-form{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,appointment-detail .mat-card-header-text,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,cdk-virtual-scroll-viewport,.my-2,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3,.mat-dialog-container .message{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3,.mat-dialog-container .message{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0,.appointment-ui.profile{padding:0!important}.pt-0,appointment-home .grid .tile[data-tile=calendar] .mat-calendar-header,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.title,.py-2,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button{padding-top:.5rem!important}.pr-2,.px-2,.mat-dialog-container,appointment-home .grid .cdk-virtual-scroll-content-wrapper{padding-right:.5rem!important}.pb-2,.py-2,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button{padding-bottom:.5rem!important}.pl-2,appointment-password-input .password-validation span,.px-2,.mat-dialog-container,appointment-home .grid .cdk-virtual-scroll-content-wrapper{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media (min-width: 576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media (min-width: 768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media (min-width: 992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0,appointment-configuration-workflow .mat-list-item-content{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media (min-width: 1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.stretched-link:after{position:absolute;inset:0;z-index:1;pointer-events:auto;content:"";background-color:#0000}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate,appointment-configuration-workflow .no-selected,appointment-configuration-workflow .step-selected-value>*,appointment-configuration-workflow .desktop-stepper .header-step .step-selected-value>*,appointment-configuration-workflow .desktop-stepper .header-step .no-selected>*{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media (min-width: 576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media (min-width: 768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media (min-width: 992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media (min-width: 1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light,appointment-configuration-workflow .stepper .order,appointment-configuration-workflow .desktop-stepper .order,.subtitle,.title{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:hover,a.text-primary:focus{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:hover,a.text-secondary:focus{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:hover,a.text-success:focus{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:hover,a.text-info:focus{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:hover,a.text-warning:focus{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:hover,a.text-danger:focus{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:hover,a.text-light:focus{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:hover,a.text-dark:focus{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{font:0/0 a;color:#0000;text-shadow:none;background-color:#0000;border:0}.text-decoration-none{text-decoration:none!important}.text-break{word-break:break-word!important;word-wrap:break-word!important}.text-reset{color:inherit!important}.visible{visibility:visible!important}.invisible{visibility:hidden!important}appointment-layout{width:100%;height:100%;display:grid;grid-template:"header" 60px "main" 1fr "footer" 30px/100%}@media (min-width: 992px){appointment-layout{grid-template:"header" 70px "main" 1fr "footer" 30px/100%}}appointment-layout .header{-ms-grid-row:1;-ms-grid-column:1;grid-area:header;display:flex;align-items:center;transition:height .3s}appointment-layout .header .header-content .user-menu-container{right:15px}appointment-layout .header-logo,appointment-layout .footer-logo{background-size:100% 100%}appointment-layout .main{-ms-grid-row:2;-ms-grid-column:1;grid-area:main;overflow-x:hidden;overflow-y:auto}appointment-layout .container,appointment-layout appointment-actions{height:100%}appointment-layout .cookiesSection{align-self:end;display:inline-table}appointment-layout .footer{-ms-grid-row:3;-ms-grid-column:1;grid-area:footer}@media (min-width: 992px){appointment-layout .header{-ms-grid-row:1;-ms-grid-column:1}appointment-layout .main{-ms-grid-row:2;-ms-grid-column:1}appointment-layout .footer{-ms-grid-row:3;-ms-grid-column:1}}.grid{display:grid}*{scroll-behavior:smooth;-webkit-user-select:none;user-select:none;scrollbar-width:thin}*:focus{outline:none!important}input,textarea{-webkit-user-select:text!important;user-select:text!important}mat-card{border-radius:6px!important;box-shadow:2px 8px 19px #b4b8bc4d!important}mat-card-title,mat-card-subtitle{margin-bottom:4px!important}mat-card-subtitle{font-weight:200!important}button.mat-secondary{border:1px solid}.mat-raised-button{box-shadow:2px 8px 19px #b4b8bc4d!important}.mat-button,.mat-raised-button{border-radius:5px;height:50px}button[disabled]{opacity:.5}.mat-form-field-disabled .mat-form-field-underline{background-color:#0000006b!important;background-image:none!important}.has-appointment>.mat-calendar-body-cell-content:after{content:"";position:absolute}mat-calendar .is-full{cursor:default;pointer-events:none}.ripple-wave{display:none}.mat-tooltip{font-size:15px!important}.has-appointment>.mat-calendar-body-cell-content:after{top:70%;height:18%;width:18%;border-radius:100%}.has-appointment>.mat-calendar-body-cell-content:after :hover{content:"Hola"!important}*::-webkit-scrollbar:not(:hover),*::-webkit-scrollbar:not(:focus){opacity:.4}*::-webkit-scrollbar-track{box-shadow:inset 0 0 6px #0000004d;-webkit-box-shadow:inset 0 0 6px rgba(0,0,0,.3019607843);background-color:#f6f6f6;border-radius:10px}*::-webkit-scrollbar{width:5px;background-color:#f6f6f6}@media screen and (max-width: 500px){*::-webkit-scrollbar{display:none}}*::-webkit-scrollbar-thumb{border-radius:10px;background-color:#96969680}appointment-layout .header-logo{background-image:url(logo_citas_dark.3346084c141e6039.svg);width:100%;height:75%;cursor:pointer;object-fit:fill;display:block;margin-right:1rem}appointment-layout .footer-logo{width:83px;height:20px;background-image:url(Logo_Sidesys_principal.cc4119e2bd94f176.svg)}appointment-user-menu .user-menu{cursor:pointer}appointment-user-menu button{width:auto!important}appointment-user-menu .user-initials{border-radius:10rem;font-weight:900;width:3rem;height:3rem;display:flex;justify-content:center;align-items:center}appointment-actions{height:auto!important}mat-calendar{width:270px}mat-calendar .mat-calendar-body-label{opacity:0}mat-calendar .mat-calendar-body-label[colspan="7"]{display:none}appointment-home .grid{height:100%;grid-template-columns:48% 48%;grid-template-rows:100%;grid-template-areas:"calendar appointments";gap:0 2rem}appointment-home .grid .tile[data-tile=calendar]{-ms-grid-row:1;-ms-grid-column:1;grid-area:calendar;display:flex;justify-content:center;align-items:center}appointment-home .grid .tile[data-tile=calendar] mat-card{height:370px}appointment-home .grid .tile[data-tile=appointments]{-ms-grid-row:1;-ms-grid-column:3;grid-area:appointments}appointment-home .grid .cdk-virtual-scroll-content-wrapper{width:100%}appointment-home .grid .cdk-virtual-scroll-content-wrapper mat-divider{height:14px}appointment-home .grid appointment-appointment-item .mat-card{cursor:pointer}appointment-home .mat-tab-label{transition:.5s all cubic-bezier(.35,0,.25,1)}appointment-home .mat-tab-label .mat-tab-label-content{z-index:2}appointment-home .mat-tab-group,appointment-home .mat-tab-body-wrapper,appointment-home .mat-tab-body-content{height:100%;overflow:hidden!important}appointment-home button[mat-fab]{position:fixed;bottom:4rem;right:2rem;z-index:1}cdk-virtual-scroll-viewport{height:100%;overflow-x:hidden!important}appointment-appointment-item mat-card mat-icon{position:relative;top:50%;right:0;transform:translateY(-50%);z-index:1}appointment-configuration-workflow .workflow-title{font-weight:400}appointment-configuration-workflow .subtitle{font-weight:300}appointment-configuration-workflow p{margin:0}appointment-configuration-workflow .line{margin:.5rem 0 0 1rem}appointment-configuration-workflow .desktop-stepper mat-progress-bar{top:53px!important;left:15%;right:15%;height:5px;border-top-width:5px;width:auto}appointment-configuration-workflow .desktop-stepper mat-progress-bar.full-configuration{left:12.5%!important;right:12.5%!important}appointment-configuration-workflow .desktop-stepper .header-step{height:75px;cursor:pointer;overflow:visible}appointment-configuration-workflow .desktop-stepper .header-step.left-line:before,appointment-configuration-workflow .desktop-stepper .header-step.right-line:after{content:"";position:absolute;border-top:5px solid;border-color:#f6f6f6;top:35px;width:49%}appointment-configuration-workflow .desktop-stepper .header-step.left-line:before{right:55%}appointment-configuration-workflow .desktop-stepper .header-step.right-line:after{left:55%}appointment-configuration-workflow .desktop-stepper .header-step .step-selected-value,appointment-configuration-workflow .desktop-stepper .header-step .no-selected{text-align:center;margin:auto}appointment-configuration-workflow .text-truncate-in-two-lines{display:-webkit-box;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}appointment-configuration-workflow .attendant-image{border:1px solid;border-color:#969696}appointment-configuration-workflow .stepper .order,appointment-configuration-workflow .desktop-stepper .order{width:30px;height:30px;display:flex;justify-content:center;align-items:center;border-radius:10rem;z-index:1}appointment-configuration-workflow .stepper .second-row,appointment-configuration-workflow .desktop-stepper .second-row{height:12px}appointment-configuration-workflow .stepper{cursor:pointer;height:80px}appointment-configuration-workflow .stepper .step-progress-number{display:flex;justify-content:center;align-items:center}appointment-configuration-workflow .stepper .stepper-title{min-height:72px}appointment-configuration-workflow .stepper .stepper-title .first-line,appointment-configuration-workflow .stepper .stepper-title .second-line{margin:0}appointment-configuration-workflow .step-dropdown{top:45px;z-index:10;box-shadow:2px 8px 19px #b4b8bc4d!important;width:75%}appointment-configuration-workflow .step-dropdown .mat-card{background-color:#fff;border-radius:0 0 5px 5px}appointment-configuration-workflow .step-dropdown .step-item{min-height:56px}.legal-policies-entry-title{font-size:14px!important;font-style:normal;font-weight:400}.legal-text-container{overflow-wrap:break-word}.legal-policies-modal-outer-container{height:100%}.legal-policies-modal-outer-container .container,.legal-policies-modal-outer-container appointment-actions{overflow:auto}.legal-policies-modal-outer-container .container mat-card,.legal-policies-modal-outer-container appointment-actions mat-card{height:-moz-fit-content;height:fit-content;align-self:stretch}.legal-policies-outer-container,.requirements-outer-container,.password-login-outer-container,.recovery-email-outer-container,.identify-outer-container,.email-to-reset-outer-container{min-height:100%;overflow:auto}.backdrop{position:absolute;z-index:9;top:0;left:0;height:100vh;width:100vw;background-color:#0000006b}@media screen and (max-width: 991px){appointment-home .mat-tab-label,appointment-home .mat-tab-link{font-size:24px!important;font-weight:500!important}appointment-home .grid{grid-template-rows:1fr;grid-template-columns:1fr;grid-template-areas:"appointments"}appointment-home button[mat-fab][data-action=new-appointment]{bottom:1rem;right:1rem}appointment-home #searchBarHome{width:80%;align-self:center}appointment-attention-type .container-general{width:75vw}appointment-attention-type .container-general button{width:40%!important}appointment-attention-type .container-general button span{font-size:large}appointment-attention-type .container-general .container,appointment-attention-type .container-general appointment-actions{width:90%}appointment-home .grid .tile[data-tile=appointments]{-ms-grid-row:1;-ms-grid-column:1}}@media screen and (min-width: 991px){appointment-home .new-appointment-mobile button[mat-fab][data-action=new-appointment]{display:none}appointment-home button[mat-fab][data-action=new-appointment]{position:absolute!important;margin:0 175px}appointment-home button[mat-fab][data-action=new-appointment] span{padding:0%!important;line-height:26px;width:26px;height:26px}appointment-home button[mat-fab][data-action=new-appointment] span mat-icon{font-size:40px;display:inline-flex;justify-content:center}}@media screen and (min-width: 1200px){appointment-home .new-appointment-mobile button[mat-fab][data-action=new-appointment]{display:none}appointment-home button[mat-fab][data-action=new-appointment]{position:absolute!important;margin:0 175px}appointment-home button[mat-fab][data-action=new-appointment] span{padding-bottom:0%!important;line-height:26px;width:26px;height:26px}appointment-home button[mat-fab][data-action=new-appointment] span mat-icon{font-size:40px;display:inline-flex;justify-content:center}}@media screen and (max-width: 1366px){appointment-home .date-legend.home,appointment-home .home.date-legend-home{margin:10px 40px 20px!important}appointment-home .calendar-header{padding:1em 0 0!important}appointment-home .tile[data-tile=calendar] button[mat-fab][data-action=new-appointment]{height:48px!important;width:48px!important;position:absolute!important;margin:0 175px}}appointment-service,appointment-attendant,appointment-region,appointment-organization,appointment-dynamic-form{flex-grow:1}appointment-service mat-card-title,appointment-attendant mat-card-title,appointment-region mat-card-title,appointment-organization mat-card-title,appointment-dynamic-form mat-card-title{font-size:18px!important}appointment-service mat-card-subtitle,appointment-attendant mat-card-subtitle,appointment-region mat-card-subtitle,appointment-organization mat-card-subtitle,appointment-dynamic-form mat-card-subtitle{font-size:15px!important}appointment-requirements,appointment-success,appointment-detail,appointment-region,appointment-date-time,appointment-unidentified-legend,appointment-confirmation,appointment-legal-policies{height:100%}appointment-date-time{align-items:center}appointment-date-time .selection-list .cdk-virtual-scroll-content-wrapper{min-height:auto!important}@media screen and (min-width: 991px){appointment-date-time .date-time-title{height:65.5px}appointment-date-time .date-time-title .container,appointment-date-time .date-time-title appointment-actions{height:inherit}}.selection-list{width:100%;height:100%}.selection-list .cdk-virtual-scroll-content-wrapper{min-height:100%}.selection-item{margin:1rem .5rem;cursor:pointer;padding:1rem;transition:all .28s cubic-bezier(.4,0,.2,1)!important;height:90px}appointment-service,appointment-attendant,appointment-date-time,appointment-region,appointment-organization,appointment-dynamic-form{width:100%;display:flex;flex-direction:column}appointment-service mat-card,appointment-attendant mat-card,appointment-date-time mat-card,appointment-region mat-card,appointment-organization mat-card,appointment-dynamic-form mat-card{overflow:hidden}appointment-service mat-card mat-card-content,appointment-attendant mat-card mat-card-content,appointment-date-time mat-card mat-card-content,appointment-region mat-card mat-card-content,appointment-organization mat-card mat-card-content,appointment-dynamic-form mat-card mat-card-content{height:100%}appointment-service section,appointment-attendant section,appointment-date-time section,appointment-region section,appointment-organization section,appointment-dynamic-form section{width:100%}appointment-service section[data-tile=calendar],appointment-service section[data-tile=timepicker],appointment-attendant section[data-tile=calendar],appointment-attendant section[data-tile=timepicker],appointment-date-time section[data-tile=calendar],appointment-date-time section[data-tile=timepicker],appointment-region section[data-tile=calendar],appointment-region section[data-tile=timepicker],appointment-organization section[data-tile=calendar],appointment-organization section[data-tile=timepicker],appointment-dynamic-form section[data-tile=calendar],appointment-dynamic-form section[data-tile=timepicker]{max-width:430px}appointment-service section[data-tile=timepicker] mat-card mat-card-content,appointment-attendant section[data-tile=timepicker] mat-card mat-card-content,appointment-date-time section[data-tile=timepicker] mat-card mat-card-content,appointment-region section[data-tile=timepicker] mat-card mat-card-content,appointment-organization section[data-tile=timepicker] mat-card mat-card-content,appointment-dynamic-form section[data-tile=timepicker] mat-card mat-card-content{width:300px}appointment-service .mat-card-content,appointment-attendant .mat-card-content,appointment-date-time .mat-card-content,appointment-region .mat-card-content,appointment-organization .mat-card-content,appointment-dynamic-form .mat-card-content{font-weight:200!important}appointment-service .mat-card-title,appointment-attendant .mat-card-title,appointment-date-time .mat-card-title,appointment-region .mat-card-title,appointment-organization .mat-card-title,appointment-dynamic-form .mat-card-title{font-weight:200!important}appointment-service .selected .mat-card-title,appointment-attendant .selected .mat-card-title,appointment-date-time .selected .mat-card-title,appointment-region .selected .mat-card-title,appointment-organization .selected .mat-card-title,appointment-dynamic-form .selected .mat-card-title{font-weight:500!important}appointment-service .map-link,appointment-attendant .map-link,appointment-date-time .map-link,appointment-region .map-link,appointment-organization .map-link,appointment-dynamic-form .map-link{line-height:normal;padding:0 .3rem}appointment-service .region-selected-item,appointment-attendant .region-selected-item,appointment-date-time .region-selected-item,appointment-region .region-selected-item,appointment-organization .region-selected-item,appointment-dynamic-form .region-selected-item{box-shadow:2px 8px 19px #b4b8bc4d;border-radius:5px;max-width:90%;padding-top:0rem!important;padding-bottom:0rem!important}appointment-region .region-value{color:#000}.date-legend,.date-legend-home{align-self:flex-start}.date-legend .mark,.date-legend-home .mark{margin:0 .5rem}.date-legend .mark:before,.date-legend-home .mark:before{content:"\25cf"}.date-legend mat-card-subtitle span .text-secondary .mark,.date-legend-home mat-card-subtitle span .text-secondary .mark{margin:0}.date-legend span,.date-legend-home span{width:max-content}appointment-date-time .cdk-virtual-scroll-content-wrapper{display:flex;flex-direction:column;align-items:center}appointment-date-time .picker .picker-item span{transition:all .5s ease;transition-property:color,font-size,font-weight,padding}appointment-date-time .picker .available.picker-item-selected.time span{padding:0}appointment-date-time .picker-container{display:flex;justify-content:center;overflow:hidden}appointment-date-time .picker-container .time-container,appointment-date-time .picker-container .hour-container{overflow:auto}appointment-date-time .picker-container .time-container .item,appointment-date-time .picker-container .hour-container .item{min-height:25px;display:flex;justify-content:center;align-items:center}appointment-date-time .picker-container .time-container .item span,appointment-date-time .picker-container .hour-container .item span{margin:.2rem 0;padding:3px}.filter-input{display:flex!important;justify-content:center}.filter-input .mat-form-field-wrapper{width:100%}.filter-input .clear-button{cursor:pointer}appointment-detail .mat-menu-panel{box-shadow:2px 8px 19px #b4b8bc4d;border-radius:10px}appointment-detail .historical-appointment mat-card-content{opacity:.5}appointment-detail .historical-appointment mat-card-content .mat-list-text *{color:#000!important}appointment-configuration-workflow .mat-list-text{min-height:60px}appointment-configuration-workflow mat-list-item[role=listitem].disabled,appointment-detail mat-list-item[role=listitem].disabled,appointment-confirmation mat-list-item[role=listitem].disabled{cursor:default}appointment-configuration-workflow mat-list-item[role=listitem] .item-content,appointment-detail mat-list-item[role=listitem] .item-content,appointment-confirmation mat-list-item[role=listitem] .item-content{min-height:42px}appointment-configuration-workflow mat-list-item[role=listitem] .label,appointment-detail mat-list-item[role=listitem] .label,appointment-confirmation mat-list-item[role=listitem] .label{font-style:italic;font-weight:200!important;text-align:left}appointment-configuration-workflow mat-list-item[role=listitem] .value,appointment-detail mat-list-item[role=listitem] .value,appointment-confirmation mat-list-item[role=listitem] .value{text-align:left;font-weight:400!important}appointment-configuration-workflow mat-list-item[role=listitem] .step-label,appointment-detail mat-list-item[role=listitem] .step-label,appointment-confirmation mat-list-item[role=listitem] .step-label{display:flex;justify-content:center;font-weight:500;align-items:center;box-shadow:2px 8px 19px #b4b8bc4d;border:1px solid}appointment-configuration-workflow mat-list-item[role=listitem] .step-label.step-label-desktop,appointment-detail mat-list-item[role=listitem] .step-label.step-label-desktop,appointment-confirmation mat-list-item[role=listitem] .step-label.step-label-desktop{font-size:24px!important}appointment-configuration-workflow mat-list-item[role=listitem] .current .step-label,appointment-configuration-workflow mat-list-item[role=listitem] .completed .step-label,appointment-detail mat-list-item[role=listitem] .current .step-label,appointment-detail mat-list-item[role=listitem] .completed .step-label,appointment-confirmation mat-list-item[role=listitem] .current .step-label,appointment-confirmation mat-list-item[role=listitem] .completed .step-label{border:none}appointment-configuration-workflow mat-list-item[role=listitem] button u,appointment-detail mat-list-item[role=listitem] button u,appointment-confirmation mat-list-item[role=listitem] button u{line-height:normal}appointment-configuration-workflow mat-list-item[role=listitem] .step-date,appointment-detail mat-list-item[role=listitem] .step-date,appointment-confirmation mat-list-item[role=listitem] .step-date{display:flex;flex-direction:column}appointment-configuration-workflow mat-list-item[role=listitem] .step-date .first-line:first-letter,appointment-detail mat-list-item[role=listitem] .step-date .first-line:first-letter,appointment-confirmation mat-list-item[role=listitem] .step-date .first-line:first-letter{text-transform:uppercase}appointment-configuration-workflow mat-list-item[role=listitem] .detail-place-btn,appointment-detail mat-list-item[role=listitem] .detail-place-btn,appointment-confirmation mat-list-item[role=listitem] .detail-place-btn{padding-right:20px!important}appointment-configuration-workflow mat-list-item[role=listitem].last,appointment-detail mat-list-item[role=listitem].last,appointment-confirmation mat-list-item[role=listitem].last{height:auto!important}appointment-configuration-workflow mat-list-item[role=listitem]:not(.last),appointment-detail mat-list-item[role=listitem]:not(.last),appointment-confirmation mat-list-item[role=listitem]:not(.last){min-height:95px!important}appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .line,appointment-detail mat-list-item[role=listitem]:not(.last) .line,appointment-confirmation mat-list-item[role=listitem]:not(.last) .line{border-left-width:2px;border-left-style:solid;position:relative;top:-10px;min-height:95px;flex:auto}appointment-confirmation .line{margin:0 0 15px 16px}.step-representClient-mobile .step-description{height:60px;text-align:initial}.step-representClient-mobile .step-description .representClient-name{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}.step-representClient-mobile .representClient-line{top:-42px!important}@media (max-width: 575.98px){.xs-w-100{width:100%}.xs-mb-2{margin-bottom:.5rem!important}}@media (min-width: 992px){.lg-w-100{width:100%}}appointment-detail .line{margin:0 0 .6rem .9rem;min-height:95px!important;position:relative;top:-10px}.detail-bottom-sheet{border-top-left-radius:1.5rem!important;border-top-right-radius:1.5rem!important}.detail-bottom-sheet .dismiss{width:25px;height:3px;border-radius:5rem;position:absolute;left:0;right:0;margin:auto}.detail-bottom-sheet .dismiss+*{margin-top:1rem}.detail-bottom-sheet .disabled{cursor:default}@media screen and (max-width: 991px){.mat-dialog-content{padding:0!important}}.mat-dialog-container{box-shadow:2px 8px 19px #b4b8bc4d;border-radius:20px!important}.mat-dialog-container .mat-dialog-actions{padding-bottom:.8rem;justify-content:space-evenly}.mat-dialog-container .message{white-space:pre}appointment-message{display:flex;min-height:50px}@media (max-width: 991px){.checkScheduleDesktop{display:none!important}#checkScheduleMobile{display:inherit!important}}@media (min-width: 992px){#checkScheduleMobile{display:none!important}.checkScheduleDesktop{display:inherit!important}}.maxSize{max-width:450px}appointment-detail .back-button-container{max-height:82px;display:flex;align-items:center}.detailConfirm-desktop-button{position:absolute;bottom:30px;background-color:#f6f6f6}@media screen and (min-width: 991px){.detailConfirm-desktop-button appointment-actions{max-height:82px}}.detailConfirm-mobile-button{position:absolute;bottom:30px;background-color:#f6f6f6}.detailConfirm-title{height:calc(100% - 50px);overflow:auto}appointment-reservation{top:176px;right:21%;display:flex;min-height:50px;overflow:hidden;width:25%}@media screen and (max-width: 1366px){appointment-reservation{right:10%}}@media screen and (max-width: 991px){appointment-reservation{top:75px;right:5px}}appointment-reservation .reservationTimeValue{height:30px;border-radius:5px}appointment-service .cdk-virtual-scroll-content-wrapper,appointment-organization .cdk-virtual-scroll-content-wrapper,appointment-region .cdk-virtual-scroll-content-wrapper,appointment-attendant .cdk-virtual-scroll-content-wrapper,appointment-dynamic-form .cdk-virtual-scroll-content-wrapper{display:flex;width:100%}appointment-service .cdk-virtual-scroll-content-wrapper .row,appointment-service .cdk-virtual-scroll-content-wrapper .dynamic-form,appointment-organization .cdk-virtual-scroll-content-wrapper .row,appointment-organization .cdk-virtual-scroll-content-wrapper .dynamic-form,appointment-region .cdk-virtual-scroll-content-wrapper .row,appointment-region .cdk-virtual-scroll-content-wrapper .dynamic-form,appointment-attendant .cdk-virtual-scroll-content-wrapper .row,appointment-attendant .cdk-virtual-scroll-content-wrapper .dynamic-form,appointment-dynamic-form .cdk-virtual-scroll-content-wrapper .row,appointment-dynamic-form .cdk-virtual-scroll-content-wrapper .dynamic-form{width:100%}appointment-dynamic-form .cdk-virtual-scroll-content-wrapper{height:100%}.grecaptcha-badge{visibility:hidden}.recaptcha-terms{color:gray;text-align:center}appointment-legal-policies-acceptance{display:flex;padding-top:10px;padding-bottom:10px}appointment-legal-policies-acceptance .mat-checkbox{display:flex;margin-top:5px;align-items:flex-start;margin-right:15px}appointment-legal-policies-acceptance .mat-checkbox-layout,appointment-legal-policies-acceptance p{margin:0}appointment-legal-policies-acceptance .mat-checkbox-layout a,appointment-legal-policies-acceptance p a{cursor:pointer}@media (min-width: 992px){.mat-button:not(.w-auto),.mat-raised-button:not(.w-auto){width:250px!important}appointment-welcome mat-card{width:450px;max-height:530px;height:100%}appointment-home{display:flex;justify-content:center;align-items:center;height:100%}appointment-home .home-container{height:90%!important;position:relative}appointment-home .is-fab{position:absolute!important;height:48px!important;width:48px!important;bottom:-20px!important;right:-20px!important}appointment-home .mat-tab-group{box-shadow:2px 8px 19px #b4b8bc4d}appointment-home .mat-tab-header{border-top-left-radius:10px;border-top-right-radius:10px}appointment-home .mat-tab-header-pagination{display:none}appointment-home .mat-ink-bar{height:100%}appointment-home .mat-tab-body-wrapper{border-bottom-left-radius:10px;border-bottom-right-radius:10px}appointment-home .mat-tab-label:not(.mat-tab-label-active){opacity:1}appointment-home .mat-tab-body{border:.5px solid rgba(157,157,157,.5019607843);border-radius:6px;padding:1rem;margin:5px}}@media (min-width: 992px) and (min-width: 992px){@supports (-ms-accelerator: true){appointment-home .mat-tab-group *{transition:none!important;transition-duration:0ms!important;transition-delay:0ms!important}}}@media (min-width: 992px){appointment-service .filter-input .cdk-virtual-scroll-content-wrapper,appointment-region .filter-input .cdk-virtual-scroll-content-wrapper,appointment-organization .filter-input .cdk-virtual-scroll-content-wrapper,appointment-attendant .filter-input .cdk-virtual-scroll-content-wrapper,appointment-dynamic-form .filter-input .cdk-virtual-scroll-content-wrapper{display:flex;justify-content:center}appointment-service .filter-input .mat-form-field-wrapper,appointment-region .filter-input .mat-form-field-wrapper,appointment-organization .filter-input .mat-form-field-wrapper,appointment-attendant .filter-input .mat-form-field-wrapper,appointment-dynamic-form .filter-input .mat-form-field-wrapper{width:100%}appointment-service .filter-input .mat-form-field-wrapper mat-icon,appointment-region .filter-input .mat-form-field-wrapper mat-icon,appointment-organization .filter-input .mat-form-field-wrapper mat-icon,appointment-attendant .filter-input .mat-form-field-wrapper mat-icon,appointment-dynamic-form .filter-input .mat-form-field-wrapper mat-icon{vertical-align:middle}.desktop-stepper{box-shadow:2px 8px 19px #b4b8bc4d;z-index:1}.desktop-stepper .order{height:50px!important;width:50px!important}.detail-title-desktop{font-size:15px;font-weight:400}.detail-title-desktop .appointmentCode{font-size:14px;font-weight:500}.requirements-title,.region-title,.confirmation-title,.success-title,.detail-title,.register-title,.legal-policies-title,.password-login-title,.recovery-email-title,.identify-title,.email-to-reset-title,.create-password-title{text-align:left!important;justify-content:left!important;margin-top:8px!important;margin-bottom:0!important}.requirements-subtitle,.confirmation-subtitle,.success-subtitle,.detail-subtitle,.register-subtitle,.legal-policies-subtitle,.password-login-subtitle,.recovery-email-subtitle,.identify-subtitle,.email-to-reset-subtitle,.create-password-subtitle{text-align:left!important;margin-top:0!important;font-size:22px!important;font-weight:400!important}.requirements-container,.confirmation-container,.detail-container,.register-container .legal-policies-container{width:auto;max-width:90%;margin:auto;display:flex;justify-content:center;align-items:center}.requirements-container{padding:45px 80px!important}.requirement-item{font-size:20px!important}appointment-configuration-workflow .desktop-stepper appointment-step-value{max-width:100%}appointment-configuration-workflow mat-list-item{height:100px!important}appointment-detail mat-list-item[role=listitem]:not(.last),appointment-confirmation mat-list-item[role=listitem]:not(.last){height:100%!important}appointment-confirmation mat-card,appointment-detail mat-card{width:90%!important;max-width:992px;margin:auto}appointment-confirmation mat-divider,appointment-detail mat-divider{display:none!important}appointment-confirmation .confirmation-outer-container,appointment-confirmation .detail-outer-container,appointment-detail .confirmation-outer-container,appointment-detail .detail-outer-container{padding:0!important}appointment-confirmation .detail-container,appointment-detail .detail-container{margin-left:0!important;margin-right:0!important}appointment-confirmation .detail-container .mat-card-header-text,appointment-detail .detail-container .mat-card-header-text{padding-left:calc(6vw + 75px)}appointment-confirmation .mat-list-base,appointment-detail .mat-list-base{padding-bottom:16px!important}appointment-confirmation .mat-list-text,appointment-detail .mat-list-text{min-height:70px;margin-left:3vw;display:flex;justify-content:center;border-top:1px solid #efefef;border-bottom:1px solid #efefef;border-left:1px solid #efefef}appointment-confirmation .mat-list-item-content,appointment-detail .mat-list-item-content{margin-left:3vw;margin-bottom:20px}appointment-confirmation .step-label,appointment-detail .step-label{align-self:center;height:50px!important;width:50px!important}appointment-confirmation .action-group,appointment-confirmation .detail-edit-btn,appointment-confirmation .detail-place-btn,appointment-detail .action-group,appointment-detail .detail-edit-btn,appointment-detail .detail-place-btn{display:flex;height:70px;padding-right:30px;margin-right:1vw;border-top:1px solid #efefef;border-bottom:1px solid #efefef;border-right:1px solid #efefef;border-radius:0}appointment-confirmation .action-group a,appointment-confirmation .detail-edit-btn a,appointment-confirmation .detail-place-btn a,appointment-detail .action-group a,appointment-detail .detail-edit-btn a,appointment-detail .detail-place-btn a{align-self:center}appointment-confirmation .action-group button,appointment-confirmation .detail-edit-btn button,appointment-confirmation .detail-place-btn button,appointment-detail .action-group button,appointment-detail .detail-edit-btn button,appointment-detail .detail-place-btn button{height:inherit}appointment-confirmation .detail-place-btn,appointment-detail .detail-place-btn{border-right:0px!important;padding-left:0!important;padding-right:25px!important;margin-left:0!important;margin-right:0!important}appointment-confirmation .mat-list-item-content .line,appointment-detail .mat-list-item-content .line{display:none!important}appointment-configuration-workflow .step-date,appointment-confirmation .step-date,appointment-detail .step-date{flex-direction:row!important}appointment-detail .detail-container{width:100%!important;max-width:100%!important}}@media (min-width: 992px) and (min-height: 900px){appointment-date-time .cdk-virtual-scroll-content-wrapper{top:auto;left:auto}appointment-date-time .date-time-container{min-height:415px;width:90%!important}}.requirements-title-container,.confirmation-title-container,.region-title-container,.success-title-container,.register-title-container,.legal-policies-title-container,.password-login-title-container,.identify-title-container,.email-to-reset-container{height:100px;background-color:#fff!important;box-shadow:2px 8px 19px #b4b8bc4d}.detail-title-container,.recovery-email-title-container{background-color:#fff!important;box-shadow:2px 8px 19px #b4b8bc4d}@media (max-width: 390px){div.d-flex.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard,appointment-layout .header div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.header-content,appointment-configuration-workflow mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,appointment-detail mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,appointment-confirmation mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,div.d-flex.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.title,appointment-layout .header div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.header-content.title,appointment-configuration-workflow mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title,appointment-detail mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title,appointment-confirmation mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title{margin-top:30%}}@media (min-width: 400px){div.d-flex.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard,appointment-layout .header div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.header-content,appointment-configuration-workflow mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,appointment-detail mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,appointment-confirmation mat-list-item[role=listitem] div.min-h-100.pt-2.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content,div.d-flex.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.title,appointment-layout .header div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.header-content.title,appointment-configuration-workflow mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title,appointment-detail mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title,appointment-confirmation mat-list-item[role=listitem] div.min-h-100.pb-2.text-center.justify-content-center.recoveryEmailCard.item-content.title{margin:auto}}.requirements-subtitle,.confirmation-subtitle,.success-subtitle,.detail-subtitle,.register-subtitle,.legal-policies-subtitle,.password-login-subtitle,.recovery-email-subtitle,.identify-subtitle,.email-to-reset-subtitle,.create-password-subtitle{font-weight:400!important}.firebaseRegisterCard mat-form-field,.recoveryEmailCardInput mat-form-field,.identifyPassword mat-form-field{min-width:100%;margin-top:1rem}@media (min-width: 992px){.firebaseRegisterCard,.recoveryEmailCardInput,.identifyPassword{height:50%;width:50%;padding:32px!important}}@media (max-width: 390px){.firebaseRegisterCard,.recoveryEmailCardInput,.identifyPassword{padding:24px!important}}@media print{.no-print,.snack-container{visibility:hidden}}.shadow-design{box-shadow:2px 8px 19px #b4b8bc4d!important;border-radius:6px!important}.map-link{max-width:64px}@supports (-ms-ime-align: auto){appointment-time-picker .item.unavailable{cursor:default}appointment-time-picker .item.available,appointment-time-picker .item.selected{cursor:pointer!important}}button.mat-raised-button.specialHeight{height:30px!important;width:100%!important;font-size:14px!important;font-weight:300!important}button.mat-raised-button.anotherAppointment{border-radius:0 0 6px 6px}.social-button-combined{font-weight:200!important}.social-button-combined.google{background-color:#dd4c39!important;color:#fff}.social-button-icon-combined{margin-right:12px}.button-link-long{width:auto!important}appointment-password-input .password-validation{display:flex;align-items:center;margin:5px 0}appointment-password-input .password-validation mat-icon{height:16px;width:16px;border-radius:3px;display:flex;justify-content:center;align-items:center}.specialLocation{position:relative;top:27px;left:22px}.attentionTypeButtonsContainer{display:flex;align-items:center;justify-content:space-around}.attentionTypeButtonsContainer span.onSiteAppointment,.attentionTypeButtonsContainer span.virtualAppointment{width:30px;height:30px;position:absolute;top:10px;margin-right:16px}.attentionTypeButtonsContainer span.onSiteAppointment.onSiteAppointment,.attentionTypeButtonsContainer span.virtualAppointment.onSiteAppointment{right:35px}.attentionTypeButtonsContainer span.onSiteAppointment.onSiteAppointment.oneTypeOfAttention,.attentionTypeButtonsContainer span.virtualAppointment.onSiteAppointment.oneTypeOfAttention{right:15px;margin-right:0}.attentionTypeButtonsContainer span.onSiteAppointment.virtualAppointment,.attentionTypeButtonsContainer span.virtualAppointment.virtualAppointment{right:0}span.action-group span.onSiteAppointment,span.action-group span.virtualAppointment{width:64px}.appointmentContainer{display:flex;flex-direction:row;justify-content:space-around;width:110px;height:20px;border:1px solid;border-radius:3px;padding:4px;margin:5px}@media screen and (max-width: 500px){.appointmentContainer{width:80px}}.appointmentContainer mat-icon,.appointmentContainer span{position:relative}.appointmentContainer span{font-weight:500;font-size:12px!important;text-transform:uppercase}@media screen and (max-width: 500px){.appointmentContainer span{font-size:10px!important;margin:auto}}.appointmentContainer mat-icon{top:12px}mat-icon{overflow:unset!important}mat-icon.customSvgIcons{height:48px;width:48px}mat-icon.customSvgIcons.atencion_presencial{margin-right:5px}.customSvgIcons.detailAndConfirmationIcons{border:1px solid;border-radius:40px;display:flex;align-items:center;justify-content:center}.map-link.customSvgIcons.detailAndConfirmationIcons{width:48px;height:48px;margin-left:5px}mat-icon.locationIcon,mat-icon.timeIcon{width:16px;height:16px;position:relative;bottom:1px}.attentionTypeText{text-decoration:none}@media screen and (min-width: 992px){.mobileConfirmationLayout{display:none!important}}@media screen and (max-width: 991px){appointment-confirmation{display:flex;flex-direction:column;justify-content:space-between}appointment-confirmation .line{top:-28px!important}.desktopConfirmationLayout{display:none!important}.mobileConfirmationLayout appointment-step-value span.first-line.font-short,.mobileConfirmationLayout appointment-step-value span.first-line.mat-calendar-body-cell-content,.mobileConfirmationLayout appointment-step-value appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow .mobileConfirmationLayout appointment-step-value span.first-line.workflow-title,.mobileConfirmationLayout appointment-step-value appointment-service span.first-line.mat-card-content,appointment-service .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-attendant span.first-line.mat-card-content,appointment-attendant .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-date-time span.first-line.mat-card-content,appointment-date-time .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-region span.first-line.mat-card-content,appointment-region .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-organization span.first-line.mat-card-content,appointment-organization .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form .mobileConfirmationLayout appointment-step-value span.first-line.mat-card-content,.mobileConfirmationLayout appointment-step-value appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] .mobileConfirmationLayout appointment-step-value span.first-line.value,.mobileConfirmationLayout appointment-step-value appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] .mobileConfirmationLayout appointment-step-value span.first-line.value,.mobileConfirmationLayout appointment-step-value appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] .mobileConfirmationLayout appointment-step-value span.first-line.value{position:absolute;height:30px;white-space:normal}.mobileConfirmationLayout appointment-step-value div.testMobileScreen{position:absolute;top:55px;height:15px}.mobileConfirmationLayout .mobileOrganization{width:100%;display:flex;flex-direction:column;align-items:center}.mobileConfirmationLayout .mobileOrganization div.d-flex.justify-content-start.py-2.pl-3,.mobileConfirmationLayout .mobileOrganization appointment-configuration-workflow mat-list-item[role=listitem] div.justify-content-start.py-2.pl-3.item-content,appointment-configuration-workflow mat-list-item[role=listitem] .mobileConfirmationLayout .mobileOrganization div.justify-content-start.py-2.pl-3.item-content,.mobileConfirmationLayout .mobileOrganization appointment-detail mat-list-item[role=listitem] div.justify-content-start.py-2.pl-3.item-content,appointment-detail mat-list-item[role=listitem] .mobileConfirmationLayout .mobileOrganization div.justify-content-start.py-2.pl-3.item-content,.mobileConfirmationLayout .mobileOrganization appointment-confirmation mat-list-item[role=listitem] div.justify-content-start.py-2.pl-3.item-content,appointment-confirmation mat-list-item[role=listitem] .mobileConfirmationLayout .mobileOrganization div.justify-content-start.py-2.pl-3.item-content,.mobileConfirmationLayout .mobileOrganization appointment-layout .header div.py-2.pl-3.header-content,appointment-layout .header .mobileConfirmationLayout .mobileOrganization div.py-2.pl-3.header-content{align-items:center;margin-right:16px;gap:15px}}.typeAttentionContainer{display:flex;flex-direction:column;align-items:center;justify-content:space-between}.typeAttentionContainer span mat-icon.customSvgIcons{height:80px;width:80px}.typeAttentionContainer span mat-icon.customSvgIcons.selected{color:#fff!important;clip-path:circle(45%)}.typeAttentionContainer span mat-icon.customSvgIcons:hover{cursor:pointer}.action-group.d-flex.align-items-center.mobileLayout,appointment-configuration-workflow.action-group.align-items-center.mobileLayout,appointment-region.action-group.align-items-center.mobileLayout,appointment-configuration-workflow mat-list-item[role=listitem] .action-group.align-items-center.mobileLayout.item-content,appointment-detail mat-list-item[role=listitem] .action-group.align-items-center.mobileLayout.item-content,appointment-confirmation mat-list-item[role=listitem] .action-group.align-items-center.mobileLayout.item-content,appointment-layout .header .action-group.mobileLayout.header-content{position:absolute;top:50px;left:65px}@media screen and (min-width: 992px){mat-dialog-container.mat-dialog-container{width:435px}}@media screen and (max-width: 991px){mat-dialog-container.mat-dialog-container{width:335px}mat-dialog-container.mat-dialog-container .message,mat-dialog-container.mat-dialog-container .mat-button-wrapper{font-size:medium!important}}div.row div mat-card.organizationStepCards,div.dynamic-form div mat-card.organizationStepCards{width:348px;height:142px}@media screen and (max-width: 500px){div.row div mat-card.organizationStepCards,div.dynamic-form div mat-card.organizationStepCards{width:auto;position:relative;left:6%}}div.row div mat-card.organizationStepCards mat-card-title,div.dynamic-form div mat-card.organizationStepCards mat-card-title{margin:16px 16px 8px;width:240px;overflow:hidden;-webkit-box-align:center}div.row div mat-card.organizationStepCards mat-card-subtitle,div.dynamic-form div mat-card.organizationStepCards mat-card-subtitle{margin:8px 8px 8px 16px}div.row div mat-card.organizationStepCards mat-card-subtitle.locationSection,div.dynamic-form div mat-card.organizationStepCards mat-card-subtitle.locationSection{width:265px;max-height:40px;overflow:hidden}div.row div mat-card.organizationStepCards mat-card-subtitle.openTimeSection,div.dynamic-form div mat-card.organizationStepCards mat-card-subtitle.openTimeSection{margin-bottom:0;position:relative;bottom:2px}div.row div mat-card.organizationStepCards mat-card-subtitle.openTimeSection.withoutLocation,div.dynamic-form div mat-card.organizationStepCards mat-card-subtitle.openTimeSection.withoutLocation{margin-top:0}.main-content.flex-grow-1.w-100.d-flex.justify-content-center,.main-content.flex-grow-1.d-flex.justify-content-center.dynamic-form,appointment-date-time .picker-container .main-content.flex-grow-1.d-flex.justify-content-center.time-container,appointment-date-time .picker-container .main-content.flex-grow-1.d-flex.justify-content-center.hour-container,appointment-detail .main-content.flex-grow-1.d-flex.justify-content-center.mat-card-header-text,appointment-message.main-content.flex-grow-1.d-flex.justify-content-center,appointment-layout .header .main-content.flex-grow-1.w-100.justify-content-center.header-content,appointment-layout .header .main-content.flex-grow-1.justify-content-center.dynamic-form.header-content,appointment-date-time .picker-container appointment-layout .header .main-content.flex-grow-1.justify-content-center.time-container.header-content,appointment-layout .header appointment-date-time .picker-container .main-content.flex-grow-1.justify-content-center.time-container.header-content,appointment-date-time .picker-container appointment-layout .header .main-content.flex-grow-1.justify-content-center.hour-container.header-content,appointment-layout .header appointment-date-time .picker-container .main-content.flex-grow-1.justify-content-center.hour-container.header-content,appointment-detail appointment-layout .header .main-content.flex-grow-1.justify-content-center.mat-card-header-text.header-content,appointment-layout .header appointment-detail .main-content.flex-grow-1.justify-content-center.mat-card-header-text.header-content,appointment-layout .header appointment-message.main-content.flex-grow-1.justify-content-center.header-content,appointment-configuration-workflow.main-content.flex-grow-1.w-100.justify-content-center,appointment-configuration-workflow.main-content.flex-grow-1.justify-content-center.dynamic-form,appointment-date-time .picker-container appointment-configuration-workflow.main-content.flex-grow-1.justify-content-center.time-container,appointment-date-time .picker-container appointment-configuration-workflow.main-content.flex-grow-1.justify-content-center.hour-container,appointment-detail appointment-configuration-workflow.main-content.flex-grow-1.justify-content-center.mat-card-header-text,appointment-region.main-content.flex-grow-1.w-100.justify-content-center,appointment-region.main-content.flex-grow-1.justify-content-center.dynamic-form,appointment-date-time .picker-container appointment-region.main-content.flex-grow-1.justify-content-center.time-container,appointment-date-time .picker-container appointment-region.main-content.flex-grow-1.justify-content-center.hour-container,appointment-detail appointment-region.main-content.flex-grow-1.justify-content-center.mat-card-header-text,appointment-configuration-workflow mat-list-item[role=listitem] .main-content.flex-grow-1.justify-content-center.item-content,appointment-detail mat-list-item[role=listitem] .main-content.flex-grow-1.justify-content-center.item-content,appointment-confirmation mat-list-item[role=listitem] .main-content.flex-grow-1.justify-content-center.item-content{position:relative;right:23px}.actions.d-flex.justify-content-between.m-2,appointment-layout .header .actions.justify-content-between.m-2.header-content,appointment-configuration-workflow.actions.justify-content-between.m-2,appointment-region.actions.justify-content-between.m-2,appointment-configuration-workflow mat-list-item[role=listitem] .actions.justify-content-between.m-2.item-content,appointment-detail mat-list-item[role=listitem] .actions.justify-content-between.m-2.item-content,appointment-confirmation mat-list-item[role=listitem] .actions.justify-content-between.m-2.item-content{margin-left:0!important;margin-right:0!important}appointment-actions.w-100.organizationComponent,appointment-actions.organizationComponent.dynamic-form,appointment-date-time .picker-container appointment-actions.organizationComponent.time-container,appointment-date-time .picker-container appointment-actions.organizationComponent.hour-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-actions.organizationComponent.item-content,appointment-detail mat-list-item[role=listitem] appointment-actions.organizationComponent.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-actions.organizationComponent.item-content,appointment-detail appointment-actions.organizationComponent.mat-card-header-text{padding-left:0}appointment-actions>div.mobile-buttons{text-align:center;height:138px!important;padding-block:15px}appointment-actions>div.mobile-buttons button{font-size:18px!important;width:95%!important}appointment-filter-input{width:35%}@media screen and (max-width: 991px){appointment-filter-input{width:75%!important}}.searchBarHome{width:80%!important;margin:auto}mat-card mat-card-content mat-card-title.organizationTitle{font-weight:400!important;font-size:16px!important;line-height:18px;height:38px;max-width:208px;margin:8px 16px!important;display:-webkit-box}mat-card mat-card-content mat-card-title.organizationTitle p{display:inherit;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical}mat-card mat-card-content mat-card-subtitle.organizationSubtitle{font-size:14px!important;max-height:32px!important;font-weight:400!important;line-height:16px}mat-card-subtitle mat-divider.mat-divider.mat-divider-horizontal{top:60px;position:absolute;left:0;width:100%}button.text-default.region-button{border-radius:24px!important;height:36px;margin-right:30px!important;display:flex!important;align-items:center;justify-content:space-between;box-shadow:none!important}button.text-default.region-button mat-icon.filter_region{height:100%}.filterButtons{display:flex;align-items:center;justify-content:center;box-shadow:none!important}button.d-lg-flex.filterButtons{margin-right:5px}button.d-lg-flex.filterButtons mat-icon{height:36px;width:36px}span.action-group.attendantImg{flex-direction:row-reverse;align-items:center}mat-card.calendar-home{width:350px!important;height:332px!important;align-items:center}@media screen and (max-width: 1366px){mat-card.calendar-home{height:380px;top:-20px;align-items:center;position:relative}}mat-card.calendar-home mat-calendar appointment-calendar-header{height:36px!important;display:block;margin-top:8px!important;margin-bottom:8px!important}mat-card.calendar-home mat-calendar appointment-calendar-header div.calendar-header{height:36px!important}.mobileBackButton{position:absolute;bottom:30px;left:0}.mat-card.flex-fill.my-2.min-h-100,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button.mat-card.flex-fill.min-h-100{max-width:95%;margin:auto}@media screen and (max-width: 390px){.mat-card.flex-fill.my-2.min-h-100,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button.mat-card.flex-fill.min-h-100{max-width:100%}}p.step-selected-value.d-flex.flex-column span.first-line.font-short.px-1,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow p.step-selected-value.d-flex.flex-column span.first-line.px-1.workflow-title,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,p.step-selected-value.d-flex.flex-column appointment-service span.first-line.px-1.mat-card-content,appointment-service p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-region span.first-line.px-1.mat-card-content,appointment-region p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-organization span.first-line.px-1.mat-card-content,appointment-organization p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value{max-width:250px;overflow:hidden;height:auto}@media screen and (max-width: 390px){p.step-selected-value.d-flex.flex-column span.first-line.font-short.px-1,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow p.step-selected-value.d-flex.flex-column span.first-line.px-1.workflow-title,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,p.step-selected-value.d-flex.flex-column appointment-service span.first-line.px-1.mat-card-content,appointment-service p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-region span.first-line.px-1.mat-card-content,appointment-region p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-organization span.first-line.px-1.mat-card-content,appointment-organization p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value{max-width:200px}}@media screen and (max-width: 991px){p.step-selected-value.d-flex.flex-column span.first-line.font-short.px-1,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.font-short.px-1,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.font-short.px-1,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.font-short.px-1,p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-calendar-body-cell-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow p.step-selected-value.d-flex.flex-column span.first-line.px-1.workflow-title,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.px-1.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.workflow-title,p.step-selected-value.d-flex.flex-column appointment-service span.first-line.px-1.mat-card-content,appointment-service p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-service span.first-line.px-1.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-attendant span.first-line.px-1.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-date-time span.first-line.px-1.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-region span.first-line.px-1.mat-card-content,appointment-region p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-region span.first-line.px-1.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-organization span.first-line.px-1.mat-card-content,appointment-organization p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-organization span.first-line.px-1.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form p.step-selected-value.d-flex.flex-column span.first-line.px-1.mat-card-content,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content appointment-dynamic-form span.first-line.px-1.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.mat-card-content,p.step-selected-value.d-flex.flex-column appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-detail mat-list-item[role=listitem] span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value,p.step-selected-value.d-flex.flex-column appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.d-flex.flex-column span.first-line.px-1.value,appointment-layout .header p.step-selected-value.flex-column.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header p.step-selected-value.flex-column.header-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem] p.step-selected-value.flex-column.item-content span.first-line.px-1.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.d-flex.mat-list-item-content span.first-line.px-1.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.step-selected-value.header-content.mat-list-item-content span.first-line.px-1.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) p.step-selected-value.item-content.mat-list-item-content span.first-line.px-1.value{display:-webkit-box;white-space:normal;text-overflow:ellipsis;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden}}div span.mobileAttentionTypeFilterButtons{display:flex;gap:15px;margin-right:5px}div span.mobileAttentionTypeFilterButtons button{width:36px!important;height:36px!important}div span.mobileAttentionTypeFilterButtons button mat-icon{width:36px!important;height:36px!important}.desktopAttentionTypeFilterButtons button.mat-mini-fab{width:36px!important;height:36px!important;align-items:center}div.w-100.confirmation-title-container div.container,div.confirmation-title-container.dynamic-form div.container,appointment-date-time .picker-container div.confirmation-title-container.time-container div.container,appointment-date-time .picker-container div.confirmation-title-container.hour-container div.container,appointment-configuration-workflow mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container,appointment-detail mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container,appointment-confirmation mat-list-item[role=listitem] div.confirmation-title-container.item-content div.container,appointment-detail div.confirmation-title-container.mat-card-header-text div.container{text-align:center}mat-card-header.mat-card-header .mat-card-header-text{margin:0!important}.serviceAttentionTypeButtonsContainer{display:flex;justify-content:flex-end}mat-card-title.mat-card-title.serviceTitle{text-overflow:ellipsis;font-size:20px!important;font-weight:400!important;overflow:hidden!important;display:-webkit-box!important;-webkit-box-orient:vertical;-webkit-line-clamp:2;height:50px;line-height:25px;width:90%!important}@media screen and (max-width: 991px){mat-card-title.mat-card-title.serviceTitle{font-size:18px!important}}.marginTop{position:relative;top:16px}.specialHeightSection{height:105px!important}.twoLinesSection{height:120px!important}.twoLinesSection div.mobileLayout{top:70px!important}.disableEdit{pointer-events:none}.disableEdit div.d-flex.flex-column.align-items-center.space-between,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content,appointment-configuration-workflow mat-list-item[role=listitem] .disableEdit div.flex-column.align-items-center.space-between.item-content,.disableEdit appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content,appointment-detail mat-list-item[role=listitem] .disableEdit div.flex-column.align-items-center.space-between.item-content,.disableEdit appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content,appointment-confirmation mat-list-item[role=listitem] .disableEdit div.flex-column.align-items-center.space-between.item-content,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .disableEdit div.d-flex.align-items-center.space-between.mat-list-item-content,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.align-items-center.space-between.header-content.mat-list-item-content,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .disableEdit div.align-items-center.space-between.item-content.mat-list-item-content,.disableEdit appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) .disableEdit div.d-flex.align-items-center.space-between.mat-list-item-content,.disableEdit appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.align-items-center.space-between.header-content.mat-list-item-content,.disableEdit appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) .disableEdit div.align-items-center.space-between.item-content.mat-list-item-content,.disableEdit appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) .disableEdit div.d-flex.align-items-center.space-between.mat-list-item-content,.disableEdit appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.align-items-center.space-between.header-content.mat-list-item-content,.disableEdit appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) .disableEdit div.align-items-center.space-between.item-content.mat-list-item-content,.disableEdit appointment-layout .header div.flex-column.space-between.header-content,appointment-layout .header .disableEdit div.flex-column.space-between.header-content,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.d-flex.space-between.mat-list-item-content.header-content,.disableEdit appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.space-between.item-content.mat-list-item-content.header-content,.disableEdit appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.d-flex.space-between.mat-list-item-content.header-content,.disableEdit appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.space-between.item-content.mat-list-item-content.header-content,.disableEdit appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.d-flex.space-between.mat-list-item-content.header-content,.disableEdit appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) .disableEdit div.space-between.header-content.mat-list-item-content,.disableEdit appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .disableEdit div.space-between.item-content.mat-list-item-content.header-content{opacity:.5}div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.font-short,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-calendar-body-cell-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-configuration-workflow span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-configuration-workflow span.first-line.workflow-title,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-service span.first-line.mat-card-content,appointment-service appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-attendant span.first-line.mat-card-content,appointment-attendant appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-date-time span.first-line.mat-card-content,appointment-date-time appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-region span.first-line.mat-card-content,appointment-region appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-organization span.first-line.mat-card-content,appointment-organization appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content appointment-dynamic-form span.first-line.mat-card-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.mat-card-content,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-configuration-workflow mat-list-item[role=listitem] span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-detail mat-list-item[role=listitem] span.first-line.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.flex-column.ng-star-inserted span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content appointment-confirmation mat-list-item[role=listitem] span.first-line.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.header-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem] p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.flex-column.ng-star-inserted.item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-configuration-workflow appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-detail mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-configuration-workflow appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-detail appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.d-flex.ng-star-inserted.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value appointment-layout .header p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.header-content.mat-list-item-content span.first-line.value,div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.flex-column.align-items-center.space-between appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.flex-column.align-items-center.space-between.item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.d-flex.align-items-center.space-between.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.align-items-center.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) div.align-items-center.space-between.item-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value appointment-confirmation mat-list-item[role=listitem]:not(.last) p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.flex-column.space-between.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header div.d-flex.space-between.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) div.space-between.header-content.mat-list-item-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value,appointment-confirmation mat-list-item[role=listitem]:not(.last) mat-list-item[role=listitem]:not(.last) appointment-layout .header div.space-between.item-content.mat-list-item-content.header-content appointment-step-value.mat-line.value p.mb-0.step-selected-value.ng-star-inserted.item-content.mat-list-item-content span.first-line.value{height:40px}.noMobileCards{display:flex}@media screen and (max-width: 500px){.noMobileCards{display:block}}@media screen and (max-width: 520px){.serviceContainer{display:flex;flex-direction:column}.serviceContainer appointment-filter-input{margin-left:17%}}.reservationTimeMobile{width:200px;margin-left:25%}div.background-white.reservationTimeDesktop,appointment-home div.reservationTimeDesktop.mat-tab-header,div.reservationTimeDesktop.filter-input{height:auto}.d-flex.flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-layout .header .flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow.flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-region.flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-configuration-workflow mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-detail mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-confirmation mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-configuration-workflow.d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-layout .header appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-configuration-workflow mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-region.d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-layout .header appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content,appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-configuration-workflow mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-detail mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-date-time.d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2,appointment-layout .header appointment-date-time.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-detail mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.no-print.m-2.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content,appointment-layout .header .d-flex.flex-column.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header .flex-column.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header appointment-configuration-workflow.flex-column.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header appointment-region.flex-column.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-configuration-workflow.d-flex.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-region.d-flex.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-date-time.d-flex.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.no-print.m-2.item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.header-content.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.no-print.m-2.mat-list-item-content.header-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.no-print.m-2.item-content.mat-list-item-content.header-content,.d-flex.flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-layout .header .flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow.flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-region.flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-detail mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-confirmation mat-list-item[role=listitem] .flex-column.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-configuration-workflow.d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-layout .header appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-region.d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-layout .header appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.header-content.snack-container,appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-date-time.d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.snack-container,appointment-layout .header appointment-date-time.justify-content-center.align-items-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-date-time.justify-content-center.align-items-center.flex-lg-row.m-2.item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-confirmation appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-detail appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.align-items-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.align-items-center.flex-lg-row.m-2.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.align-items-center.flex-lg-row.m-2.item-content.mat-list-item-content.snack-container,appointment-layout .header .d-flex.flex-column.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header .flex-column.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header appointment-configuration-workflow.flex-column.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header appointment-region.flex-column.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] .flex-column.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow.d-flex.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-region.d-flex.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-region.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-date-time.d-flex.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.m-2.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-layout .header appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-date-time.justify-content-center.flex-lg-row.m-2.item-content.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-configuration-workflow appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-detail appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] appointment-detail mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .d-flex.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-confirmation appointment-layout .header mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.header-content.mat-list-item-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-configuration-workflow.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-region.justify-content-center.flex-lg-row.m-2.mat-list-item-content.header-content.snack-container,appointment-configuration-workflow mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-detail mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-detail mat-list-item[role=listitem] appointment-confirmation mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation appointment-detail mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) appointment-layout .header .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container,appointment-layout .header appointment-confirmation mat-list-item[role=listitem] mat-list-item[role=listitem]:not(.last) .justify-content-center.flex-lg-row.m-2.item-content.mat-list-item-content.header-content.snack-container{position:fixed;bottom:25px;width:100%;background-color:#fff}.organizationFilterWithCapabilitiesEnabled{margin-left:0;padding-right:20px}appointment-complete-profile .dynamic-form-container{height:auto!important}appointment-complete-profile mat-card{height:inherit!important}appointment-complete-profile mat-card appointment-dynamic-form{overflow:auto}appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textbox.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-textarea.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.w-100 mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.dynamic-form mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.time-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.hour-container mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.item-content mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.w-100.container.completeProfile appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.w-100.container.completeProfile appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-dynamic-form.container.completeProfile.dynamic-form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.dynamic-form appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.time-container appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.hour-container appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.item-content appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy,appointment-detail appointment-dynamic-form.container.completeProfile.mat-card-header-text appointment-dynamic-select.mat-card-header-text mat-form-field.mat-form-field.txt-body.mat-primary.mat-form-field-appearance-legacy{max-width:unset!important}appointment-home .mat-ripple.mat-tab-label.ng-star-inserted{font-size:24px!important;font-weight:500!important;z-index:1}@media screen and (max-width: 500px){appointment-home .mat-ripple.mat-tab-label.ng-star-inserted{font-size:14px!important}}@media screen and (max-width: 500px){.requirements-title{font-size:22px!important;font-weight:400!important}}@media screen and (max-width: 500px){.requirements-subtitle{font-size:16px!important;font-weight:400!important}}appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.w-100 mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.w-100 mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.w-100 mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.w-100 mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.w-100 mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.w-100 mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.dynamic-form mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.time-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.time-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.time-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.time-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.time-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-textbox.time-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.time-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.hour-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.hour-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.hour-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.hour-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.hour-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-textbox.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.hour-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textbox.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textbox.mat-card-header-text mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.w-100 mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.w-100 mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.w-100 mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.w-100 mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.w-100 mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.w-100 mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.dynamic-form mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.time-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.time-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.time-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.time-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.time-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-textarea.time-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.time-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.hour-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.hour-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.hour-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.hour-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.hour-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-textarea.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.hour-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-textarea.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-textarea.mat-card-header-text mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.w-100 mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.w-100 mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.w-100 mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.w-100 mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.w-100 mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.w-100 mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.w-100 mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.dynamic-form mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.dynamic-form mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.dynamic-form mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.dynamic-form mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.dynamic-form mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.dynamic-form mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.dynamic-form mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.time-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.time-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.time-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.time-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.time-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-select.time-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.time-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.hour-container mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.hour-container mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.hour-container mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.hour-container mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.hour-container mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-date-time .picker-container appointment-dynamic-select.hour-container mat-form-field,appointment-date-time .picker-container appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.hour-container mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-confirmation appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-confirmation appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.item-content mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.item-content mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-select.item-content mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.item-content mat-form-field,appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.w-100.container.completeProfile.registerForm form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.dynamic-form form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.time-container form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-date-time .picker-container appointment-dynamic-form.container.completeProfile.registerForm.hour-container form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-detail appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form.container.completeProfile.registerForm.item-content form appointment-dynamic-select.mat-card-header-text mat-form-field,appointment-detail appointment-dynamic-form.container.completeProfile.registerForm.mat-card-header-text form appointment-dynamic-select.mat-card-header-text mat-form-field{padding-left:0!important}@media (min-height: 560px) and (max-height: 630px){section.tile.d-none.d-lg-flex.flex-column.align-items-center,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.align-items-center.mat-list-item-content,appointment-detail mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.align-items-center.mat-list-item-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.align-items-center.mat-list-item-content,appointment-layout .header section.tile.d-none.d-lg-flex.flex-column.header-content,appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) appointment-layout .header section.tile.d-none.d-lg-flex.mat-list-item-content.header-content,appointment-layout .header appointment-configuration-workflow mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.mat-list-item-content.header-content,appointment-detail mat-list-item[role=listitem]:not(.last) appointment-layout .header section.tile.d-none.d-lg-flex.mat-list-item-content.header-content,appointment-layout .header appointment-detail mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.mat-list-item-content.header-content,appointment-confirmation mat-list-item[role=listitem]:not(.last) appointment-layout .header section.tile.d-none.d-lg-flex.mat-list-item-content.header-content,appointment-layout .header appointment-confirmation mat-list-item[role=listitem]:not(.last) section.tile.d-none.d-lg-flex.mat-list-item-content.header-content{position:relative;top:20px}}.homeAppointmentLegend{height:50px!important;width:350px!important}@media (min-height: 769px) and (min-width: 1367px){.homeAppointmentLegend{top:10px}}.max-w-100{max-width:100%!important}.min-w-100{min-width:100%!important}.firebaseAccountCardInput,.recoveryEmailCardInput,.identifyPassword{margin:auto;width:calc(100% - 2rem);max-width:35rem}.firebaseAccountCardInput .button-container{padding-left:.8125rem;text-align:center}@media (max-width: 450px){.firebaseAccountCardInput .button-container{margin-top:1rem}}@media (max-width: 390px){p.my-2.font-short.font-weight-light.text-center.recovery-email-subtitle,p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-calendar-body-cell-content,appointment-configuration-workflow p.my-2.font-weight-light.text-center.recovery-email-subtitle.workflow-title,appointment-service p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-attendant p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-date-time p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-region p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-organization p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-dynamic-form p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,appointment-detail mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,appointment-confirmation mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,p.my-2.font-short.text-center.recovery-email-subtitle.title,p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.title,appointment-configuration-workflow p.my-2.text-center.recovery-email-subtitle.workflow-title.title,appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,appointment-detail mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,appointment-confirmation mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,p.my-2.font-short.text-center.recovery-email-subtitle.subtitle,p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.subtitle,appointment-configuration-workflow p.my-2.text-center.recovery-email-subtitle.workflow-title.subtitle,appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-detail mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-confirmation mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-configuration-workflow .stepper p.my-2.font-short.text-center.recovery-email-subtitle.order,appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.order,appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.workflow-title.order,appointment-service appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-attendant appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-date-time appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-region appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-organization appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-dynamic-form appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow mat-list-item[role=listitem] .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .stepper mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .desktop-stepper p.my-2.font-short.text-center.recovery-email-subtitle.order,appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.order,appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.workflow-title.order,appointment-service appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-attendant appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-date-time appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-region appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-organization appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-dynamic-form appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow mat-list-item[role=listitem] .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .desktop-stepper mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order{margin:0 7%}}@media (min-width: 400px){p.my-2.font-short.font-weight-light.text-center.recovery-email-subtitle,p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-calendar-body-cell-content,appointment-configuration-workflow p.my-2.font-weight-light.text-center.recovery-email-subtitle.workflow-title,appointment-service p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-attendant p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-date-time p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-region p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-organization p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-dynamic-form p.my-2.font-weight-light.text-center.recovery-email-subtitle.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,appointment-detail mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,appointment-confirmation mat-list-item[role=listitem] p.my-2.font-weight-light.text-center.recovery-email-subtitle.value,p.my-2.font-short.text-center.recovery-email-subtitle.title,p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.title,appointment-configuration-workflow p.my-2.text-center.recovery-email-subtitle.workflow-title.title,appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.title,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,appointment-detail mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,appointment-confirmation mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.title,p.my-2.font-short.text-center.recovery-email-subtitle.subtitle,p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.subtitle,appointment-configuration-workflow p.my-2.text-center.recovery-email-subtitle.workflow-title.subtitle,appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.subtitle,appointment-configuration-workflow mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-detail mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-confirmation mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.subtitle,appointment-configuration-workflow .stepper p.my-2.font-short.text-center.recovery-email-subtitle.order,appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.order,appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.workflow-title.order,appointment-service appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-attendant appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-date-time appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-region appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-organization appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-dynamic-form appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .stepper appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow mat-list-item[role=listitem] .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .stepper mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .desktop-stepper p.my-2.font-short.text-center.recovery-email-subtitle.order,appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-calendar-body-cell-content.order,appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.workflow-title.order,appointment-service appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-service p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-attendant appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-attendant p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-date-time appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-date-time p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-region appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-region p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-organization appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-organization p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-dynamic-form appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow .desktop-stepper appointment-dynamic-form p.my-2.text-center.recovery-email-subtitle.mat-card-content.order,appointment-configuration-workflow mat-list-item[role=listitem] .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-configuration-workflow .desktop-stepper mat-list-item[role=listitem] p.my-2.text-center.recovery-email-subtitle.value.order,appointment-detail mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order,appointment-confirmation mat-list-item[role=listitem] appointment-configuration-workflow .desktop-stepper p.my-2.text-center.recovery-email-subtitle.value.order{margin-left:1%}}.cdk-overlay-container .cdk-overlay-connected-position-bounding-box .cdk-overlay-pane .mat-select-panel-wrap .ng-trigger-transformPanel.mat-select-panel.mat-primary{max-height:350px!important}.NoAvailableOrganization{position:absolute;right:5px;bottom:5px}.NoAvailableOrganization button.mat-raised-button{width:92px!important;height:32px;padding:0;border-radius:5px;font-size:14px!important}mat-card mat-card-subtitle mat-icon.grupo_servicios{height:32px;width:32px;position:relative;top:1em}.serviceFilter{margin-right:4%;padding-top:10px}.serviceReservationDesktop{margin-right:2%!important}.serviceReservationMobile{width:200px;margin-left:22%}appointment-service .selection-list .row,appointment-service .selection-list .dynamic-form{height:-moz-fit-content;height:fit-content}s-error-control label.label-content{line-height:20px}.max-height-75{max-height:75%!important}.font-size-24{font-size:24px}.font-size-20{font-size:20px}.relativeContainer{position:relative;top:-15px}@media (max-width: 430px){.relativeContainer .font-weight-light.success-subtitle.text-secondary,.relativeContainer .success-subtitle.text-secondary.title,.relativeContainer .success-subtitle.text-secondary.subtitle,.relativeContainer appointment-configuration-workflow .stepper .success-subtitle.text-secondary.order,appointment-configuration-workflow .stepper .relativeContainer .success-subtitle.text-secondary.order,.relativeContainer appointment-configuration-workflow .desktop-stepper .success-subtitle.text-secondary.order,appointment-configuration-workflow .desktop-stepper .relativeContainer .success-subtitle.text-secondary.order{font-size:.8rem}}@media (max-width: 390px){.relativeContainer .success-title.title{font-size:20px}.relativeContainer .font-weight-light.success-subtitle.text-secondary,.relativeContainer .success-subtitle.text-secondary.title,.relativeContainer .success-subtitle.text-secondary.subtitle,.relativeContainer appointment-configuration-workflow .stepper .success-subtitle.text-secondary.order,appointment-configuration-workflow .stepper .relativeContainer .success-subtitle.text-secondary.order,.relativeContainer appointment-configuration-workflow .desktop-stepper .success-subtitle.text-secondary.order,appointment-configuration-workflow .desktop-stepper .relativeContainer .success-subtitle.text-secondary.order{font-size:.7rem}}appointment-dynamic-form div.container.d-flex.px-3,appointment-dynamic-form appointment-layout .header div.container.px-3.header-content,appointment-layout .header appointment-dynamic-form div.container.px-3.header-content,appointment-dynamic-form appointment-configuration-workflow mat-list-item[role=listitem] div.container.px-3.item-content,appointment-configuration-workflow mat-list-item[role=listitem] appointment-dynamic-form div.container.px-3.item-content,appointment-dynamic-form appointment-detail mat-list-item[role=listitem] div.container.px-3.item-content,appointment-detail mat-list-item[role=listitem] appointment-dynamic-form div.container.px-3.item-content,appointment-dynamic-form appointment-confirmation mat-list-item[role=listitem] div.container.px-3.item-content,appointment-confirmation mat-list-item[role=listitem] appointment-dynamic-form div.container.px-3.item-content{height:65px}.selection-list .cdk-virtual-scroll-content-wrapper{min-height:unset}mat-card.dynamicFormContainer{overflow:auto}.confirmationSubtitle{position:relative;top:-15px}.appointmentConfirmationScreenHeight{height:calc(100% - 120px)}.appointmentConfirmationReservationComponent{width:200px;margin-left:23%}.cancelAppointmentCard{min-width:270px}@media only screen and (min-width: 1920px) and (min-height: 1080px) and (max-width: 1920px) and (max-height: 1080px){.completeProfile{height:90%!important}}@media only screen and (min-width: 1920px) and (min-height: 1200px) and (max-width: 1920px) and (max-height: 1200px){.specialSize{max-height:65%!important}}.detailDesktop{margin-bottom:82px}.attentionTypeDetailIcon{width:40px!important;height:40px!important}.attendantStep{margin-right:inherit}.font-size-16{font-size:16px}.pruebaClss{width:100px}.height-95{height:95%}.width-180{width:180px}.appointmentAsRepresentative{margin-left:4px;margin-top:2px;font-weight:300;margin-bottom:0}.dynamicFormContainer h6{font-size:1rem;font-weight:700}.dynamicFormContainer .s-dynamic-form__container,.dynamicFormContainer .s-dynamic-form__input-label{font-weight:unset!important}.appointment-ui.has-shadow:not(:hover),.appointment-ui.has-pulse:not(:hover){box-shadow:8px 19px #b4b8bc4d}.appointment-ui.has-pulse{animation:pulse 2s infinite}.appointment-ui.has-pulse:hover{animation:none}@keyframes pulse{0%{box-shadow:0 0 #b4b8bc4d}to{box-shadow:0 0 0 35px #b4b8bc00}}.appointment-ui.filter-input .clear-button{cursor:pointer}.appointment-ui.profile .mat-button-wrapper{display:flex;flex-direction:row;align-items:center}.appointment-ui.profile .circle{border-radius:10rem;height:40px;width:40px;display:flex;justify-content:center;align-items:center}.appointment-ui.navbar .mat-tab-header{border:none}.appointment-ui.button.is-rissed{height:60px;border-radius:5px}.appointment-ui.button.is-fab{height:56px;width:56px;position:fixed;bottom:60px;right:24px;z-index:1000}.appointment-ui.separator{width:100%;display:flex;flex-direction:row;justify-content:center;align-items:center}.appointment-ui.separator .mat-divider{flex:1}.appointment-ui.separator .text{padding:0 1rem}.appointment-ui.card{height:90px;border-radius:6px!important;line-height:1.2}.appointment-ui.card.selected:before{height:120px;width:6px}.min-w-0,appointment-attendant .mat-card-header-text{min-width:0}.min-h-100{min-height:100%!important}.text-underline{text-decoration:underline!important}appointment-skeleton-list,appointment-skeleton-form{width:100%;height:100%}appointment-skeleton-list mat-card,appointment-skeleton-form mat-card{cursor:default!important}appointment-skeleton-list mat-card .input-skeleton,appointment-skeleton-form mat-card .input-skeleton{height:10%}.agenda-dialog mat-dialog-container{border-radius:16px!important;width:328px;height:340px}.agenda-dialog mat-dialog-container appointment-link-to-agenda mat-dialog-title{font-size:24px;font-weight:700}.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content{padding:0 8px!important}.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button{height:112px;width:132px;padding:16px,32px,16px,32px;box-shadow:2px 5px 8px #b4b8bc4d;border-radius:8px}.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button .mat-button-wrapper{display:flex;justify-content:center;align-items:center;flex-direction:column}.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button mat-icon{height:45px;width:auto}.skeleton{min-width:50px;min-height:10px;border-radius:3px;color:#0000;position:relative;background-color:#ccc;animation-name:skeleton;animation-duration:3.5s;animation-iteration-count:infinite;animation-timing-function:ease-in;background:linear-gradient(to right,#ddd 8%,#ccc 18%,#ddd 33%);background-size:300px 104px;-webkit-background-size:300px 104px;-webkit-touch-callout:none;-webkit-user-select:none;user-select:none}.skeleton.text{height:14px;width:100%;margin:1rem 0}.skeleton.image{height:40px;width:40px;min-width:40px!important;border-radius:10rem}.skeleton.font-small,appointment-service .skeleton.map-link,appointment-attendant .skeleton.map-link,appointment-date-time .skeleton.map-link,appointment-region .skeleton.map-link,appointment-organization .skeleton.map-link,appointment-dynamic-form .skeleton.map-link,appointment-configuration-workflow mat-list-item[role=listitem] .skeleton.label,appointment-detail mat-list-item[role=listitem] .skeleton.label,appointment-confirmation mat-list-item[role=listitem] .skeleton.label,appointment-login appointment-legal-policies-acceptance.skeleton,appointment-password-input .password-validation mat-icon.skeleton,appointment-password-input .password-validation span.skeleton,.agenda-dialog mat-dialog-container appointment-link-to-agenda .mat-list-item-content button span.skeleton{height:12px!important}.skeleton.font-short,mat-card-title.skeleton,.skeleton.mat-calendar-body-cell-content,appointment-configuration-workflow .skeleton.workflow-title,appointment-service .skeleton.mat-card-content,appointment-attendant .skeleton.mat-card-content,appointment-date-time .skeleton.mat-card-content,appointment-region .skeleton.mat-card-content,appointment-organization .skeleton.mat-card-content,appointment-dynamic-form .skeleton.mat-card-content,appointment-configuration-workflow mat-list-item[role=listitem] .skeleton.value,appointment-detail mat-list-item[role=listitem] .skeleton.value,appointment-confirmation mat-list-item[role=listitem] .skeleton.value{height:14px!important}.skeleton.font-normal,mat-calendar .skeleton.mat-calendar-body-cell-content,appointment-configuration-workflow mat-list-item[role=listitem] .skeleton.step-label,appointment-detail mat-list-item[role=listitem] .skeleton.step-label,appointment-confirmation mat-list-item[role=listitem] .skeleton.step-label{height:15px!important}.skeleton.font-medium,.skeleton.mat-button,.skeleton.mat-raised-button,.skeleton.subtitle,appointment-configuration-workflow .stepper .skeleton.order,appointment-configuration-workflow .desktop-stepper .skeleton.order,appointment-date-time .picker .available.picker-item-selected.time span.skeleton,appointment-date-time .picker-container .time-container .item.selected span.skeleton,appointment-date-time .picker-container .hour-container .item.selected span.skeleton{height:20px!important}.skeleton.font-large,.skeleton.title{height:25px!important}@keyframes skeleton{0%{background-position:-100% 0}to{background-position:100% 0}}@media (orientation: landscape) and (max-device-height: 600px){.landscape-blocker{background-color:#fff!important;opacity:.95!important;display:flex!important;font-size:25px;color:#000}.landscape-blocker .icons mat-icon{font-size:80px;height:80px;width:80px}.landscape-blocker .landscape-icon{transform:rotate(90deg)}}.spinner-wrapper{position:fixed;width:100%;height:100%;display:flex;justify-content:center;align-items:center;top:0;left:0;background-color:#00000080;z-index:998}.spinner-wrapper appointment-spinner{width:6rem;height:6rem}.material-icons{font-family:Material Icons!important;font-feature-settings:"liga"}.material-icons-outlined{font-family:Material Icons Outlined!important}.icon-bigCalendar{height:96px!important;width:96px!important;font-size:96px}#searchBarHome mat-form-field{background:#f6f6f6!important}.specialHeightCard{height:170px!important;line-height:1!important}.specialHeightCardPerson{line-height:1!important}.specialHeightCardPerson.historyCard{border-radius:6px 6px 0 0!important}.appointmentTypePopUp{position:relative!important;bottom:16px}@media screen and (min-width: 992px){.appointmentTypePopUp{right:35%}}.regionModal{width:969px;height:629px}.regionModal mat-dialog-container.mat-dialog-container{width:inherit;border-radius:10px!important;padding:0!important}.regionModal mat-dialog-container.mat-dialog-container .cdk-virtual-scroll-content-wrapper{height:inherit;align-items:flex-start;overflow:auto!important}.regionModal mat-dialog-container.mat-dialog-container .cdk-virtual-scroll-content-wrapper .row,.regionModal mat-dialog-container.mat-dialog-container .cdk-virtual-scroll-content-wrapper .dynamic-form{padding:24px 32px}.regionModal appointment-actions .actions{align-items:end}.regionModal appointment-actions .actions button{font-size:18px!important}.regionModal appointment-actions .actions button.mat-secondary{margin-bottom:0!important}@media screen and (max-width: 991px){.regionModal{max-width:90vw!important;width:90vw;height:auto!important}.regionModal mat-dialog-container.mat-dialog-container{width:inherit}.regionModal mat-dialog-container.mat-dialog-container h1{font-size:16px!important}.regionModal appointment-actions .actions button:first-child{margin-bottom:10px!important}}.legalPoliciesModal{width:969px;height:594px}.legalPoliciesModal mat-dialog-container.mat-dialog-container{width:inherit;padding:0!important;border-radius:10px!important}.legalPoliciesModal mat-dialog-container.mat-dialog-container .subtitle{font-size:16px!important;font-weight:400!important}.legalPoliciesModal mat-dialog-container.mat-dialog-container button{font-size:18px!important;font-weight:300!important}@media screen and (max-width: 991px){.legalPoliciesModal{max-width:90vw!important;width:90vw;height:auto!important}.legalPoliciesModal mat-dialog-container.mat-dialog-container{width:inherit}.legalPoliciesModal mat-dialog-container.mat-dialog-container div.container{max-height:65vh}.legalPoliciesModal mat-dialog-container.mat-dialog-container button{width:80%!important}}@supports (-ms-ime-align: auto){@media (max-heigth: 799px){.picker,.picker.picker-inline{height:200px}}@media (max-heigth: 799px) and (orientation: landscape) and (max-height: 415px){.picker:not(.picker-inline){height:200px}}.picker-columns{font-size:20px}.picker-column.picker-column-divider{color:#000}.picker-item{height:36px;line-height:36px}.picker-center-highlight{height:36px;margin-top:-18px}@media (min-heigth: 800px){.picker,.picker.picker-inline{height:300px}}@media (min-heigth: 800px) and (orientation: landscape) and (max-height: 415px){.picker:not(.picker-inline){height:300px}}}html,body{height:100%;width:100%;overflow:hidden}body{margin:0;font-family:Roboto,Helvetica Neue,sans-serif}
