.theme--light.v-expansion-panels .v-expansion-panel{background-color:#fff;color:rgba(0,0,0,.87)}.theme--light.v-expansion-panels .v-expansion-panel--disabled{color:rgba(0,0,0,.38)}.theme--light.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:rgba(0,0,0,.14)}.theme--light.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:rgba(0,0,0,.68)}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.04}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.12}.theme--light.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.16}.theme--light.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.04}.theme--dark.v-expansion-panels .v-expansion-panel{background-color:#312d4b;color:hsla(0,0%,100%,.87)}.theme--dark.v-expansion-panels .v-expansion-panel--disabled{color:hsla(0,0%,100%,.5)}.theme--dark.v-expansion-panels .v-expansion-panel:not(:first-child):after{border-color:hsla(0,0%,100%,.14)}.theme--dark.v-expansion-panels .v-expansion-panel-header .v-expansion-panel-header__icon .v-icon{color:hsla(0,0%,100%,.68)}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:hover:before{opacity:.08}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:hover:before,.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header:focus:before{opacity:.24}.theme--dark.v-expansion-panels.v-expansion-panels--focusable .v-expansion-panel-header--active:focus:before{opacity:.32}.theme--dark.v-expansion-panels.v-expansion-panels--hover>.v-expansion-panel>.v-expansion-panel-header:hover:before{opacity:.08}.v-expansion-panels{border-radius:5px;display:flex;flex-wrap:wrap;justify-content:center;list-style-type:none;padding:0;width:100%;z-index:1}.v-expansion-panels>*{cursor:auto}.v-expansion-panels>:first-child{border-top-left-radius:inherit;border-top-right-radius:inherit}.v-expansion-panels>:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active{border-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--active+.v-expansion-panel{border-top-left-radius:5px;border-top-right-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active{border-bottom-left-radius:5px;border-bottom-right-radius:5px}.v-expansion-panels:not(.v-expansion-panels--accordion):not(.v-expansion-panels--tile)>.v-expansion-panel--next-active .v-expansion-panel-header{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.v-expansion-panel{flex:1 0 100%;max-width:100%;position:relative;transition:.3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel:before{border-radius:inherit;bottom:0;content:"";left:0;position:absolute;right:0;top:0;z-index:-1;transition:box-shadow .28s cubic-bezier(.4,0,.2,1);box-shadow:0 3px 1px -2px rgba(0,0,0,.2),0 2px 2px 0 rgba(0,0,0,.14),0 1px 5px 0 rgba(0,0,0,.12)}.v-expansion-panel:not(:first-child):after{border-top:thin solid;content:"";left:0;position:absolute;right:0;top:0;transition:border-color .2s cubic-bezier(.4,0,.2,1),opacity .2s cubic-bezier(.4,0,.2,1)}.v-expansion-panel--disabled .v-expansion-panel-header{pointer-events:none}.v-expansion-panel--active+.v-expansion-panel,.v-expansion-panel--active:not(:first-child){margin-top:16px}.v-expansion-panel--active+.v-expansion-panel:after,.v-expansion-panel--active:not(:first-child):after{opacity:0}.v-expansion-panel--active>.v-expansion-panel-header{min-height:64px}.v-expansion-panel--active>.v-expansion-panel-header--active .v-expansion-panel-header__icon:not(.v-expansion-panel-header__icon--disable-rotate) .v-icon{transform:rotate(-180deg)}.v-expansion-panel-header__icon{display:inline-flex;margin-bottom:-4px;margin-top:-4px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.v-application--is-ltr .v-expansion-panel-header__icon{margin-left:auto}.v-application--is-rtl .v-expansion-panel-header__icon{margin-right:auto}.v-expansion-panel-header{align-items:center;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;font-size:.9375rem;line-height:1;min-height:48px;outline:none;padding:16px 24px;position:relative;transition:min-height .3s cubic-bezier(.25,.8,.5,1);width:100%}.v-application--is-ltr .v-expansion-panel-header{text-align:left}.v-application--is-rtl .v-expansion-panel-header{text-align:right}.v-expansion-panel-header:not(.v-expansion-panel-header--mousedown):focus:before{opacity:.12}.v-expansion-panel-header:before{background-color:currentColor;border-radius:inherit;bottom:0;content:"";left:0;opacity:0;pointer-events:none;position:absolute;right:0;top:0;transition:opacity .3s cubic-bezier(.25,.8,.5,1)}.v-expansion-panel-header>:not(.v-expansion-panel-header__icon){flex:1 1 auto}.v-expansion-panel-content{display:flex}.v-expansion-panel-content__wrap{padding:0 24px 16px;flex:1 1 auto;max-width:100%}.v-expansion-panels--accordion>.v-expansion-panel{margin-top:0}.v-expansion-panels--accordion>.v-expansion-panel:after{opacity:1}.v-expansion-panels--popout>.v-expansion-panel{max-width:calc(100% - 32px)}.v-expansion-panels--popout>.v-expansion-panel--active{max-width:calc(100% + 16px)}.v-expansion-panels--inset>.v-expansion-panel{max-width:100%}.v-expansion-panels--inset>.v-expansion-panel--active{max-width:calc(100% - 32px)}.v-expansion-panels--flat>.v-expansion-panel:after{border-top:none}.v-expansion-panels--flat>.v-expansion-panel:before{box-shadow:0 0 0 0 rgba(0,0,0,.2),0 0 0 0 rgba(0,0,0,.14),0 0 0 0 rgba(0,0,0,.12)}.v-expansion-panels--tile,.v-expansion-panels--tile>.v-expansion-panel:before{border-radius:0}.v-data-table.comment-list .v-data-table__wrapper table tbody tr{background-color:rgba(0,0,0,.08)}.v-data-table.comment-list .v-data-table__wrapper table tbody tr td{padding:0 0!important}.v-data-table.comment-list .v-data-table__wrapper table tbody tr td>*{display:inline-block;width:100%;height:100%;padding:0 6px;padding-top:13px}.v-data-table.comment-list .v-data-table__wrapper table tbody tr td .new{font-weight:600;background-color:#fff}.v-data-table.comment-list .v-data-table__wrapper table tbody tr.v-data-table__empty-wrapper{background-color:#fff}.view-comment .v-card__title{margin:12px 0;text-align:left}.view-comment>.row{width:100%;background-color:#fff;border:thin solid rgba(0,0,0,.22);border-radius:4px!important;padding:20px!important;margin:0 0 20px 0}.view-comment>.row pre{padding:0!important;font-family:Inter,sans-serif;font-size:18px!important;color:var(--v-secondary-darken4)}.small-tabs .v-tab[data-v-6910995e]{min-height:32px;padding:0 8px;font-size:14px;white-space:normal;word-break:break-word;text-align:center;max-width:140px}.not-bold{font-weight:400!important}.visitTypeFU,.visitTypeNew{color:#fff;padding:10px;border-radius:5px;box-sizing:border-box;width:120px;text-align:center}.visitTypeNew{background-color:green}.visitTypeFU{background-color:red}.pulse-assessment>div.row>*{flex:1 0 34%;margin-bottom:0!important}.past-medical-history[data-v-0dc33b1d]{margin-bottom:15px!important}.past-medical-history.v-btn[data-v-0dc33b1d]{width:100%;margin-bottom:19px!important}.risk-factors[data-v-76e2ab1e]{margin-bottom:15px!important}.risk-factors.v-btn[data-v-76e2ab1e]{width:100%;margin-bottom:19px!important}.prevent-break[data-v-a8eb51de]{word-break:keep-all;overflow-wrap:anywhere;white-space:normal}.operative-note-history{width:100%;font-size:15px;max-height:500px;border:thin solid rgba(0,0,0,.14);overflow-y:auto}.operative-note-history .row{border:thin solid rgba(0,0,0,.14);border-top-width:0;margin:0 -4px}.operative-note-history .row:first-child{border-top-width:thin}.operative-note-history .row label{background-color:#fff;color:var(--v-secondary-darken1);white-space:nowrap;border-right:thin solid rgba(0,0,0,.14)}.operative-note-history .row>div{background-color:#fff;color:var(--v-secondary-darken3)}.full-width-chip[data-v-11e05235]{width:100%;display:block;margin:0 auto;font-size:16px;min-height:auto!important;height:auto!important}[data-v-11e05235] .full-width-chip .v-chip__content{color:#000}.full-width-chip[data-v-7113f5ba]{width:100%;display:block;margin:0 auto;font-size:16px;min-height:auto!important;height:auto!important}[data-v-7113f5ba] .full-width-chip .v-chip__content{white-space:normal!important;word-break:break-word!important;overflow:visible!important}.attachments-modal .table-preview[data-v-7113f5ba]{width:100%;height:75px;line-height:75px}.attachments-modal .pdf-preview[data-v-7113f5ba]{max-width:250px;max-height:150px}.attachment-overlay[data-v-7113f5ba]{position:fixed;left:0;top:0;right:0;bottom:0;background-color:#fff;border-radius:0;overflow:hidden auto}.attachment-overlay .v-image[data-v-7113f5ba]{width:100%;height:91vh}.attachment-overlay .pdf-viewer[data-v-7113f5ba]{width:100%;height:100vh;opacity:0;border-bottom:10px solid #000;display:flex!important;align-items:center;transition:opacity .3s ease}.attachment-overlay .pdf-viewer[data-v-7113f5ba]:last-of-type{margin-bottom:95px}.attachment-overlay .controls[data-v-7113f5ba]{background-color:#fff;flex-wrap:nowrap;z-index:50;position:fixed;bottom:12px;left:12px;right:12px;padding:30px}.attachment-overlay .controls>div[data-v-7113f5ba]{color:var(--v-accent-lighten3);padding:0 10px;max-width:40%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.attachment-overlay .controls>div[data-v-7113f5ba]:first-of-type{padding-right:0}.attachment-overlay .controls>.synced[data-v-7113f5ba]{font-size:1rem;color:rgba(94,86,105,.68)!important}[data-v-7113f5ba] .image-preview{height:46px;line-height:46px;width:auto;border:1px solid #aaa;border-radius:5px;font-size:1rem}[data-v-7113f5ba] .image-preview.mime-type{padding:0 5px}[data-v-7113f5ba] .v-btn.v-btn--disabled.v-btn--active{background-color:var(--v-secondary-lighten3)!important}[data-v-7113f5ba] .v-btn.v-btn--disabled.v-btn--active .v-btn__content{color:rgba(0,0,0,.42)}[data-v-7113f5ba] .v-data-table.disable{position:relative}[data-v-7113f5ba] .v-data-table.disable .v-data-table__wrapper:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:10;opacity:.5}.full-width-chip[data-v-ace09bfe]{width:100%;display:block;margin:0 auto;font-size:16px;min-height:auto!important;height:auto!important}[data-v-ace09bfe] .full-width-chip .v-chip__content{white-space:normal!important;word-break:break-word!important;overflow:visible!important}.attachments-modal .table-preview[data-v-ace09bfe]{width:100%;height:75px;line-height:75px}.attachments-modal .pdf-preview[data-v-ace09bfe]{max-width:250px;max-height:150px}.attachment-overlay[data-v-ace09bfe]{position:fixed;left:0;top:0;right:0;bottom:0;background-color:#fff;border-radius:0;overflow:hidden auto}.attachment-overlay .v-image[data-v-ace09bfe]{width:100%;height:91vh}.attachment-overlay .pdf-viewer[data-v-ace09bfe]{width:100%;height:100vh;opacity:0;border-bottom:10px solid #000;display:flex!important;align-items:center;transition:opacity .3s ease}.attachment-overlay .pdf-viewer[data-v-ace09bfe]:last-of-type{margin-bottom:95px}.attachment-overlay .controls[data-v-ace09bfe]{background-color:#fff;flex-wrap:nowrap;z-index:50;position:fixed;bottom:12px;left:12px;right:12px;padding:30px}.attachment-overlay .controls>div[data-v-ace09bfe]{color:var(--v-accent-lighten3);padding:0 10px;max-width:40%;overflow:hidden;white-space:nowrap;text-overflow:ellipsis}.attachment-overlay .controls>div[data-v-ace09bfe]:first-of-type{padding-right:0}.attachment-overlay .controls>.synced[data-v-ace09bfe]{font-size:1rem;color:rgba(94,86,105,.68)!important}[data-v-ace09bfe] .image-preview{height:46px;line-height:46px;width:auto;border:1px solid #aaa;border-radius:5px;font-size:1rem}[data-v-ace09bfe] .image-preview.mime-type{padding:0 5px}[data-v-ace09bfe] .v-btn.v-btn--disabled.v-btn--active{background-color:var(--v-secondary-lighten3)!important}[data-v-ace09bfe] .v-btn.v-btn--disabled.v-btn--active .v-btn__content{color:rgba(0,0,0,.42)}[data-v-ace09bfe] .v-data-table.disable{position:relative}[data-v-ace09bfe] .v-data-table.disable .v-data-table__wrapper:before{content:"";position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff;z-index:10;opacity:.5}.carousel-rounded{border-radius:16px;overflow:hidden;box-shadow:0 4px 12px rgba(0,0,0,.15)}.blur-effect{filter:blur(1px);pointer-events:none}.v-data-table.wound-measurement-history{padding:0}.v-data-table.wound-measurement-history .v-data-table__wrapper{margin-bottom:12px;max-height:302px;overflow-y:auto;border:thin solid rgba(0,0,0,.14);border-radius:0}.v-data-table.wound-measurement-history .v-data-table__wrapper table thead th{text-align:center!important;width:16.666%}.v-data-table.wound-measurement-history .v-data-table__wrapper table thead th.debrided span{display:flex;justify-content:center;white-space:break-spaces;margin:0 auto}.v-data-table.wound-measurement-history .v-data-table__wrapper table thead th span{font-size:15px!important}.v-data-table.wound-measurement-history .v-data-table__wrapper table td,.v-data-table.wound-measurement-history .v-data-table__wrapper table th{height:50px!important;font-size:15px!important;border-right:thin solid rgba(0,0,0,.14)}.v-data-table.wound-measurement-history .v-data-table__wrapper table td:first-child,.v-data-table.wound-measurement-history .v-data-table__wrapper table th:first-child{border-left:thin solid rgba(0,0,0,.14)}.v-data-table.wound-measurement-history .v-data-table__wrapper table tbody tr td{color:var(--v-secondary-darken3)!important;padding:0 15px!important;white-space:nowrap}.v-data-table.wound-measurement-history .v-data-table__wrapper table tbody tr td:first-child{color:var(--v-secondary-darken1)!important;text-align:center!important}.v-data-table.wound-measurement-history .v-data-table__wrapper table tbody tr:last-child td{border-bottom:thin solid rgba(0,0,0,.14)}.full-width-chip[data-v-8644eeec]{width:100%;display:block;margin:0 auto;font-size:16px;min-height:auto!important;height:auto!important}[data-v-8644eeec] .full-width-chip .v-chip__content{color:#000}.filters-title{margin-bottom:8px}.wound-treatments{min-height:150px}.wound-treatments>.row .v-card__actions{margin-bottom:16px!important}.wound-treatments .wound{border:thin solid rgba(0,0,0,.14);border-radius:6px;background-color:rgba(0,0,0,.05);padding:0!important;margin-bottom:20px}.wound-treatments .wound .v-card__actions{padding:4px;margin:0!important;border-bottom:thin solid rgba(0,0,0,.14)}.wound-treatments .wound .v-card__actions button{margin:0}.wound-treatments .wound .v-card__actions .practice-type-title{font-size:16px;color:#000;line-height:2;padding:0}.wound-treatments .wound .wound-treatment-details{margin:0!important;padding:16px 4px;background-color:transparent;border-bottom-right-radius:6px;border-bottom-left-radius:6px}.wound-treatments .wound .wound-treatment-details .row{margin-left:0;margin-right:0}.wound-treatments .wound .wound-treatment-details .row>div,.wound-treatments .wound .wound-treatment-details .row label{line-height:22px}.wound-treatments .wound .wound-treatment-details .row label{padding:5px 10px 3px 0;color:#000}.wound-treatments .wound .wound-treatment-details .row>div{font-size:16px;padding:4px 0;font-weight:500;color:#000}.encounter-comments-header[data-v-8cdee29e]{padding:6px;background-color:var(--v-secondary-darken1);min-height:42px;border-radius:0}.encounter-comments-header[data-v-8cdee29e] .v-expansion-panel-header__icon,.encounter-comments-header[data-v-8cdee29e] .v-icon{color:#fff!important}.header-word[data-v-8cdee29e]{font-size:16px!important;font-weight:600!important;color:#fff;line-height:2!important;display:flex;align-items:center;justify-content:center;margin-left:16px}