.rc-calendar,.rc-calendar *{box-sizing:border-box}.rc-calendar-hidden{display:none}.rc-calendar-input-wrap{border-bottom:1px solid #e9e9e9;padding:6px;position:relative}.rc-calendar-input-wrap:after{clear:both;content:""}.rc-calendar-date-input-wrap{overflow:hidden}.rc-calendar-time-picker{background-color:#fff;height:217px;position:absolute;top:34px;width:100%}.rc-calendar-time-picker-panel{position:relative;width:100%}.rc-calendar-time-picker-panel .rc-time-picker-panel-input-wrap{display:none}.rc-calendar-time-picker-panel .rc-time-picker-panel-inner{border:none;box-shadow:none}.rc-calendar-time-picker-panel .rc-time-picker-panel-select{max-height:217px;width:84px}.rc-calendar-time-picker-panel .rc-time-picker-panel-select li{padding:0;text-align:center}.rc-calendar-time-picker-wrap{float:left;width:100%}.rc-calendar-time-picker-wrap .rc-time-picker{width:100%}.rc-calendar-time-picker-wrap .rc-time-picker-input{border:1px solid transparent;height:22px;outline:0;padding:0}.rc-calendar-time-picker-wrap .rc-time-picker-icon{display:none}.rc-calendar-input{border:1px solid transparent;color:#666;cursor:text;height:22px;line-height:1.5;outline:0;width:100%}.rc-calendar-input-invalid{border-color:red}.rc-calendar-clear-btn{cursor:pointer;height:20px;line-height:20px;margin:0;overflow:hidden;position:absolute;right:6px;text-align:center;top:6px;width:20px;z-index:9999}.rc-calendar-clear-btn:after{color:#aaa;content:"x";display:inline-block;font-size:12px;line-height:1;transition:color .3s ease;width:20px}.rc-calendar-clear-btn:hover:after{color:#666}.rc-calendar-picker{left:-9999px;position:absolute;top:-9999px;z-index:1000}.rc-calendar-picker-hidden{display:none}.rc-calendar-picker-slide-up-appear,.rc-calendar-picker-slide-up-enter{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(.08,.82,.17,1);animation-timing-function:cubic-bezier(.08,.82,.17,1);display:block!important;opacity:0;-webkit-transform-origin:0 0;transform-origin:0 0}.rc-calendar-picker-slide-up-leave{-webkit-animation-duration:.3s;animation-duration:.3s;-webkit-animation-fill-mode:both;animation-fill-mode:both;-webkit-animation-play-state:paused;animation-play-state:paused;-webkit-animation-timing-function:cubic-bezier(.6,.04,.98,.34);animation-timing-function:cubic-bezier(.6,.04,.98,.34);display:block!important;opacity:1;-webkit-transform-origin:0 0;transform-origin:0 0}.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomLeft,.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-bottomRight,.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomLeft,.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-bottomRight{-webkit-animation-name:rcDropdownSlideUpIn;animation-name:rcDropdownSlideUpIn;-webkit-animation-play-state:running;animation-play-state:running}.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topLeft,.rc-calendar-picker-slide-up-appear.rc-calendar-picker-slide-up-appear-active.rc-calendar-picker-placement-topRight,.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topLeft,.rc-calendar-picker-slide-up-enter.rc-calendar-picker-slide-up-enter-active.rc-calendar-picker-placement-topRight{-webkit-animation-name:rcDropdownSlideDownIn;animation-name:rcDropdownSlideDownIn;-webkit-animation-play-state:running;animation-play-state:running}.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomLeft,.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-bottomRight{-webkit-animation-name:rcDropdownSlideUpOut;animation-name:rcDropdownSlideUpOut;-webkit-animation-play-state:running;animation-play-state:running}.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topLeft,.rc-calendar-picker-slide-up-leave.rc-calendar-picker-slide-up-leave-active.rc-calendar-picker-placement-topRight{-webkit-animation-name:rcDropdownSlideDownOut;animation-name:rcDropdownSlideDownOut;-webkit-animation-play-state:running;animation-play-state:running}@-webkit-keyframes rcDropdownSlideUpIn{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0}}@keyframes rcDropdownSlideUpIn{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0}}@-webkit-keyframes rcDropdownSlideUpOut{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0}}@keyframes rcDropdownSlideUpOut{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:0 0;transform-origin:0 0}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:0 0;transform-origin:0 0}}@-webkit-keyframes rcDropdownSlideDownIn{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}}@keyframes rcDropdownSlideDownIn{0%{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}to{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}}@-webkit-keyframes rcDropdownSlideDownOut{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}}@keyframes rcDropdownSlideDownOut{0%{opacity:1;-webkit-transform:scaleY(1);transform:scaleY(1);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}to{opacity:0;-webkit-transform:scaleY(0);transform:scaleY(0);-webkit-transform-origin:100% 100%;transform-origin:100% 100%}}.rc-calendar{background-clip:padding-box;background-color:#fff;border:1px solid #ccc;border-radius:3px;box-shadow:0 1px 5px #ccc;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,"Microsoft Sans Serif",WenQuanYi Micro Hei,sans-serif;font-size:12px;line-height:1.5;list-style:none;text-align:left;width:253px}.rc-calendar,.rc-calendar-date-panel,.rc-calendar-panel{outline:none;position:relative}.rc-calendar-week-number{width:286px}.rc-calendar-week-number-cell{text-align:center}.rc-calendar-header{border-bottom:1px solid #ccc;height:34px;line-height:30px;padding:0 10px;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-header>a{display:inline-block;font-weight:700;line-height:34px;padding:0 5px;text-align:center;width:30px}.rc-calendar-header>a:hover{color:#23c0fa;cursor:pointer}.rc-calendar-header .rc-calendar-prev-month-btn{left:25px;position:absolute}.rc-calendar-header .rc-calendar-prev-month-btn:after{content:"\2039"}.rc-calendar-header .rc-calendar-next-month-btn{position:absolute;right:25px}.rc-calendar-header .rc-calendar-next-month-btn:after{content:"\203A"}.rc-calendar-day-select,.rc-calendar-month-select,.rc-calendar-year-select{color:#666;display:inline-block;font-size:12px;font-weight:700;line-height:34px;padding:0 8px}.rc-calendar-day-select:hover,.rc-calendar-month-select:hover,.rc-calendar-year-select:hover{color:#23c0fa;cursor:pointer}.rc-calendar-day-select.rc-calendar-time-status:hover,.rc-calendar-month-select.rc-calendar-time-status:hover,.rc-calendar-year-select.rc-calendar-time-status:hover{color:#666;cursor:pointer}.rc-calendar-next-month-btn,.rc-calendar-next-year-btn,.rc-calendar-prev-month-btn,.rc-calendar-prev-year-btn{color:#999;cursor:pointer;display:inline-block;font-family:Arial,Hiragino Sans GB,Microsoft Yahei,"Microsoft Sans Serif",sans-serif;font-size:16px;line-height:34px;padding:0 5px;position:absolute;top:0}.rc-calendar-next-month-btn:hover,.rc-calendar-next-year-btn:hover,.rc-calendar-prev-month-btn:hover,.rc-calendar-prev-year-btn:hover{color:#23c0fa}.rc-calendar-next-year-btn{right:0}.rc-calendar-next-year-btn:after{content:"\BB"}.rc-calendar-prev-year-btn{left:0}.rc-calendar-prev-year-btn:after{content:"\AB"}.rc-calendar-body{height:217px;padding:9px 10px 10px}.rc-calendar table{background-color:transparent;border-collapse:collapse;max-width:100%;width:100%}.rc-calendar table,.rc-calendar td,.rc-calendar th{border:none}.rc-calendar-table{border-spacing:0;margin-bottom:0}.rc-calendar-column-header{line-height:18px;padding:6px 0;text-align:center;width:33px}.rc-calendar-column-header .rc-calendar-column-header-inner{display:block;font-weight:400}.rc-calendar-week-number-header .rc-calendar-column-header-inner{display:none}.rc-calendar-cell{padding:1px 0}.rc-calendar-date{background:transparent;border-radius:4px 4px;color:#666;display:block;height:26px;line-height:26px;margin:0 auto;padding:0;text-align:center;width:26px}.rc-calendar-date:hover{background:#ebfaff;cursor:pointer}.rc-calendar-selected-day .rc-calendar-date{background:#d9f4fe}.rc-calendar-selected-date .rc-calendar-date{background:#3fc7fa;color:#fff}.rc-calendar-selected-date .rc-calendar-date:hover{background:#3fc7fa}.rc-calendar-today .rc-calendar-date{border:1px solid #3fc7fa}.rc-calendar-disabled-cell .rc-calendar-date{background:#f3f3f3;border-radius:0;color:#bcbcbc;cursor:not-allowed;width:auto}.rc-calendar-disabled-cell .rc-calendar-date:hover{background:#f3f3f3}.rc-calendar-disabled-cell-first-of-row .rc-calendar-date{border-bottom-left-radius:4px;border-top-left-radius:4px}.rc-calendar-disabled-cell-last-of-row .rc-calendar-date{border-bottom-right-radius:4px;border-top-right-radius:4px}.rc-calendar-last-month-cell .rc-calendar-date,.rc-calendar-next-month-btn-day .rc-calendar-date{color:#bbb}.rc-calendar-footer{border-top:1px solid #ccc;padding:10px 0;position:relative;text-align:center}.rc-calendar-footer .rc-time-picker{width:90px}.rc-calendar-footer .rc-time-picker-input{height:24px}.rc-calendar-footer-show-ok{text-align:right}.rc-calendar-footer-show-ok .rc-calendar-footer-btn{padding-right:12px}.rc-calendar-footer-show-ok .rc-calendar-time-picker-btn{margin-left:0;padding:0 12px}.rc-calendar-footer-show-ok .rc-calendar-today-btn{float:left;padding-left:12px}.rc-calendar-footer-btn{margin-top:2px}.rc-calendar-footer-btn:after{clear:both;content:"x";font-size:0;height:0;overflow:hidden}.rc-calendar-time-picker-btn{margin-left:10px}.rc-calendar-ok-btn,.rc-calendar-time-picker-btn,.rc-calendar-today-btn{color:#f46830;display:inline-block;text-align:center}.rc-calendar-ok-btn:hover,.rc-calendar-time-picker-btn:hover,.rc-calendar-today-btn:hover{color:#23c0fa;cursor:pointer}.rc-calendar-ok-btn-disabled,.rc-calendar-ok-btn-disabled:hover,.rc-calendar-time-picker-btn-disabled,.rc-calendar-time-picker-btn-disabled:hover,.rc-calendar-today-btn-disabled,.rc-calendar-today-btn-disabled:hover{color:#bbb}.rc-calendar-today-btn{padding-left:10px}.rc-calendar-time-input{background-color:#fff;border:1px solid #d9d9d9;border-radius:6px 6px;color:#666;display:inline-block;height:25px;line-height:1.5;margin:0;padding:4px 10px;position:relative;-webkit-transform:border .3s cubic-bezier(.35,0,.25,1),background .3s cubic-bezier(.35,0,.25,1),box-shadow .3s cubic-bezier(.35,0,.25,1);transform:border .3s cubic-bezier(.35,0,.25,1),background .3s cubic-bezier(.35,0,.25,1),box-shadow .3s cubic-bezier(.35,0,.25,1);width:40px}.rc-calendar-time-input:hover{border-color:#23c0fa}.rc-calendar-time-input:focus{border-color:#23c0fa;box-shadow:0 0 3px #23c0fa}.rc-calendar-time-panel{background:#fff;bottom:0;left:0;outline:none;position:absolute;right:0;top:0;z-index:10}.rc-calendar-time-panel-header{border-bottom:1px solid #ccc;height:34px;line-height:34px;padding:0 10px;position:relative;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-time-panel-body{padding:9px 10px 10px}.rc-calendar-time-panel-title{border-radius:4px;display:inline-block;font-weight:700;height:30px;line-height:22px;padding:4px 5px;text-align:center;width:180px}.rc-calendar-time-panel-table{border-collapse:separate;height:255px;table-layout:fixed;width:100%}.rc-calendar-time-panel-cell{height:42px;text-align:center;vertical-align:middle}.rc-calendar-time-panel-time{border-radius:4px;display:block;line-height:26px;margin:0 auto;width:26px}.rc-calendar-time-panel-time:hover{background:#ebfaff;cursor:pointer}.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time,.rc-calendar-time-panel-selected-cell .rc-calendar-time-panel-time:hover{background:#3fc7fa;color:#fff}.rc-calendar-month-panel{background:#fff;bottom:0;left:0;outline:none;position:absolute;right:0;top:0;z-index:10}.rc-calendar-month-panel>div{display:flex;flex-direction:column;height:100%}.rc-calendar-month-panel-hidden{display:none}.rc-calendar-month-panel-header{border-bottom:1px solid #ccc;height:34px;line-height:30px;padding:0 10px;position:relative;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-month-panel-header>a{display:inline-block;font-weight:700;padding:4px 5px;text-align:center;width:30px}.rc-calendar-month-panel-header>a:hover{color:#23c0fa;cursor:pointer}.rc-calendar-month-panel-next-year-btn,.rc-calendar-month-panel-prev-year-btn{position:absolute;top:0}.rc-calendar-month-panel-next-year-btn:after{content:"\BB"}.rc-calendar-month-panel-prev-year-btn{left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-month-panel-prev-year-btn:after{content:"\AB"}.rc-calendar-month-panel .rc-calendar-month-panel-year-select{width:180px}.rc-calendar-month-panel-year-select-arrow{display:none}.rc-calendar-month-panel-next-year-btn{right:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-month-panel-body{flex:1 1;padding:9px 10px 10px}.rc-calendar-month-panel-footer{border-top:1px solid #ccc;line-height:38px}.rc-calendar-month-panel-table{border-collapse:separate;height:100%;table-layout:fixed;width:100%}.rc-calendar-month-panel-cell{text-align:center}.rc-calendar-month-panel-cell .rc-calendar-month-panel-month{background:transparent;border-radius:4px 4px;color:#666;display:block;height:36px;line-height:36px;margin:0 auto;padding:0;text-align:center;width:46px}.rc-calendar-month-panel-cell .rc-calendar-month-panel-month:hover{background:#ebfaff;cursor:pointer}.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month{color:#bfbfbf}.rc-calendar-month-panel-cell-disabled .rc-calendar-month-panel-month:hover{background:#fff;cursor:not-allowed}.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month,.rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month:hover{background:#3fc7fa;color:#fff}.rc-calendar-month-header-wrap{height:308px;position:relative}.rc-calendar-year-panel{background:#fff;bottom:0;left:0;outline:none;position:absolute;right:0;top:0;z-index:10}.rc-calendar-year-panel>div{display:flex;flex-direction:column;height:100%}.rc-calendar-year-panel-hidden{display:none}.rc-calendar-year-panel-header{border-bottom:1px solid #ccc;height:34px;line-height:30px;padding:0 10px;position:relative;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-year-panel-header>a{display:inline-block;font-weight:700;padding:4px 5px;text-align:center;width:30px}.rc-calendar-year-panel-header>a:hover{color:#23c0fa;cursor:pointer}.rc-calendar-year-panel-next-decade-btn,.rc-calendar-year-panel-prev-decade-btn{position:absolute;top:0}.rc-calendar-year-panel-next-decade-btn:after{content:"\BB"}.rc-calendar-year-panel-prev-decade-btn{left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-year-panel-prev-decade-btn:after{content:"\AB"}.rc-calendar-year-panel .rc-calendar-year-panel-decade-select{width:180px}.rc-calendar-year-panel-decade-select-arrow{display:none}.rc-calendar-year-panel-next-decade-btn{right:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-year-panel-body{flex:1 1;padding:9px 10px 10px}.rc-calendar-year-panel-footer{border-top:1px solid #ccc;line-height:38px}.rc-calendar-year-panel-table{border-collapse:separate;height:100%;table-layout:fixed;width:100%}.rc-calendar-year-panel-cell{text-align:center}.rc-calendar-year-panel-year{background:transparent;border-radius:4px 4px;color:#666;display:block;height:36px;line-height:36px;margin:0 auto;padding:0;text-align:center;width:46px}.rc-calendar-year-panel-year:hover{background:#ebfaff;cursor:pointer}.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year,.rc-calendar-year-panel-selected-cell .rc-calendar-year-panel-year:hover{background:#3fc7fa;color:#fff}.rc-calendar-year-panel-last-decade-cell .rc-calendar-year-panel-year,.rc-calendar-year-panel-next-decade-cell .rc-calendar-year-panel-year{color:rgba(0,0,0,.25);-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-decade-panel{background:#fff;bottom:0;display:flex;flex-direction:column;left:0;outline:none;position:absolute;right:0;top:0;z-index:10}.rc-calendar-decade-panel-hidden{display:none}.rc-calendar-decade-panel-header{border-bottom:1px solid #ccc;height:34px;line-height:34px;padding:0 10px;position:relative;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-decade-panel-header>a{display:inline-block;font-weight:700;padding:1px 5px;text-align:center;width:30px}.rc-calendar-decade-panel-header>a:hover{color:#23c0fa;cursor:pointer}.rc-calendar-decade-panel-next-century-btn,.rc-calendar-decade-panel-prev-century-btn{position:absolute;top:0}.rc-calendar-decade-panel-next-century-btn:after{content:"\BB"}.rc-calendar-decade-panel-prev-century-btn{left:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-decade-panel-prev-century-btn:after{content:"\AB"}.rc-calendar-decade-panel-next-century-btn{right:0;-webkit-user-select:none;-ms-user-select:none;user-select:none}.rc-calendar-decade-panel-body{flex:1 1;padding:9px 10px 10px}.rc-calendar-decade-panel-footer{border-top:1px solid #ccc;line-height:38px}.rc-calendar-decade-panel-table{border-collapse:separate;height:100%;table-layout:fixed;width:100%}.rc-calendar-decade-panel-cell{text-align:center}.rc-calendar-decade-panel-decade{background:transparent;border-radius:4px 4px;color:#666;display:block;height:36px;line-height:36px;margin:0 auto;padding:0;text-align:center}.rc-calendar-decade-panel-decade:hover{background:#ebfaff;cursor:pointer}.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade,.rc-calendar-decade-panel-selected-cell .rc-calendar-decade-panel-decade:hover{background:#3fc7fa;color:#fff}.rc-calendar-decade-panel-last-century-cell .rc-calendar-decade-panel-decade,.rc-calendar-decade-panel-next-century-cell .rc-calendar-decade-panel-decade{color:rgba(0,0,0,.25);-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-range{overflow:hidden;width:502px}.rc-calendar-range-part{position:relative;width:250px}.rc-calendar-range-part .rc-calendar-time-picker{top:69px}.rc-calendar-range-part .rc-calendar-time-picker-panel-select{width:77px}.rc-calendar-range-left{float:left}.rc-calendar-range-left .rc-calendar-time-picker-panel-select:last-child{border-right:1px solid #e9e9e9}.rc-calendar-range-right{float:right}.rc-calendar-range-right .rc-calendar-time-picker-panel{left:21px}.rc-calendar-range-right .rc-calendar-time-picker-panel-select:first-child{border-left:1px solid #e9e9e9}.rc-calendar-range-middle{height:35px;line-height:35px;margin-left:-10px;position:absolute;text-align:center}.rc-calendar-range .rc-calendar-date-panel:after{clear:both;content:".";display:block;height:0;visibility:hidden}.rc-calendar-range .rc-calendar-input-wrap{height:35px}.rc-calendar-range .rc-calendar-input,.rc-calendar-range .rc-time-picker-input{height:22px;padding:1px 7px}.rc-calendar-range .rc-calendar-body,.rc-calendar-range .rc-calendar-decade-panel-body,.rc-calendar-range .rc-calendar-month-panel-body,.rc-calendar-range .rc-calendar-year-panel-body{border-bottom:1px solid #e9e9e9}.rc-calendar-range.rc-calendar-week-number{width:574px}.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part{width:286px}.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker{top:69px}.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-part .rc-calendar-time-picker-panel-select{width:89px}.rc-calendar-range.rc-calendar-week-number .rc-calendar-range-right .rc-calendar-time-picker-panel{left:36px}.rc-calendar-range .rc-calendar-decade-panel,.rc-calendar-range .rc-calendar-month-panel,.rc-calendar-range .rc-calendar-year-panel{top:35px}.rc-calendar-range .rc-calendar-month-panel .rc-calendar-year-panel{top:0}.rc-calendar-range .rc-calendar-decade-panel-table,.rc-calendar-range .rc-calendar-month-panel-table,.rc-calendar-range .rc-calendar-year-panel-table{height:198px}.rc-calendar-range .rc-calendar-in-range-cell{background:#ebf4f8;border-radius:0}.rc-calendar-range-bottom{text-align:right}.rc-calendar-range .rc-calendar-footer{border-top:none;padding:0}.rc-calendar-range .rc-calendar-footer-btn{padding:10px 12px 10px 0}.rc-calendar-range .rc-calendar-ok-btn{position:static}.rc-calendar-range .rc-calendar-today-btn{float:left}.rc-calendar-full{width:275px}.rc-calendar-full-header{border-bottom:1px solid #ccc;overflow:hidden;padding:5px 10px;text-align:center;-ms-user-select:none;user-select:none;-webkit-user-select:none}.rc-calendar-full-header-month-select,.rc-calendar-full-header-year-select{float:right;margin-right:5px;width:70px}.rc-calendar-full-header-switcher{display:inline-block;float:right}.rc-calendar-full-header-switcher-normal:hover{border-color:#23c0fa;box-shadow:0 0 2px rgba(45,183,245,.8);cursor:pointer}.rc-calendar-full-header-switcher-focus{background-color:#3fc7fa;border-color:#3fc7fa;color:#fff}.rc-calendar-full-header-switcher>span{border:1px solid #d9d9d9;color:#666;float:left;height:28px;line-height:24px;padding:0 10px}.rc-calendar-full-header-switcher>span:first-child{border-bottom-left-radius:4px;border-right:none;border-top-left-radius:4px}.rc-calendar-full-header-switcher>span:last-child{border-bottom-right-radius:4px;border-left:none;border-top-right-radius:4px}.rc-calendar-fullscreen{width:auto}.rc-calendar-fullscreen .rc-calendar-full-header{border-bottom:none}.rc-calendar-fullscreen .rc-calendar-column-header{padding-right:12px;text-align:right}.rc-calendar-fullscreen .rc-calendar-cell{padding:0}.rc-calendar-fullscreen .rc-calendar-cell .rc-calendar-date,.rc-calendar-fullscreen .rc-calendar-month-panel-cell .rc-calendar-month-panel-month{border:none;border-radius:0;border-top:2px solid #eee;display:block;height:116px;margin:0 4px;padding-right:8px;text-align:right;width:auto}.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month,.rc-calendar-fullscreen .rc-calendar-selected-day .rc-calendar-date{background-color:#ebfaff;color:#666}.rc-calendar-fullscreen .rc-calendar-month-panel-selected-cell .rc-calendar-month-panel-month,.rc-calendar-fullscreen .rc-calendar-today .rc-calendar-date{border-top-color:#3fc7fa;color:#3fc7fa}.StyledIcon_h1__2vcJh,.StyledIcon_h2__1Ezp3,.StyledIcon_h3__1kLCF,.StyledIcon_h4__1Xj2P,.StyledIcon_h5__3P0J5,.StyledIcon_h6__24bJT{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StyledIcon_h1__2vcJh{font-size:40px;line-height:48px}.StyledIcon_h2__1Ezp3{font-size:32px;line-height:40px}.StyledIcon_h3__1kLCF{font-size:28px;line-height:36px}.StyledIcon_h4__1Xj2P{font-size:24px;line-height:28px}.StyledIcon_h5__3P0J5{font-size:20px;line-height:28px}.StyledIcon_h6__24bJT{font-size:16px;line-height:20px}.StyledIcon_icon__2BDWe{align-items:center;background-position:50%;border-radius:50%;display:flex;justify-content:center;overflow:hidden;pointer-events:none}.StyledIcon_mouseHover__1Gp--{cursor:pointer;pointer-events:auto}.StyledIcon_noCircularContainer__2Faa9{border-radius:0}.AuthenticationError_h1__MYXz8,.AuthenticationError_h2__EQpdi,.AuthenticationError_h3__2pGGX,.AuthenticationError_h4__neNSl,.AuthenticationError_h5__3CCGm,.AuthenticationError_h6__2iFke{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.AuthenticationError_h1__MYXz8{font-size:40px;line-height:48px}.AuthenticationError_h2__EQpdi{font-size:32px;line-height:40px}.AuthenticationError_h3__2pGGX{font-size:28px;line-height:36px}.AuthenticationError_h4__neNSl{font-size:24px;line-height:28px}.AuthenticationError_h5__3CCGm{font-size:20px;line-height:28px}.AuthenticationError_h6__2iFke{font-size:16px;line-height:20px}.AuthenticationError_app__253JA{display:flex;flex-direction:column;height:100%}.AuthenticationError_newTabLink__24bzZ{font-weight:400}.AuthenticationError_container__129kH{display:flex;flex-direction:column;height:100vh;overflow:hidden}.AuthenticationError_containerBody__10-d6{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px;text-align:center}.AuthenticationError_logoutHeading__1IieY,.AuthenticationError_logoutSubheading__8ey9b{color:#202020;font-weight:500}.AuthenticationError_button__1W8MR,.AuthenticationError_button__1W8MR a{border-radius:2px;box-sizing:border-box;color:#0064d2;cursor:pointer;font-size:16px;font-weight:500;line-height:1.4em;min-height:36px;min-width:88px;outline:none;overflow:hidden;position:relative;text-transform:uppercase;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms}.AuthenticationError_button__1W8MR:hover{background:rgba(0,0,0,.09)}.AuthenticationError_button__1W8MR.AuthenticationError_default__3Tpyl{background-color:buttonface;border:none;padding:10px 16px;text-transform:uppercase}.SimpleAppBar_h1__1qvoJ,.SimpleAppBar_h2__1i--3,.SimpleAppBar_h3__2bm0d,.SimpleAppBar_h4__3LEU6,.SimpleAppBar_h5__1L4t6,.SimpleAppBar_h6__2Fk4b{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.SimpleAppBar_h1__1qvoJ{font-size:40px;line-height:48px}.SimpleAppBar_h2__1i--3{font-size:32px;line-height:40px}.SimpleAppBar_h3__2bm0d{font-size:28px;line-height:36px}.SimpleAppBar_h4__3LEU6{font-size:24px;line-height:28px}.SimpleAppBar_h5__1L4t6{font-size:20px;line-height:28px}.SimpleAppBar_h6__2Fk4b{font-size:16px;line-height:20px}.SimpleAppBar_containerHeader__iXc8u{background:#008381;background:var(--main-communicare-primary,#008381);flex:0 0 64px;overflow:hidden;position:relative;z-index:3}.SimpleAppBar_appBar__2b6TO{flex-direction:row;height:64px;position:absolute;width:100%}.SimpleAppBar_appBarLogo__3DCKl,.SimpleAppBar_appBar__2b6TO{display:flex;-webkit-user-select:none;-ms-user-select:none;user-select:none}.SimpleAppBar_appBarLogo__3DCKl{align-items:center;flex:0 0 257px;margin-left:24px;width:257px}.SimpleAppBar_appBarLogo__3DCKl svg{display:block;width:85%}.SimpleAppBar_appBarLogo__3DCKl img{flex:0 0 auto;-webkit-user-select:none;-ms-user-select:none;user-select:none}.CookiesDisabledWarning_container__2UxmK{display:flex;flex-direction:column;height:100%;width:100%}.CookiesDisabledWarning_warningContainer__2gkPA{align-items:center;display:flex;flex:1 1;flex-direction:row;justify-content:center}.CookiesDisabledWarning_cookieIconColumn__ZPW6f{height:400px;max-width:146px;min-width:146px;width:146px}.CookiesDisabledWarning_contents__1CQHr{height:400px;max-width:436px;min-width:436px;width:436px}.CookiesDisabledWarning_header__2P4Ot{font-size:22px;height:24px;line-height:1.09;width:436px}.CookiesDisabledWarning_blurb__2mm00,.CookiesDisabledWarning_header__2P4Ot{color:#414141;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;margin-bottom:20px}.CookiesDisabledWarning_blurb__2mm00{font-size:16px;height:44px;line-height:1.38;width:438px}.CookiesDisabledWarning_hint__3QXBW{color:#414141;font-size:14px;font-stretch:normal;font-style:normal;font-weight:600;height:22px;letter-spacing:normal;line-height:1.57;margin-bottom:20px;width:318px}.CookiesDisabledWarning_tabRoot__2zrsM{max-width:60px;min-width:60px;width:60px}.CookiesDisabledWarning_information__wMpRf{color:#414141;font-size:14px;font-stretch:normal;font-style:normal;font-weight:400;height:162px;letter-spacing:normal;line-height:normal;margin-top:12px;width:405px}.CookiesDisabledWarning_information__wMpRf .CookiesDisabledWarning_bold__2ZtKN{font-weight:700}.LoggedOut_h1__1u7hp,.LoggedOut_h2__jgD7T,.LoggedOut_h3__3uW22,.LoggedOut_h4__2Wfdq,.LoggedOut_h5__1xHG9,.LoggedOut_h6__26rpb{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.LoggedOut_h1__1u7hp{font-size:40px;line-height:48px}.LoggedOut_h2__jgD7T{font-size:32px;line-height:40px}.LoggedOut_h3__3uW22{font-size:28px;line-height:36px}.LoggedOut_h4__2Wfdq{font-size:24px;line-height:28px}.LoggedOut_h5__1xHG9{font-size:20px;line-height:28px}.LoggedOut_h6__26rpb{font-size:16px;line-height:20px}.LoggedOut_app__RrARW{display:flex;flex-direction:column;height:100%}.LoggedOut_container__1ZxTS{display:flex;flex-direction:column;height:100vh;overflow:hidden}.LoggedOut_containerBody__146aH{align-items:center;display:flex;flex-direction:column;height:100%;justify-content:center;padding:24px;text-align:center}.LoggedOut_logoutHeading__1hgNp,.LoggedOut_logoutSubheading__JxTpE{color:#202020;font-weight:500}.LoggedOut_button__2YWrk,.LoggedOut_button__2YWrk a{border-radius:2px;box-sizing:border-box;color:#0064d2;cursor:pointer;font-size:16px;font-weight:500;line-height:1.4em;min-height:36px;min-width:88px;outline:none;overflow:hidden;position:relative;text-transform:uppercase;transition:background-color .25s cubic-bezier(.4,0,.2,1) 0ms,box-shadow .25s cubic-bezier(.4,0,.2,1) 0ms}.LoggedOut_button__2YWrk:hover{background:rgba(0,0,0,.09)}.LoggedOut_button__2YWrk.LoggedOut_default__1qsQx{background-color:buttonface;border:none;padding:10px 16px;text-transform:uppercase}.CookieChecker_hiddenIFrame__uTrLt{display:none}.GlobalSnackbar_h1__h9xds,.GlobalSnackbar_h2__jlYLt,.GlobalSnackbar_h3__1Eqbu,.GlobalSnackbar_h4__SRCAb,.GlobalSnackbar_h5__26VBj,.GlobalSnackbar_h6__1VPZE{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.GlobalSnackbar_h1__h9xds{font-size:40px;line-height:48px}.GlobalSnackbar_h2__jlYLt{font-size:32px;line-height:40px}.GlobalSnackbar_h3__1Eqbu{font-size:28px;line-height:36px}.GlobalSnackbar_h4__SRCAb{font-size:24px;line-height:28px}.GlobalSnackbar_h5__26VBj{font-size:20px;line-height:28px}.GlobalSnackbar_h6__1VPZE{font-size:16px;line-height:20px}.GlobalSnackbar_errorSnackbar__3SX_C{background-color:#d0021b}@font-face{font-family:Material Icons;font-style:normal;font-weight:400;src:url(/static/media/MaterialIcons-Regular.4674f8ded773cb03e824.eot);src:local("Material Icons"),local("MaterialIcons-Regular"),url(/static/media/MaterialIcons-Regular.cff684e59ffb052d72cb.woff2) format("woff2"),url(/static/media/MaterialIcons-Regular.83bebaf37c09c7e1c3ee.woff) format("woff"),url(/static/media/MaterialIcons-Regular.5e7382c63da0098d634a.ttf) format("truetype")}:root{--main-communicare-primary:#006ad2}.material-icons{word-wrap:normal;-webkit-font-smoothing:antialiased;text-rendering:optimizeLegibility;-moz-osx-font-smoothing:grayscale;-webkit-font-feature-settings:"liga";font-feature-settings:"liga";direction:ltr;display:inline-block;font-family:Material Icons;font-size:24px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;text-transform:none;white-space:nowrap}@-webkit-keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}@keyframes spin{0%{-webkit-transform:rotate(0deg);transform:rotate(0deg)}to{-webkit-transform:rotate(1turn);transform:rotate(1turn)}}body,html{font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;height:100vh;margin:0;min-height:100vh;overflow:hidden}a{color:#0064d2;text-decoration:none}a,strong{font-weight:600}*{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-ms-font-feature-settings:"pnum" 0,"kern" 1,"liga" 1;-o-font-feature-settings:"pnum" 0,"kern" 1,"liga" 1;-webkit-font-feature-settings:"pnum" 0,"kern" 1,"liga" 1;font-feature-settings:"pnum" 0,"kern" 1,"liga" 1,"kern";box-sizing:border-box;font-kerning:normal}.UserAvatar--dark,.UserAvatar--light{color:#fff}::-ms-clear{display:none}.LayoutCentral_layoutContainer__15kLu{align-items:center;display:flex;flex:1 1;height:100%;justify-content:center;width:100%}.Placeholder_h1__LT8FI,.Placeholder_h2__TZREr,.Placeholder_h3__29DQA,.Placeholder_h4__5P6kI,.Placeholder_h5__311Tt,.Placeholder_h6__kbPvm{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.Placeholder_h1__LT8FI{font-size:40px;line-height:48px}.Placeholder_h2__TZREr{font-size:32px;line-height:40px}.Placeholder_h3__29DQA{font-size:28px;line-height:36px}.Placeholder_h4__5P6kI{font-size:24px;line-height:28px}.Placeholder_h5__311Tt{font-size:20px;line-height:28px}.Placeholder_h6__kbPvm{font-size:16px;line-height:20px}.Placeholder_placeholder__1326j{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.Placeholder_placeholder__1326j.Placeholder_left__2IoQz{flex-direction:row}.Placeholder_placeholder__1326j .Placeholder_content__1OoRk{align-items:center;display:flex;flex-direction:column;justify-content:flex-end}.Placeholder_placeholder__1326j .Placeholder_content__1OoRk.Placeholder_left__2IoQz{align-items:flex-start}.Placeholder_placeholder__1326j .Placeholder_text__1w0fE{color:#707070;font-size:16px;line-height:1.6;margin-bottom:12px;min-height:24px;text-align:center}.Placeholder_placeholder__1326j .Placeholder_action__1DLN0{color:#008381;color:var(--main-communicare-primary,#008381);cursor:pointer;font-size:15px;font-weight:600;height:36px;line-height:2.57;text-align:center;width:100%}.NavMenu_linkActive__2FYlQ,.NavMenu_link__1nAsr:hover:not(.NavMenu_linkDisabled__2Ey9C){-webkit-animation-duration:.45s;animation-duration:.45s;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.NavMenu_h1__SVGVY,.NavMenu_h2__6l6AA,.NavMenu_h3__1aNeN,.NavMenu_h4__3RVfy,.NavMenu_h5__1P4sb,.NavMenu_h6__HmvkW{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.NavMenu_h1__SVGVY{font-size:40px;line-height:48px}.NavMenu_h2__6l6AA{font-size:32px;line-height:40px}.NavMenu_h3__1aNeN{font-size:28px;line-height:36px}.NavMenu_h4__3RVfy{font-size:24px;line-height:28px}.NavMenu_h5__1P4sb{font-size:20px;line-height:28px}.NavMenu_h6__HmvkW{font-size:16px;line-height:20px}.NavMenu_links__-hE4r{display:flex;flex:1 1;flex-direction:column}.NavMenu_links__-hE4r.NavMenu_collapsed__vcH7R .NavMenu_link__1nAsr .NavMenu_text__Aj4xM{display:none;position:absolute;visibility:hidden}.NavMenu_link__1nAsr{align-items:center;color:#707070;cursor:pointer;display:flex;flex-direction:row;height:56px;justify-content:space-between;padding-left:16px;padding-right:16px}.NavMenu_link__1nAsr .NavMenu_icon__pag6o{border-radius:0;color:#707070;-webkit-transform:translateX(0);transform:translateX(0);transition:-webkit-transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1),-webkit-transform .45s cubic-bezier(.23,1,.32,1)}.NavMenu_linkActive__2FYlQ{background-color:#fff;color:#008381;color:var(--main-communicare-primary,#008381)}.NavMenu_linkActive__2FYlQ .NavMenu_text__Aj4xM{font-weight:600}.NavMenu_linkActive__2FYlQ .NavMenu_icon__pag6o,.NavMenu_linkActive__2FYlQ .NavMenu_text__Aj4xM{color:#008381;color:var(--main-communicare-primary,#008381)}.NavMenu_linkActive__2FYlQ .NavMenu_icon__pag6o svg path{fill:#008381;fill:var(--main-communicare-primary,#008381)}.NavMenu_link__1nAsr:hover:not(.NavMenu_linkDisabled__2Ey9C){background-color:#fff;color:#008381;color:var(--main-communicare-primary,#008381)}.NavMenu_linkDisabled__2Ey9C{color:#707070;cursor:default}.NavMenu_linkDisabled__2Ey9C:hover{cursor:not-allowed}.NavMenu_linkDisabled__2Ey9C .NavMenu_icon__pag6o{color:#707070}.NavMenu_linkDisabled__2Ey9C .NavMenu_icon__pag6o svg path{fill:#707070}.NavMenu_text__Aj4xM{color:#202020;display:block;flex:1 1;font-size:15px;font-weight:600;height:24px;line-height:1.6;margin-left:16px;overflow:hidden;text-overflow:ellipsis;-webkit-transform:translateX(0);transform:translateX(0);white-space:nowrap}.NavMenu_text__Aj4xM.NavMenu_navCollapses__1AZfl{-webkit-animation:NavMenu_fadeIn__2buuE .45s cubic-bezier(0,0,.2,1);animation:NavMenu_fadeIn__2buuE .45s cubic-bezier(0,0,.2,1)}.NavMenu_text__Aj4xM.NavMenu_textDisabled__2yX0e{color:#707070}.LoadingError_h1__3GDse,.LoadingError_h2__39Ylf,.LoadingError_h3__3SPiN,.LoadingError_h4__nu3C1,.LoadingError_h5__1vMUf,.LoadingError_h6__2j3Sn{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.LoadingError_h1__3GDse{font-size:40px;line-height:48px}.LoadingError_h2__39Ylf{font-size:32px;line-height:40px}.LoadingError_h3__3SPiN{font-size:28px;line-height:36px}.LoadingError_h4__nu3C1{font-size:24px;line-height:28px}.LoadingError_h5__1vMUf{font-size:20px;line-height:28px}.LoadingError_h6__2j3Sn{font-size:16px;line-height:20px}.LoadingError_residentPageContainer__1dKFo{align-items:center;display:flex;flex-direction:column;position:absolute;top:33vh}.LoadingError_residentPageContainer__1dKFo .LoadingError_bodyText__37EmZ{color:#202020;font-size:32px;font-weight:600;letter-spacing:-.005em;line-height:40px;margin-top:18px;text-align:center}.LoadingError_residentPageContainer__1dKFo .LoadingError_info__1dVTj{color:#707070;font-size:16px;line-height:24px;text-align:center}.LoadingError_container__2OzmK{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.LoadingError_container__2OzmK .LoadingError_bodyText__37EmZ{color:#202020;font-size:32px;font-weight:600;letter-spacing:-.005em;line-height:40px;margin-top:18px;text-align:center}.LoadingError_container__2OzmK .LoadingError_infoNotResident__1zU49{color:#707070;font-size:16px;line-height:24px;margin-bottom:16px;margin-top:8px;text-align:center}.FullScreenModal_h1__2pnMU,.FullScreenModal_h2__h8NTr,.FullScreenModal_h3__2e0LI,.FullScreenModal_h4__3scnj,.FullScreenModal_h5__1hR_I,.FullScreenModal_h6__2i6X_{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.FullScreenModal_h1__2pnMU{font-size:40px;line-height:48px}.FullScreenModal_h2__h8NTr{font-size:32px;line-height:40px}.FullScreenModal_h3__2e0LI{font-size:28px;line-height:36px}.FullScreenModal_h4__3scnj{font-size:24px;line-height:28px}.FullScreenModal_h5__1hR_I{font-size:20px;line-height:28px}.FullScreenModal_h6__2i6X_{font-size:16px;line-height:20px}.FullScreenModal_container__1-Rzu{background-color:#f5f5f5;bottom:0;height:100vh;left:0;overflow-y:auto;position:fixed;right:0;top:0;width:100vw;z-index:1520}.FullScreenModal_container__1-Rzu.FullScreenModal_animationFull__1f8wA{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:FullScreenModal_slidein__2hi28;animation-name:FullScreenModal_slidein__2hi28;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out}.FullScreenModal_container__1-Rzu.FullScreenModal_animationOpenOnly__1jxQ8{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:FullScreenModal_slidein__2hi28;animation-name:FullScreenModal_slidein__2hi28;-webkit-animation-timing-function:ease-in;animation-timing-function:ease-in}.FullScreenModal_container__1-Rzu.FullScreenModal_animationCloseOnly__1Mv6x{-webkit-animation-duration:.5s;animation-duration:.5s;-webkit-animation-name:FullScreenModal_slidein__2hi28;animation-name:FullScreenModal_slidein__2hi28;-webkit-animation-timing-function:ease-out;animation-timing-function:ease-out}.FullScreenModal_scrollContainer__11Tnw{margin:0 -24px 16px;padding:0 24px}.FullScreenModal_buttonContainer__2JCIF{display:flex;flex-direction:row;justify-content:space-between}@-webkit-keyframes FullScreenModal_slidein__2hi28{0%{-webkit-transform:translateY(110vh);transform:translateY(110vh)}to{-webkit-transform:translateY(0);transform:translateY(0)}}@keyframes FullScreenModal_slidein__2hi28{0%{-webkit-transform:translateY(110vh);transform:translateY(110vh)}to{-webkit-transform:translateY(0);transform:translateY(0)}}.FullScreenModal_backButton__1pQos{left:24px}.FullScreenModal_backButton__1pQos,.FullScreenModal_closeButton__3FM3b{align-items:center;background:#fff;border-radius:50%;box-shadow:0 1px 3px rgba(0,0,0,.1),0 1px 2px rgba(0,0,0,.06);cursor:pointer;display:flex;height:40px;justify-content:center;position:fixed;top:24px;width:40px;z-index:501}.FullScreenModal_closeButton__3FM3b{right:24px}.FullScreenModal_body__2N1t3{align-items:center;display:flex;flex-direction:column;margin:0 auto;padding:64px 0 32px;width:100%}.FullScreenModal_body__2N1t3 .FullScreenModal_buttonContainer__2JCIF,.FullScreenModal_body__2N1t3 .FullScreenModal_header__211aN,.FullScreenModal_body__2N1t3 .FullScreenModal_info__3on5u,.FullScreenModal_body__2N1t3 .FullScreenModal_title__20euo{min-width:616px;width:616px}.FullScreenModal_body__2N1t3 .FullScreenModal_scrollContainer__11Tnw.FullScreenModal_fullWidth__3_OzT{width:100%}.FullScreenModal_body__2N1t3 .FullScreenModal_scrollContainer__11Tnw.FullScreenModal_narrow__1983d{min-width:664px;width:664px}.FullScreenModal_title__20euo{color:#202020;font-size:40px;font-weight:600;letter-spacing:-.005em;line-height:48px;margin-bottom:12px}.FullScreenModal_info__3on5u{color:#707070;font-size:16px;line-height:24px;margin-bottom:32px}.StyledDialog_h1__1BDN9,.StyledDialog_h2__3Vt4X,.StyledDialog_h3__1H_82,.StyledDialog_h4__14Kj_,.StyledDialog_h5__XuYfa,.StyledDialog_h6__A3bmn{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StyledDialog_h1__1BDN9{font-size:40px;line-height:48px}.StyledDialog_h2__3Vt4X{font-size:32px;line-height:40px}.StyledDialog_h3__1H_82{font-size:28px;line-height:36px}.StyledDialog_h4__14Kj_{font-size:24px;line-height:28px}.StyledDialog_h5__XuYfa{font-size:20px;line-height:28px}.StyledDialog_h6__A3bmn{font-size:16px;line-height:20px}.StyledDialog_dialogPaper__wh2pz{display:flex;flex-direction:column;overflow:hidden}.StyledDialog_dialogPaper__wh2pz.StyledDialog_large__VFRsZ{height:calc(100% - 96px);max-height:1200px}.StyledDialog_dialogPaper__wh2pz.StyledDialog_extraExtraSmallWidth__1Rapn{max-width:446px;min-width:446px}.StyledDialog_extraSmallWidth__1hPnC{max-width:640px;min-width:640px}.StyledDialog_smallWidth__2GT7P{max-width:840px;min-width:840px}.StyledDialog_mediumWidth__1_L8O{max-width:980px;min-width:640px}.StyledDialog_largeWidth__22FtT{max-width:1280px;min-width:640px}.StyledDialog_dialogBody__3fkpM{display:flex;flex:1 1 100%;flex-direction:row;height:100%;max-height:100%;max-width:100%;overflow-y:hidden;position:relative;width:100%}.StyledDialog_dialogBody__3fkpM.StyledDialog_extraSmall__qjkk1{max-height:calc(100vh - 200px);min-height:400px}.StyledDialog_dialogBody__3fkpM.StyledDialog_extraSmallShort__11HL2{min-height:340px}.StyledDialog_dialogBody__3fkpM.StyledDialog_small__1ynbL{max-height:calc(100vh - 200px)}@media(min-height:738px){.StyledDialog_dialogBody__3fkpM.StyledDialog_small__1ynbL{min-height:530px}}.StyledDialog_dialogBody__3fkpM.StyledDialog_medium__3omuu{max-height:calc(100vh - 200px);min-height:530px}.StyledDialog_dialogBody__3fkpM.StyledDialog_large__VFRsZ{max-height:100%;min-height:calc(100vh - 300px)}.StyledDialog_sidebar__1l3is{background:#f5f5f5;bottom:0;display:block;left:0;max-width:315px;overflow:hidden;position:absolute;top:0;transition-delay:0ms;transition-duration:.45s;transition-property:opacity,width,max-width,min-width;transition-timing-function:cubic-bezier(.23,1,.32,1);width:315px;will-change:contents;z-index:520}.StyledDialog_sidebar__1l3is.StyledDialog_sideBarSmall__I3CTv{max-width:265px;width:265px}.StyledDialog_sidebar__1l3is.StyledDialog_sidebarClosed__17hyI{max-width:62px;min-width:62px;width:62px}.StyledDialog_mainArea__3uMq_{bottom:0;display:flex;flex-direction:column;flex-grow:1;flex-shrink:0;left:0;padding:0;position:relative;right:0;top:0;transition-duration:.45s;transition-property:max-width,margin,padding;transition-timing-function:cubic-bezier(.23,1,.32,1);width:100%}.StyledDialog_mainArea__3uMq_.StyledDialog_hasSideBar__yCOMl{padding-left:62px}@media screen and (min-width:1279px){.StyledDialog_mainArea__3uMq_.StyledDialog_sideBarOpen__1lMuw{padding-left:315px}.StyledDialog_mainArea__3uMq_.StyledDialog_sideBarSmallOpen__3gLBE{padding-left:265px}}.StyledDialog_mainArea__3uMq_.StyledDialog_sideBarLockedOpen__RfDuY.StyledDialog_sideBarOpen__1lMuw{padding-left:315px}.StyledDialog_mainArea__3uMq_.StyledDialog_sideBarLockedOpen__RfDuY.StyledDialog_sideBarSmallOpen__3gLBE{padding-left:265px}.StyledDialog_fullHeight__24Wd8{height:calc(100% - 30px);margin-bottom:0;margin-top:0;max-height:calc(100% - 30px);min-height:calc(100% - 30px)}.StyledDialog_dialogContent__yMgD3{box-shadow:inset 0 -4px 4px 0 hsla(0,0%,82%,.2);display:block;margin-left:0;max-height:calc(100% - 81px);overflow-x:hidden;padding:32px 56px;position:relative;transition-duration:.45s;transition-property:max-width,margin;transition-timing-function:cubic-bezier(.23,1,.32,1);width:100%;will-change:contents}.StyledDialog_extraExtraSmallWidth__1Rapn .StyledDialog_dialogContent__yMgD3{background-color:#fff;color:#202020;font-size:16px;margin:24px 24px 0;width:calc(100% - 48px)}.StyledDialog_dialogContent__yMgD3.StyledDialog_noPadding__1N89X{padding:0}.StyledDialog_dialogContentShade__2a-rc{background:#000;display:none;height:100%;left:0;opacity:0;position:absolute;top:0;transition:opacity .45s cubic-bezier(.23,1,.32,1);transition-delay:.1s;visibility:hidden;width:100%;z-index:0}@media screen and (max-width:1279px){.StyledDialog_dialogContentShade__2a-rc:not(.StyledDialog_sideBarLockedOpen__RfDuY).StyledDialog_shadeVisible__2kidC{display:block;opacity:.6;position:absolute;visibility:visible;z-index:510}}.StyledDialog_appBar__3G8ke{background-color:#008381;background-color:var(--main-communicare-primary,#008381);max-width:100%;min-height:64px;width:100%}.StyledDialog_appBar__3G8ke.StyledDialog_hasStepper__3ItW8{flex:1 0 160px;min-height:160px}.StyledDialog_appBar__3G8ke.StyledDialog_hasTabs__1t1fP{flex:1 0 112px;min-height:112px}.StyledDialog_button__1mKsg{margin:0 0 0 auto}.StyledDialog_button__1mKsg:not(:first-child){margin-left:8px}.StyledDialog_button__1mKsg.StyledDialog_alignLeft__3gHsZ{margin-left:0;margin-right:auto}.StyledDialog_button__1mKsg.StyledDialog_compact__3-Hoa{min-width:95px}.StyledDialog_dialogActions__phZUm{background-color:#fff;border-top:1px solid #d2d2d2;display:flex;margin:0;padding:20px}.StyledDialog_dialogActions__phZUm.StyledDialog_tighter__2Bfe5{padding:8px 16px}.StyledDialog_closeButton__1HGoy{-webkit-animation-delay:0;animation-delay:0;-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-duration:.35s;animation-duration:.35s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:StyledDialog_buttonGrow__3S-pD;animation-name:StyledDialog_buttonGrow__3S-pD;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);bottom:20px;color:#008381;color:var(--main-communicare-primary,#008381);cursor:pointer;left:24px;overflow:hidden;padding-right:8px;position:absolute;-webkit-transform:translateX(0);transform:translateX(0);transition:border .45s cubic-bezier(.23,1,.32,1),-webkit-transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1),border .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1),border .45s cubic-bezier(.23,1,.32,1),-webkit-transform .45s cubic-bezier(.23,1,.32,1)}.StyledDialog_closeButton__1HGoy>span{align-items:normal}.StyledDialog_closeButton__1HGoy:hover{box-shadow:none}.StyledDialog_closeButtonCollapsed__1aPzf{-webkit-animation:StyledDialog_buttonShrink__32Ouy .25s forwards;animation:StyledDialog_buttonShrink__32Ouy .25s forwards;border-radius:40px;left:24px;padding:0;-webkit-transform:translateX(-12px);transform:translateX(-12px);will-change:contents}.StyledDialog_closeButtonCollapsed__1aPzf .StyledDialog_sidebarToggleText__3LMJY{-webkit-animation:StyledDialog_textOut__1S7YG .25s forwards;animation:StyledDialog_textOut__1S7YG .25s forwards;color:#008381;color:var(--main-communicare-primary,#008381);transition:all .45s cubic-bezier(.23,1,.32,1)}.StyledDialog_closeButtonCollapsed__1aPzf .StyledDialog_sidebarToggleIcon__aatS-{-webkit-transform:rotate(180deg);transform:rotate(180deg)}.StyledDialog_sidebarToggleText__3LMJY{-webkit-animation-direction:forwards;animation-direction:forwards;-webkit-animation-duration:.55s;animation-duration:.55s;-webkit-animation-fill-mode:forwards;animation-fill-mode:forwards;-webkit-animation-iteration-count:1;animation-iteration-count:1;-webkit-animation-name:StyledDialog_textIn__HloTl;animation-name:StyledDialog_textIn__HloTl;-webkit-animation-timing-function:cubic-bezier(.23,1,.32,1);animation-timing-function:cubic-bezier(.23,1,.32,1);left:9px;line-height:24px;position:relative;-webkit-transform:translateX(0);transform:translateX(0)}.StyledDialog_sidebarToggleIcon__aatS-{bottom:0;left:7px;margin:auto;position:absolute;top:0;-webkit-transform:rotate(0deg);transform:rotate(0deg);-webkit-transform-origin:center center;transform-origin:center center;transition:-webkit-transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1),-webkit-transform .45s cubic-bezier(.23,1,.32,1);transition-delay:0}@-webkit-keyframes StyledDialog_textIn__HloTl{0%{opacity:0;-webkit-transform:translateX(25px);transform:translateX(25px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes StyledDialog_textIn__HloTl{0%{opacity:0;-webkit-transform:translateX(25px);transform:translateX(25px)}to{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes StyledDialog_textOut__1S7YG{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}50%{opacity:0}to{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}}@keyframes StyledDialog_textOut__1S7YG{0%{opacity:1;-webkit-transform:translateX(0);transform:translateX(0)}50%{opacity:0}to{opacity:0;-webkit-transform:translateX(-10px);transform:translateX(-10px)}}@-webkit-keyframes StyledDialog_buttonShrink__32Ouy{0%{min-width:104px;width:104px}to{min-width:38px;width:38px}}@keyframes StyledDialog_buttonShrink__32Ouy{0%{min-width:104px;width:104px}to{min-width:38px;width:38px}}@-webkit-keyframes StyledDialog_buttonGrow__3S-pD{0%{min-width:38px;width:38px}to{min-width:104px;width:104px}}@keyframes StyledDialog_buttonGrow__3S-pD{0%{min-width:38px;width:38px}to{min-width:104px;width:104px}}.StyledDialog_alertBase__3bXAD{align-items:flex-start;box-shadow:-2px -5px 9px 0 #202020;display:flex;flex-direction:row;font-weight:600;height:auto;margin-left:0;max-height:76px;max-width:100%;min-height:76px;overflow-x:hidden;padding:18px;transition-duration:.45s;transition-property:max-width,margin;transition-timing-function:cubic-bezier(.23,1,.32,1);width:100%;will-change:contents}.StyledDialog_alertBase__3bXAD,.StyledDialog_alertPrompt__2UdsI{background-color:#daebfe;background-color:var(--main-communicare-primaryPale,#daebfe)}.StyledDialog_alertPrompt__2UdsI{border-left:4px solid #008381;border-left:4px solid var(--main-communicare-primary,#008381)}.StyledDialog_alertWarn__XQ7YD{background-color:#fdedd3;border-left:4px solid #f5a623}.StyledDialog_alertError__FnCda{background-color:#fbf1f1;border-left:4px solid #d0021b}.StyledDialog_alertStock__3KlJs{background-color:#f5f5f5;border-left:4px solid #707070}.StyledDialog_alertIconContainer__2Du08{align-self:center;margin-right:17px}.StyledDialog_alertMessage__fV0z9{display:block;font-style:italic;position:relative}.StyledDialog_alertDismissButton__30nVb{height:24px;width:24px}.StyledDialog_alertDismissButton__30nVb .StyledDialog_alertDismissButtonIcon__3Fn64{font-size:22px}.StyledPrompt_h1__1Sta9,.StyledPrompt_h2__12KNf,.StyledPrompt_h3__3LO7J,.StyledPrompt_h4__1ez0Y,.StyledPrompt_h5__1dQZK,.StyledPrompt_h6__2VZlq{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StyledPrompt_h1__1Sta9{font-size:40px;line-height:48px}.StyledPrompt_h2__12KNf{font-size:32px;line-height:40px}.StyledPrompt_h3__3LO7J{font-size:28px;line-height:36px}.StyledPrompt_h4__1ez0Y{font-size:24px;line-height:28px}.StyledPrompt_h5__1dQZK{font-size:20px;line-height:28px}.StyledPrompt_h6__2VZlq{font-size:16px;line-height:20px}.StyledPrompt_allowOverflow__1jJ0a{overflow-y:visible}.StyledPrompt_smallWidth__4Rxij{max-width:640px;min-width:450px}.StyledPrompt_closeButton__2vJoz{position:absolute;right:0;top:0}.StyledPrompt_title__n33d8{font-weight:600}.StyledPrompt_dialogActions__2DglP{margin:0;padding:20px}.StyledPrompt_dialogActions__2DglP button:not(:first-child){margin-left:8px}.StyledPrompt_dialogActions__2DglP button:nth-last-child(3){margin-left:0;margin-right:auto}.MaskedTextField_h1__3yCtC,.MaskedTextField_h2__20_er,.MaskedTextField_h3__1_IgD,.MaskedTextField_h4__3wXwE,.MaskedTextField_h5__26lE6,.MaskedTextField_h6__2Bo4N{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MaskedTextField_h1__3yCtC{font-size:40px;line-height:48px}.MaskedTextField_h2__20_er{font-size:32px;line-height:40px}.MaskedTextField_h3__1_IgD{font-size:28px;line-height:36px}.MaskedTextField_h4__3wXwE{font-size:24px;line-height:28px}.MaskedTextField_h5__26lE6{font-size:20px;line-height:28px}.MaskedTextField_h6__2Bo4N{font-size:16px;line-height:20px}.MaskedTextField_requiredLabel__29qpp{color:#d0021b}.MaskedTextField_warning__eiJv8{color:#414141}.MaskedTextField_input__VHOsI{flex:1 1}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc{bottom:0;left:auto;margin:auto;position:absolute;right:0;top:0;visibility:hidden}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc .MaskedTextField_clearButton__1EUmI{background-color:transparent;margin-bottom:2px;margin-right:0;max-height:20px;min-height:20px;min-width:20px;padding:0 5px 0 0;width:20px}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc .MaskedTextField_clearButton__1EUmI:focus,.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc .MaskedTextField_clearButton__1EUmI:hover{background-color:transparent}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc .MaskedTextField_clearButton__1EUmI .MaskedTextField_iconRoot__2hZ6M{color:#d2d2d2;font-size:22px}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc .MaskedTextField_clearButton__1EUmI .MaskedTextField_iconRoot__2hZ6M:hover{color:#202020}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj .MaskedTextField_clearAdornment__3Zwyc.MaskedTextField_clearEmbeddedIcon__3mlNH{left:-31px;position:relative}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputRoot__1ITAj:before{border-bottom-color:#d2d2d2}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputFocused__1DLGX .MaskedTextField_clearAdornment__3Zwyc{background:none;visibility:visible}.MaskedTextField_formControl__1ckmM .MaskedTextField_inputFocused__1DLGX .MaskedTextField_truncated__xZC4s,.MaskedTextField_formControl__1ckmM .MaskedTextField_inputFocused__1DLGX .MaskedTextField_truncated__xZC4s.MaskedTextField_singleSelect__1095y{max-width:calc(100% - 24px)}.MaskedTextField_formControl__1ckmM:focus .MaskedTextField_clearAdornment__3Zwyc,.MaskedTextField_formControl__1ckmM:hover .MaskedTextField_clearAdornment__3Zwyc{visibility:visible}.MaskedTextField_formControl__1ckmM:focus .MaskedTextField_truncated__xZC4s,.MaskedTextField_formControl__1ckmM:focus .MaskedTextField_truncated__xZC4s.MaskedTextField_singleSelect__1095y,.MaskedTextField_formControl__1ckmM:hover .MaskedTextField_truncated__xZC4s,.MaskedTextField_formControl__1ckmM:hover .MaskedTextField_truncated__xZC4s.MaskedTextField_singleSelect__1095y{max-width:calc(100% - 24px)}.MaskedTextField_formControl__1ckmM.MaskedTextField_fillContainer__17yhy{min-width:100%}.MaskedTextField_formControl__1ckmM.MaskedTextField_partiallyFillContainer__M7g2m{width:82%}.MaskedTextField_helperText__3xpoB{margin-bottom:2px;margin-top:4px}.MaskedTextField_warningUnderline__2_zZM:after{background-color:#f5a623}.MaskedTextField_truncated__xZC4s{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MaskedTextField_truncated__xZC4s.MaskedTextField_singleSelect__1095y{max-width:calc(100% - 24px)}.MaskedTextField_multiline__3liXx textarea{max-width:100%;overflow-y:auto}.MaskedTextField_alignRight__2PMkk .MaskedTextField_helperText__3xpoB{text-align:right}.MaskedTextField_errorState__CCTID .MaskedTextField_helperText__3xpoB{color:#c53535}.MaskedTextField_errorState__CCTID .MaskedTextField_inputRoot__1ITAj:after{border-bottom-color:#c53535}.ReadOnlyField_h1__2FBoH,.ReadOnlyField_h2__2yrWf,.ReadOnlyField_h3__UcTd0,.ReadOnlyField_h4__2rzer,.ReadOnlyField_h5__2IJvB,.ReadOnlyField_h6__3caD_{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.ReadOnlyField_h1__2FBoH{font-size:40px;line-height:48px}.ReadOnlyField_h2__2yrWf{font-size:32px;line-height:40px}.ReadOnlyField_h3__UcTd0{font-size:28px;line-height:36px}.ReadOnlyField_h4__2rzer{font-size:24px;line-height:28px}.ReadOnlyField_h5__2IJvB{font-size:20px;line-height:28px}.ReadOnlyField_h6__3caD_{font-size:16px;line-height:20px}.ReadOnlyField_readOnlyField__3PU1z{margin-bottom:27px;position:relative;width:100%}.ReadOnlyField_label__1pzLc{color:#707070;font-size:14px;font-weight:400;line-height:14px;margin-bottom:2px}.ReadOnlyField_value__3lyOH{color:#707070;font-size:18px;position:relative}.ReadOnlyField_fieldMode__Bu-eZ{margin-bottom:0;min-height:76px}.ReadOnlyField_fieldMode__Bu-eZ:not(.ReadOnlyField_multiLine__usgui){height:76px}.ReadOnlyField_fieldMode__Bu-eZ:not(.ReadOnlyField_multiLine__usgui).ReadOnlyField_noLabel__3YwcG{height:60px}.ReadOnlyField_fieldMode__Bu-eZ:not(.ReadOnlyField_multiLine__usgui).ReadOnlyField_noLabel__3YwcG.ReadOnlyField_noHelperText__3ZIeF{height:35px}.ReadOnlyField_fieldMode__Bu-eZ:not(.ReadOnlyField_multiLine__usgui).ReadOnlyField_noHelperText__3ZIeF{height:51px}.ReadOnlyField_fieldMode__Bu-eZ.ReadOnlyField_noLabel__3YwcG{min-height:60px}.ReadOnlyField_fieldMode__Bu-eZ.ReadOnlyField_noLabel__3YwcG.ReadOnlyField_noHelperText__3ZIeF{min-height:35px}.ReadOnlyField_fieldMode__Bu-eZ.ReadOnlyField_noHelperText__3ZIeF{min-height:51px}.ReadOnlyField_fieldModeValue__32py7{border-bottom:1px dashed #d3d3d3;cursor:text;font-size:16px;line-height:19px;overflow-x:hidden;padding:8px 0 7px;text-overflow:ellipsis}.ReadOnlyField_alphanumeric__1hqb9{font-size:16.5px}.ReadOnlyField_noWrapping__3tgVw{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StyledChip_h1__2jL5K,.StyledChip_h2__1I2md,.StyledChip_h3__21CQu,.StyledChip_h4__1g6Mx,.StyledChip_h5__3ytV2,.StyledChip_h6__tgVPc{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StyledChip_h1__2jL5K{font-size:40px;line-height:48px}.StyledChip_h2__1I2md{font-size:32px;line-height:40px}.StyledChip_h3__21CQu{font-size:28px;line-height:36px}.StyledChip_h4__1g6Mx{font-size:24px;line-height:28px}.StyledChip_h5__3ytV2{font-size:20px;line-height:28px}.StyledChip_h6__tgVPc{font-size:16px;line-height:20px}.StyledChip_chip__2n9jj{font-size:14px;font-weight:400;margin-bottom:4px;margin-right:4px}.StyledChip_chip__2n9jj.StyledChip_focusedChip__1ReF6,.StyledChip_chip__2n9jj:focus,.StyledChip_chip__2n9jj:hover{background:#202020;color:#fff}.StyledChip_accented__3Xfie{background:#ebf5f5;color:#008381;color:var(--main-communicare-primary,#008381)}.StyledChip_accented__3Xfie.StyledChip_focusedChip__1ReF6,.StyledChip_accented__3Xfie:focus,.StyledChip_accented__3Xfie:hover{background:#008381;background:var(--main-communicare-primary,#008381);color:#fff}.StyledChip_hasError__23oOg{background:#fbf1f1;color:#d0021b}.StyledChip_hasError__23oOg.StyledChip_focusedChip__1ReF6,.StyledChip_hasError__23oOg:focus,.StyledChip_hasError__23oOg:hover{background:#d0021b;color:#fff}.StyledChip_disabled__3OOPn{background:#d2d2d2;color:#707070}.StyledChip_disabled__3OOPn:focus,.StyledChip_disabled__3OOPn:hover{background:#d2d2d2;color:#707070;cursor:default}.StyledChip_icon__oABxr{background:#e0e0e0;border-radius:50%;color:#707070;font-size:14px;height:20px;padding:3px;width:20px}.StyledChip_icon__oABxr.StyledChip_focusedIcon__1d_OP,.StyledChip_icon__oABxr:focus,.StyledChip_icon__oABxr:hover{background:#e0e0e0}.StyledChip_iconAccented__2V5ia{background:#fff;color:#008381;color:var(--main-communicare-primary,#008381)}.StyledChip_iconHasError__n7H-s{background:#fbf1f1}.StyledChip_iconHasError__n7H-s.StyledChip_focusedIcon__1d_OP,.StyledChip_iconHasError__n7H-s:focus,.StyledChip_iconHasError__n7H-s:hover{color:#d0021b}.StyledSelect_h1__AZeY9,.StyledSelect_h2__1_1iW,.StyledSelect_h3__1SlEM,.StyledSelect_h4__1jJSV,.StyledSelect_h5__eiQpm,.StyledSelect_h6__2Ohb7{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StyledSelect_h1__AZeY9{font-size:40px;line-height:48px}.StyledSelect_h2__1_1iW{font-size:32px;line-height:40px}.StyledSelect_h3__1SlEM{font-size:28px;line-height:36px}.StyledSelect_h4__1jJSV{font-size:24px;line-height:28px}.StyledSelect_h5__eiQpm{font-size:20px;line-height:28px}.StyledSelect_h6__2Ohb7{font-size:16px;line-height:20px}.StyledSelect_valueContainer__39yIl{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;overflow:hidden;padding:3px 0 4px;text-overflow:ellipsis;white-space:nowrap}.StyledSelect_valueContainer__39yIl.StyledSelect_fixedHeight__2XCu-{min-height:40px}.StyledSelect_valueContainer__39yIl.StyledSelect_notSearchable__3F2Um{height:36px}.StyledSelect_valueContainer__39yIl.StyledSelect_noFlexWrap__3K0eF{flex-wrap:nowrap}.StyledSelect_noOptionsMessage__2vnJa{padding:4px 8px;text-align:center}.StyledSelect_singleValue__2K2JP{line-height:1.2;max-width:93%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.StyledSelect_placeholder__1Efol{font-size:16px;left:2px;position:absolute}.StyledSelect_menuList__zSucG{overflow-y:auto}.StyledSelect_maxResults__29jBF{background-color:#fff;border-top:1px solid #d2d2d2;bottom:0;left:0;line-height:40px;margin:auto;position:relative;right:0;text-align:center}.StyledSelect_clearButton__3m86z{background-color:transparent;margin-bottom:2px;margin-right:0;max-height:20px;min-height:20px;min-width:20px;padding:0 5px 0 0;visibility:hidden;width:20px}.StyledSelect_clearButton__3m86z.StyledSelect_clearButtonFocused__22MMy{visibility:visible}.StyledSelect_clearButton__3m86z:focus,.StyledSelect_clearButton__3m86z:hover{background-color:transparent}.StyledSelect_clearButton__3m86z .StyledSelect_iconRoot__QiBOm{color:#d2d2d2;font-size:22px}.StyledSelect_clearButton__3m86z .StyledSelect_iconRoot__QiBOm:hover{color:#202020}.StyledSelect_arrowIcon__qrBHX{background-color:transparent;color:#707070;height:100%;margin-bottom:0;margin-left:0;margin-right:0;max-height:20px;min-height:20px;min-width:20px;padding:0 5px;width:30px}.StyledSelect_arrowIcon__qrBHX span{font-size:22px}.StyledSelect_arrowIcon__qrBHX:hover{cursor:pointer}.StyledSelect_requiredLabel__rSNMY{color:#d0021b}.StyledSelect_warning__36Ve5{color:#414141}.StyledSelect_error__2Jj8I{color:#c53535}.StyledSelect_input__24v4h{display:flex;height:auto;padding:0}.StyledSelect_input__24v4h[disabled] .StyledSelect_valueContainer__39yIl .StyledSelect_singleValue__2K2JP{color:rgba(0,0,0,.38)}.StyledSelect_inputSimple__2aN21{display:flex;padding:0}.StyledSelect_inputSimple__2aN21:before{content:none}.StyledSelect_inputSimple__2aN21 .StyledSelect_singleValue__2K2JP{font-size:24px;font-weight:600;line-height:24px}.StyledSelect_forceInputFontFamily__2en2- input{font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.StyledSelect_formControl__21tBE .StyledSelect_inputRoot__12TGm:before{border-bottom-color:#d2d2d2}.StyledSelect_formControl__21tBE .StyledSelect_inputLabel__2s6yI[class*=disabled]{color:rgba(65,65,65,.6)}.StyledSelect_formControl__21tBE .StyledSelect_disabledInputLabel__qeVs5{color:rgba(0,0,0,.38)}.StyledSelect_formControl__21tBE:hover .StyledSelect_clearButton__3m86z{visibility:visible}.StyledSelect_helperText__1NQsm{margin-bottom:2px;margin-top:4px}.StyledSelect_errorState__181oz .StyledSelect_helperText__1NQsm{color:#c53535}.StyledSelect_errorState__181oz .StyledSelect_inputRoot__12TGm:after{border-bottom-color:#c53535}.DurationPicker_h1__Gnw1Y,.DurationPicker_h2__2-db3,.DurationPicker_h3__2Tmam,.DurationPicker_h4__3Z8bv,.DurationPicker_h5__3lonj,.DurationPicker_h6__GWoOZ{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.DurationPicker_h1__Gnw1Y{font-size:40px;line-height:48px}.DurationPicker_h2__2-db3{font-size:32px;line-height:40px}.DurationPicker_h3__2Tmam{font-size:28px;line-height:36px}.DurationPicker_h4__3Z8bv{font-size:24px;line-height:28px}.DurationPicker_h5__3lonj{font-size:20px;line-height:28px}.DurationPicker_h6__GWoOZ{font-size:16px;line-height:20px}.DurationPicker_durationLabel__3dLep{grid-area:1/1/1/1}.DurationPicker_readOnlyLabel__3WNLZ{color:#707070}.DurationPicker_requiredLabel__3QeGZ{color:#d0021b}.DurationPicker_durationSelector__1IsmC{align-items:flex-end;display:flex;flex-direction:row;grid-area:2/1/2/2;margin-top:4px}.DurationPicker_durationSelector__1IsmC .DurationPicker_durationValue__2FCiG{margin-right:8px;width:68px}.DurationPicker_durationSelector__1IsmC .DurationPicker_durationType__2KJf7{width:100px}.MedicationListDefaultOverride_h1__30QrO,.MedicationListDefaultOverride_h2__1QcZt,.MedicationListDefaultOverride_h3__13q8A,.MedicationListDefaultOverride_h4__23JIy,.MedicationListDefaultOverride_h5__a77e1,.MedicationListDefaultOverride_h6__UxIAP{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListDefaultOverride_h1__30QrO{font-size:40px;line-height:48px}.MedicationListDefaultOverride_h2__1QcZt{font-size:32px;line-height:40px}.MedicationListDefaultOverride_h3__13q8A{font-size:28px;line-height:36px}.MedicationListDefaultOverride_h4__23JIy{font-size:24px;line-height:28px}.MedicationListDefaultOverride_h5__a77e1{font-size:20px;line-height:28px}.MedicationListDefaultOverride_h6__UxIAP{font-size:16px;line-height:20px}.MedicationListDefaultOverride_container__2ivHy{margin-bottom:40px}.MedicationListDefaultOverride_packAmount__1KWta{width:100px}.MedicationListDefaultOverrideSection_h1__1RLTS,.MedicationListDefaultOverrideSection_h2__ygf76,.MedicationListDefaultOverrideSection_h3__27kLY,.MedicationListDefaultOverrideSection_h4__1Sq5z,.MedicationListDefaultOverrideSection_h5__3hFQe,.MedicationListDefaultOverrideSection_h6__34opx{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListDefaultOverrideSection_h1__1RLTS{font-size:40px;line-height:48px}.MedicationListDefaultOverrideSection_h2__ygf76{font-size:32px;line-height:40px}.MedicationListDefaultOverrideSection_h3__27kLY{font-size:28px;line-height:36px}.MedicationListDefaultOverrideSection_h4__1Sq5z{font-size:24px;line-height:28px}.MedicationListDefaultOverrideSection_h5__3hFQe{font-size:20px;line-height:28px}.MedicationListDefaultOverrideSection_h6__34opx{font-size:16px;line-height:20px}.MedicationListDefaultOverrideSection_container__AOSDv{border-bottom:1px solid #d2d2d2;display:flex;flex-direction:column;max-width:814px;position:relative;width:100%}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_containerOpen__1Bh2T{padding-bottom:32px}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_header__1BEeR{align-items:center;display:flex;flex-direction:row;height:52px;max-width:814px;z-index:10}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_header__1BEeR .MedicationListDefaultOverrideSection_titleBlock__xVW93{display:flex;flex:1 1;flex-direction:column;position:relative}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_header__1BEeR .MedicationListDefaultOverrideSection_titleBlock__xVW93 .MedicationListDefaultOverrideSection_title__3_ehU{color:#202020;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:20px}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_header__1BEeR .MedicationListDefaultOverrideSection_titleBlock__xVW93 .MedicationListDefaultOverrideSection_subTitle__3TLla{color:#707070;font-size:14px;line-height:20px;position:absolute;top:20px}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_header__1BEeR .MedicationListDefaultOverrideSection_titleInput__3pbo4{font-weight:400}.MedicationListDefaultOverrideSection_container__AOSDv .MedicationListDefaultOverrideSection_body__2kn7g{padding-bottom:13px;padding-top:14px}.MedicationListErrors_h1__1oiC4,.MedicationListErrors_h2__2p6-U,.MedicationListErrors_h3__3lWhD,.MedicationListErrors_h4__EtilE,.MedicationListErrors_h5__2dvY8,.MedicationListErrors_h6__atbei{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListErrors_h1__1oiC4{font-size:40px;line-height:48px}.MedicationListErrors_h2__2p6-U{font-size:32px;line-height:40px}.MedicationListErrors_h3__3lWhD{font-size:28px;line-height:36px}.MedicationListErrors_h4__EtilE{font-size:24px;line-height:28px}.MedicationListErrors_h5__2dvY8{font-size:20px;line-height:28px}.MedicationListErrors_h6__atbei{font-size:16px;line-height:20px}.MedicationListErrors_alignRight__1YRFs{text-align:right}.MedicationListErrors_container__2nysN{border:1px solid #d2d2d2;margin-bottom:18px;max-width:100%;overflow-x:hidden;overflow-y:auto;position:relative}.MedicationListErrors_container__2nysN .MedicationListErrors_header__3tZlL{background-color:#fff;border-bottom:1px solid #d2d2d2;color:#707070;display:grid;font-size:14px;font-weight:600;grid-template-columns:1fr;height:48px;line-height:20px;padding:14px 7px 14px 24px;position:-webkit-sticky;position:sticky;top:0;z-index:1}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_{max-height:calc(100vh - 390px)}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69{background-color:#fbf1f1;box-shadow:inset 4px 0 #c53535;color:#c53535;display:grid;grid-template-columns:1fr;margin-right:-17px;min-height:72px;padding:16px 24px 24px}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69.MedicationListErrors_errorRow__2ZNs0{padding:16px 24px}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69 .MedicationListErrors_instructionsCell__3lQct{font-size:16px;font-size:16.5px;position:relative;top:9px}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69 .MedicationListErrors_dateCell__185Cv{font-size:16px;position:relative;text-align:right;top:9px}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69 .MedicationListErrors_actionCell__jyjyw{display:flex;justify-content:flex-end}.MedicationListErrors_container__2nysN .MedicationListErrors_body__Hsux_ .MedicationListErrors_row__fAA69:not(:last-child){border-bottom:1px solid #d2d2d2}.MedicationListErrors_generalError__20OjR{display:flex;flex-direction:column}.MedicationListErrors_generalError__20OjR .MedicationListErrors_informationHeader__b7ejx{align-items:center;display:flex}.MedicationListErrors_generalError__20OjR .MedicationListErrors_informationHeader__b7ejx .MedicationListErrors_icon__Uhzm3{flex:0 1;height:40px;margin-right:16px;width:40px}.MedicationListErrors_generalError__20OjR .MedicationListErrors_informationHeader__b7ejx .MedicationListErrors_name__mohW2{color:#c53535;flex:1 1 100px;font-size:16px;font-weight:600;line-height:24px;min-width:0;overflow:hidden;padding-right:24px;text-overflow:ellipsis;white-space:nowrap}.MedicationListSliceStep_h1__1g1JQ,.MedicationListSliceStep_h2__pXIZ_,.MedicationListSliceStep_h3__58Cqm,.MedicationListSliceStep_h4__12ERo,.MedicationListSliceStep_h5__2j4z9,.MedicationListSliceStep_h6__3msSD{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListSliceStep_h1__1g1JQ{font-size:40px;line-height:48px}.MedicationListSliceStep_h2__pXIZ_{font-size:32px;line-height:40px}.MedicationListSliceStep_h3__58Cqm{font-size:28px;line-height:36px}.MedicationListSliceStep_h4__12ERo{font-size:24px;line-height:28px}.MedicationListSliceStep_h5__2j4z9{font-size:20px;line-height:28px}.MedicationListSliceStep_h6__3msSD{font-size:16px;line-height:20px}.MedicationListSliceStep_searchInput__1bPgn{margin-bottom:20px}.StepSelector_h1__3irbC,.StepSelector_h2__iDS4O,.StepSelector_h3__zyH2L,.StepSelector_h4__2uvZQ,.StepSelector_h5__36WVL,.StepSelector_h6__g7GL_{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StepSelector_h1__3irbC{font-size:40px;line-height:48px}.StepSelector_h2__iDS4O{font-size:32px;line-height:40px}.StepSelector_h3__zyH2L{font-size:28px;line-height:36px}.StepSelector_h4__2uvZQ{font-size:24px;line-height:28px}.StepSelector_h5__36WVL{font-size:20px;line-height:28px}.StepSelector_h6__g7GL_{font-size:16px;line-height:20px}.StepSelector_container__v_iN4{background-color:#fff;border:1px solid #d2d2d2;border-radius:2px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;margin-bottom:8px;padding:16px 0}.StepSelector_container__v_iN4 .StepSelector_icon__3FW86{display:flex;flex-shrink:0;height:100%;justify-content:center;position:relative;top:-10px;width:50px}.StepSelector_container__v_iN4 .StepSelector_information__6lwHH{display:flex;flex-direction:column}.StepSelector_container__v_iN4 .StepSelector_title__1YZVH{color:#202020;font-size:16px;font-weight:600;letter-spacing:-.01em;line-height:20px;margin-bottom:3px}.StepSelector_container__v_iN4 .StepSelector_info__1PATO{color:#707070;font-size:14px;line-height:20px}.StepSelector_container__v_iN4.StepSelector_active__1dtUs{background-color:#ebf7ff;border:1px solid #09f}.StepSelector_container__v_iN4.StepSelector_active__1dtUs .StepSelector_checkbox__2YECq,.StepSelector_container__v_iN4.StepSelector_active__1dtUs .StepSelector_info__1PATO,.StepSelector_container__v_iN4.StepSelector_active__1dtUs .StepSelector_title__1YZVH{color:#001e82}.StepSelector_container__v_iN4.StepSelector_error__2uxgH{background-color:#faefef;border:1px solid #c53535}.StepSelector_container__v_iN4.StepSelector_error__2uxgH .StepSelector_checkbox__2YECq,.StepSelector_container__v_iN4.StepSelector_error__2uxgH .StepSelector_info__1PATO,.StepSelector_container__v_iN4.StepSelector_error__2uxgH .StepSelector_title__1YZVH{color:#9e043e}.StepSelector_errorMessage__2FrLD{color:#9e043e;font-size:12px;font-weight:700;line-height:16px;margin-top:8px}.MedicationListInformationStep_h1__2WcZx,.MedicationListInformationStep_h2__9hvY_,.MedicationListInformationStep_h3__vSTUu,.MedicationListInformationStep_h4__Cey2P,.MedicationListInformationStep_h5__33IG1,.MedicationListInformationStep_h6__3f8QB{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListInformationStep_h1__2WcZx{font-size:40px;line-height:48px}.MedicationListInformationStep_h2__9hvY_{font-size:32px;line-height:40px}.MedicationListInformationStep_h3__vSTUu{font-size:28px;line-height:36px}.MedicationListInformationStep_h4__Cey2P{font-size:24px;line-height:28px}.MedicationListInformationStep_h5__33IG1{font-size:20px;line-height:28px}.MedicationListInformationStep_h6__3f8QB{font-size:16px;line-height:20px}.MedicationListInformationStep_container__3wQPp{width:616px}.MedicationListInformationStep_listName__Ahpdw{margin-bottom:8px}.MedicationListInformationStep_listHeader__1zrWL{line-height:16px;margin-bottom:8px}.MedicationListInformationStep_errorText__10e21{color:#c53535;font-size:12px;font-weight:700;line-height:16px;margin-bottom:16px;margin-top:8px}.CreateMedicationListDialog_h1__3XrXP,.CreateMedicationListDialog_h2__3Y83Y,.CreateMedicationListDialog_h3__1mQku,.CreateMedicationListDialog_h4___arv9,.CreateMedicationListDialog_h5__3dXcb,.CreateMedicationListDialog_h6__3yycI{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.CreateMedicationListDialog_h1__3XrXP{font-size:40px;line-height:48px}.CreateMedicationListDialog_h2__3Y83Y{font-size:32px;line-height:40px}.CreateMedicationListDialog_h3__1mQku{font-size:28px;line-height:36px}.CreateMedicationListDialog_h4___arv9{font-size:24px;line-height:28px}.CreateMedicationListDialog_h5__3dXcb{font-size:20px;line-height:28px}.CreateMedicationListDialog_h6__3yycI{font-size:16px;line-height:20px}.CreateMedicationListDialog_container__1bIAu{width:616px}.CreatingMedicationListPlaceholder_h1__bWb--,.CreatingMedicationListPlaceholder_h2__hLnqJ,.CreatingMedicationListPlaceholder_h3__3LsVs,.CreatingMedicationListPlaceholder_h4__oVt6O,.CreatingMedicationListPlaceholder_h5__3I24K,.CreatingMedicationListPlaceholder_h6__2D5Sg{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.CreatingMedicationListPlaceholder_h1__bWb--{font-size:40px;line-height:48px}.CreatingMedicationListPlaceholder_h2__hLnqJ{font-size:32px;line-height:40px}.CreatingMedicationListPlaceholder_h3__3LsVs{font-size:28px;line-height:36px}.CreatingMedicationListPlaceholder_h4__oVt6O{font-size:24px;line-height:28px}.CreatingMedicationListPlaceholder_h5__3I24K{font-size:20px;line-height:28px}.CreatingMedicationListPlaceholder_h6__2D5Sg{font-size:16px;line-height:20px}.CreatingMedicationListPlaceholder_body__bQ45t{align-items:center;display:flex;flex-direction:column;margin:0 auto}img.CreatingMedicationListPlaceholder_main__3mOnw{height:304px;width:456px}.CreatingMedicationListPlaceholder_title__17qLD{color:#202020;font-size:32px;font-weight:600;letter-spacing:-.005em;line-height:40px;margin:24px 0 16px}.CreatingMedicationListPlaceholder_title__17qLD em{color:#008381;color:var(--main-communicare-primary,#008381)}.CreatingMedicationListPlaceholder_info__2J8lM{color:#707070;font-size:16px;line-height:24px;margin-bottom:32px}.CreatingMedicationListPlaceholder_progress__1u_CT{width:136px}.ButtonGroup_h1__NueRF,.ButtonGroup_h2__2ITIH,.ButtonGroup_h3__73HmQ,.ButtonGroup_h4__2gNxr,.ButtonGroup_h5__nY9pI,.ButtonGroup_h6__O7-aW{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.ButtonGroup_h1__NueRF{font-size:40px;line-height:48px}.ButtonGroup_h2__2ITIH{font-size:32px;line-height:40px}.ButtonGroup_h3__73HmQ{font-size:28px;line-height:36px}.ButtonGroup_h4__2gNxr{font-size:24px;line-height:28px}.ButtonGroup_h5__nY9pI{font-size:20px;line-height:28px}.ButtonGroup_h6__O7-aW{font-size:16px;line-height:20px}.ButtonGroup_container__3l-rZ{align-items:center;display:flex;flex-direction:row}.DeleteDialog_h1__3kagE,.DeleteDialog_h2__1K48W,.DeleteDialog_h3__22aGZ,.DeleteDialog_h4__1LJdw,.DeleteDialog_h5__1jiJv,.DeleteDialog_h6__pU7hU{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.DeleteDialog_h1__3kagE{font-size:40px;line-height:48px}.DeleteDialog_h2__1K48W{font-size:32px;line-height:40px}.DeleteDialog_h3__22aGZ{font-size:28px;line-height:36px}.DeleteDialog_h4__1LJdw{font-size:24px;line-height:28px}.DeleteDialog_h5__1jiJv{font-size:20px;line-height:28px}.DeleteDialog_h6__pU7hU{font-size:16px;line-height:20px}.DeleteDialog_content__rbZCH{padding:0 24px;width:100%}.DeleteDialog_header__rmX40{align-items:center;background-color:#c53535;color:#fff;display:flex;height:64px;justify-content:space-between;max-height:64px;padding:18px;position:relative}.DeleteDialog_header__rmX40 .DeleteDialog_title__1jBav{font-size:20px;font-weight:600;line-height:28px}.DeleteDialog_contents__X7P2i{color:#707070;font-size:16px}.DraftPublishedChip_h1__3qb8k,.DraftPublishedChip_h2__36wfT,.DraftPublishedChip_h3__F8ZZB,.DraftPublishedChip_h4__3aQX4,.DraftPublishedChip_h5__3ZL0L,.DraftPublishedChip_h6__3rnvB{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.DraftPublishedChip_h1__3qb8k{font-size:40px;line-height:48px}.DraftPublishedChip_h2__36wfT{font-size:32px;line-height:40px}.DraftPublishedChip_h3__F8ZZB{font-size:28px;line-height:36px}.DraftPublishedChip_h4__3aQX4{font-size:24px;line-height:28px}.DraftPublishedChip_h5__3ZL0L{font-size:20px;line-height:28px}.DraftPublishedChip_h6__3rnvB{font-size:16px;line-height:20px}.DraftPublishedChip_text__CthNt{padding:4px 4px 4px 0}.DraftPublishedChip_padlock__wMAK1{padding:4px 2px}.DraftPublishedChip_content__27n_A{align-items:center;display:flex;flex:0 0 auto;flex-direction:row;justify-content:left;margin-right:2px}.DraftPublishedChip_status__1fGcU{border-radius:2px;font-size:10px;font-weight:600;height:24px;line-height:12px;text-align:center;text-transform:uppercase}.DraftPublishedChip_status__1fGcU.DraftPublishedChip_published__2zwoN{background:#ebf8eb;border:1px solid #00ac00;color:#007500}.DraftPublishedChip_status__1fGcU.DraftPublishedChip_draft__eXZW7{background:#fef8ed;border:1px solid #f5a623;color:#414141}.AutosaveIndicator_h1__1nMSM,.AutosaveIndicator_h2__1GyOc,.AutosaveIndicator_h3__23Kns,.AutosaveIndicator_h4__2RC_W,.AutosaveIndicator_h5__1AIjm,.AutosaveIndicator_h6__2PJDE{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.AutosaveIndicator_h1__1nMSM{font-size:40px;line-height:48px}.AutosaveIndicator_h2__1GyOc{font-size:32px;line-height:40px}.AutosaveIndicator_h3__23Kns{font-size:28px;line-height:36px}.AutosaveIndicator_h4__2RC_W{font-size:24px;line-height:28px}.AutosaveIndicator_h5__1AIjm{font-size:20px;line-height:28px}.AutosaveIndicator_h6__2PJDE{font-size:16px;line-height:20px}.AutosaveIndicator_autosave__33Cw2{align-items:center;color:#202020;display:flex;font-style:italic;height:24px;justify-content:flex-end;min-width:200px;position:relative}.AutosaveIndicator_autosaveText__ClIRg{align-items:center;display:flex;opacity:1;position:absolute;right:0;transition:all .45s cubic-bezier(.23,1,.32,1);transition-delay:.15s;visibility:visible}.AutosaveIndicator_autosaveText__ClIRg.AutosaveIndicator_saveFailed__3v78-,.AutosaveIndicator_autosaveText__ClIRg.AutosaveIndicator_saving__395a8{opacity:0;transition-delay:0ms;visibility:hidden}.AutosaveIndicator_spinnerText__2MoHj{color:#707070;font-size:12px;font-weight:400;line-height:16px;margin-left:8px}.AutosaveIndicator_retryText__1vd6m{border-bottom:1px solid #c53535;color:#c53535;cursor:pointer;font-size:12px;line-height:16px;margin-left:8px;text-align:right}.AutosaveIndicator_autosaveSpinner__3pqo0{align-items:center;display:flex;opacity:0;position:absolute;right:0;transition:all .45s cubic-bezier(.23,1,.32,1);transition-delay:0ms;visibility:hidden}.AutosaveIndicator_autosaveSpinner__3pqo0.AutosaveIndicator_saving__395a8{opacity:1;transition-delay:.15s;visibility:visible}.AutosaveIndicator_autosaveSpinner__3pqo0.AutosaveIndicator_saveFailed__3v78-{opacity:0;transition-delay:0ms;visibility:hidden}.AutosaveIndicator_autosaveError__2xJYd{align-items:center;color:#d0021b;display:flex;font-weight:600;opacity:0;position:absolute;right:0;transition:all .45s cubic-bezier(.23,1,.32,1);transition-delay:0ms;visibility:hidden}.AutosaveIndicator_autosaveError__2xJYd.AutosaveIndicator_saveFailed__3v78-{opacity:1;transition-delay:.15s;visibility:visible}.HeaderWithControls_h1__3FmnL,.HeaderWithControls_h2__1nqsU,.HeaderWithControls_h3__2C7w_,.HeaderWithControls_h4__IMHfh,.HeaderWithControls_h5__1CHnq,.HeaderWithControls_h6__2fr0z{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.HeaderWithControls_h1__3FmnL{font-size:40px;line-height:48px}.HeaderWithControls_h2__1nqsU{font-size:32px;line-height:40px}.HeaderWithControls_h3__2C7w_{font-size:28px;line-height:36px}.HeaderWithControls_h4__IMHfh{font-size:24px;line-height:28px}.HeaderWithControls_h5__1CHnq{font-size:20px;line-height:28px}.HeaderWithControls_h6__2fr0z{font-size:16px;line-height:20px}.HeaderWithControls_stickyHeader__1SFbm{left:0;position:-webkit-sticky;position:sticky}.HeaderWithControls_stickyHeader__1SFbm .HeaderWithControls_headerContainer__1joo_{align-items:center;display:flex;flex-direction:row}.HeaderWithControls_stickyHeader__1SFbm .HeaderWithControls_headerContainer__1joo_ .HeaderWithControls_header__2BX2F{align-items:center;display:flex;flex:1 1;flex-direction:row;margin-right:8px;width:100px}.HeaderWithControls_stickyHeader__1SFbm .HeaderWithControls_headerContainer__1joo_ .HeaderWithControls_header__2BX2F .HeaderWithControls_display__10scN{border-bottom:2px solid transparent;color:#202020;cursor:text;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:28px;max-width:100%;overflow:hidden;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.HeaderWithControls_stickyHeader__1SFbm .HeaderWithControls_headerContainer__1joo_ .HeaderWithControls_controls__3kQIy{align-items:center;display:flex;flex-direction:row;flex-wrap:nowrap;margin-left:auto}.HeaderWithControls_stickyHeader__1SFbm .HeaderWithControls_headerContainer__1joo_ .HeaderWithControls_controls__3kQIy .HeaderWithControls_publishButton__2OIaj{margin-left:16px}.HeaderWithControls_infoContainer__77JTG{align-items:center;display:flex;flex-direction:row}.HeaderWithControls_infoContainer__77JTG .HeaderWithControls_info__2vLIK{color:#707070;font-size:12px;line-height:16px;text-align:center}.HeaderWithControls_infoContainer__77JTG .HeaderWithControls_status__370cI{align-self:flex-end;color:#707070;font-size:12px;font-style:italic;font-weight:400;line-height:16px;margin-left:auto;padding-top:4px;text-align:right}.MedicationListBulkActionPlaceholder_h1__2iw04,.MedicationListBulkActionPlaceholder_h2__2WZ6A,.MedicationListBulkActionPlaceholder_h3__1DULq,.MedicationListBulkActionPlaceholder_h4__3C9vW,.MedicationListBulkActionPlaceholder_h5__1Yio4,.MedicationListBulkActionPlaceholder_h6__2B6KM{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListBulkActionPlaceholder_h1__2iw04{font-size:40px;line-height:48px}.MedicationListBulkActionPlaceholder_h2__2WZ6A{font-size:32px;line-height:40px}.MedicationListBulkActionPlaceholder_h3__1DULq{font-size:28px;line-height:36px}.MedicationListBulkActionPlaceholder_h4__3C9vW{font-size:24px;line-height:28px}.MedicationListBulkActionPlaceholder_h5__1Yio4{font-size:20px;line-height:28px}.MedicationListBulkActionPlaceholder_h6__2B6KM{font-size:16px;line-height:20px}.MedicationListBulkActionPlaceholder_body__3ZmAI{align-items:center;display:flex;flex-direction:column;margin:0 auto}img.MedicationListBulkActionPlaceholder_main__3Orow{height:304px;width:456px}.MedicationListBulkActionPlaceholder_title__1R9zI{color:#202020;font-size:32px;font-weight:600;letter-spacing:-.005em;line-height:40px;margin:24px 0 16px}.MedicationListBulkActionPlaceholder_title__1R9zI em{color:#008381;color:var(--main-communicare-primary,#008381)}.MedicationListBulkActionPlaceholder_info__3jivX{color:#707070;font-size:16px;line-height:24px;margin-bottom:32px}.MedicationListBulkActionPlaceholder_progress__1qGKL{width:136px}.MedicationListDialogBulkActionWizard_h1__ZVuUY,.MedicationListDialogBulkActionWizard_h2__E3xvU,.MedicationListDialogBulkActionWizard_h3__1FEMG,.MedicationListDialogBulkActionWizard_h4__2NzZl,.MedicationListDialogBulkActionWizard_h5__3bCU1,.MedicationListDialogBulkActionWizard_h6__1-3tl{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListDialogBulkActionWizard_h1__ZVuUY{font-size:40px;line-height:48px}.MedicationListDialogBulkActionWizard_h2__E3xvU{font-size:32px;line-height:40px}.MedicationListDialogBulkActionWizard_h3__1FEMG{font-size:28px;line-height:36px}.MedicationListDialogBulkActionWizard_h4__2NzZl{font-size:24px;line-height:28px}.MedicationListDialogBulkActionWizard_h5__3bCU1{font-size:20px;line-height:28px}.MedicationListDialogBulkActionWizard_h6__1-3tl{font-size:16px;line-height:20px}.MedicationListDialogBulkActionWizard_container__R8j76{width:616px}.Header_h1__2YUsz,.Header_h2__UtwTO,.Header_h3__3kd9O,.Header_h4__Y9jQ8,.Header_h5__2Krt-,.Header_h6__1zFcl{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.Header_h1__2YUsz{font-size:40px;line-height:48px}.Header_h2__UtwTO{font-size:32px;line-height:40px}.Header_h3__3kd9O{font-size:28px;line-height:36px}.Header_h4__Y9jQ8{font-size:24px;line-height:28px}.Header_h5__2Krt-{font-size:20px;line-height:28px}.Header_h6__1zFcl{font-size:16px;line-height:20px}.Header_stickyHeader__1tJoJ .Header_headerContainer__3ZHTo{align-items:center;display:flex;flex-direction:row}.Header_stickyHeader__1tJoJ .Header_headerContainer__3ZHTo .Header_header__yfRMG{align-items:center;display:flex;flex:1 1;flex-direction:row;margin-right:8px;width:100px}.Header_stickyHeader__1tJoJ .Header_headerContainer__3ZHTo .Header_header__yfRMG .Header_display__-K53Q{border-bottom:2px solid transparent;color:#202020;cursor:text;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:20px;font-weight:600;letter-spacing:-.01em;line-height:28px;max-width:100%;overflow:hidden;padding-right:8px;text-overflow:ellipsis;white-space:nowrap}.Header_infoContainer__3yFlN{align-items:center;display:flex;flex-direction:row}.Header_infoContainer__3yFlN .Header_info__An7Gy{color:#707070;font-size:12px;line-height:16px;text-align:center}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActive__3lYO4,.StaticNavMenu_link__2J3fK:hover:not(.StaticNavMenu_linkDisabled__1MqIV){-webkit-animation-duration:.45s;animation-duration:.45s;transition:all .45s cubic-bezier(.23,1,.32,1) 0ms}.StaticNavMenu_h1__3gWr0,.StaticNavMenu_h2__2wTOY,.StaticNavMenu_h3__3J2bC,.StaticNavMenu_h4__ljGHJ,.StaticNavMenu_h5__1geXW,.StaticNavMenu_h6__1-si3{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.StaticNavMenu_h1__3gWr0{font-size:40px;line-height:48px}.StaticNavMenu_h2__2wTOY{font-size:32px;line-height:40px}.StaticNavMenu_h3__3J2bC{font-size:28px;line-height:36px}.StaticNavMenu_h4__ljGHJ{font-size:24px;line-height:28px}.StaticNavMenu_h5__1geXW{font-size:20px;line-height:28px}.StaticNavMenu_h6__1-si3{font-size:16px;line-height:20px}.StaticNavMenu_text__1lGwT{color:#202020;display:block;flex:1 1;font-size:15px;font-weight:600;height:24px;line-height:1.6;margin-left:12px;overflow:hidden;text-overflow:ellipsis;-webkit-transform:translateX(0);transform:translateX(0);white-space:nowrap}.StaticNavMenu_text__1lGwT.StaticNavMenu_navCollapses__2ap78{-webkit-animation:StaticNavMenu_fadeIn__2qqxQ .45s cubic-bezier(0,0,.2,1);animation:StaticNavMenu_fadeIn__2qqxQ .45s cubic-bezier(0,0,.2,1)}.StaticNavMenu_text__1lGwT.StaticNavMenu_textDisabled__2vxrT{color:#707070}.StaticNavMenu_text__1lGwT.StaticNavMenu_textErrored__1-p7C{color:#c53535}.StaticNavMenu_errorBadge__3V7uP{align-items:center;background-color:#c53535;border-radius:50%;color:#fff;display:flex;font-size:14px;font-weight:600;height:20px;justify-content:center;line-height:20px;width:20px}.StaticNavMenu_miniBadge__2Vcc-{background-color:#c53535;border-radius:50%;height:7px;left:34px;max-height:7px;max-width:7px;min-height:7px;min-width:7px;overflow:hidden;position:absolute;top:16px;width:7px}.StaticNavMenu_link__2J3fK{align-items:center;border-left:4px solid transparent;color:#707070;cursor:pointer;display:flex;flex-direction:row;height:56px;justify-content:space-between;padding-left:16px;padding-right:16px;position:relative}.StaticNavMenu_link__2J3fK .StaticNavMenu_icon__3EKyW{-webkit-transform:translateX(0);transform:translateX(0);transition:-webkit-transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1);transition:transform .45s cubic-bezier(.23,1,.32,1),-webkit-transform .45s cubic-bezier(.23,1,.32,1)}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActive__3lYO4,.StaticNavMenu_link__2J3fK:hover:not(.StaticNavMenu_linkDisabled__1MqIV){background-color:#fff;color:#008381;color:var(--main-communicare-primary,#008381)}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActive__3lYO4{pointer-events:none}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActive__3lYO4 .StaticNavMenu_text__1lGwT{color:#008381;color:var(--main-communicare-primary,#008381);font-weight:600}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkDisabled__1MqIV{color:#707070;cursor:default}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkDisabled__1MqIV:hover{cursor:not-allowed}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActiveErrored__1TiLP{background-color:#fff;border-left-color:#c53535}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkActiveErrored__1TiLP .StaticNavMenu_text__1lGwT{color:#c53535;font-weight:600}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkErrored__1EDow{background-color:#faefef;border-left-color:#c53535}.StaticNavMenu_link__2J3fK.StaticNavMenu_linkErrored__1EDow .StaticNavMenu_text__1lGwT{color:#c53535;font-weight:600}.MedicationList_h1__iUUdx,.MedicationList_h2__1TXv9,.MedicationList_h3__337zz,.MedicationList_h4__38InX,.MedicationList_h5__17zDd,.MedicationList_h6__BGqYr{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationList_h1__iUUdx{font-size:40px;line-height:48px}.MedicationList_h2__1TXv9{font-size:32px;line-height:40px}.MedicationList_h3__337zz{font-size:28px;line-height:36px}.MedicationList_h4__38InX{font-size:24px;line-height:28px}.MedicationList_h5__17zDd{font-size:20px;line-height:28px}.MedicationList_h6__BGqYr{font-size:16px;line-height:20px}.MedicationList_wrapper__9ngCn{display:flex;flex-direction:column;height:100%;width:100%}.MedicationList_listContent__DL-Qh{background-color:#f5f5f5;flex-grow:1;overflow-y:auto;padding:24px}.MedicationList_searchResultsLimited__h-lWh{align-items:center;background-color:#ebf7ff;border-left:4px solid #09f;color:#008381;color:var(--main-communicare-primary,#008381);display:flex;flex:0 0 56px;font-weight:700;padding:18px}.MenuButton_h1__2mXtk,.MenuButton_h2__2wjT1,.MenuButton_h3__2WQAR,.MenuButton_h4__2xcke,.MenuButton_h5__3k0Mp,.MenuButton_h6__Z79wK{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MenuButton_h1__2mXtk{font-size:40px;line-height:48px}.MenuButton_h2__2wjT1{font-size:32px;line-height:40px}.MenuButton_h3__2WQAR{font-size:28px;line-height:36px}.MenuButton_h4__2xcke{font-size:24px;line-height:28px}.MenuButton_h5__3k0Mp{font-size:20px;line-height:28px}.MenuButton_h6__Z79wK{font-size:16px;line-height:20px}.MenuButton_popper__3Bep2{z-index:9000}.MenuButton_addMenu__KTbK3{background:#fff;box-shadow:0 10px 15px rgba(0,0,0,.1),0 4px 6px rgba(0,0,0,.05);max-width:305px;padding-bottom:8px;padding-top:8px}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP{align-items:center;background:#fff;cursor:pointer;display:flex;flex-direction:row;height:40px;min-width:168px;padding:10px 16px}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP .MenuButton_menuItemIconContainer__3vtWt{height:20px;margin-right:12px;width:20px}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP .MenuButton_menuItemTitle__3Anpl{align-content:center;color:#202020;display:flex;flex-direction:row;font-size:14px;font-weight:600;height:20px;line-height:20px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP .MenuButton_menuItemTitle__3Anpl .MenuButton_icon__3b3BO{margin-right:8px}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP:hover{background-color:#f5f5f5}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP.MenuButton_menuItemDisabled__3l2Af{background-color:#fff}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP.MenuButton_menuItemDisabled__3l2Af .MenuButton_menuItemTitle__3Anpl{color:#707070}.MenuButton_addMenu__KTbK3 .MenuButton_menuItem__29ZWP.MenuButton_menuItemDisabled__3l2Af:hover{background-color:#fff;cursor:default}.MenuButton_addMenu__KTbK3 .MenuButton_menuDivider__3nIjX{background-color:#d2d2d2;height:1px;margin-bottom:8px;margin-top:8px;min-height:1px}.FloatingLinearProgress_progressBarContainer__1Z9Jl{max-width:100%;position:absolute;width:100%;z-index:550}.SearchInput_h1__3_52K,.SearchInput_h2__1zVA0,.SearchInput_h3__1589d,.SearchInput_h4__11xib,.SearchInput_h5__2ZGUB,.SearchInput_h6__31txk{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.SearchInput_h1__3_52K{font-size:40px;line-height:48px}.SearchInput_h2__1zVA0{font-size:32px;line-height:40px}.SearchInput_h3__1589d{font-size:28px;line-height:36px}.SearchInput_h4__11xib{font-size:24px;line-height:28px}.SearchInput_h5__2ZGUB{font-size:20px;line-height:28px}.SearchInput_h6__31txk{font-size:16px;line-height:20px}.SearchInput_dropDownMessage__1mwDD{border-bottom:1px solid #d2d2d2;display:block;height:40px;line-height:40px;max-height:40px;max-width:100%;min-height:40px;padding:0 14px;text-overflow:ellipsis}.SearchInput_container__3tzQs,.SearchInput_searchComponents__1-FxF{align-items:center;display:flex;flex-direction:row;height:100%;max-height:55px;max-width:324px;position:relative;width:100%}.SearchInput_inputField__GMHgB{background:none;border:none;display:block;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-size:1rem;height:100%;line-height:24px;max-height:100%;outline:none;padding-left:30px;position:relative;transition:padding .18s cubic-bezier(.23,1,.32,1);transition-delay:0;width:100%}.SearchInput_inputField__GMHgB::-ms-clear{display:none}.SearchInput_searchIcon__K2RS2{border:none;cursor:text;display:block;height:auto;margin-right:4px;margin-top:1px;min-width:20px;opacity:1;padding:0;pointer-events:none;position:absolute;transition:opacity .14s cubic-bezier(.23,1,.32,1);transition-delay:15ms;width:20px}.SearchInput_clearButton__17kKG{background-color:transparent;display:block;margin-bottom:2px;margin-right:8px;max-height:20px;max-width:20px;min-height:20px;min-width:20px;padding:0;text-indent:-1px}.SearchInput_clearButton__17kKG.SearchInput_hidden__3DEqz{display:none}.SearchInput_clearButton__17kKG:focus,.SearchInput_clearButton__17kKG:hover{background-color:transparent}.SearchInput_clearButton__17kKG .SearchInput_iconRoot__1Sqyk{color:#d2d2d2;font-size:22px}.SearchInput_clearButton__17kKG .SearchInput_iconRoot__1Sqyk:hover{color:#202020}.SearchInput_standard__1rpsi.SearchInput_dirty__3-nZ5 .SearchInput_inputField__GMHgB,.SearchInput_standard__1rpsi.SearchInput_focused__3xrfH .SearchInput_inputField__GMHgB{margin-left:0;padding-left:0;transition-delay:15ms}.SearchInput_standard__1rpsi.SearchInput_dirty__3-nZ5 .SearchInput_searchIcon__K2RS2,.SearchInput_standard__1rpsi.SearchInput_focused__3xrfH .SearchInput_searchIcon__K2RS2{opacity:0;transition-delay:0ms}.SearchInput_standard__1rpsi .SearchInput_searchComponents__1-FxF{width:324px}.SearchInput_fullWidth__2iymn{max-width:100%}.SearchInput_fullWidth__2iymn .SearchInput_searchComponents__1-FxF{max-width:100%;width:100%}.SearchInput_collapsible__2WeiY.SearchInput_dirty__3-nZ5 .SearchInput_clearButton__17kKG,.SearchInput_standard__1rpsi.SearchInput_dirty__3-nZ5 .SearchInput_clearButton__17kKG{display:block}.SearchInput_collapsible__2WeiY .SearchInput_searchComponents__1-FxF{transition-delay:0ms;transition-duration:.45s;transition-property:opacity,width,max-width,min-width;transition-timing-function:cubic-bezier(.23,1,.32,1);width:273px}.SearchInput_collapsible__2WeiY.SearchInput_collapsed__2v8Ld .SearchInput_searchComponents__1-FxF{width:0}.MedicationListEntries_h1__2osvB,.MedicationListEntries_h2__29L5u,.MedicationListEntries_h3__G2rCV,.MedicationListEntries_h4__1aMgK,.MedicationListEntries_h5__39OUm,.MedicationListEntries_h6__2Y0mU{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListEntries_h1__2osvB{font-size:40px;line-height:48px}.MedicationListEntries_h2__29L5u{font-size:32px;line-height:40px}.MedicationListEntries_h3__G2rCV{font-size:28px;line-height:36px}.MedicationListEntries_h4__1aMgK{font-size:24px;line-height:28px}.MedicationListEntries_h5__39OUm{font-size:20px;line-height:28px}.MedicationListEntries_h6__2Y0mU{font-size:16px;line-height:20px}.MedicationListEntries_table__2st9O{background-color:#fff;margin-top:28px;position:relative}.MedicationListEntries_tableHeader__3U1zY{grid-column-gap:24px;align-content:center;border:1px solid #d2d2d2;color:#707070;display:grid;font-size:14px;font-weight:600;grid-template-columns:1fr 80px 160px 1fr 84px;height:52px;line-height:20px;padding-left:16px}.MedicationListEntries_row__1dafr,.MedicationListEntries_search__Y3LQ2{align-content:center;border:1px solid #d2d2d2;border-top:0 solid #d2d2d2;display:grid;height:52px;padding-left:16px}.MedicationListEntries_row__1dafr{grid-column-gap:24px;align-items:center;font-size:16px;grid-template-columns:1fr 80px 160px 1fr 84px}.MedicationListEntries_row__1dafr .MedicationListEntries_buttonContainer__1K63X{visibility:hidden}.MedicationListEntries_row__1dafr:hover .MedicationListEntries_buttonContainer__1K63X{visibility:visible}.MedicationListEntries_truncate__s2mi_{overflow-x:hidden;text-overflow:ellipsis;white-space:nowrap}.MedicationListErrors_h1__rmKe4,.MedicationListErrors_h2__1KSZp,.MedicationListErrors_h3__3GyFX,.MedicationListErrors_h4__aRy7S,.MedicationListErrors_h5__1x37d,.MedicationListErrors_h6__2TYie{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListErrors_h1__rmKe4{font-size:40px;line-height:48px}.MedicationListErrors_h2__1KSZp{font-size:32px;line-height:40px}.MedicationListErrors_h3__3GyFX{font-size:28px;line-height:36px}.MedicationListErrors_h4__aRy7S{font-size:24px;line-height:28px}.MedicationListErrors_h5__1x37d{font-size:20px;line-height:28px}.MedicationListErrors_h6__2TYie{font-size:16px;line-height:20px}.MedicationListErrors_container__3lbv2{align-items:center;border-bottom:1px solid #d2d2d2;border-left:1px solid #d2d2d2;border-right:1px solid #d2d2d2;flex:1 1;padding:32px 32px 8px;width:100%}.MedicationListErrors_container__3lbv2,.MedicationListErrors_placeholder__27jbZ{display:flex;height:100%;justify-content:center}.MedicationListErrors_placeholderContent__1rPxd{align-items:center;display:flex;flex-flow:column nowrap;justify-content:center}.MedicationListErrors_placeholderText__3DRiX{color:#707070;font-size:16px;margin:0 0 20px;text-align:center;width:335px}.MedicationListErrors_placeholderTitleText__25U5l{font-size:20px;font-weight:600;margin:8px 0 24px;text-align:center}.MedicationListErrors_buttonContainer__32f2F{margin-bottom:24px}.PublishButton_publishContainer__my0l3{padding-left:16px}.NoMedicationList_h1__153eC,.NoMedicationList_h2__36qYO,.NoMedicationList_h3__1EESJ,.NoMedicationList_h4__2dapx,.NoMedicationList_h5__23iYE,.NoMedicationList_h6__3V6Mq{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.NoMedicationList_h1__153eC{font-size:40px;line-height:48px}.NoMedicationList_h2__36qYO{font-size:32px;line-height:40px}.NoMedicationList_h3__1EESJ{font-size:28px;line-height:36px}.NoMedicationList_h4__2dapx{font-size:24px;line-height:28px}.NoMedicationList_h5__23iYE{font-size:20px;line-height:28px}.NoMedicationList_h6__3V6Mq{font-size:16px;line-height:20px}.NoMedicationList_placeholder__3tmZe{display:flex;height:100%;justify-content:center}.NoMedicationList_placeholderContent__1jACr{align-items:center;display:flex;flex-flow:column nowrap;justify-content:center}.NoMedicationList_placeholderText__1uFea{color:#707070;font-size:16px;margin:0 0 20px;text-align:center;width:335px}.NoMedicationList_placeholderTitleText__38BL5{font-size:20px;font-weight:600;margin:8px 0 24px;text-align:center}.NoResults_h1__1SsUN,.NoResults_h2__3F6cV,.NoResults_h3__3b8rv,.NoResults_h4___aGOj,.NoResults_h5__30hIg,.NoResults_h6__2eJv1{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.NoResults_h1__1SsUN{font-size:40px;line-height:48px}.NoResults_h2__3F6cV{font-size:32px;line-height:40px}.NoResults_h3__3b8rv{font-size:28px;line-height:36px}.NoResults_h4___aGOj{font-size:24px;line-height:28px}.NoResults_h5__30hIg{font-size:20px;line-height:28px}.NoResults_h6__2eJv1{font-size:16px;line-height:20px}.NoResults_placeholder__3fpa_{display:flex;height:100%;justify-content:center}.NoResults_placeholderContent__3XTT2{align-items:center;display:flex;flex-flow:column nowrap;justify-content:center}.NoResults_placeholderText__E0pb4{color:#707070;font-size:16px;margin:0 0 20px;text-align:center;width:335px}.NoResults_placeholderTitleText__3NfI3{font-size:20px;font-weight:600;margin:14px 0 16px;text-align:center}.DataTable_h1__3qSBF,.DataTable_h2__3Maqb,.DataTable_h3__bXgcg,.DataTable_h4__RhHaa,.DataTable_h5__15fuG,.DataTable_h6__3rpgZ{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.DataTable_h1__3qSBF{font-size:40px;line-height:48px}.DataTable_h2__3Maqb{font-size:32px;line-height:40px}.DataTable_h3__bXgcg{font-size:28px;line-height:36px}.DataTable_h4__RhHaa{font-size:24px;line-height:28px}.DataTable_h5__15fuG{font-size:20px;line-height:28px}.DataTable_h6__3rpgZ{font-size:16px;line-height:20px}.DataTable_tableContainer__2zwNX{flex:1 1;height:100%;position:relative;width:100%}.DataTable_body__wODx_{font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.DataTable_cell__2V9bb{color:#202020;font-size:16px;font-weight:400;padding:12px 24px 12px 0}.DataTable_cellsInteractive__3Tu49 .DataTable_cell__2V9bb{cursor:pointer}.DataTable_cell__2V9bb:last-child{padding-right:24px}.DataTable_detailCell__2Ulwy{background-color:transparent;padding:12px 0}.DataTable_rowDetailCellComponent__11pGf,.DataTable_rowDetailRowComponent__3Fx4_{background-color:#fff}.DataTable_hoverOnlyButtons__1O5-k{visibility:hidden}.DataTable_row__3qIYY:hover .DataTable_hoverOnlyButtons__1O5-k{visibility:visible}.DataTable_selectionRow__3N9LN{cursor:pointer}.DataTable_selectionRow__3N9LN:hover{background-color:#f5f5f5}.DataTable_selectionRow__3N9LN:hover .DataTable_hoverOnlyButtons__1O5-k{visibility:visible}.DataTable_selectionRow__3N9LN.DataTable_selected__vGn4N{background-color:#ebf5f5;background-color:var(--main-communicare-primary8,#ebf5f5)}.DataTable_headerStub__s17D-{border-bottom:none}.DataTable_headerCell__1BdAs{border-bottom:none;color:#202020;font-size:14px;font-weight:700;padding:16px 24px 16px 0}.DataTable_headerCell__1BdAs:last-child{padding-right:24px}.DataTable_headerRow__2ezqs{border-bottom:none;box-shadow:0 2px 2px 0 #d2d2d2}.DataTable_groupRow__3LAGC,.DataTable_headerRow__2ezqs{background-color:#f5f5f5;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif}.DataTable_groupRow__3LAGC{border-bottom:1px solid #e0e0e0}.DataTable_groupRow__3LAGC:hover{background-color:#f5f5f5}.DataTable_groupCell__z6ozt{border-bottom:none;color:#202020;font-size:12px;font-weight:600;letter-spacing:.2em;padding:12px 16px}.LoadMoreFooter_h1__An3yx,.LoadMoreFooter_h2__3Pduc,.LoadMoreFooter_h3__1J9Ft,.LoadMoreFooter_h4__7N1yM,.LoadMoreFooter_h5__1Dgxp,.LoadMoreFooter_h6__1K4MV{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.LoadMoreFooter_h1__An3yx{font-size:40px;line-height:48px}.LoadMoreFooter_h2__3Pduc{font-size:32px;line-height:40px}.LoadMoreFooter_h3__1J9Ft{font-size:28px;line-height:36px}.LoadMoreFooter_h4__7N1yM{font-size:24px;line-height:28px}.LoadMoreFooter_h5__1Dgxp{font-size:20px;line-height:28px}.LoadMoreFooter_h6__1K4MV{font-size:16px;line-height:20px}.LoadMoreFooter_loadMoreBar____-sr{align-items:center;border-top:1px solid #d2d2d2;display:flex;flex-direction:row;font-size:16px;height:50px;justify-content:center;padding:8px;position:absolute;width:100%}.LoadMoreFooter_message__1VqxG{margin-right:12px}.MedicationListsDataTable_h1__vl6yi,.MedicationListsDataTable_h2__tR7uq,.MedicationListsDataTable_h3__3Q_3k,.MedicationListsDataTable_h4___we-R,.MedicationListsDataTable_h5__1KE-w,.MedicationListsDataTable_h6__2bNsJ{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListsDataTable_h1__vl6yi{font-size:40px;line-height:48px}.MedicationListsDataTable_h2__tR7uq{font-size:32px;line-height:40px}.MedicationListsDataTable_h3__3Q_3k{font-size:28px;line-height:36px}.MedicationListsDataTable_h4___we-R{font-size:24px;line-height:28px}.MedicationListsDataTable_h5__1KE-w{font-size:20px;line-height:28px}.MedicationListsDataTable_h6__2bNsJ{font-size:16px;line-height:20px}.MedicationListsDataTable_cell__1MWab{color:#202020;font-size:16px;font-weight:400;padding:14px 8px}.MedicationListsDataTable_cell__1MWab:first-child{padding-right:48px}.MedicationListsDataTable_cell__1MWab:last-child{padding:6px 24px 6px 8px}.MedicationListsDataTable_statusCell__3orGO{align-items:center;border-radius:2px;display:inline-flex;font-size:12px;font-weight:700;height:24px;padding:0 8px;text-transform:uppercase}.MedicationListsDataTable_typesList__1osS3{list-style-type:none;margin:0;padding:0}.MedicationListsDataTable_published__ipJHD{background-color:#ebf8eb;color:#007500;letter-spacing:1px}.MedicationListsDataTable_draft__3jiR5{background-color:#fef8ed;color:#414141;letter-spacing:2px}.MedicationListsDataTable_updatedOn__1hBKs{color:#707070;font-size:14px}.MedicationListsDataTable_dataTableContainer__3p00g{display:flex;flex:1 1;height:100%;width:100%}.MedicationListsDataTable_actionButton__225fJ.MedicationListsDataTable_isLoading__2tNYC{visibility:hidden}.MedicationListsDataTable_headerCell__1CGnU{border-bottom:none;color:#202020;font-size:14px;font-weight:700;padding:16px 8px}.MedicationListsDataTable_headerCell__1CGnU:first-child{padding-right:48px}.MedicationListsDataTable_headerCell__1CGnU:last-child{padding-right:24px}.MedicationListsDataTable_hoverOnlyButtons__odx-b{margin-right:-4px}.MedicationListsDataTable_noResultsContainer__1-ngb{align-items:center;display:flex;flex-direction:column}.TwoPanelLayout_h1__2-TFz,.TwoPanelLayout_h2__5SqgY,.TwoPanelLayout_h3__3t9gg,.TwoPanelLayout_h4__2vi-i,.TwoPanelLayout_h5__2XgQj,.TwoPanelLayout_h6__2gQ_c{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.TwoPanelLayout_h1__2-TFz{font-size:40px;line-height:48px}.TwoPanelLayout_h2__5SqgY{font-size:32px;line-height:40px}.TwoPanelLayout_h3__3t9gg{font-size:28px;line-height:36px}.TwoPanelLayout_h4__2vi-i{font-size:24px;line-height:28px}.TwoPanelLayout_h5__2XgQj{font-size:20px;line-height:28px}.TwoPanelLayout_h6__2gQ_c{font-size:16px;line-height:20px}.TwoPanelLayout_twoPanelLayout__2Yrmx{display:flex;flex-direction:column;height:100%;position:relative;width:100%}.TwoPanelLayout_toolbar__360Su{height:56px;padding:0 24px}.TwoPanelLayout_secondaryToolbar__2dFqN,.TwoPanelLayout_toolbar__360Su{align-items:center;background-color:#fff;border-bottom:1px solid #d2d2d2;display:flex;flex-flow:row nowrap;justify-content:flex-start;min-height:56px;min-width:100%;text-align:center;width:100%;z-index:1020}.TwoPanelLayout_secondaryToolbar__2dFqN{padding:0}.TwoPanelLayout_contentArea__13QMx{display:flex;height:100%;max-width:100%;min-height:0;position:relative}.TwoPanelLayout_contentsPanel__2AAtj{align-items:center;display:flex;flex:1 1;flex-direction:column;margin-left:0;order:1;overflow:auto;position:relative;transition:padding .45s cubic-bezier(.25,.8,.25,1);will-change:padding}.TwoPanelLayout_contentsLeft__1hhvT{align-items:flex-start}.TwoPanelLayout_contentsPanelLeftOpen__2xKWF{padding-left:315px}.TwoPanelLayout_contentsPanelRightOpen__m_oX_{padding-right:315px}.TwoPanelLayout_leftPanel__c7GZm{background-color:#f5f5f5;border-right:1px solid #d2d2d2;border-top-width:0;display:flex;flex:1 0;flex-direction:column;height:100%;left:0;order:3;overflow-x:hidden;overflow-y:auto;padding:24px;position:absolute;top:0;-webkit-transform:translateX(-315px);transform:translateX(-315px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;transition:-webkit-transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1);width:315px;will-change:transform;z-index:1000}.TwoPanelLayout_leftPanel__c7GZm.TwoPanelLayout_noPadding__2wtFy{padding:0}.TwoPanelLayout_leftPanelOpen__3cbWW{-webkit-transform:translateX(0);transform:translateX(0)}.TwoPanelLayout_leftPanelOpen__3cbWW,.TwoPanelLayout_rightPanel__1hzHQ{transition:-webkit-transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1)}.TwoPanelLayout_rightPanel__1hzHQ{background-color:#fff;border-left:1px solid #d7d7d7;border-top-width:0;display:flex;flex:1 1;flex-direction:column;height:100%;min-width:315px;order:2;overflow-x:hidden;overflow-y:hidden;position:absolute;right:0;top:0;-webkit-transform:translateX(315px);transform:translateX(315px);-webkit-transform-style:preserve-3d;transform-style:preserve-3d;width:315px;will-change:transform;z-index:900}.TwoPanelLayout_rightPanelOpen__1Nwn8{-webkit-transform:translateX(0);transform:translateX(0);transition:-webkit-transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1);transition:transform .45s cubic-bezier(.25,.8,.25,1),-webkit-transform .45s cubic-bezier(.25,.8,.25,1);z-index:1000}.TwoPanelLayout_contentsMask__1KNmd{background-color:#202020;bottom:0;box-sizing:border-box;left:0;opacity:0;position:fixed;right:315px;top:102px;transition:opacity .3s cubic-bezier(.4,0,.2,1);transition-delay:.2s;visibility:hidden;width:100%;z-index:-1}.TwoPanelLayout_contentsMask__1KNmd.TwoPanelLayout_active__3PxjS{opacity:.5;-webkit-transform:translateX(0);transform:translateX(0);visibility:visible;width:100%;z-index:1000}.MedicationListFilter_h1__9Igni,.MedicationListFilter_h2__2Qbtt,.MedicationListFilter_h3__2kXGl,.MedicationListFilter_h4__dHxqO,.MedicationListFilter_h5__buv1d,.MedicationListFilter_h6__T18tv{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationListFilter_h1__9Igni{font-size:40px;line-height:48px}.MedicationListFilter_h2__2Qbtt{font-size:32px;line-height:40px}.MedicationListFilter_h3__2kXGl{font-size:28px;line-height:36px}.MedicationListFilter_h4__dHxqO{font-size:24px;line-height:28px}.MedicationListFilter_h5__buv1d{font-size:20px;line-height:28px}.MedicationListFilter_h6__T18tv{font-size:16px;line-height:20px}.MedicationListFilter_containFilters__D8eel{background-color:#f5f5f5;display:flex;flex-direction:column;height:100%;min-height:400px;padding:4px 0 0;-webkit-transform:translateY(0);transform:translateY(0);transition:min-height .45s cubic-bezier(.23,1,.32,1) 80ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) .12s;transition:transform .45s cubic-bezier(.23,1,.32,1) .12s,min-height .45s cubic-bezier(.23,1,.32,1) 80ms;transition:transform .45s cubic-bezier(.23,1,.32,1) .12s,min-height .45s cubic-bezier(.23,1,.32,1) 80ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) .12s;will-change:transform;z-index:3}.MedicationListFilter_containFilters__D8eel.MedicationListFilter_pickerOpen__12-uC{min-height:0;-webkit-transform:translateY(343px);transform:translateY(343px);transition:min-height .45s cubic-bezier(.23,1,.32,1) 80ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 60ms;transition:transform .45s cubic-bezier(.23,1,.32,1) 60ms,min-height .45s cubic-bezier(.23,1,.32,1) 80ms;transition:transform .45s cubic-bezier(.23,1,.32,1) 60ms,min-height .45s cubic-bezier(.23,1,.32,1) 80ms,-webkit-transform .45s cubic-bezier(.23,1,.32,1) 60ms}.MedicationListFilter_controls__w-VQQ{display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto;padding-bottom:24px}.MedicationListFilter_sectionTitle__1PMOY{color:#202020;font-size:14px;margin-bottom:12px;padding:0 24px}.MedicationListFilter_filterPadding__1wO7o{padding:24px}.MedicationListFilter_filterTabs__dCNbM{border-bottom:1px solid #d2d2d2}.MedicationListFilter_filterRow__kYH1-{margin-bottom:12px}.MedicationListFilter_filterOutstandingRoles__1y2rn{justify-content:space-between;margin-left:0;margin-top:-4px;width:100%}.MedicationListFilter_filterOutstandingRoles__1y2rn:first-of-type{margin-top:12px}.MedicationListFilter_tab__1uDLB{min-width:106px}.MedicationListFilter_tabContent__26wzU{padding:24px}.MedicationListFilter_card__1qXTJ{background:#fff;border-radius:2px;overflow:hidden}.MedicationListFilter_containSelectButtons__19a5R{display:flex;flex:1 1 100%;justify-content:space-between}.MedicationListFilter_buttonSelectAll__2U3Ww{margin-bottom:8px;padding-left:12px}.MedicationListFilter_metricPeriodPicker__3uKGZ{font-weight:400;padding:0 22px}.MedicationListFilter_clearButtonContainer__1j0Q8{border-top:1px solid #d2d2d2;bottom:0;height:64px;padding:12px;width:100%}.MedicationLists_dashboard__NUekm{align-items:center;background-color:#fff;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:center}.MedicationLists_dashboard__NUekm .MedicationLists_nothingSelected__1HMMa{text-align:center}.MedicationLists_dashboard__NUekm .MedicationLists_nothingSelected__1HMMa img{margin-bottom:20px}.MedicationLists_dashboard__NUekm .MedicationLists_nothingSelected__1HMMa .MedicationLists_h4__1H2Kw{margin-bottom:24px;max-width:460px}.MedicationsDashboard_h1__2cY4w,.MedicationsDashboard_h2__1Sf2p,.MedicationsDashboard_h3__3y4Mx,.MedicationsDashboard_h4__3MZXh,.MedicationsDashboard_h5__3TlJL,.MedicationsDashboard_h6__1dmxh{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationsDashboard_h1__2cY4w{font-size:40px;line-height:48px}.MedicationsDashboard_h2__1Sf2p{font-size:32px;line-height:40px}.MedicationsDashboard_h3__3y4Mx{font-size:28px;line-height:36px}.MedicationsDashboard_h4__3MZXh{font-size:24px;line-height:28px}.MedicationsDashboard_h5__3TlJL{font-size:20px;line-height:28px}.MedicationsDashboard_h6__1dmxh{font-size:16px;line-height:20px}.MedicationsDashboard_container__13idK{background-color:#fff;height:100%;padding:24px;width:100%}.MedicationsFeature_h1__3dkYY,.MedicationsFeature_h2__2ONF1,.MedicationsFeature_h3__ej4Qc,.MedicationsFeature_h4__1UKMn,.MedicationsFeature_h5__1KL2P,.MedicationsFeature_h6__2zdXf{color:#202020;font-family:Source Sans Pro,-apple-system,system-ui,BlinkMacSystemFont,Segoe UI,Helvetica Neue,Arial,sans-serif;font-style:normal;font-weight:600}.MedicationsFeature_h1__3dkYY{font-size:40px;line-height:48px}.MedicationsFeature_h2__2ONF1{font-size:32px;line-height:40px}.MedicationsFeature_h3__ej4Qc{font-size:28px;line-height:36px}.MedicationsFeature_h4__1UKMn{font-size:24px;line-height:28px}.MedicationsFeature_h5__1KL2P{font-size:20px;line-height:28px}.MedicationsFeature_h6__2zdXf{font-size:16px;line-height:20px}.MedicationsFeature_container__3ga1N{background-color:#f5f5f5;color:#707070;display:flex;font-size:16px;height:100vh;position:relative;width:100vw}.MedicationsFeature_twoPanelLayout__1X-1H{display:flex;height:100%;width:100%}.MedicationsFeature_twoPanelLayout__1X-1H .MedicationsFeature_contentsPanel__1MCw0{display:flex;flex:1 1 auto;height:100%;min-width:0;transition:margin .45s cubic-bezier(.25,.8,.25,1);will-change:margin}.MedicationsFeature_twoPanelLayout__1X-1H .MedicationsFeature_contentsPanel__1MCw0 .MedicationsFeature_header__Oj0NP{align-items:center;background-color:#fff;display:flex;flex-direction:row;height:56px;justify-content:flex-end;max-height:56px;min-height:56px;padding:0 24px}.MedicationsFeature_sidebar__RJqfP{background-color:#f5f5f5;border-right:1px solid #d2d2d2;border-top-width:0;display:flex;flex-direction:column;height:100%;min-width:314px;overflow-x:hidden;-webkit-transform:translateX(0);transform:translateX(0);transition-duration:.45s;transition-property:min-width,width;transition-timing-function:cubic-bezier(.23,1,.32,1);width:314px;will-change:transform;z-index:1000}.MedicationsFeature_sidebar__RJqfP.MedicationsFeature_sidebarCollapsed__3mKOi{min-width:56px;width:56px}.MedicationsFeature_sidebar__RJqfP>.MedicationsFeature_sidebarCollapseToggle__2FasB{flex:0 0 auto;padding:8px 0}.MedicationsFeature_sidebar__RJqfP>.MedicationsFeature_sidebarCollapseToggle__2FasB>.MedicationsFeature_closeButton__2_xOu{box-shadow:none}.MedicationsFeature_sidebar__RJqfP>.MedicationsFeature_sidebarCollapseToggle__2FasB>.MedicationsFeature_closeButton__2_xOu:hover{background-color:#fff}.MedicationsFeature_sidebar__RJqfP>.MedicationsFeature_sidebarMenu__1hdAr{flex:1 0 auto}.MedicationsFeature_medicationListWrapper__2nc7t{width:100%}
/*# sourceMappingURL=main.8fdb5083.css.map*/