.allymar-ehr__account-info-container{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:10px;max-width:800px;margin:auto;background-color:transparent}.allymar-ehr-web__account-info-container{max-width:100%}.allymar-ehr__account-title{font-size:18px;font-weight:600;color:#111}.allymar-ehr__account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.allymar-ehr__account-item{display:flex;align-items:center;background-color:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 2px #0000000d;gap:12px}.allymar-ehr__icon-box{background:#444;border-radius:4px;border:1px solid #dddddd;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #2d2e411a;transition:background .2s,box-shadow .2s}.allymar-ehr__icon-box img{width:18px;height:18px;filter:invert(1) brightness(2);transition:filter .2s}.allymar-ehr__info-text .allymar-ehr__label{font-weight:600;font-size:13px;color:#111}.allymar-ehr__info-text .allymar-ehr__value{font-size:13px;color:#444}.allymar-ehr__accordion{background-color:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all 1s ease-in-out}.allymar-ehr__accordion-header{display:flex;align-items:center;justify-content:space-between;padding:14.5px 10px;cursor:pointer;background-color:#fff}.allymar-ehr__accordion-header-content{flex:1;font-size:14px;font-weight:600;color:#333}.allymar-ehr__accordion-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__accordion-icon.allymar-ehr__rotate{transform:rotate(180deg)}.allymar-ehr__accordion-content{background-color:#fff;display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:grid-template-rows .6s ease,opacity .6s ease}.allymar-ehr__accordion-content.allymar-ehr__open{grid-template-rows:1fr;opacity:1}.allymar-ehr__accordion-content-inner{overflow:hidden}.allymar-ehr__spinner{animation:allymar-ehr__spin 1s linear infinite}.allymar-ehr__spinner--md{height:1.25rem;width:1.25rem}.allymar-ehr__spinner--lg{height:1.5rem;width:1.5rem}.allymar-ehr__spinner--xl{height:2rem;width:2rem}.allymar-ehr__textarea-wrapper{position:relative;background-color:#fff;border:1px solid #e0e6ed;border-radius:6px;padding:8px;display:flex;flex-direction:column}.allymar-ehr__textarea{font-family:Montserrat,sans-serif!important;color:#000;resize:none;min-height:60px;font-size:14px;border:none;outline:none;background-color:#fff;padding-right:60px}.allymar-ehr__textarea-wrapper:focus-within{border-color:#20c7ca}.allymar-ehr__textarea-buttons-wrapper{position:absolute;bottom:8px;right:8px;display:flex;gap:4px;align-items:center;justify-content:flex-end}.allymar-ehr__textarea-save-button{position:relative;background-color:#fff;color:#0667f8;border:1px solid #0667f8;border-radius:6px;font-size:12px;font-weight:600;padding:2px 10px;cursor:pointer;height:24px;white-space:nowrap;display:flex;align-items:center;gap:4px}.allymar-ehr__textarea-cancel-button{position:relative;background-color:#fff;color:#111;border:1px solid #ddd;border-radius:6px;font-size:12px;font-weight:600;padding:2px 10px;cursor:pointer;height:24px;white-space:nowrap;display:flex;align-items:center;gap:4px}.allymar-ehr__textarea-wrapper textarea:focus-visible{outline:none}.allymar-ehr__textarea-wrapper.allymar-ehr__textarea-error-border{border-color:#e53935!important}.allymar-ehr__textarea-save-button:disabled{opacity:.5;cursor:not-allowed}.allymar-ehr__add-note-container{display:flex;justify-content:start;align-items:center;gap:4px;background-color:transparent}.allymar-ehr__add-note-button{background-color:transparent;color:#0667f8;border:none;outline:none;cursor:pointer;font-size:12px;font-weight:600;white-space:nowrap}.allymar-ehr__note-box{display:flex;align-items:start;border-bottom-left-radius:6px;border-bottom-right-radius:6px;gap:4px;font-size:12px;font-weight:500;color:#111;background-color:#d5ebeb;padding:8px}.allymar-ehr__note-icon{min-width:20px;min-height:20px}.allymar-ehr__note-text{margin:auto 0}.allymar-ehr__note-box-view{background-color:#fff;color:#111;display:flex;align-items:center;justify-content:space-between;gap:4px;border-top-right-radius:6px;border-top-left-radius:6px}.allymar-ehr__note-content{display:flex;gap:2px}.allymar-ehr__note-label{margin-right:4px;font-weight:600}.allymar-ehr__note-edit-icon{cursor:pointer;flex-shrink:0}.allymar-ehr__note-container{display:flex;flex-direction:column;gap:4px}.allymar-ehr__note-title{color:#111;font-size:12px;font-weight:600}.allymar-ehr__button{outline:none;font-weight:600;border-radius:9999px;padding:.5rem 1.25rem;border:1px solid transparent;font-size:.875rem;cursor:pointer;opacity:1;transition:opacity .3s}.allymar-ehr__button:disabled{cursor:not-allowed;opacity:.8}.allymar-ehr__button:hover:not(:disabled){opacity:.9}.allymar-ehr__button-children{display:flex;align-items:center;justify-content:center;gap:6px}.allymar-ehr__button-children-loading{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allymar-ehr__button--primary-regular{background-color:#20c7ca;border:1px solid transparent;color:#111}.allymar-ehr__button--primary-regular:hover{background-color:#fff;border:1px solid #20c7ca;color:#20c7ca}.allymar-ehr__button--primary-outlined{background-color:#fff;border:1px solid #ddd;color:#333;font-weight:500}.allymar-ehr__button--primary-outlined:hover{border-color:#20c7ca;color:#20c7ca}.allymar-ehr__button--primary-outlined:disabled{background-color:#ffffff80}.allymar-ehr__button--secondary-regular{background-color:#fff;border:1px solid #ddd;color:#111}.allymar-ehr__button--secondary-regular:hover{background-color:#f5f5f5}.allymar-ehr__button--secondary-regular:disabled{background-color:#ddd;opacity:.8;color:#111}.allymar-ehr__button--lightBlue-regular{background-color:#e0f7fa;color:#007bff}.allymar-ehr__button--lightBlue-outlined{background-color:#fff;border:1px solid #007bff;color:#007bff}.allymar-ehr__button--lightBlue-outlined:hover{background-color:#007bff;color:#fff}.allymar-ehr__button--red-regular{background-color:#ff5454;border:1px solid transparent;color:#fff}.allymar-ehr__button--red-regular:hover{background-color:#fff;color:#ff5454}.allymar-ehr__button--red-outlined{background-color:#fff;border:1px solid #ff5454;color:#ff5454}.allymar-ehr__button--red-outlined:hover{background-color:#ff5454;color:#fff}.allymar-ehr__checkbox-base{min-width:20px;min-height:20px;width:20px;height:20px;border:1px solid #666;border-radius:6px;background-color:#fff;padding:4px;cursor:pointer;display:flex;align-items:center;justify-content:center}.allymar-ehr__checkbox-checked{background-color:#037847;border:none}.allymar-ehr__checkbox-disabled{cursor:not-allowed;opacity:.6}.allymar-ehr__check-icon{stroke:#fff;width:100%;height:100%}.allymar-ehr__tooltip-wrapper{position:relative;display:inline-flex;align-items:center}.allymar-ehr__tooltip{position:absolute;z-index:1000;pointer-events:none}.allymar-ehr__tooltip-content{background:#111;color:#fff;font-size:12px;line-height:16px;padding:6px 8px;border-radius:6px;box-shadow:0 4px 12px #0000002e;white-space:nowrap}.allymar-ehr__tooltip-arrow{position:absolute;width:0;height:0}.allymar-ehr__tooltip--top{bottom:100%;left:50%;transform:translate(-50%)}.allymar-ehr__tooltip--top .allymar-ehr__tooltip-arrow{left:50%;transform:translate(-50%);top:100%;border-left:6px solid transparent;border-right:6px solid transparent;border-top:6px solid #111111}.allymar-ehr__tooltip--bottom{top:100%;left:50%;transform:translate(-50%)}.allymar-ehr__tooltip--bottom .allymar-ehr__tooltip-arrow{left:50%;transform:translate(-50%);bottom:100%;border-left:6px solid transparent;border-right:6px solid transparent;border-bottom:6px solid #111111}.allymar-ehr__tooltip--left{right:100%;top:50%;transform:translateY(-50%)}.allymar-ehr__tooltip--left .allymar-ehr__tooltip-arrow{right:-6px;top:50%;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-left:6px solid #111111}.allymar-ehr__tooltip--right{left:100%;top:50%;transform:translateY(-50%)}.allymar-ehr__tooltip--right .allymar-ehr__tooltip-arrow{left:-6px;top:50%;transform:translateY(-50%);border-top:6px solid transparent;border-bottom:6px solid transparent;border-right:6px solid #111111}.allymar-ehr__icd-skeleton{display:flex;flex-direction:column;gap:8px;padding:6px 16px 10px}.allymar-ehr__icd-skeleton-line{position:relative;overflow:hidden;height:14px;background-color:#e6edf7;border-radius:4px}.allymar-ehr__icd-skeleton-code{width:30%}.allymar-ehr__icd-skeleton-desc{width:85%;height:12px}.allymar-ehr__icd-skeleton-line:after{content:"";position:absolute;top:0;left:-40%;width:40%;height:100%;background:linear-gradient(90deg,#e6edf700,#ffffffb3,#e6edf700);animation:allymar-ehr__icd-skeleton-shimmer 1.2s ease-in-out infinite}@keyframes allymar-ehr__icd-skeleton-shimmer{0%{left:-40%}to{left:100%}}.allymar-ehr__drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:99;opacity:0;transition:opacity .3s ease;pointer-events:none}.allymar-ehr-ext__drawer-overlay{border-radius:18px}.allymar-ehr__drawer-overlay.allymar-ehr__active{opacity:1;pointer-events:auto}.allymar-ehr-web__drawer{position:absolute;top:0;right:0;width:500px;max-width:45%;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer{position:absolute;top:0;right:0;height:100%;width:80%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer-expanded{position:absolute;top:0;right:0;height:100%;width:60%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer-header{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;border-bottom:1px solid #ddd;padding:16px 12px}.allymar-ehr__drawer-header-tooltip{flex:1;min-width:0}.allymar-ehr__drawer-header-tooltip .allymar-ehr__tooltip{min-width:75%;max-width:90%}.allymar-ehr__drawer-header-tooltip .allymar-ehr__tooltip-content{max-width:100%;white-space:normal;overflow-wrap:anywhere}.allymar-ehr__drawer-header-title{flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.4;padding-right:12px}.allymar-ehr__drawer-close{color:#666;cursor:pointer;width:20px;height:20px}.allymar-ehr__drawer-body{height:calc(100% - 108px);display:flex;flex-direction:column;justify-content:space-between;gap:10px}.allymar-ehr-web__drawer-body{height:calc(100vh - 108px);display:flex;flex-direction:column;justify-content:space-between;gap:10px;flex:auto}.allymar-ehr-web__drawer-upper-content{display:flex;flex-direction:column;gap:10px;height:inherit}.allymar-ehr__drawer-upper-content{display:flex;flex-direction:column;gap:10px;height:100%}.allymar-ehr__drawer-lower-content{display:flex;flex-direction:column;padding:10px;border-top:1px solid #ddd}.allymar-ehr__drawer-lower-content-label{font-size:12px;font-weight:600;margin-bottom:4px}.allymar-ehr__drawer-lower-content textarea{height:60px;font-size:12px;font-weight:500}.allymar-ehr__drawer-lower-content-error{color:#ff5454;font-size:12px;margin-top:4px}.allymar-ehr__search-container{display:flex;flex-direction:column;gap:10px;padding:10px;border-bottom:1px solid #ddd}.allymar-ehr__search-input{position:relative}.allymar-ehr__search-icon{position:absolute;top:7px;left:8px}.allymar-ehr__search-cancel-icon{position:absolute;top:9px;right:8px;z-index:1;cursor:pointer}.allymar-ehr__search-loading{position:absolute;top:7px;left:8px}.allymar-ehr__search-loading .allymar-ehr__spinner{width:16px;height:16px;border:2.5px solid #ccc;border-top:2.5px solid #444;border-radius:50%;animation:allymar-ehr__spin 1s linear infinite}@keyframes allymar-ehr__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.allymar-ehr__icd-search{width:100%;padding:8px 12px 8px 36px;color:#666;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.allymar-ehr__icd-search:focus{outline:none;border-color:#20c7ca}.allymar-ehr__chip-container{display:flex;flex-wrap:wrap;gap:.5rem}.allymar-ehr__chip{display:flex;align-items:center;gap:4px;background-color:#edf4ff;padding:5.5px 4px;border:1px solid #ddd;border-radius:4px;font-size:12px;font-weight:600}.allymar-ehr__suggested-label{font-size:12px;font-weight:700}.allymar-ehr__suggested-icd{display:flex;align-items:start;gap:8px}.allymar-ehr__accepted-icd-list,.allymar-ehr__unaccepted-icd-list{list-style:none;padding:0;margin:0;font-size:12px;font-weight:600;display:flex;flex-direction:column;gap:8px}.allymar-ehr__suggested-icd-label{font-size:12px;color:#666;font-weight:500}.allymar-ehr__icd-list-item{display:flex;align-items:start;gap:8px;padding:4px 0}.allymar-ehr__unaccepted-icd-list{padding:0 10px}.allymar-ehr__suggested-container-wrapper{overflow-y:auto;display:flex;flex:auto;flex-direction:column;gap:10px;margin-bottom:4px}.allymar-ehr__suggested-container{display:flex;flex-direction:column;gap:10px;padding:10px;background-color:#edf4ff}.allymar-ehr__suggested-container-header{display:flex;align-items:center}.allymar-ehr__suggested-label-error{background-color:#ff545426;color:#dd1919;font-size:12px;padding:4px 8px;border-radius:4px}.allymar-ehr__icd-codes-loader{margin:2px 10px}.allymar-ehr__icd-codes-loader-text{display:flex;align-items:center;width:-moz-fit-content;width:fit-content;gap:4px;font-size:12px;font-weight:600;padding:6px;color:#fff;background-color:#666;margin-top:4px;border-radius:4px}.allymar-ehr__drawer-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px;border-top:1px solid #ddd;background-color:#fff}.allymar-ehr__drawer-footer .allymar-ehr__confirm-btn{width:50%;height:32px;background-color:#20c7ca;color:#111;border:none;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__drawer-footer .allymar-ehr__cancel-btn{width:50%;height:32px;background:#fff;color:#666;border:1px solid #ddd;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__dismiss-container{padding:10px;color:#111}.allymar-ehr__dismiss-title{font-weight:600;font-size:12px}.allymar-ehr__radio-group{display:flex;flex-direction:column;gap:.75rem}.allymar-ehr__radio-container{display:flex;flex-direction:column;gap:4px}.allymar-ehr__radio-option{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;cursor:pointer;position:relative}.allymar-ehr__radio-option input[type=radio]{opacity:0;position:absolute;left:0;width:18px;height:18px;cursor:pointer;margin:0}.allymar-ehr__radio-option span{display:inline-flex;align-items:center}.allymar-ehr__radio-option span:before{content:"";display:inline-block;width:18px;height:18px;margin-right:6px;border:2px solid #d3d3d3;border-radius:50%;box-sizing:border-box;transition:border-color .2s ease;margin-bottom:2px}.allymar-ehr__radio-option input[type=radio]:checked+span:after{content:"";position:absolute;left:5px;top:5px;width:8px;height:8px;background-color:#007aff;border-radius:50%}.allymar-ehr-ext__radio-option-tag input[type=radio]:checked+span:after{top:6px}.allymar-ehr__radio-option input[type=radio]:checked+span:before{border-color:#007aff}.allymar-ehr__note-area{position:relative}.allymar-ehr__note-input{width:100%;min-height:60px;resize:none;padding:8px;border:1px solid #ddd;border-radius:8px;font-size:12px;color:#666;background-color:#f5f5f5}.allymar-ehr__note-input:focus{outline:none;box-shadow:0 0 0 2px #007aff33}.allymar-ehr__dismiss-content{display:flex;flex-direction:column;justify-content:space-between;gap:10px}.allymar-ehr__switch{position:relative;display:inline-block;width:32px;height:18px}.allymar-ehr__switch input{opacity:0;width:0;height:0}.allymar-ehr__slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.4s;border-radius:20px}.allymar-ehr__slider:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #00000026}input:checked+.allymar-ehr__slider{background-color:#20c7ca}input:checked+.allymar-ehr__slider:before{transform:translate(14px)}.allymar-ehr__drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;overflow:hidden}.allymar-ehr__drawer-overlay.allymar-ehr__active{opacity:1;visibility:visible}.allymar-ehr-web__drawer-component{position:fixed;top:0;right:0;width:auto;min-width:689px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer-expanded{position:fixed;top:0;right:0;width:80%;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer-component-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e0e0e0;flex:0 0 auto}.allymar-ehr__drawer-component-header span{font-size:1.1rem;font-weight:500}.allymar-ehr__drawer-body{flex:1 1 auto;overflow:auto;min-height:0;padding:0;display:flex;flex-direction:column}.allymar-ehr__drawer-header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:20px}.allymar-ehr__input-wrapper{width:100%}.allymar-ehr__input-label-wrapper{display:flex;align-items:center;gap:1px}.allymar-ehr__input-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__input-required{color:#ff5454;font-size:14px;font-weight:500;margin-left:2px}.allymar-ehr__input-loading{font-size:8px;animation:allymar-ehr__spin 1s linear infinite;color:#666}.allymar-ehr__input-container{display:flex;flex-direction:column;position:relative;border-radius:4px}.allymar-ehr__input-margin-top{margin-top:4px}.allymar-ehr__input-base{flex:auto;height:40px;font-size:14px;border-radius:4px;padding:0 12px;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1}.allymar-ehr__input-base:disabled{background-color:#f1f5f9;color:#9ca3af}.allymar-ehr__input-error{color:#ff5454;font-size:12px;font-weight:500;margin-top:2px}@keyframes allymar-ehr__spin{to{transform:rotate(360deg)}}.allymar-ehr__input{border-radius:8px;padding:10px 12px;outline:none;border:1px solid #ddd;background-color:#fff!important;color:#111!important}.allymar-ehr__input::-moz-placeholder{color:#666}.allymar-ehr__input::placeholder{color:#666}.allymar-ehr__input--error{border-color:#e53935}.allymar-ehr__input--valid:focus-visible{outline:none}.allymar-ehr__input--valid:focus{border-color:#20c7ca}.allymar-ehr__input--disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.allymar-ehr__input--search{padding-left:40px;padding-right:10px}.allymar-ehr__pdf-toolbar{display:flex;align-items:center;justify-content:space-between;background-color:#f5feff;border-bottom:1px solid #c5d8db;min-height:40px;padding:0 4px;box-sizing:border-box}.allymar-ehr__pdf-toolbar-left{display:flex;align-items:stretch;gap:0}.allymar-ehr__pdf-toolbar-cell{display:flex;align-items:center;padding:0 6px;box-sizing:border-box}.allymar-ehr-web__pdf-toolbar-cell{display:flex;align-items:center;padding:0 12px;box-sizing:border-box}.allymar-ehr__pdf-toolbar-cell-label{color:#666;font-size:12px;font-weight:500;background:#fff3}.allymar-ehr-web__pdf-toolbar-cell-label{color:#666;font-size:14px;font-weight:500;background:#fff3}.allymar-ehr__pdf-toolbar-cell-input{padding:0;background:#fff;border:1px solid #ddd;border-radius:4px;margin:0 2px}.allymar-ehr__pdf-toolbar-cell-text{color:#3f3f3f;font-size:14px;font-weight:500;background:#fff3}.allymar-ehr__pdf-toolbar-cell-nav{padding:0;background:#fff3}.allymar-ehr-web__pdf-toolbar-page-input{width:40px!important;text-align:center;border:none!important;background-color:#fff;height:100%;padding:6px 10px!important;font-size:16px;box-sizing:border-box;color:#666;margin-bottom:0!important}.allymar-ehr__pdf-toolbar-page-input{width:38px!important;text-align:center;border:none!important;background-color:#fff;height:100%;padding:8px 6px!important;font-size:14px;box-sizing:border-box;color:#666;margin-bottom:0!important}.allymar-ehr__pdf-toolbar-icon-btn{background:none;border:none;cursor:pointer;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.allymar-ehr-web__pdf-toolbar-icon-btn{background:none;border:none;cursor:pointer;color:#666;padding:4px;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.allymar-ehr__pdf-toolbar-icon-btn:disabled{opacity:.45;cursor:not-allowed}.allymar-ehr__pdf-toolbar-right{display:flex;align-items:center;gap:6px;margin-right:4px}.allymar-ehr-web__pdf-toolbar-right{display:flex;align-items:center;gap:10px;margin-right:10px}.allymar-ehr__pdf-toolbar-circle-btn{width:20px;height:20px;border-radius:50%;border:2px solid #6b7175;background:transparent;color:#4a4f53;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;padding-top:3px;color:#666}.allymar-ehr__pdf-toolbar-circle-btn:disabled{opacity:.45;cursor:not-allowed}.allymar-ehr__pdf-toolbar-zoom-pill{background:#fff;border-left:1px solid #d7e0e4;border-right:1px solid #d7e0e4;padding:6px;font-size:14px;color:#3f3f3f}.allymar-ehr__pdf-toolbar-zoom-pill{background:#fff;border:1px solid #d7e0e4;border-radius:4px;padding:3px 8px;font-size:13px;font-weight:500;color:#3f3f3f;min-width:44px;text-align:center}.allymar-ehr__pdf-toolbar-divider{width:1px;height:20px;background:#666;margin:0 6px}.allymar-ehr__pdf-toolbar-icon-only{background:none!important;border:none!important;padding:0 4px!important;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:20px;margin-top:6px}.allymar-ehr__pdf-toolbar-zoom-icon{width:14px;height:14px;display:block}.allymar-ehr__pdf-toolbar-circle-img{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__pdf-toolbar-circle-img.allymar-ehr__is-disabled{opacity:.45;cursor:default;pointer-events:none}.allymar-ehr__toolbar-icon-20{width:20px;height:20px}.allymar-ehr__toolbar-icon-16{width:16px;height:16px}.allymar-ehr__pdf{position:relative;display:flex;flex-direction:column;height:100%;min-height:0;overflow:hidden}.allymar-ehr__pdf .allymar-ehr__pdf-toolbar{flex-shrink:0;position:sticky;top:0;z-index:10}.allymar-ehr__pdf--fullscreen{overflow:hidden}.allymar-ehr__pdf-document-container{flex:1 1 0;min-height:0;overflow-y:auto;overflow-x:auto;display:flex;flex-direction:column;align-items:center;gap:12px;padding:16px 12px;background-color:#eef0f2;box-sizing:border-box}.allymar-ehr__pdf-document-container--fullscreen{height:100%;width:100%}.allymar-ehr__pdf-page-wrapper{position:relative;line-height:0;font-size:0}.allymar-ehr__pdf-page{display:block;border:none;border-radius:2px;box-shadow:0 2px 12px #0000002e,0 1px 3px #0000001a;max-width:100%}.allymar-ehr__pdf-link-overlay{cursor:pointer}.allymar-ehr__pdf-back-to-top{position:absolute;bottom:24px;right:24px;width:40px;height:40px;border-radius:50%;border:2px solid transparent;background:#2d2e40;color:#fff;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:20;transition:transform .15s ease}.allymar-ehr__pdf-back-to-top:hover{transform:scale(1.08)}.allymar-ehr__long-up-icon{stroke:#fff}.allymar-ehr__fullscreen{width:100%;height:100%;position:fixed;top:0;left:0;background:#fff;z-index:1000;overflow-y:auto}.dark .allymar-ehr__fullscreen{background:#121212}.allymar-ehr__pdf-encounter{display:flex;flex-direction:column;height:100%;width:100%;background:#fff;overflow:hidden}.allymar-ehr__pdf-encounter-viewport{flex:1 1 0;display:flex;flex-direction:column;overflow:hidden;min-height:0}.allymar-ehr__pdf-encounter-frame{flex:1 1 0;min-height:0;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__user-initials{display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:9999px;height:40px;width:40px;text-transform:capitalize}.allymar-ehr__user-initials--default-bg{background-color:#ddd}.allymar-ehr__user-initials--default-text{color:#111}.allymar-ehr__user-initials--default-size{font-size:14px}.allymar-ehr__skeleton-box{position:relative;overflow:hidden;background-color:#e6e6e6;border-radius:8px}.allymar-ehr__skeleton-box:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:allymar-ehr__skeleton-shimmer 1.4s ease-in-out infinite}@keyframes allymar-ehr__skeleton-shimmer{to{left:100%}}.allymar-ehr__diagnosis-container{position:relative;padding:16px 10px;display:flex;flex-direction:column;gap:12px;color:#111;font-size:12px}.allymar-ehr-web__diagnosis-container{padding:16px}.allymar-ehr__gaps-container{display:flex;flex-direction:column}.allymar-ehr__gaps-list-container{display:flex;flex-direction:column;gap:14px}.allymar-ehr-web__gaps-container{padding:0 20px 18px}.allymar-ehr__profile-container{display:flex;flex-direction:column;border-radius:16px;background:#f5f5f5}.allymar-ehr__user-initials-bg{background-color:#e8eaff}.allymar-ehr__user-initials-result{font-size:18px;font-weight:700;height:54px;width:54px}.allymar-ehr__profile{padding:10px 12px;display:flex;gap:18px;background-color:#e8eaff;border-top-left-radius:16px;border-top-right-radius:16px}.allymar-ehr__profile .patient-image,.patient-image img{width:54px;height:54px;border-radius:50%}.allymar-ehr__patient-details{display:flex;flex-direction:column;justify-content:center;flex:1;gap:4px}.allymar-ehr__dot{width:2px;height:2px;border-radius:50%;background-color:#666}.allymar-ehr__patient-details .patient-name{font-size:18px;font-weight:700}.allymar-ehr__patient-details .patient-info{display:flex;align-items:center;gap:8px;color:#666;font-weight:500}.allymar-ehr__patient-details .patient-info .capitalize{text-transform:capitalize}.allymar-ehr__gaps-title-header{display:flex;justify-content:space-between;align-items:flex-start;flex-wrap:wrap;gap:8px;padding-top:18px;padding-bottom:16px}.allymar-ehr__gaps-title-section{display:flex;flex-direction:column;gap:12px}.allymar-ehr__gap-status-chip{padding:4px 10px;border-radius:6px;font-size:12px;font-weight:500;border-width:1px;border-style:solid;white-space:nowrap}.allymar-ehr__gap-status-chip--agree{color:#037847;background-color:#03784710;border-color:#037847}.allymar-ehr__gap-status-chip--dismiss{color:#ff5454;background-color:#ff545410;border-color:#ff5454}.allymar-ehr__soap-generate-bar{margin-bottom:16px;padding:10px 14px;border-radius:12px;background-color:#cde2e2;border:1.5px solid #e2e8f0;display:flex;justify-content:space-between;align-items:center;gap:16px;flex-wrap:wrap}.allymar-ehr__fetching-status-bar{margin-bottom:16px;padding:0 14px;border-radius:12px;background-color:#f1f5f9;border:1.5px solid #e2e8f0;display:flex;align-items:center;gap:12px;height:34px}.allymar-ehr__fetching-status-loader{display:inline-flex;align-items:center;justify-content:center}.allymar-ehr__fetching-status-text{font-size:13px;font-weight:600;color:#64748b}.allymar-ehr__soap-generate-right{display:flex;align-items:center;gap:12px}.allymar-ehr__soap-generate-visit{display:flex;align-items:center;gap:10px}.allymar-ehr__soap-generate-label{font-size:12px;font-weight:600;color:#111;white-space:nowrap;letter-spacing:.01em}.allymar-ehr__soap-generate-popover .allymar-ehr__popover-panel{margin-top:6px;border-radius:10px;border:1.5px solid #e2e8f0;box-shadow:0 8px 24px #0000001a,0 2px 8px #0000000f;overflow:hidden;padding:4px}.allymar-ehr__soap-generate-select{min-width:210px;height:34px;border-radius:8px;border:1.5px solid #e2e8f0;padding:0 12px;font-size:12.5px;font-weight:500;color:#1e293b;background-color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;white-space:nowrap;cursor:pointer;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.allymar-ehr__soap-generate-select:hover{border-color:#94a3b8;background-color:#f8fafc}.allymar-ehr__soap-generate-select:focus,.allymar-ehr__soap-generate-select[aria-expanded=true]{border-color:#20c7ca;outline:none}.allymar-ehr__soap-generate-caret{font-size:11px;color:#94a3b8;transition:transform .2s ease;line-height:1}.allymar-ehr__soap-generate-select[aria-expanded=true] .allymar-ehr__soap-generate-caret{transform:rotate(180deg)}.allymar-ehr__soap-generate-caret-icon{display:block;width:14px;height:14px;opacity:1;rotate:180deg;filter:brightness(.7) contrast(1.25)}.allymar-ehr__soap-generate-button{min-width:185px;height:34px;font-size:12.5px;font-weight:600;white-space:nowrap;border-radius:8px;letter-spacing:.01em;position:relative;overflow:hidden;display:inline-flex;align-items:center;justify-content:center;gap:8px;padding:0 12px;color:#fff;background:#0d9488;border:none;box-shadow:0 1px 2px #0f172a1f;cursor:pointer;transition:transform .2s ease,box-shadow .2s ease,filter .2s ease}.allymar-ehr__soap-generate-button:before{content:"";position:absolute;top:0;left:-100%;width:100%;height:100%;background:linear-gradient(90deg,transparent,rgba(255,255,255,.18),transparent);transition:left .4s ease}.allymar-ehr__soap-generate-button:hover:before{left:100%}.allymar-ehr__soap-generate-button:hover:not(:disabled){transform:translateY(-1px)}.allymar-ehr__soap-generate-button:active:not(:disabled){transform:translateY(0);box-shadow:none;filter:none}.allymar-ehr__soap-generate-button:focus-visible{outline:none;box-shadow:0 0 0 3px #0d948838,0 8px 22px #0d948838}.allymar-ehr__soap-generate-button:disabled{opacity:.75;cursor:not-allowed;transform:none;filter:none;box-shadow:none}.allymar-ehr__soap-generate-button-loader{display:inline-flex;align-items:center;justify-content:center;height:14px!important;width:14px!important}.allymar-ehr__soap-generate-button-icon{width:16px;height:16px;flex:0 0 auto}.allymar-ehr__soap-generate-button-text{display:inline-block;line-height:1}.allymar-ehr__soap-generate-actions{display:inline-flex;align-items:center;gap:8px;flex-shrink:0}.allymar-ehr__soap-continue-draft-button{height:34px;font-size:12.5px;font-weight:600;white-space:nowrap;border-radius:8px;letter-spacing:.01em;display:inline-flex;align-items:center;justify-content:center;gap:6px;padding:0 12px;color:#0d9488;background:#fff;border:1.5px solid #0d9488;box-shadow:0 1px 2px #0f172a14;cursor:pointer;transition:background .15s ease,color .15s ease,box-shadow .15s ease}.allymar-ehr__soap-continue-draft-button:hover:not(:disabled){background:#f0fdfa;box-shadow:0 2px 6px #0d94882e}.allymar-ehr__soap-continue-draft-button:active:not(:disabled){background:#ccfbf1}.allymar-ehr__soap-continue-draft-button:disabled{opacity:.6;cursor:not-allowed}.allymar-ehr__gaps-tabs{border-radius:8px;overflow:hidden;background-color:#f0f0f0;border:1px solid #e0e0e0}.allymar-ehr__visit-type-item{width:100%;font-size:12px;font-weight:500;color:#1e293b;line-height:normal;text-align:left;white-space:nowrap;cursor:pointer}.allymar-ehr__menu-item{font-size:12px;padding:10px 12px;transition:background .1s ease}.allymar-ehr__menu-item:hover{background-color:#f1f5f9}.allymar-ehr__menu-item--selected{background-color:#e0f2fe}.allymar-ehr__menu-item--selected .allymar-ehr__menu-title{font-weight:600}.allymar-ehr__visit-menu-title{display:block;font-size:12px}.allymar-ehr__gaps-tab{flex:1;min-width:0;padding:8px 16px;font-size:12px;font-weight:500;color:#444;background-color:#fafafa;border:none;border-right:1px solid #e0e0e0;cursor:pointer;transition:background-color .15s,color .15s;text-transform:capitalize;white-space:nowrap}.allymar-ehr__gaps-tab:first-child{border-radius:6px 0 0 6px}.allymar-ehr__gaps-tab:last-child{border-radius:0 6px 6px 0;border-right:none}.allymar-ehr__gaps-tab:hover:not(.allymar-ehr__gaps-tab--active){background-color:#f0f0f0;color:#222}.allymar-ehr__gaps-tab--active{background-color:#0d9488;color:#fff;border-right-color:#ffffff59}.allymar-ehr__diagnosis-main-title{font-weight:600;font-size:14px}.allymar-ehr__diagnosis-action-switch{display:flex;align-items:center;gap:8px}.allymar-ehr__show-action-label{font-size:12px;font-weight:500;color:#666;cursor:pointer}.allymar-ehr__diagnosis-header{display:flex;justify-content:space-between;align-items:center;padding-right:10px;gap:12px}.allymar-ehr__diagnosis-body-container{display:flex;flex-direction:column}.allymar-ehr__diagnosis-body{display:flex;flex-direction:column;padding:10px;gap:10px}.allymar-ehr-web__diagnosis-body{gap:12px}.allymar-ehr__gaps-cell-recapture{display:flex;align-items:center;gap:4px}.allymar-ehr__gaps-status-loader{display:flex;align-items:center;height:18px}.allymar-ehr__diagnosis-body-header{display:flex;justify-content:space-between;align-items:center;font-weight:600;font-size:12px}.allymar-ehr__icd-label{color:#111}.allymar-ehr__expand-collapse{color:#0667f8;cursor:pointer}.allymar-ehr__left-section{display:flex;align-items:center;gap:10px}.allymar-ehr__icon-wrapper-diagnosis{position:relative;min-width:32px;min-height:32px;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#edf4ff}.allymar-ehr__icon-wrapper-gaps{position:relative;min-width:32px;min-height:32px;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#e4fff5}.allymar-ehr__main-icon{width:20px;height:20px;background-color:#edf4ff;padding:auto}.allymar-ehr__overlay-icon{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;padding:auto;box-shadow:0 0 2px #0000001a;display:flex;justify-content:center;align-items:center}.allymar-ehr__diagnosis-title{font-size:12px;font-weight:600;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;line-clamp:2;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__right-section{display:flex;align-items:center;gap:8px}.allymar-ehr-web__right-section{gap:10px}.allymar-ehr__auto-agreed{display:flex;align-items:center;padding:6px;gap:4px;border-radius:5px;background-color:#e4fff4;color:#037847;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.allymar-ehr__diagnosis-action{display:flex;align-items:center;gap:10px}.allymar-ehr__agree-button{display:flex;justify-content:center;align-items:center;height:24px;background-color:#fff;color:#037847;border:1px solid #037847;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;padding:0 10px;white-space:nowrap}.allymar-ehr__agree-button:hover{border:1px solid #037847;background-color:#037847;color:#fff}.allymar-ehr__dismiss-button{display:flex;justify-content:center;align-items:center;height:24px;background-color:#fff;color:#ff5454;border:1px solid #ff5454;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;padding:0 10px}.allymar-ehr__dismiss-button:hover{border:1px solid #ff5454;background-color:#ff5454;color:#fff}.allymar-ehr__gaps-list,.allymar-ehr__gaps-content{display:flex;flex-direction:column}.allymar-ehr__gaps-list{gap:8px}.allymar-ehr__gaps-header{display:flex;align-items:center;gap:4px}.allymar-ehr__gaps-title,.allymar-ehr__gaps-cell-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__gaps-title{font-weight:700;letter-spacing:.02em;color:#0b1b3a}.allymar-ehr__gaps-info,.allymar-ehr__gaps-cell-value{color:#666;font-size:12px;font-weight:500}.allymar-ehr__gaps-body{display:flex;align-items:center;flex-wrap:wrap;row-gap:12px;-moz-column-gap:36px;column-gap:36px}.allymar-ehr__gaps-cell{display:flex;flex-direction:column;gap:4px;padding-left:8px;align-self:stretch;border-left:1px solid transparent;border-image-source:linear-gradient(180deg,#000000 0%,rgba(102,102,102,0) 100%);border-image-slice:1;border-image-width:1;border-image-outset:0;border-image-repeat:stretch}.allymar-ehr__gaps-cell-label,.allymar-ehr__gaps-cell-value{white-space:nowrap}.allymar-ehr__gap-action{display:flex;gap:2px}.allymar-ehr__action-key{color:#666;font-weight:600}.allymar-ehr__action-value{font-weight:500}.allymar-ehr__cpt-codes-container{display:flex;flex-direction:column;gap:8px}.allymar-ehr__cpt-codes-card{display:flex;flex-direction:column;gap:14px;padding:10px;background-color:#fff;box-shadow:0 4px 4px #0000000d}.allymar-ehr__cpt-code-label,.allymar-ehr__cpt-code-title{font-weight:600}.allymar-ehr__cpt-code-description{padding-left:2px;font-weight:500;color:#666;padding-bottom:14px}.allymar-ehr__cpt-code-info{display:flex;gap:2px}.allymar-ehr__separator{height:1px;width:100%;background-color:#ddd}.allymar-ehr__gaps-loader,.allymar-ehr__no-gaps{display:flex;justify-content:center;align-items:center;height:260px;font-size:1.25rem;color:#555}.allymar-ehr__no-gaps{flex-direction:column;gap:20px}.allymar-ehr__no-gaps-text{font-size:18px;font-weight:600;color:#111}.allymar-ehr__no-gaps-icon{width:64px;height:64px;border-radius:50%;display:flex;justify-content:center;align-items:center}.allymar-ehr__no-gaps-icon.allymar-ehr__diagnosis-icon{background-color:#d9e8ff}.allymar-ehr__no-gaps-icon-diagnosis{height:28px;width:28px}.allymar-ehr__no-gaps-icon.allymar-ehr__vitals-icon{background-color:#e4fff5}.allymar-ehr__spinner--sm{height:1rem;width:1rem}.allymar-ehr__doc-icon-wrapper{cursor:pointer;display:flex;align-items:center;justify-content:center}.allymar-ehr__gaps-accordion-header{padding:10.5px 8px}.allymar-ehr__batch-selection-count{height:auto;display:flex;align-items:center;border:1px solid #d1d5db;border-radius:8px;padding:3px 8px 3px 10px;font-size:12px;font-weight:500;color:#374151;background:linear-gradient(180deg,#fff,#fbfdff);gap:6px}.allymar-ehr__batch-selection-count--active{border-color:#0284c773;background:linear-gradient(180deg,#0284c71a,#0284c70f)}.allymar-ehr__batch-selection-count-number{font-weight:800;color:#0f172a}.allymar-ehr__agree-button-loader{height:16px!important;width:16px!important}.allymar-ehr__slash{padding:1px}.allymar-ehr__batch-selection-badge{margin-left:4px;display:inline-flex;align-items:center;justify-content:center;height:18px;padding:0 8px;border-radius:9999px;font-size:11px;font-weight:700;letter-spacing:.01em;color:#0f172a;border:1px solid rgba(15,23,42,.14);background:#0f172a0a}.allymar-ehr__gaps-cell-value-recapture{display:flex;flex-wrap:wrap;gap:6px}.allymar-ehr__recapture-label-icon{display:inline-block;transform:translateY(-.5px);color:#6b7280;font-weight:800}.allymar-ehr__recapture-pill{display:inline-flex;align-items:center;justify-content:center;padding:2px 8px;border-radius:9999px;font-size:11px;font-weight:600}.allymar-ehr__recapture-pill--red{background-color:#ff5454;color:#fff}.allymar-ehr__recapture-pill--green{background-color:#037847;color:#fff}.allymar-ehr__recapture-pill--selected{outline:2px solid #fff;outline-offset:1px;box-shadow:0 0 0 3px #00000040}.allymar-ehr__recapture-year-tooltip .allymar-ehr__tooltip--top{bottom:calc(100% + 4px)}.allymar-ehr__recapture-year-tooltip .allymar-ehr__tooltip--bottom{top:calc(100% + 4px)}.allymar-ehr__recapture-year-tooltip .allymar-ehr__tooltip--left{right:calc(100% + 4px)}.allymar-ehr__recapture-year-tooltip .allymar-ehr__tooltip--right{left:calc(100% + 4px)}.allymar-ehr__history-records-panel{margin-top:8px;border-radius:8px;background-color:#fff;border:1px solid #e2e8f0;overflow:hidden;font-size:12px}.allymar-ehr__history-records-loading{display:flex;align-items:center;gap:8px;padding:10px 12px;color:#64748b;font-weight:500}.allymar-ehr__history-records-table{display:flex;flex-direction:column}.allymar-ehr__history-records-row{display:grid;grid-template-columns:1fr 1fr 1fr;gap:8px;padding:8px 12px;border-bottom:1px solid #f1f5f9}.allymar-ehr__history-records-row:last-child{border-bottom:none}.allymar-ehr__history-records-header{background-color:#f8fafc;font-weight:600;color:#374151;font-size:11px;text-transform:uppercase;letter-spacing:.04em}.allymar-ehr__history-records-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;color:#374151}.allymar-ehr__history-records-empty{padding:12px;color:#94a3b8;font-size:12px;text-align:center}.allymar-ehr__drawer-overlay.allymar-ehr__active{display:block}.allymar-ehr__drawer-overlay{display:none}.allymar-ehr-web__multi-drawer-body{height:calc(100vh - 108px);display:flex;flex-direction:column;gap:10px;flex:auto;overflow-y:auto}.allymar-ehr-web__multi-drawer-body .allymar-ehr-web__drawer-upper-content{height:auto}.allymar-ehr__multi-accordion-header{background-color:#cee7e7;font-weight:600;padding:11px 20px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion,.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion-content-inner,.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion-header{border-radius:0;border:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container{font-size:16px;padding:8px 16px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-label{font-size:14px;font-weight:600}.allymar-ehr-web__multi-drawer-body .allymar-ehr__accepted-icd-list-style{padding:6px 16px;background-color:#edf4ff}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item{padding:6px 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item .allymar-ehr__suggested-icd-label{padding:8px 0 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item .allymar-ehr__suggested-icd .allymar-ehr__suggested-icd-label{padding:0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__unaccepted-icd-list{padding:0 16px;max-height:520px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__unaccepted-icd-list-container{padding:6px 0;-ms-overflow-style:none;scrollbar-width:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container-wrapper{margin-bottom:0;gap:0px;-ms-overflow-style:none;scrollbar-width:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container-wrapper::-webkit-scrollbar{display:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-codes-loader-container{padding:12px 0}.allymar-ehr__popover{position:relative}.allymar-ehr__popover-button{display:block;outline:none}.allymar-ehr__popover-panel{z-index:1;margin-top:8px;border-radius:8px;box-shadow:0 4px 20px #0000001a;background-color:#fff;transition:all .2s ease-in-out}.allymar-ehr__popover-panel[data-closed]{transform:translateY(-4px);opacity:0}.dark .allymar-ehr__popover-panel{background-color:var(--dark-background);border:1px solid var(--dark-border)}.allymar-ehr__hist-modal-backdrop{position:fixed;inset:0;background-color:#00000073;display:flex;align-items:center;justify-content:center;z-index:1000;padding:16px}.allymar-ehr__hist-modal{background:#fff;border-radius:20px;box-shadow:0 20px 60px #0000002e;width:100%;max-width:880px;max-height:85vh;display:flex;flex-direction:column;overflow:hidden;animation:allymar-hist-modal-in .18s ease}@keyframes allymar-hist-modal-in{0%{opacity:0;transform:translateY(12px) scale(.99)}to{opacity:1;transform:translateY(0) scale(1)}}.allymar-ehr__hist-modal-header{display:flex;align-items:center;justify-content:space-between;padding:20px;flex-shrink:0}.allymar-ehr__hist-modal-title{font-size:16px;font-weight:700;color:#111827;letter-spacing:-.02em}.allymar-ehr__hist-modal-close{display:flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;background:transparent;border-radius:8px;font-size:20px;color:#6b7280;cursor:pointer;transition:all .2s ease}.allymar-ehr__hist-modal-close:hover{background:#f3f4f6;color:#111827}.allymar-ehr__hist-modal-body{overflow-y:auto;flex:1;padding:0 20px 20px}.allymar-ehr__hist-modal-loading{display:flex;flex-direction:column;width:100%}.allymar-ehr__skeleton-row{display:grid;grid-template-columns:1.4fr 1.4fr 1.2fr 1fr;gap:16px;padding:20px 16px;border-bottom:1px solid #f0f0f0}.allymar-ehr__skeleton-row:last-child{border-bottom:none}.allymar-ehr__skeleton-cell{height:16px;background:linear-gradient(90deg,#f0f0f0 25%,#f8f8f8,#f0f0f0 75%);background-size:200% 100%;border-radius:4px;animation:allymar-skeleton-shimmer 1.5s infinite linear}@keyframes allymar-skeleton-shimmer{0%{background-position:200% 0}to{background-position:-200% 0}}.allymar-ehr__hist-modal-empty{padding:60px 24px;text-align:center;font-size:15px;color:#94a3b8}.allymar-ehr__hist-modal-table{display:flex;flex-direction:column;width:100%}.allymar-ehr__hist-modal-row{display:grid;grid-template-columns:1.4fr 1.4fr 1.2fr 1fr;gap:16px;padding:16px;border-bottom:1px solid #f0f0f0;font-size:14px;color:#374151;font-weight:500}.allymar-ehr__hist-modal-row:last-of-type{border-bottom:none}.allymar-ehr__hist-modal-row span{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allymar-ehr__hist-modal-row--header{background-color:#ebf3ff;border-radius:8px;font-weight:700;font-size:14px;color:#374151;border-bottom:none;padding-top:16px;padding-bottom:16px;margin-bottom:4px}.allymar-ehr-web__login-container{position:relative;height:100vh;max-height:100vh;width:100%;overflow:hidden;background-color:#d8f2f7}.allymar-ehr__login-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f6feff}.allymar-ehr__login-bg-top{position:absolute;top:0;left:0;width:100%;max-height:360px}.allymar-ehr__login-bg-top img{mix-blend-mode:darken;opacity:.8}@media(min-width:1440px){.allymar-ehr__login-bg-top img{max-height:427px}}.allymar-ehr__login-bg-pattern-bottom,.allymar-ehr__login-bg-small-pattern-bottom{position:absolute;bottom:0;left:0;width:100%;height:auto}.allymar-ehr__login-bg-small-pattern-bottom img{height:184px;width:800px}.allymar-ehr__login-bg-logo-bottom{position:absolute;bottom:0;left:50%;transform:translate(-50%);width:50%;height:auto}@media(min-width:1440px){.allymar-ehr__login-bg-logo-bottom{width:40%}}.allymar-ehr__login-bg-small-logo-bottom{position:absolute;bottom:0;width:100%;height:auto;display:flex;justify-content:center;align-items:center}.allymar-ehr__login-bg-small-logo-bottom img{height:288px}.allymar-ehr__login-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__login-bg-small-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__custom-dropdown{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #ccc;border-radius:10px;background-color:#fff;cursor:pointer;font-size:14px;box-shadow:0 3px 10px #0000000f;margin-top:2px}.allymar-ehr__custom-dropdown.allymar-ehr__custom-dropdown--error{border-color:#ff5454}.allymar-ehr__html-select-wrapper span{color:#ff5454;margin-left:2px;font-weight:500}.allymar-ehr__html-select-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__custom-dropdown-selected{padding:10px 14px;display:flex;justify-content:space-between;align-items:center;text-transform:capitalize;color:#666;font-size:14px;border-radius:10px}.allymar-ehr__dropdown-arrow{font-size:12px;margin-left:8px}.allymar-ehr__custom-dropdown-options{position:absolute;top:26px;left:0;right:0;z-index:9;color:#666;font-size:14px;background-color:#fff;border:1px solid #ccc;border-radius:4px;padding:0;max-height:200px;overflow-y:auto;text-transform:capitalize;list-style:none}.allymar-ehr__custom-dropdown-options--upward{top:auto;bottom:100%;margin-bottom:4px}.allymar-ehr__custom-dropdown-option{padding:10px 14px;cursor:pointer;transition:background-color .2s}.allymar-ehr__custom-dropdown-option:hover{background-color:#f0f0f0}.allymar-ehr__up-icon{cursor:pointer;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__up-icon img{transform:rotate(180deg)}.allymar-ehr__custom-dropdown-option.allymar-ehr__selected{background-color:#f0f0f0}.allymar-ehr__html-select-error{color:#ff5454;font-size:12px;margin-top:2px;font-weight:500}.allymar-ehr__html-select-container{position:relative;display:flex;flex-direction:column;gap:2px}.allymar-ehr__create-ticket-container{height:100%;display:flex;flex-direction:column;gap:20px}.allymar-ehr__ticket-form-wrapper{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:6px;color:#111;background-color:#f5f5f5;flex:auto}.allymar-ehr__ticket-form{display:flex;flex-direction:column;gap:16px;height:100%;width:100%}.allymar-ehr__ticket-form-header{display:flex;align-items:center;gap:12px;width:-moz-fit-content;width:fit-content}.allymar-ehr__ticket-form-header .allymar-ehr__form-title{font-weight:600;color:#111;font-size:16px}.allymar-ehr__ticket-form-header .allymar-ehr-web__form-title{font-size:18px;color:#111;font-weight:600}.allymar-ehr__ticket-form-main{display:flex;flex-direction:column;flex:auto;gap:16px}.allymar-ehr__ticket-form-input,.allymar-ehr__ticket-form-select,.allymar-ehr__ticket-form-textarea{width:100%;position:relative}.allymar-ehr__ticket-form-input{width:65%}.allymar-ehr__ticket-form-select{width:35%}.allymar-ehr__ticket-input-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__ticket-form-label{color:#64748b;font-size:14px}.allymar-ehr__ticket-attachment-container{display:flex;flex-direction:column;gap:4px}.allymar-ehr__ticket-file-preview{background-color:#f9fafb;border:1px solid #e5e7eb;border-radius:8px;padding:12px 16px;margin-bottom:8px}.allymar-ehr__ticket-file-preview.allymar-ehr__error{border-color:#ef4444}.allymar-ehr__ticket-file-header{display:flex;justify-content:space-between;align-items:flex-start;margin-bottom:12px}.allymar-ehr__ticket-file-details{display:flex;gap:12px}.allymar-ehr__ticket-file-icon{font-size:24px;color:#111827;flex-shrink:0}.allymar-ehr__ticket-file-info{display:flex;flex-direction:column;gap:4px;flex:1}.allymar-ehr__ticket-file-name{font-size:14px;font-weight:500;color:#111827;margin:0;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__ticket-file-size{font-size:12px;font-weight:400;color:#6b7280;margin:0}.allymar-ehr__ticket-file-actions{flex-shrink:0;transition:opacity .2s;display:flex;align-items:center;justify-content:center}.allymar-ehr__ticket-file-actions:hover{opacity:.7}.allymar-ehr__ticket-progress-container{display:flex;justify-content:space-between;align-items:center;gap:12px}.allymar-ehr__ticket-progress-bar-bg{background-color:#e5e7eb;flex:1;height:8px;overflow:hidden;border-radius:4px}.allymar-ehr__ticket-progress-bar-fill{height:100%;background-color:#9333ea;border-radius:4px;transition:width .3s ease}.allymar-ehr__ticket-progress-text{font-size:14px;font-weight:500;color:#111827;flex-shrink:0;margin:0}.allymar-ehr__ticket-dropzone{width:auto;height:144px;position:relative;display:flex;align-items:center;border-radius:8px;padding:32px;cursor:pointer;background-color:#fff}.allymar-ehr__ticket-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}.allymar-ehr__ticket-dropzone-content{text-align:center;width:100%}.allymar-ehr__ticket-upload-icon-wrapper{display:flex;justify-content:center}.allymar-ehr__ticket-upload-icon{background-color:#f3f4f6;height:40px;width:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.allymar-ehr__ticket-upload-message{margin-top:12px;font-size:14px;font-weight:500;color:#111827}.allymar-ehr__priority-select-wrapper{display:flex;height:100%;width:100%;flex-direction:column;gap:4px}.allymar-ehr__ticket-upload-click{font-weight:600;font-size:14px;color:#3b82f6}.allymar-ehr__ticket-upload-hint{font-size:12px;font-weight:500;color:#6b7280}.allymar-ehr__ticket-buttons{display:flex;justify-content:end;align-items:center;gap:16px;margin-top:auto}.allymar-ehr__ticket-buttons.allymar-ehr__with-padding{padding-top:16px}.allymar-ehr__ticket-form-inputs-container{display:flex;gap:12px}.allymar-ehr__mb-0{margin-bottom:0!important}.allymar-ehr__summary-input{border-color:#ddd!important}.allymar-ehr__note-textarea{margin-top:4px}.allymar-ehr__table{width:100%;border-collapse:collapse;font-size:14px;box-shadow:0 1px 4px #0000000d;table-layout:fixed;word-wrap:break-word}.allymar-ehr__table th,.allymar-ehr__table td{padding:9.5px;text-align:left;border:1px solid #ddd;word-wrap:break-word;overflow-wrap:break-word;word-break:break-word;white-space:normal;overflow:hidden}.allymar-ehr__table th{background-color:#f5f5f5;font-weight:600;color:#666}.allymar-ehr__table td{background-color:#fff;font-weight:500}.allymar-ehr__table-empty{padding:40px;text-align:center;color:#666;font-size:14px}.allymar-ehr__pagination-container{display:flex;align-items:center;justify-content:space-between;gap:16px}.allymar-ehr__pagination-rows-per-page{display:flex;align-items:center;gap:8px}.allymar-ehr__pagination-rows-label{font-size:14px;font-weight:500;color:#6b7280;margin:0}.allymar-ehr__pagination-select-wrapper,.allymar-ehr__pagination-select-wrapper .allymar-ehr__html-select-wrapper{margin:0}.allymar-ehr__pagination-select{min-width:52px}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-selected{padding:6px 10px;font-size:14px;font-weight:500;justify-content:flex-end;gap:6px}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-selected .allymar-ehr__up-icon img{width:18px;height:18px}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-options{top:20px}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-options--upward{top:auto;bottom:100%;margin-bottom:4px}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-option:hover{background-color:#20c7ca33;color:#111}.allymar-ehr__pagination-select-wrapper .allymar-ehr__custom-dropdown-option.allymar-ehr__selected{background-color:#20c7ca33;color:#111;font-weight:600}.allymar-ehr__pagination-navigation{display:flex;align-items:center;gap:12px}.allymar-ehr__pagination-info{font-size:14px;font-weight:500;color:#6b7280;margin:0 8px 0 0}.allymar-ehr__pagination-info-bold{font-weight:600;color:#111827}.allymar-ehr__pagination-button{width:32px;height:32px;display:flex;justify-content:center;align-items:center;border:1px solid #d1d5db;border-radius:4px;background-color:#fff;cursor:pointer;transition:all .2s;color:#111827;font-size:18px;padding:0;min-width:32px}.allymar-ehr__pagination-button:hover:not(:disabled){background-color:#f9fafb;border-color:#9ca3af}.allymar-ehr__pagination-button:disabled{background-color:#e1e1e1;color:#111;cursor:not-allowed;border-color:#e5e7eb;opacity:.6}.allymar-ehr__pagination-arrow-left,.allymar-ehr__pagination-arrow-right{display:flex;align-items:center;justify-content:center;font-size:18px;line-height:1;font-weight:400}.allymar-ehr__pagination-current-page{font-weight:600;color:#111827;border-radius:4px;padding:0;border:1px solid #d1d5db;font-size:14px;width:32px;height:32px;display:flex;align-items:center;justify-content:center;background-color:#fff;min-width:32px}.allymar-ehr__help-container{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:6px;color:#111;flex:auto;overflow:visible}.allymar-ehr__ticket-table-container{display:flex;flex-direction:column;gap:12px;padding:20px;border-radius:6px;color:#111;background-color:#f5f5f5;flex:auto;overflow:visible}.allymar-ehr__ticket-table{width:100%;table-layout:fixed}.allymar-ehr__ticket-table th:nth-child(1),.allymar-ehr__ticket-table td:nth-child(1){width:14%;min-width:100px;white-space:break-spaces}.allymar-ehr__ticket-table th:nth-child(2),.allymar-ehr__ticket-table td:nth-child(2){width:21%;min-width:150px;white-space:break-spaces}.allymar-ehr__ticket-table th:nth-child(3),.allymar-ehr__ticket-table td:nth-child(3){width:32%;min-width:200px}.allymar-ehr__ticket-table th:nth-child(4),.allymar-ehr__ticket-table td:nth-child(4){width:18%;min-width:110px}.allymar-ehr__ticket-table th:nth-child(5),.allymar-ehr__ticket-table td:nth-child(5){width:15%;min-width:100px}.allymar-ehr__ticket-table th:nth-child(6),.allymar-ehr__ticket-table td:nth-child(6){width:8%;min-width:60px;text-align:center}.allymar-ehr__ticket-table-header{display:flex;justify-content:space-between;align-items:center}.allymar-ehr__ticket-table-title{font-size:18px;font-weight:600}.allymar-ehr-web__ticket-table-title{font-size:16px;font-weight:600}.allymar-ehr__priority{font-weight:600}.allymar-ehr__priority.allymar-ehr__low{color:#037847}.allymar-ehr__priority.allymar-ehr__medium{color:#f4933c}.allymar-ehr__priority.allymar-ehr__high,.allymar-ehr__priority.allymar-ehr__highest{color:#ff5454}.allymar-ehr__status{display:inline-block;padding:4px;border-radius:4px;font-size:14px;font-weight:500;text-transform:capitalize}.allymar-ehr__status.allymar-ehr__to-do{background-color:#0667f81a;color:#0667f8}.allymar-ehr__status.allymar-ehr__resolved{background-color:#0378471a;color:#037847}.allymar-ehr__status.allymar-ehr__in-progress{background-color:#f973161a;color:#f4933c}.allymar-ehr__status.allymar-ehr__completed,.allymar-ehr__status.allymar-ehr__done{background-color:#10b9811a;color:#10b981}.allymar-ehr__ticket-loading{padding:40px;text-align:center;color:#6b7280;font-size:14px}.allymar-ehr__ticket-empty-state{display:flex;flex-direction:column;height:100%;width:100%;align-items:center;justify-content:center;gap:8px}.allymar-ehr__ticket-empty-content{display:flex;flex-direction:column;gap:24px;align-items:center;justify-content:center;padding:80px 16px 100px;max-width:640px}.allymar-ehr__ticket-empty-content img{max-width:100%;height:auto}.allymar-ehr__ticket-empty-title{font-size:18px;font-weight:600;color:#111827;margin:0;text-align:center}.allymar-ehr__ticket-empty-button{border-radius:9999px}.allymar-ehr__ticket-action-button{border:none;background:transparent;cursor:pointer;padding:4px;display:inline-flex;align-items:center;justify-content:center}.allymar-ehr__ticket-action-icon{width:18px;height:18px;display:block}.allymar-ehr__ticket-skeleton-wrapper{display:flex;flex-direction:column;gap:12px;margin-top:8px}.allymar-ehr__ticket-skeleton-table{display:flex;flex-direction:column;border-radius:6px;overflow:hidden;border:1px solid #e5e7eb;background-color:#fff}.allymar-ehr__ticket-skeleton-row{display:grid;grid-template-columns:1.2fr 1.4fr 3fr 1.1fr 1.2fr;gap:12px;padding:10px 12px}.allymar-ehr__ticket-skeleton-header{background-color:#f5f5f5}.allymar-ehr__ticket-skeleton-body:nth-child(odd){background-color:#fff}.allymar-ehr__ticket-skeleton-body:nth-child(2n){background-color:#f9fafb}.allymar-ehr__ticket-skeleton-pagination{display:flex;align-items:center;justify-content:space-between;margin-top:8px}.allymar-ehr__privacy-wrapper{overflow:auto;height:100vh}.allymar-ehr__privacy-container{margin:32px auto;padding:24px;border-radius:12px;background-color:#fff;border:1px solid #3a3a2c;width:75%;max-width:1020px}.allymar-ehr__privacy-title{font-size:20px;font-weight:600;color:#2d2e40;text-align:center}.allymar-ehr__privacy-date{font-size:12px;color:#2d2e40;text-align:center}.allymar-ehr__privacy-divider{margin-top:16px;border:1px solid #3a3a2c;opacity:.55}.allymar-ehr__privacy-section{margin-top:16px;display:flex;flex-direction:column;gap:12px}.allymar-ehr__privacy-header{font-size:14px;font-weight:500;color:#1a1a1a}.allymar-ehr__privacy-text{font-size:12px;color:#1a1a1a;line-height:1.5}.allymar-ehr__privacy-text ul{list-style-type:disc;padding-left:24px;margin-top:8px}.allymar-ehr__privacy-text li{margin-bottom:8px}.allymar-ehr__terms-wrapper{overflow:auto;height:100vh}.allymar-ehr__terms-container{background-color:#fff;margin:32px auto;padding:24px;border-radius:12px;border:1px solid #3A3A2C;width:75%;max-width:1020px}.allymar-ehr__terms-title{font-size:20px;font-weight:600;color:#2d2e40;text-align:center}.allymar-ehr__terms-date{font-size:12px;color:#2d2e40;text-align:center}.allymar-ehr__terms-divider{margin-top:16px;border:1px solid #3A3A2C;opacity:.55}.allymar-ehr__terms-section{margin-top:16px;display:flex;flex-direction:column;gap:12px}.allymar-ehr__terms-header{font-size:14px;font-weight:500;color:#1a1a1a}.allymar-ehr__terms-text{font-size:12px;color:#1a1a1a;line-height:1.5}.allymar-ehr__terms-text ul{list-style-type:disc;padding-left:24px;margin-top:8px}.allymar-ehr__terms-text li{margin-bottom:8px}@media(max-width:768px){.allymar-ehr__terms-container{max-width:85%}}.allymar-ehr__header-container{background:#2d2e40;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #ddd;box-shadow:0 4px 6px #0000001a}.allymar-ehr__pb-2{padding-bottom:8px!important}.allymar-ehr__rounded-xl{border-radius:12px}.allymar-ehr-web__bg-white{background-color:#fff}.allymar-ehr__header-container-radius{border-top-left-radius:20px}.allymar-ehr__header-info{display:flex;flex-direction:column;justify-content:center;gap:4px}.allymar-ehr__header-info .allymar-ehr__need-help{font-size:14px;font-weight:600;color:#fff}.allymar-ehr__header-name{color:#fff;font-weight:600;font-size:14px;line-height:normal}.allymar-ehr__header-details{color:#aaa;font-weight:500;font-size:12px;line-height:normal;display:flex;gap:4px;justify-content:end;align-items:center}.allymar-ehr__header-actions{display:flex;align-items:center;gap:24px}.allymar-ehr__header-actions .allymar-ehr__create-new-ticket{color:#20c7ca;font-size:12px;font-weight:600;cursor:pointer}.allymar-ehr-web__header-actions{display:flex;align-items:center;gap:10px;justify-content:space-between;width:100%}.allymar-ehr-web__header-actions .allymar-ehr-web__separator{width:1px;height:33px;background-color:#ddd;margin:0 8px}.allymar-ehr-web__header-actions .allymar-ehr-web__icon-container{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#fff;cursor:pointer;border:1px solid #ddd;transition:background-color .2s ease-in-out}.allymar-ehr-web__header-actions .allymar-ehr-web__icon-container .allymar-ehr-web__dot{position:absolute;top:9px;right:12px;width:6px;height:6px;background-color:#f4933c;border-radius:50%}.allymar-ehr__header-icon{width:20px;height:20px;cursor:pointer;opacity:.85}.allymar-ehr__header-cancel{width:24px;height:24px;cursor:pointer;opacity:.85}.allymar-ehr__user-info-container{display:flex;align-items:center;outline:none}.allymar-ehr__user-info-name{margin:0 8px;font-size:14px;font-weight:500;color:#111}.allymar-ehr__popover-icon{cursor:pointer;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__popover-icon img{transform:rotate(180deg)}.allymar-ehr__menu-item-wrapper{width:132px;font-size:12px;font-weight:500;color:#111;line-height:normal;text-align:left;text-transform:capitalize;white-space:nowrap;cursor:pointer;padding:4px}.allymar-ehr__menu-item{display:flex;align-items:center;gap:8px;padding:8px;transition:background-color .2s}.allymar-ehr__menu-item--selected,.allymar-ehr__menu-item:hover{background-color:#efefef}.allymar-ehr__menu-item.dark:hover,.allymar-ehr__menu-item--selected.dark,.dark .allymar-ehr__menu-item--selected{background-color:#2d3748}.allymar-ehr__language-check-placeholder{display:inline-block;width:12px;height:12px;flex-shrink:0}.allymar-ehr__language-check-icon{flex-shrink:0}.allymar-ehr__menu-title{font-size:14px;font-weight:400;color:#111;white-space:nowrap}.dark .allymar-ehr__menu-title{color:#fff}.allymar-ehr__menu-icon{font-weight:500;display:inline-block;line-height:1;vertical-align:middle;color:#111}.allymar-ehr__icon-cog{font-size:20px}.allymar-ehr__icon-logout{font-size:18px}.dark .allymar-ehr__menu-icon{filter:brightness(0) invert(1)}.allymar-ehr-header__user-initials-result{width:44px;height:44px;min-width:44px;min-height:44px}.allymar-ehr-header__patient-search-container{position:relative;display:flex;flex-direction:column;background-color:#fff;padding:12px 20px 2px}.allymar-ehr-header__patient-search-content{display:flex;flex-direction:column;gap:4px}.allymar-ehr__patient-info-container{position:relative;display:flex;align-items:end;gap:10px;background-color:#fff}.allymar-ehr__patient-info-form{display:flex;flex:1;align-items:end;gap:10px}.allymar-ehr-header__form-group{flex:1;margin-bottom:0}.allymar-ehr-web__search-input{position:relative;display:inline-flex;align-items:center}.allymar-ehr__margin-left-auto{margin-left:auto}.allymar-ehr-header__patient-search-title{font-size:16px;font-weight:600;color:#111}.allymar-ehr-header__patient-search-subtitle{font-size:12px;font-weight:500;color:#666}.allymar-ehr-header__patient-search-subtitle-highlight{font-size:12px;font-weight:600;color:#111;padding:0 4px}.allymar-ehr-web__search-input .allymar-ehr__search-icon{min-width:18px;min-height:18px;position:absolute;left:12px;top:10px;pointer-events:none}.allymar-ehr-web__search-input input{min-width:280px;padding:10px 12px 10px 36px;border-radius:20px;border:1px solid #ddd;font-size:14px;outline:none;background-color:#f5f5f5}.allymar-ehr-web__search-input input:focus{border-color:#aaa}.allymar-ehr__patient-button{font-size:14px;max-width:118px;min-width:90px;width:auto;padding:8px 16px;margin-bottom:20px}.allymar-ehr__clear-all{max-width:124px}.allymar-ehr__mb-10px{margin-bottom:10px!important}.allymar-ehr-header__cancel-container{position:absolute;right:12px;top:12px;height:18px;width:18px;display:flex;align-items:center;justify-content:center}.allymar-ehr-header__cancel{cursor:pointer;height:18px;width:18px}.allymar-ehr-header__error-container{height:16px;margin-top:4px}.allymar-ehr-header__error-container-small{height:6px;margin-top:4px}.allymar-ehr-header__error-text{color:#ff5454;font-size:13px;margin:0;font-weight:500}.allymar-ehr-header__form-group label{display:block;margin-bottom:4px;font-size:14px;font-weight:600}.allymar-ehr-header__form-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.allymar-ehr-header__form-group input:focus{outline:none}.allymar-ehr-header__form-group input:disabled{background-color:#f5f5f5}.allymar-ehr-header__form-group-separator{height:88px;width:16px;display:flex;align-items:center;justify-content:center;position:relative}.allymar-ehr-header__form-group-separator-line{height:46px;width:1px;padding-top:18px;background-color:#ddd}.allymar-ehr-header__form-group-separator-or{position:absolute;background:#fff;padding:2px 4px;font-size:12px;font-weight:600;color:#666}.allymar-ehr-header__patient-card-wrapper{display:flex;flex-direction:column;gap:12px}.allymar-ehr-header__patient-info{display:flex;min-width:300px;max-width:360px;width:30%;justify-content:space-between;align-items:center;gap:12px;padding:12px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:12px;cursor:pointer}.allymar-ehr-header__patient-info:hover{scale:1.01}.allymar-ehr-header__patient-card{display:flex;flex-direction:column;gap:8px;padding:0 0 12px;background-color:#fff}.allymar-ehr__user-initials-bg{background-color:#fff}.allymar-ehr-header__search-results-count{font-size:14px;color:#555;font-weight:500;margin:0}.allymar-ehr__input--error{border-color:#e53935!important}.allymar-ehr__separator-line{width:1px;height:28px;background-color:#ccc;margin:0 8px}.allymar-ehr-header__help-and-support{background-color:#fff;border:1px solid #ddd;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.allymar-ehr-header__help-and-support:hover{background-color:#f5f5f5}.allymar-ehr-header-right-container{display:flex;justify-content:center;align-items:center;gap:10px}.allymar-ehr__dob-input::-moz-calendar-picker-indicator{display:none}.allymar-ehr__all-error-container{position:absolute;bottom:-2px;left:0;width:100%}.allymar-ehr__dot{width:4px;height:4px;border-radius:50%;background-color:#666}.allymar-ehr__capitalize{text-transform:capitalize}.allymar-ehr__patient-details{display:flex;flex-direction:column;gap:4px}.allymar-ehr__patient-name{font-size:14px;font-weight:600;color:#111;margin:0}.allymar-ehr__patient-dob{font-size:12px;font-weight:500;color:#666;margin:0}.allymar-ehr__patient-dob-value{font-weight:600;color:#111}.allymar-ehr__patient-arrow{width:20px;height:20px;cursor:pointer}.allymar-ehr__sidebar-container{position:absolute;left:-54px;top:-16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:16px 0;transition:all .3s ease}.allymar-ehr-web__sidebar-container{position:relative;left:0;top:0;width:220px;padding:0;box-shadow:#00000026 -4px 0 24px;transition:width .3s ease;will-change:width;flex-shrink:0}.allymar-ehr__sidebar-collapsed{width:64px}.allymar-ehr-web__sidebar-background{position:absolute;top:0;left:0;width:100%;height:100vh;background-image:url(/assets/sidebar-background-BxSD2bbr.png);mix-blend-mode:multiply;background-size:cover;background-repeat:no-repeat;background-position:center}.allymar-ehr-web__sidebar{background-color:#2d2e40;padding:20px 10px;box-shadow:#00000026 -4px 0 24px;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100vh;box-sizing:border-box;transition:all .3s ease;position:relative}.allymar-ehr__sidebar{background:#fff;border-top-left-radius:30px;border-bottom-left-radius:18px;box-shadow:#00000026 0 0 24px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:54px;height:auto;box-sizing:border-box;transition:all .3s ease;position:relative}.allymar-ehr__sidebar-vector{position:absolute;right:0;bottom:-21px}.allymar-ehr__sidebar-vector img{width:37px;height:18px}.allymar-ehr__sidebar:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff3}.allymar-ehr-web__sidebar-container .allymar-ehr__sidebar{border-top-left-radius:0;border-bottom-left-radius:0;background:#282a3f;box-shadow:none}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar{align-items:center;padding:20px 8px}.allymar-ehr__sidebar-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:20px;width:100%}.allymar-ehr__sidebar-brand.mb-4{margin-bottom:16px}.allymar-ehr__sidebar-logo{width:32px;height:32px;flex-shrink:0}.allymar-ehr__sidebar-logo.mt-6px{margin-top:6px}.allymar-ehr__sidebar-brand-expanded{position:relative;padding-bottom:20px}.allymar-ehr__sidebar-brand-expanded:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0)}.allymar-ehr__sidebar-brand-name{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;white-space:nowrap}.allymar-ehr__sidebar-brand-name-text{font-size:16px;font-weight:600}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-brand{justify-content:center;margin-bottom:40px}.allymar-ehr-web__sidebar-nav{display:flex;flex-direction:column;gap:8px;width:100%;flex:1}.allymar-ehr__sidebar-nav{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%;flex:1}.allymar-ehr-web__sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box;border-right:2px solid transparent}.allymar-ehr__sidebar-nav-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:6px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box}.allymar-ehr__sidebar-nav-item-collapsed{justify-content:center;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box;border-right:2px solid transparent}.allymar-ehr-web__sidebar-nav-item:hover{background-color:#ffffff0d}.allymar-ehr__sidebar-nav-item:hover:not(.allymar-ehr__sidebar-nav-item--selected){background-color:#ffffff1a}.allymar-ehr__sidebar-nav-item--selected{background-color:#2d2e40;border:1px solid #dddddd}.allymar-ehr-web__sidebar-nav-item--selected{background-color:#20c7ca33;border-right:2px solid #20c7ca}.allymar-ehr__sidebar-nav-item--disabled{opacity:.5;cursor:not-allowed}.allymar-ehr__sidebar-nav-item--disabled:hover{background-color:transparent}.allymar-ehr__sidebar-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.allymar-ehr-web__sidebar-icon{width:18px;height:18px;transition:filter .2s;filter:brightness(0) invert(1)}.allymar-ehr-web__sidebar-icon--active{filter:brightness(0) invert(1)}.allymar-ehr__sidebar-icon{width:18px;height:18px;transition:filter .2s}.allymar-ehr__sidebar-icon--active{filter:brightness(0) invert(1)}.allymar-ehr__sidebar-nav-text{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;white-space:nowrap}.allymar-ehr__sidebar-nav-indicator{position:absolute;display:flex;align-items:center;justify-content:center;right:-6px;top:40%;width:10px;height:10px;background-color:#282a3f;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-dot{display:flex;align-items:center;justify-content:center;width:5px;height:5px;padding:0;background-color:#20c7ca;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-collapsed{position:absolute;display:flex;align-items:center;justify-content:center;right:-6px;top:40%;width:10px;height:10px;background-color:#282a3f;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-dot-collapsed{display:flex;align-items:center;justify-content:center;width:5px;height:5px;padding:0;background-color:#20c7ca;border-radius:50%}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-indicator{display:flex}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-item{padding:12px;justify-content:center}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-indicator{display:none}.allymar-ehr__sidebar-footer{margin-top:auto;width:100%;display:flex;justify-content:space-between;align-items:center;padding-top:6px;border-top:1px solid rgba(255,255,255,.1);z-index:1}.allymar-ehr__sidebar-footer-collapsed{flex-direction:column-reverse;justify-content:center;border-top:none;gap:8px}.allymar-ehr__sidebar-collapse-btn{display:flex;align-items:center;gap:8px;background:none;border:none;color:#fff;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;cursor:pointer;padding:8px;border-radius:6px;transition:background-color .2s ease}.allymar-ehr__sidebar-collapse-btn:hover{background-color:#ffffff0d}.allymar-ehr__sidebar-collapse-icon{width:16px;height:16px;filter:brightness(0) invert(1)}.allymar-ehr__sidebar-version{color:#fff;font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;text-align:right;margin-top:2px;padding-right:8px}.allymar-ehr__sidebar-version-collapsed{padding-right:0}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-footer,.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-collapse-btn{justify-content:center}.allymar-ehr__logout-modal-overlay{position:fixed;inset:0;background:#0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:auto;border-top-left-radius:20px;border-bottom-left-radius:20px}.allymar-ehr__logout-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:0;min-width:300px;max-width:400px;animation:modalSlideIn .2s ease-out}.allymar-ehr__logout-modal-content{padding:24px;text-align:center}.allymar-ehr__logout-modal-icon{width:48px;height:48px;background-color:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.allymar-ehr__logout-modal-icon img{width:24px;height:24px;padding-left:2px}.allymar-ehr__logout-modal-message{font-size:16px;font-weight:500;color:#111827;margin:0 0 24px;line-height:1.5}.allymar-ehr__logout-modal-buttons{display:flex;gap:12px;justify-content:center}.allymar-ehr__logout-confirm-btn{background-color:#ef4444;color:#fff;border:none;padding:8px 24px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500;min-width:80px;height:32px;transition:background-color .2s}.allymar-ehr__logout-confirm-btn:hover{background-color:#dc2626}.allymar-ehr__logout-cancel-btn{background:#fff;color:#6b7280;border:1px solid #d1d5db;padding:8px 24px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500;min-width:80px;height:32px;transition:background-color .2s}.allymar-ehr__logout-cancel-btn:hover{background-color:#f9fafb}.allymar-ehr__cursor-pointer{cursor:pointer}.allymar-ehr__sidebar-collapse-icon-collapsed{width:16px;height:16px;filter:brightness(0) invert(1);rotate:180deg}.allymar-ehr__sidebar-version{color:#fff;font-family:Montserrat,sans-serif;font-size:11px;font-weight:400;text-align:right;margin-top:2px}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.allymar-ehr__user-initials-result{width:54px;height:54px;min-width:54px;min-height:54px}.allymar-ehr__patient-info{display:flex;align-items:stretch;justify-content:space-between;gap:16px;padding:16px 18px;margin-top:24px;background-color:#fff;border-radius:16px;box-shadow:0 10px 28px #0000000f;cursor:pointer}.allymar-ehr__patient-info:hover{scale:1.01}.allymar-ehr__patient-card{display:flex;flex-direction:column;width:100%;padding:20px}.allymar-ehr__user-initials-bg{background-color:#fff;border:1px solid #ddd}.allymar-ehr__search-results-count{font-size:12px;color:#666;font-weight:500;margin:0}.allymar-ehr__patient-search-container{display:flex;justify-content:center;height:100%;background-color:#f6feff;width:100%}.allymar-ehr__patient-search-form{padding:20px;width:100%}.allymar-ehr__title{font-size:18px;font-weight:600;margin-top:0;margin-bottom:24px;text-align:left}.allymar-ehr__result-title{font-size:18px;font-weight:600;margin:0;text-align:left}.allymar-ehr__patient-details{display:flex;flex-direction:column;justify-content:center;gap:2px}.allymar-ehr__patient-name{font-size:18px;font-weight:700;color:#1b1c1e;margin:0}.allymar-ehr__patient-header-row{display:flex;align-items:center;justify-content:space-between;gap:12px;margin-bottom:4px}.allymar-ehr__patient-status-pill{font-size:11px;font-weight:600;color:#0c7a5b;background-color:#e1f7f0;border-radius:999px;padding:4px 10px;white-space:nowrap}.allymar-ehr__patient-detail-line{display:flex;gap:4px;font-size:13px;margin:0;color:#5c6268}.allymar-ehr__patient-detail-label{font-weight:500;color:#202429}.allymar-ehr__patient-detail-value{font-weight:600}.allymar-ehr__patient-info-main{display:flex;align-items:center;gap:16px}.allymar-ehr__patient-actions{display:flex;flex-direction:column;justify-content:center;gap:8px}.allymar-ehr__patient-action{min-width:150px;padding:8px 16px;border-radius:999px;font-size:13px;font-weight:600;border:none;cursor:pointer;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.allymar-ehr__patient-action--primary{background-color:#20c7ca;color:#fff;box-shadow:0 6px 14px #20c7ca59}.allymar-ehr__patient-action--primary:hover{background-color:#10afb3}.allymar-ehr__patient-action--secondary{background-color:#fff;color:#20c7ca;border:1px solid #20c7ca}.allymar-ehr__patient-action--secondary:hover{background-color:#e7fafb}.allymar-ehr__patient-arrow{transform:rotate(90deg);width:24px;height:24px;align-self:center;margin-left:10px;cursor:pointer}.allymar-ehr__search-results-member-id{font-size:13px;font-weight:600;color:#111;margin-left:4px}.allymar-ehr__patient-arrow{transform:rotate(90deg);width:24px;height:24px;cursor:pointer}.allymar-ehr__form-group{margin-bottom:16px}.allymar-ehr__form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600}.allymar-ehr__form-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;background-color:#fff!important;color:#111!important;box-sizing:border-box}.allymar-ehr__form-group input:focus{outline:none}.allymar-ehr__input--error{border-color:#ff5454}.allymar-ehr__dob-input-container{position:relative}.allymar-ehr__dob-input{padding-right:35px}.allymar-ehr__dob-input-container .allymar-ehr__calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer}.allymar-ehr__dob-input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.allymar-ehr__search-again-button{margin-top:24px;height:40px;background-color:transparent;font-size:14px;background-color:#efefef}.allymar-ehr__search-again-button:hover{background-color:#fff}.allymar-ehr__search-button{width:100%;padding:10px;border:none;border-radius:32px;background-color:#20c7ca;color:#111;font-size:14px;cursor:pointer;margin-top:4px;font-weight:500}.allymar-ehr__cancel-button{font-size:14px;padding:10px;width:100%;margin-top:10px;cursor:pointer;font-weight:500}.allymar-ehr__error-text{color:#ff5454;font-size:13px;margin:4px 0 0;font-weight:500}.allymar-ehr__forgot-password-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.allymar-ehr-web__forgot-password-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr-web__forgot-password-form-wrapper{max-width:420px;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 0 10px #0000001a;margin-bottom:7%}.allymar-ehr__forgot-password-form-wrapper{max-width:420px;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;margin-bottom:7%}.allymar-ehr__forgot-password-logo{width:240px;margin-bottom:40px}.allymar-ehr__forgot-password-title{font-size:1.5rem;line-height:2rem;color:#1a202c;font-weight:600}.allymar-ehr__forgot-password-subtitle{font-size:.875rem;line-height:1.25rem;margin-top:1rem;color:#666}.allymar-ehr__forgot-password-input-container{width:100%;margin-top:2rem;margin-bottom:2rem}.allymar-ehr__forgot-password-submit-button{width:100%;font-weight:500}.allymar-ehr__forgot-password-back-button{width:100%;font-weight:500;margin-top:1rem}.allymar-ehr__resend-email-content-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.allymar-ehr-web__resend-email-content-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr-web__resend-email-box{width:100%;max-width:28rem;margin-left:auto;margin-right:auto;border:1px solid #ddd;border-radius:1.5rem;background-color:#fff;padding:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;margin-bottom:7%}.allymar-ehr__resend-email-box{width:100%;max-width:28rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1}@media(min-width:640px){.allymar-ehr__resend-email-box{padding:2.5rem}}.allymar-ehr__resend-email-logo{width:240px;margin-bottom:2.5rem}.allymar-ehr__resend-email-content{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;max-width:32rem;margin-left:auto;margin-right:auto}.allymar-ehr__resend-email-image-container{margin-right:24px;width:100%;display:flex;justify-content:center;align-items:center}.allymar-ehr__resend-email-check-image{height:100px}.allymar-ehr__resend-email-title{font-size:1.5rem;line-height:2rem;color:#111;font-weight:600;margin-top:1rem;margin-bottom:1rem}.dark .allymar-ehr__resend-email-title{color:#fff}.allymar-ehr__resend-email-subtitle-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.allymar-ehr__resend-email-subtitle{font-size:14px;line-height:1rem;margin:.5rem 2rem;color:#666}.dark .allymar-ehr__resend-email-subtitle{color:#fff}.allymar-ehr__resend-email-user{font-size:.75rem;line-height:1rem;font-weight:500;color:#666}.dark .allymar-ehr__resend-email-user{color:#fff}.allymar-ehr__resend-email-info{margin:8px;font-size:.875rem;line-height:1.25rem;color:#666;font-weight:400}.dark .allymar-ehr__resend-email-info{color:#fff}.allymar-ehr__resend-email-buttons-container{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;max-width:28rem}.allymar-ehr__resend-email-button{width:100%;font-weight:500}.allymar-ehr__resend-email-or{font-size:14px;line-height:1rem;font-weight:600;color:#111;padding:4px;margin:0}.allymar-ehr__comment-skeleton{display:flex;flex-direction:column;gap:12px}.allymar-ehr__comment-skeleton-item{display:flex;flex-direction:column;align-items:start;gap:6px;width:100%}.allymar-ehr__comment-skeleton-profile{display:flex;gap:10px;align-items:center}.allymar-ehr__comment-skeleton-avatar{width:40px;height:40px;border-radius:9999px;background-color:#e8e8e8;position:relative;overflow:hidden}.allymar-ehr__comment-skeleton-line{position:relative;overflow:hidden;height:14px;background-color:#e8e8e8;border-radius:4px}.allymar-ehr__comment-skeleton-author{width:120px;height:16px}.allymar-ehr__comment-skeleton-body{display:flex;flex-direction:column;gap:4px;width:100%}.allymar-ehr__comment-skeleton-text-full{width:100%;min-width:200px;height:14px}.allymar-ehr__comment-skeleton-text-partial{width:70%;min-width:140px;height:14px}.allymar-ehr__comment-skeleton-time{width:100px;height:14px}.allymar-ehr__comment-skeleton-line:after,.allymar-ehr__comment-skeleton-avatar:after{content:"";position:absolute;inset:0;transform:translate(-100%);background:linear-gradient(90deg,transparent,rgba(255,255,255,.6),transparent);animation:allymar-ehr__comment-skeleton-shimmer 1.4s infinite}@keyframes allymar-ehr__comment-skeleton-shimmer{to{transform:translate(100%)}}.allymar-ehr__view-ticket-container{padding:16px;display:flex;flex-direction:column;gap:16px;height:calc(100% - 32px)}.allymar-ehr__view-ticket-page{display:flex;flex-direction:column;height:100%;padding:16px;background-color:#f3f4f6}.allymar-ehr__view-ticket-header{display:flex;align-items:center;height:40px;margin-bottom:12px;border-bottom:1px solid #e5e7eb}.allymar-ehr__view-ticket-back{display:inline-flex;align-items:center;gap:8px;border:none;background:transparent;cursor:pointer;font-size:14px;color:#111827}.allymar-ehr__view-ticket-back img{width:16px;height:16px}.allymar-ehr__view-ticket-layout{display:grid;grid-template-columns:minmax(0,2.3fr) minmax(260px,1fr);height:calc(100vh - 152px);border-radius:12px;overflow:hidden}.allymar-ehr__view-ticket-main{background-color:#fff;display:flex;flex-direction:column;gap:16px;border-top-left-radius:12px;border-bottom-left-radius:12px;min-height:0;overflow:hidden}.allymar-ehr__view-ticket-sidebar{border-left:1px solid #ddd;background-color:#fff;display:flex;flex-direction:column;gap:16px;border-top-right-radius:12px;border-bottom-right-radius:12px}.allymar-ehr__view-ticket-meta-row{padding:20px 20px 0;display:flex;justify-content:space-between;align-items:center;font-size:12px;color:#4b5563}.allymar-ehr__view-ticket-id{color:#111;font-weight:500}.allymar-ehr__view-ticket-id-label{margin-right:4px}.allymar-ehr__view-ticket-status{display:flex;align-items:center;gap:6px}.allymar-ehr__view-ticket-status-label{font-weight:500}.allymar-ehr__view-ticket-status-pill{display:flex;justify-content:center;align-items:center;gap:6px;padding:2px 10px 2px 6px;border-top-right-radius:9999px;border-bottom-right-radius:9999px;border-left-width:1px;border-left-style:solid;font-size:12px;font-weight:600;text-transform:capitalize}.allymar-ehr__view-ticket-title{font-size:18px;font-weight:600;margin:4px 0 0;color:#111827}.allymar-ehr__ticket-main{display:flex;flex-direction:column;flex:1;min-height:0;overflow-y:auto;padding:0 20px;gap:8px}.allymar-ehr__view-ticket-section{display:flex;flex-direction:column;gap:4px}.allymar-ehr__view-ticket-section-title{font-size:14px;font-weight:600;color:#111827;margin:0}.allymar-ehr__view-ticket-description{font-size:14px;font-weight:500;color:#666;line-height:20px;margin:0;vertical-align:bottom}.allymar-ehr__view-ticket-comments-header{display:flex;align-items:center;gap:8px}.allymar-ehr__view-ticket-comments-count{font-size:12px;font-weight:600;color:#666;line-height:20px;letter-spacing:0%;vertical-align:bottom}.allymar-ehr__view-ticket-comment-input{border-radius:8px;background-color:#f5f5f5;border:1px solid #ddd;padding:10px 12px;font-size:14px;font-weight:500;resize:none;width:auto}.allymar-ehr__view-ticket-comment-input:focus{outline:none;border-color:#20c7ca}.allymar-ehr__view-ticket-comment-word-count{font-size:12px;color:#666;text-align:right}.allymar-ehr__view-ticket-comment-actions{display:flex;justify-content:end;gap:20px;margin-top:4px}.allymar-ehr__view-ticket-comment-cancel{min-width:90px;font-weight:500;display:flex;justify-content:center;align-items:center;height:36px;padding:6px 10px}.allymar-ehr__view-ticket-comment-submit{min-width:120px;font-weight:500;display:flex;justify-content:center;align-items:center;height:36px;padding:6px 10px}.allymar-ehr__view-ticket-comment-list{margin-top:6px;padding:16px 0;border-top:1px solid #ddd;display:flex;flex-direction:column;gap:16px;overflow-y:auto}.allymar-ehr__view-ticket-comment-item{display:flex;flex-direction:column;align-items:start;gap:6px}.allymar-ehr__view-ticket-comment-header{display:flex;justify-content:space-between;align-items:center;width:100%}.allymar-ehr__view-ticket-comment-profile{display:flex;gap:10px;align-items:center}.allymar-ehr__view-ticket-comment-delete-icon{display:flex;align-items:center;justify-content:center;cursor:pointer;padding:4px;border-radius:4px;transition:background-color .2s ease}.allymar-ehr__view-ticket-comment-delete-icon:hover{background-color:#fee2e2}.allymar-ehr__view-ticket-comment-delete-confirm{padding:16px;min-width:250px}.allymar-ehr__view-ticket-comment-delete-message{font-size:14px;font-weight:500;color:#111827;margin:0 0 16px;line-height:1.5}.allymar-ehr__view-ticket-comment-delete-actions{display:flex;gap:8px;justify-content:flex-end}.allymar-ehr__view-ticket-comment-delete-cancel{min-width:60px;font-size:12px;font-weight:500}.allymar-ehr__view-ticket-comment-delete-confirm-btn{min-width:60px;font-size:12px;font-weight:500;background-color:#fff;color:#dc2626;transition:all .2s ease-in-out;border:1px solid #dc2626;padding:4px 12px}.allymar-ehr__view-ticket-comment-delete-confirm-btn:hover:not(:disabled){background-color:#dc2626;border-color:#dc2626;color:#fff;transform:translateY(-1px);box-shadow:0 4px 8px #e831314d}.allymar-ehr__view-ticket-comment-avatar{width:40px;height:40px;border-radius:9999px;-o-object-fit:cover;object-fit:cover}.allymar-ehr__user-initials-small{width:40px;height:40px;min-width:40px;min-height:40px;font-size:14px}.allymar-ehr__view-ticket-comment-body{display:flex;flex-direction:column;gap:4px}.allymar-ehr__view-ticket-comment-author{font-weight:600;color:#111827}.allymar-ehr__view-ticket-comment-time{font-size:13px;color:#666;font-weight:500;margin:0;line-height:20px}.allymar-ehr__view-ticket-comment-text{font-size:14px;color:#666;font-weight:500;margin:0;line-height:20px}.allymar-ehr__view-ticket-sidebar{color:#666}.allymar-ehr__view-ticket-sidebar-section{display:flex;flex-direction:column;gap:16px;padding:20px 20px 0}.allymar-ehr__sidebar-separator{border-top:1px solid #ddd;padding-top:20px}.allymar-ehr__view-ticket-sidebar-title{font-size:14px;font-weight:500;margin:0}.allymar-ehr__view-ticket-attachment-link{display:inline-flex;align-items:center;gap:6px;border:none;background:transparent;color:#0667f8;font-size:14px;cursor:pointer;padding:0}.allymar-ehr__view-ticket-attachment-skeleton{display:flex;align-items:center;gap:6px;margin-top:4px}.allymar-ehr__view-ticket-attachment-icon-skeleton{width:20px;height:20px;border-radius:4px}.allymar-ehr__view-ticket-attachment-text-skeleton{width:120px;height:14px;border-radius:6px}.allymar-ehr__view-ticket-sidebar-row{display:flex;font-size:14px;gap:8px}.allymar-ehr__view-ticket-sidebar-label{width:90px;font-weight:500;color:#666}.allymar-ehr__view-ticket-sidebar-value{color:#111827;font-weight:600}.allymar-ehr__view-ticket-sidebar-link{color:#0667f8;font-weight:600}.allymar-ehr__view-ticket-priority-pill{padding:2px 12px;border-radius:9999px;background-color:#ff54541a;color:#ff5454;font-size:14px;font-weight:600}.allymar-ehr__view-ticket-comment-profile .allymar-ehr__user-initials-bg{background-color:#eee;border:1px solid #ddd}.allymar-ehr-web__login-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr__login-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.allymar-ehr__logo-container{margin-bottom:44px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:43px}.allymar-ehr__logo-image{pointer-events:none}.allymar-ehr-web__form,.allymar-ehr-web__verify-form,.allymar-ehr-web__mfa-wrapper{max-width:540px;width:70%;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;background-color:#fff;padding:40px;box-sizing:border-box;border-radius:24px;box-shadow:0 0 4px #0000001a;margin-bottom:8%}.allymar-ehr__form,.allymar-ehr__verify-form,.allymar-ehr__mfa-wrapper{max-width:420px;width:100%;min-width:300px;display:flex;flex-direction:column;align-items:stretch;margin-bottom:7%}.allymar-ehr__verify-form{text-align:center;margin-top:32px}.allymar-ehr__login-title,.allymar-ehr__mfa-title{font-weight:700;font-size:24px;color:#111;margin-bottom:32px}.allymar-ehr__mfa-title{text-align:center}.allymar-ehr__field{margin-bottom:32px}.allymar-ehr__label{display:block;font-weight:600;font-size:14px;color:#111;margin-bottom:4px}.allymar-ehr__input{width:100%;padding:12px 16px;border:1.5px solid #dddddd;border-radius:10px;font-size:14px;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr__input--error,.allymar-ehr__otp-input--error{border-color:#ff5454}.allymar-ehr__error-text{color:#ff5454;font-size:12px;margin-top:2px}.allymar-ehr__field--password{margin-bottom:54px;position:relative}.allymar-ehr__password-toggle{position:absolute;right:12px;top:34px;cursor:pointer;color:#a0aec0;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__forgot-password{position:absolute;right:0;top:70px;font-size:13px;color:#20c7ca;text-decoration:none;font-weight:500}.allymar-ehr__submit-button{width:100%;padding:10px 0;background:#20c7ca;color:#111;border:none;border-radius:999px;font-size:16px;font-weight:500;cursor:pointer;opacity:1;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2c3e5014;letter-spacing:.5px;transition:background .2s}.allymar-ehr__submit-button:disabled{cursor:not-allowed;opacity:.7}.allymar-ehr__verify-title{font-weight:700;font-size:24px;color:#111;margin-bottom:8px}.allymar-ehr__verify-subtitle{font-weight:500;font-size:12px;color:#666;margin-bottom:36px}.allymar-ehr__otp-field{margin-bottom:44px}.allymar-ehr__otp-container{display:flex;justify-content:space-between;flex-wrap:wrap}.allymar-ehr__otp-input{width:50px!important;height:50px;text-align:center;border:1.5px solid #dddddd;border-radius:4px;font-size:20px;font-weight:600;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr-web__otp-input{width:62px!important;height:62px;text-align:center;border:1.5px solid #dddddd;border-radius:4px;font-size:20px;font-weight:600;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr__login-button{width:100%;padding:10px 0;border-radius:999px;font-size:15px;font-weight:500;letter-spacing:.5px;transition:background .2s;box-shadow:0 2px 8px #2c3e5014}.allymar-ehr__button--primary{background:#20c7ca;color:#111;border:none;margin-bottom:16px}.allymar-ehr__button--secondary{background:#fff;color:#111;border:1px solid #dddddd;margin-bottom:8px}.allymar-ehr__button:disabled{cursor:not-allowed;opacity:.75}.allymar-ehr__mfa-options{display:flex;gap:1.5rem;margin:0rem 0 2rem}.allymar-ehr__mfa-option{height:180px;width:250px;border:1px solid #dddddd;border-radius:12px;display:flex;flex-direction:column;margin:auto;justify-content:center;align-items:center;gap:.75rem;cursor:pointer;background:#fff;transition:all .2s ease}.allymar-ehr__mfa-option--selected{border-color:#20c7ca;background-color:#20c7ca33}.allymar-ehr__mfa-option--disabled{cursor:not-allowed}.allymar-ehr__mfa-option-text{font-size:.875rem;font-weight:700;text-align:center;color:#111}.allymar-ehr__mfa-option-icon{width:48px;height:48px}.allymar-ehr__mfa-option-icon img{width:100%;height:100%}.allymar-ehr__reset-subtitle{font-weight:500;font-size:12px;color:#666;margin-top:0;margin-bottom:16px}.allymar-ehr__mb-2{margin-bottom:8px}.allymar-ehr__mt-2{margin-top:8px}.allymar-ehr__mb-8{margin-bottom:32px}.allymar-ehr__mb-4{margin-bottom:16px}.allymar-ehr__field{position:relative}.allymar-ehr__form-actions{display:flex;flex-direction:column;gap:10px}.allymar-ehr__w-full{width:100%}:root{--allymar-ehr-primary: #1a2b4a;--allymar-ehr-accent: #3b6fd4;--allymar-ehr-accent-light: #e8eef9;--allymar-ehr-success: #2d7d5c;--allymar-ehr-warning: #d97706;--allymar-ehr-danger: #dc2626;--allymar-ehr-surface: #ffffff;--allymar-ehr-surface-alt: #f8f9fc;--allymar-ehr-border: #e2e6ef;--allymar-ehr-text-primary: #111827;--allymar-ehr-text-secondary: #374151;--allymar-ehr-text-muted: #6b7280;--allymar-ehr-header-bg: #1a2b4a;--allymar-ehr-patient-bg: #eef1f8;--allymar-ehr-vitals-bg: #f9fafb;--allymar-ehr-meds-bg: #f9fafb;--allymar-ehr-problems-bg: #f9fafb;--allymar-ehr-radius-sm: 6px;--allymar-ehr-radius-md: 10px;--allymar-ehr-radius-lg: 14px;--allymar-ehr-shadow-sm: 0 1px 3px rgba(0, 0, 0, .08);--allymar-ehr-shadow-md: 0 4px 16px rgba(0, 0, 0, .1);--allymar-ehr-shadow-lg: 0 8px 32px rgba(0, 0, 0, .13);--allymar-ehr-font: "DM Sans", sans-serif;--allymar-ehr-mono: "DM Mono", monospace;--allymar-ehr-transition: .18s cubic-bezier(.4, 0, .2, 1)}.allymar-ehr-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background:#fffffff2;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;animation:allymar-ehr-fade-in .3s ease-out}.allymar-ehr-loading-spinner-wrap{position:relative;display:flex;align-items:center;justify-content:center;margin-bottom:24px}.allymar-ehr-loading-spinner{width:48px;height:48px;color:var(--allymar-ehr-accent)}.allymar-ehr-loading-text{font-size:18px;font-weight:600;color:var(--allymar-ehr-primary);margin-bottom:8px;letter-spacing:-.01em}.allymar-ehr-loading-subtext{font-size:14px;color:var(--allymar-ehr-text-muted)}@keyframes allymar-ehr-fade-out{0%{opacity:1}to{opacity:0}}.allymar-ehr-root{font-family:var(--allymar-ehr-font);background:var(--allymar-ehr-surface-alt);min-height:100vh;padding:16px 24px;box-sizing:border-box;color:var(--allymar-ehr-text-primary)}.allymar-ehr-card{background:var(--allymar-ehr-surface);border-radius:var(--allymar-ehr-radius-lg);box-shadow:var(--allymar-ehr-shadow-md);overflow:hidden;margin:0 auto;border:1px solid var(--allymar-ehr-border)}.allymar-ehr-header{background:var(--allymar-ehr-header-bg);color:#fff;padding:18px 16px;display:flex;justify-content:space-between;align-items:flex-start;gap:20px}.allymar-ehr-header-left{display:flex;align-items:flex-start;gap:16px}.allymar-ehr-header-back{border:none;padding:0;display:flex;align-items:center;justify-content:center;background-color:transparent;font-size:14px;font-weight:500;letter-spacing:.02em;font-family:var(--allymar-ehr-font);cursor:pointer;margin-bottom:12px}.allymar-ehr-header-back:hover{background:#fff3}.allymar-ehr-header-back-icon{width:16px;height:16px;pointer-events:none;margin-right:6px}.allymar-ehr-clinic-name{font-size:18px;font-weight:700;letter-spacing:-.3px;margin:0 0 4px;color:#fff}.allymar-ehr-clinic-address{font-size:13px;color:#ffffffa6;margin:0;line-height:1.4}.allymar-ehr-header-right{text-align:right}.allymar-ehr-doctor-name{font-size:18px;font-weight:600;color:#fff;margin:0 0 4px}.allymar-ehr-doctor-specialty{color:#7eb3f7;font-size:13px;font-weight:500}.allymar-ehr-doctor-meta{font-size:13px;color:#ffffff8c;margin:0;font-family:var(--allymar-ehr-mono);letter-spacing:.01em}.allymar-ehr-doctor-details,.allymar-ehr-clinic-details{margin-top:4px;gap:4px;display:flex;flex-direction:column}.allymar-ehr-encounter-bar{background:#fff;border-bottom:1.5px solid #d8dff0;padding:8px 20px;display:flex;flex-wrap:wrap;gap:4px 0;align-items:center;min-height:44px}.allymar-ehr-encounter-item{display:flex;align-items:center;gap:7px;font-size:13px;color:var(--allymar-ehr-text-secondary);padding:6px 16px;position:relative}.allymar-ehr-encounter-item:first-child{padding-left:0}.allymar-ehr-encounter-item:last-child{padding-right:0}.allymar-ehr-encounter-item+.allymar-ehr-encounter-item:before{content:"";position:absolute;left:0;top:15%;height:70%;width:1.5px;background:linear-gradient(to bottom,transparent,#c0c9de 30%,#c0c9de 70%,transparent);border-radius:2px}.allymar-ehr-encounter-label{font-weight:500;color:var(--allymar-ehr-text-secondary);font-size:11px;text-transform:uppercase;letter-spacing:.07em;font-family:var(--allymar-ehr-font);white-space:nowrap}.allymar-ehr-encounter-value{font-weight:700;color:var(--allymar-ehr-primary);font-family:var(--allymar-ehr-mono);font-size:12.5px;letter-spacing:.02em;background:#e6ecf8;padding:2px 7px;border-radius:4px}.allymar-ehr-encounter-value--plain{font-family:var(--allymar-ehr-font);font-size:13px;font-weight:600;color:var(--allymar-ehr-primary);white-space:nowrap}.allymar-ehr-encounter-sep{display:none}.allymar-ehr-patient-banner{background:#fff;border-bottom:1px solid #e2e8f0;padding:16px 24px;display:flex;align-items:center;gap:32px;position:relative;box-shadow:0 1px 4px #0000000d}.allymar-ehr-steps-bar{margin:20px 0;background:#f8fafc;border:1px solid #e2e8f0;border-radius:12px;padding:6px 8px;display:flex;align-items:center;gap:0}.allymar-ehr-steps-connector{flex:0 0 auto;width:24px;height:1px;background:#e2e8f0;margin:0 2px}.allymar-ehr-step{width:30%;border-radius:8px;border:none;background:transparent;display:flex;align-items:center;gap:10px;padding:12px 14px;cursor:pointer;transition:background .18s ease,box-shadow .18s ease;position:relative}.allymar-ehr-step-circle{width:24px;height:24px;border-radius:50%;flex-shrink:0;display:flex;align-items:center;justify-content:center;font-size:11px;font-weight:700;font-family:var(--allymar-ehr-mono);transition:background .18s ease,color .18s ease}.allymar-ehr-step-text{display:flex;flex-direction:column;align-items:flex-start;gap:1px;min-width:0}.allymar-ehr-step-title{font-size:13px;font-weight:650;line-height:1.2;letter-spacing:-.01em;transition:color .18s ease}.allymar-ehr-step-subtitle{font-size:12px;font-weight:500;transition:color .18s ease}.allymar-ehr-step--active{background:#fff;box-shadow:0 1px 3px #0f172a1a,0 0 0 1px #e2e8f0}.allymar-ehr-step--active .allymar-ehr-step-circle{background:#1e40af;color:#fff}.allymar-ehr-step--active .allymar-ehr-step-title{color:#0f172a}.allymar-ehr-step--active .allymar-ehr-step-subtitle{color:#2563eb}.allymar-ehr-step--inactive{background:transparent;border:1px solid var(--allymar-ehr-border)}.allymar-ehr-step--inactive:hover{background:#f1f5f9}.allymar-ehr-step--inactive .allymar-ehr-step-circle{background:#e2e8f0;color:#64748b}.allymar-ehr-step--inactive .allymar-ehr-step-title{color:#64748b}.allymar-ehr-step--inactive .allymar-ehr-step-subtitle{color:#94a3b8}.allymar-ehr-step--disabled{opacity:.6;cursor:help}.allymar-ehr-patient-profile{display:flex;align-items:center;gap:20px}.allymar-ehr-patient-avatar{width:56px;height:56px;border-radius:50%;flex-shrink:0;background:#e8eaff;display:flex;align-items:center;justify-content:center;overflow:hidden}.allymar-ehr-patient-info{display:flex;flex-direction:column;gap:6px;padding-right:28px}.allymar-ehr-patient-name{font-size:20px;font-weight:700;color:#0f172a;margin:0;letter-spacing:-.01em;line-height:1.2}.allymar-ehr-patient-meta{display:flex;align-items:center;gap:16px;flex-wrap:wrap}.allymar-ehr-meta-item{display:flex;align-items:baseline;gap:6px;position:relative}.allymar-ehr-meta-item:not(:last-child):after{content:"";position:absolute;right:-8px;top:50%;transform:translateY(-50%);height:12px;width:1px;background-color:#cbd5e1}.allymar-ehr-meta-label{font-size:11px;font-weight:600;color:#64748b;text-transform:uppercase;letter-spacing:.03em}.allymar-ehr-meta-value{font-size:13px;font-weight:600;color:#1e293b;font-family:var(--allymar-ehr-mono)}.allymar-ehr-meta-chip.mrn{color:#1a2b4a;font-weight:700}.allymar-ehr-meta-dot{display:none}.allymar-ehr-contact-block,.allymar-ehr-insurance-block{padding:0 28px;border-left:1px solid #e2e8f0;display:flex;flex-direction:column;gap:3px;align-items:flex-start}.allymar-ehr-contact-block{min-width:210px}.allymar-ehr-insurance-block{min-width:230px}.allymar-ehr-banner-section-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.1em;color:#5d6570;margin:0 0 6px}.allymar-ehr-contact-address,.allymar-ehr-contact-phone{font-size:12.5px;color:#475569;line-height:1.5;margin:0}.allymar-ehr-contact-phone{color:#334155;font-weight:500}.allymar-ehr-insurance-name{font-size:13.5px;font-weight:700;color:#0f172a;margin:0 0 5px;letter-spacing:-.01em}.allymar-ehr-insurance-meta{font-size:11.5px;color:#64748b;font-family:var(--allymar-ehr-mono);line-height:1.6;display:flex;flex-direction:column;gap:1px}.allymar-ehr-insurance-meta .label{color:var(--allymar-ehr-text-secondary);font-weight:500}.allymar-ehr-insurance-meta .value{font-weight:600;color:var(--allymar-ehr-accent)}.allymar-ehr-banner-toggle{margin-left:auto;background:none;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);width:30px;height:30px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--allymar-ehr-text-muted);transition:background var(--allymar-ehr-transition),color var(--allymar-ehr-transition);flex-shrink:0}.allymar-ehr-banner-toggle:hover{background:var(--allymar-ehr-border);color:var(--allymar-ehr-primary)}.allymar-ehr-content-grid{display:grid;grid-template-columns:1fr}.allymar-ehr-section{padding:22px 24px;border-right:1px solid var(--allymar-ehr-border)}.allymar-ehr-section:last-child{border-right:none}.allymar-ehr-section--vitals,.allymar-ehr-section--meds,.allymar-ehr-section--problems{background:#fff}.allymar-ehr-section-title{font-size:13px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--allymar-ehr-primary);margin:0 0 18px;padding-bottom:10px;border-bottom:2px solid var(--allymar-ehr-border)}.allymar-ehr-section--vitals .allymar-ehr-section-title{border-bottom-color:#bfd0f0;color:#1a2b4a}.allymar-ehr-section--meds .allymar-ehr-section-title{border-bottom-color:#86c8a8;color:#1a4535}.allymar-ehr-section--problems .allymar-ehr-section-title{border-bottom-color:#f4a0a0;color:#6b1a1a}.allymar-ehr-vitals-layout{display:grid;grid-template-columns:1fr;gap:16px;align-items:start}.allymar-ehr-vitals-preview{border:1px solid var(--allymar-ehr-border);border-radius:12px;background:#fff;box-shadow:var(--allymar-ehr-shadow-sm);padding:12px}.allymar-ehr-vitals-preview-title{margin:0 0 10px;font-size:11px;font-weight:700;letter-spacing:.08em;text-transform:uppercase;color:var(--allymar-ehr-text-muted)}.allymar-ehr-vitals-badges{display:flex;flex-wrap:wrap;gap:8px}.allymar-ehr-vitals-badge{display:inline-flex;align-items:center;gap:8px;padding:6px 10px;border-radius:999px;border:1px solid var(--allymar-ehr-border);background:#f8fafc}.allymar-ehr-vitals-badge-label{font-family:var(--allymar-ehr-mono);font-size:12px;font-weight:700;color:#111}.allymar-ehr-vitals-badge-value{font-size:12px;font-weight:600;color:#666;white-space:nowrap}.allymar-ehr-vitals-grid{display:grid;grid-template-columns:1fr 1fr 1fr 1fr;gap:14px}@media(max-width:980px){.allymar-ehr-vitals-layout{grid-template-columns:1fr}}.allymar-ehr-vital-field{display:flex;flex-direction:column;gap:5px}.allymar-ehr-vital-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--allymar-ehr-text-muted)}.allymar-ehr-vital-select-wrapper{position:relative;display:flex;align-items:center}.allymar-ehr-vital-select{width:100%;padding:7px 30px 7px 10px;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:var(--allymar-ehr-surface);font-family:var(--allymar-ehr-font);font-size:13px;color:var(--allymar-ehr-text-primary);-webkit-appearance:none;-moz-appearance:none;appearance:none;cursor:pointer;transition:border-color var(--allymar-ehr-transition),box-shadow var(--allymar-ehr-transition);box-shadow:var(--allymar-ehr-shadow-sm)}.allymar-ehr-vital-select:focus{outline:none;border-color:var(--allymar-ehr-accent);box-shadow:0 0 0 3px #3b6fd41f}.allymar-ehr-vital-select-arrow{position:absolute;right:9px;pointer-events:none;color:var(--allymar-ehr-text-muted);font-size:11px}.allymar-ehr-vital-input{width:100%;padding:7px 10px;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:var(--allymar-ehr-surface);font-family:var(--allymar-ehr-font);font-size:13px;color:var(--allymar-ehr-text-primary);transition:border-color var(--allymar-ehr-transition),box-shadow var(--allymar-ehr-transition);box-shadow:var(--allymar-ehr-shadow-sm);box-sizing:border-box}.allymar-ehr-vital-input:focus{outline:none;border-color:var(--allymar-ehr-accent);box-shadow:0 0 0 3px #3b6fd41f}.allymar-ehr-vital-input::-moz-placeholder{color:var(--allymar-ehr-text-muted)}.allymar-ehr-vital-input::placeholder{color:var(--allymar-ehr-text-muted)}.allymar-ehr-vital-bp-group{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:var(--allymar-ehr-surface);box-shadow:var(--allymar-ehr-shadow-sm);padding:0 8px;box-sizing:border-box}.allymar-ehr-vital-bp-group--error:not(:focus-within){border-color:#ef4444;box-shadow:0 0 0 1px #ef4444e6}.allymar-ehr-vital-input--bp{width:45%;border:none;box-shadow:none;padding:7px 0;text-align:center}.allymar-ehr-vital-input--bp:focus{outline:none;box-shadow:none}.allymar-ehr-vital-bp-separator{flex:0 0 auto;padding:0 4px;font-size:13px;color:var(--allymar-ehr-text-muted)}.allymar-ehr-vital-input--bp::-webkit-outer-spin-button,.allymar-ehr-vital-input--bp::-webkit-inner-spin-button{-webkit-appearance:none;margin:0}.allymar-ehr-vital-input--bp[type=number]{-webkit-appearance:textfield;appearance:textfield;-moz-appearance:textfield}.allymar-ehr-height-group{display:flex;align-items:center;justify-content:space-between;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:var(--allymar-ehr-surface);box-shadow:var(--allymar-ehr-shadow-sm);box-sizing:border-box}.allymar-ehr-height-ftin-wrapper{display:flex;gap:6px;flex:1;padding:0 8px}.allymar-ehr-height-ftin-wrapper--error:not(:focus-within){border:1px solid #ef4444;border-radius:var(--allymar-ehr-radius-sm);padding:0 8px;box-shadow:0 0 0 1px #ef4444e6}.allymar-ehr-height-input{box-shadow:none;border:none;padding:7px 0}.allymar-ehr-height-input--ft,.allymar-ehr-height-input--in{width:50%}.allymar-ehr-height-input:focus{outline:none;box-shadow:none}.allymar-ehr-med-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.allymar-ehr-med-item{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;color:var(--allymar-ehr-text-primary);background:var(--allymar-ehr-surface);border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);padding:9px 12px;box-shadow:var(--allymar-ehr-shadow-sm);transition:border-color var(--allymar-ehr-transition)}.allymar-ehr-med-item:hover{border-color:#a0b8e0}.allymar-ehr-med-dot{width:7px;height:7px;border-radius:50%;background:var(--allymar-ehr-success);margin-top:5px;flex-shrink:0}.allymar-ehr-med-name{font-weight:500;color:var(--allymar-ehr-text-primary)}.allymar-ehr-problem-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:10px}.allymar-ehr-problem-item{display:flex;align-items:flex-start;gap:8px;font-size:13.5px;background:var(--allymar-ehr-surface);border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);padding:9px 12px;box-shadow:var(--allymar-ehr-shadow-sm);transition:border-color var(--allymar-ehr-transition)}.allymar-ehr-problem-item:hover{border-color:#f5a0a0}.allymar-ehr-problem-dot{width:7px;height:7px;border-radius:50%;background:var(--allymar-ehr-danger);margin-top:5px;flex-shrink:0}.allymar-ehr-problem-name{font-weight:500;color:var(--allymar-ehr-text-primary)}.allymar-ehr-problem-add-btn{margin-top:12px;width:100%;padding:8px;background:none;border:1.5px dashed var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);color:var(--allymar-ehr-danger);font-family:var(--allymar-ehr-font);font-size:13px;font-weight:500;cursor:pointer;transition:background var(--allymar-ehr-transition),border-color var(--allymar-ehr-transition)}.allymar-ehr-problem-add-btn:hover{background:#fef2f2;border-color:var(--allymar-ehr-danger)}.allymar-ehr-footer-bar{border-top:1px solid var(--allymar-ehr-border);background:var(--allymar-ehr-surface);padding:12px 28px;display:flex;justify-content:flex-end;gap:10px;align-items:center}.allymar-ehr-btn{padding:8px 20px;border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13.5px;font-weight:600;cursor:pointer;transition:all var(--allymar-ehr-transition);border:1.5px solid transparent}.allymar-ehr-btn--secondary{background:var(--allymar-ehr-surface);border-color:var(--allymar-ehr-border);color:var(--allymar-ehr-text-primary)}.allymar-ehr-btn--secondary:hover{background:var(--allymar-ehr-surface-alt);border-color:#c0c9dc}.allymar-ehr-btn--primary{background:var(--allymar-ehr-accent);color:#fff;border-color:var(--allymar-ehr-accent)}.allymar-ehr-btn--primary:hover{background:#2a5bbf;border-color:#2a5bbf;box-shadow:0 4px 12px #3b6fd447}.allymar-ehr-modal-overlay{position:fixed;inset:0;background:#141e3273;display:flex;align-items:center;justify-content:center;z-index:1000;-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);animation:allymar-ehr-fade-in .18s ease}.allymar-ehr-modal{background:var(--allymar-ehr-surface);border-radius:var(--allymar-ehr-radius-lg);box-shadow:var(--allymar-ehr-shadow-lg);padding:28px;min-width:340px;max-width:420px;width:100%;animation:allymar-ehr-slide-up .2s cubic-bezier(.4,0,.2,1)}.allymar-ehr-modal-title{font-size:15px;font-weight:700;color:var(--allymar-ehr-primary);margin:0 0 18px}.allymar-ehr-modal-input{width:100%;padding:9px 12px;border:1.5px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:14px;color:var(--allymar-ehr-text-primary);box-sizing:border-box;transition:border-color var(--allymar-ehr-transition),box-shadow var(--allymar-ehr-transition);margin-bottom:16px}.allymar-ehr-modal-input:focus{outline:none;border-color:var(--allymar-ehr-accent);box-shadow:0 0 0 3px #3b6fd41f}.allymar-ehr-modal-actions{display:flex;justify-content:flex-end;gap:10px}.allymar-ehr-toast{position:fixed;bottom:28px;right:28px;background:var(--allymar-ehr-primary);color:#fff;padding:12px 22px;border-radius:var(--allymar-ehr-radius-md);font-size:13.5px;font-weight:500;box-shadow:var(--allymar-ehr-shadow-lg);z-index:2000;animation:allymar-ehr-toast-in .22s cubic-bezier(.4,0,.2,1)}@keyframes allymar-ehr-fade-in{0%{opacity:0}to{opacity:1}}@keyframes allymar-ehr-slide-up{0%{transform:translateY(18px);opacity:0}to{transform:translateY(0);opacity:1}}@keyframes allymar-ehr-toast-in{0%{transform:translateY(16px);opacity:0}to{transform:translateY(0);opacity:1}}@media(max-width:820px){.allymar-ehr-content-grid{grid-template-columns:1fr}.allymar-ehr-section{border-right:none;border-bottom:1px solid var(--allymar-ehr-border)}.allymar-ehr-header{flex-direction:column;gap:12px}.allymar-ehr-header-right{text-align:left}.allymar-ehr-patient-banner{flex-wrap:wrap}.allymar-ehr-contact-block,.allymar-ehr-insurance-block{border-left:none;padding:12px 0 0;border-top:1px solid var(--allymar-ehr-border);width:100%}.allymar-ehr-encounter-bar{flex-wrap:wrap;padding:10px 16px;min-height:auto}.allymar-ehr-encounter-item{padding:4px 0}.allymar-ehr-encounter-item+.allymar-ehr-encounter-item:before{display:none}}.allymar-ehr-soap-wrap{display:flex;flex-direction:column;gap:14px;margin-top:20px}.allymar-ehr-soap-card-container{display:flex;flex-direction:column;gap:14px;background-color:#fff}.allymar-ehr-pnote-header{background:var(--allymar-ehr-primary);border-radius:var(--allymar-ehr-radius-md);padding:14px 20px;display:flex;align-items:center;justify-content:space-between;gap:16px}.allymar-ehr-pnote-left{display:flex;align-items:center;gap:14px}.allymar-ehr-pnote-icon{width:36px;height:36px;border-radius:8px;background:#ffffff26;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:800;color:#fff;flex-shrink:0;letter-spacing:-.5px;font-family:var(--allymar-ehr-mono)}.allymar-ehr-pnote-title-container{display:flex;flex-direction:column;gap:6px;align-items:flex-start;justify-content:center;text-align:left;line-height:20px}.allymar-ehr-pnote-title{font-size:18px;font-weight:700;color:#fff;margin:0 0 8px;display:flex;align-items:center;gap:10px}.allymar-ehr-pnote-ai-badge{font-size:10px;font-weight:700;letter-spacing:.07em;text-transform:uppercase;color:#7eb3f7;border:1px solid rgba(126,179,247,.4);border-radius:4px;padding:2px 7px;font-family:var(--allymar-ehr-mono)}.allymar-ehr-pnote-meta{font-size:13px;color:#fff;margin:0;display:flex;flex-direction:row;gap:8px;align-items:center;flex-wrap:wrap}.allymar-ehr-pnote-meta-sep{color:#ffffff40}.allymar-ehr-pnote-review-badge{display:flex;align-items:center;gap:7px;background:#d977062e;border:1px solid rgba(217,119,6,.45);border-radius:var(--allymar-ehr-radius-sm);padding:7px 14px;font-size:12.5px;font-weight:600;color:#fbbf24;white-space:nowrap;flex-shrink:0}.allymar-ehr-pnote-review-icon{font-size:18px;margin-top:2px}.allymar-ehr-icd-bar{display:flex;flex-wrap:wrap;gap:8px;padding:4px 16px}.allymar-ehr-icd-chip{display:inline-flex;align-items:center;gap:6px;padding:5px 12px;border-radius:20px;font-size:13px;font-weight:500;border:1px solid var(--allymar-ehr-border);background:#fff;color:var(--allymar-ehr-text-primary);cursor:default;transition:border-color var(--allymar-ehr-transition),background var(--allymar-ehr-transition);font-family:var(--allymar-ehr-font);box-shadow:var(--allymar-ehr-shadow-sm)}.allymar-ehr-icd-chip:hover{border-color:#a0b4d8;background:#f0f4fc}.allymar-ehr-icd-code{font-family:var(--allymar-ehr-mono);font-size:14px;font-weight:700;color:var(--allymar-ehr-accent)}.allymar-ehr-icd-label{color:var(--allymar-ehr-text-secondary)}.allymar-ehr-soap-card{background:#fff;overflow:hidden}.allymar-ehr-soap-card-header{display:flex;align-items:center;justify-content:space-between;padding:12px 18px;border-bottom:1px solid var(--allymar-ehr-border);background:#fafbfd}.allymar-ehr-soap-card--s .allymar-ehr-soap-card-header{background:#ecf2ff}.allymar-ehr-soap-card--o .allymar-ehr-soap-card-header{background:#eaf7f0}.allymar-ehr-soap-card--a .allymar-ehr-soap-card-header{background:#fff6ea}.allymar-ehr-soap-card--p .allymar-ehr-soap-card-header{background:#f4efff}.allymar-ehr-soap-card-left{display:flex;align-items:center;gap:12px}.allymar-ehr-soap-letter{width:32px;height:32px;border-radius:8px;display:flex;align-items:center;justify-content:center;font-size:15px;font-weight:800;flex-shrink:0}.allymar-ehr-soap-letter--s{border-color:#2a5bbf;background-color:#2a5bbf15;color:#2a5bbf;border:1px solid #2a5bbf}.allymar-ehr-soap-letter--o{border-color:#1a6645;background-color:#1a664515;color:#1a6645;border:1px solid #1a6645}.allymar-ehr-soap-letter--a{border-color:#a05c08;background-color:#a05c0815;color:#a05c08;border:1px solid #a05c08}.allymar-ehr-soap-letter--p{border-color:#6b34b5;background-color:#6b34b515;color:#6b34b5;border:1px solid #6b34b5}.allymar-ehr-soap-section-title{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:var(--allymar-ehr-primary);margin:0;display:flex;align-items:center;gap:0}.allymar-ehr-soap-section-sub{font-size:13px;color:#1e1e1e;margin:3px 0 0}.allymar-ehr-soap-ai-tag{font-size:11px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;padding:2px 7px;border-radius:4px;font-family:var(--allymar-ehr-mono);margin-left:8px;border:1px solid transparent}.allymar-ehr-soap-ai-tag--blue{color:#3b6fd4;background:#e8eef9;border-color:#3b6fd4}.allymar-ehr-soap-ai-tag--green{color:#1a6645;background:#e6f4ee;border-color:#1a6645}.allymar-ehr-soap-ai-tag--amber{color:#a05c08;background:#fef3e2;border-color:#a05c08}.allymar-ehr-soap-ai-tag--violet{color:#6b34b5;background:#f0ebfa;border-color:#6b34b5}.allymar-ehr-soap-card-actions{display:flex;gap:8px;flex-shrink:0}.allymar-ehr-soap-action-btn{padding:5px 12px;border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:12.5px;font-weight:600;cursor:pointer;transition:all var(--allymar-ehr-transition);border:1.5px solid var(--allymar-ehr-border);background:#fff;color:var(--allymar-ehr-text-primary);display:inline-flex;align-items:center;gap:6px}.allymar-ehr-soap-action-btn:hover{background:var(--allymar-ehr-surface-alt);border-color:#c0c9dc}.allymar-ehr-soap-action-icon{font-size:13px;line-height:1}.allymar-ehr-soap-card-body{padding:16px 18px}.allymar-ehr-soap-text{font-size:13.5px;color:var(--allymar-ehr-text-primary);line-height:1.65;margin:0}.allymar-ehr-soap-vitals-inline{display:flex;flex-wrap:wrap;gap:8px;margin-bottom:14px;align-items:center;font-size:12px;font-weight:600;color:var(--allymar-ehr-text-primary);line-height:1.5}.allymar-ehr-soap-vital-pill{display:flex;align-items:center;gap:5px;background:#f4f6fb;border:1px solid var(--allymar-ehr-border);border-radius:5px;padding:4px 10px}.allymar-ehr-soap-vital-pill-label{color:var(--allymar-ehr-text-secondary);font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.04em}.allymar-ehr-soap-vital-pill-value{font-family:var(--allymar-ehr-mono);font-weight:700;color:var(--allymar-ehr-primary);font-size:12.5px}.allymar-ehr-soap-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.allymar-ehr-soap-list-item{display:flex;gap:10px;font-size:13.5px;color:var(--allymar-ehr-text-primary);line-height:1.55}.allymar-ehr-soap-list-bullet{width:5px;height:5px;border-radius:50%;background:var(--allymar-ehr-text-muted);margin-top:8px;flex-shrink:0}.allymar-ehr-soap-list-bullet--sub{width:4px;height:4px;border-radius:50%;background:transparent;border:1.5px solid var(--allymar-ehr-text-muted);opacity:.7;margin-top:8px;flex-shrink:0}.allymar-ehr-soap-objective{display:flex;flex-direction:column;gap:10px}.allymar-ehr-soap-objective-section{padding-top:6px;border-top:1px dashed #e2e8f0}.allymar-ehr-soap-objective-section:first-of-type{border-top:none;padding-top:0}.allymar-ehr-soap-objective-title{font-size:12px;font-weight:650;text-transform:uppercase;letter-spacing:.06em;color:var(--allymar-ehr-text-muted);margin:0 0 4px}.allymar-ehr-soap-numbered{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:8px}.allymar-ehr-soap-numbered-item{display:flex;gap:10px;font-size:13.5px;color:var(--allymar-ehr-text-primary);line-height:1.55;align-items:flex-start}.allymar-ehr-soap-numbered-index{font-family:var(--allymar-ehr-mono);font-size:11.5px;font-weight:700;color:var(--allymar-ehr-accent);background:#e8eef9;border-radius:4px;padding:1px 7px;flex-shrink:0;margin-top:1px}.allymar-ehr-soap-footer{display:flex;align-items:center;justify-content:space-between;gap:20px;background:linear-gradient(to right,#fffbf2,#fff8ed);border:1px solid #f0d080;border-left:4px solid #f59e0b;border-radius:var(--allymar-ehr-radius-md);padding:14px 20px;box-shadow:0 2px 8px #f59e0b1a}.allymar-ehr-soap-footer-note{display:flex;align-items:flex-start;gap:10px;flex:1}.allymar-ehr-soap-footer-icon{font-size:24px;flex-shrink:0;margin-top:2px;color:#f59e0b;filter:drop-shadow(0 1px 2px rgba(245,158,11,.3))}.allymar-ehr-soap-footer-text{display:flex;flex-direction:column;gap:3px}.allymar-ehr-soap-footer-label{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:#92400e;font-family:var(--allymar-ehr-mono)}.allymar-ehr-soap-footer-body{font-size:13px;color:#78350f;line-height:1.55;font-weight:400}.allymar-ehr-soap-footer-body strong{font-weight:600;color:#5c3d06}.allymar-ehr-soap-proceed-btn{padding:9px 22px;background:var(--allymar-ehr-accent);color:#fff;border:none;border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13.5px;font-weight:700;cursor:pointer;display:flex;align-items:center;gap:8px;transition:background var(--allymar-ehr-transition),box-shadow var(--allymar-ehr-transition);white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.allymar-ehr-soap-proceed-btn:hover{background:#2a5bbf;box-shadow:0 4px 12px #3b6fd447}.allymar-ehr-soap-draft-btn{padding:9px 22px;background:#fff;color:var(--allymar-ehr-accent);border:1.5px solid var(--allymar-ehr-accent);border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13.5px;font-weight:600;cursor:pointer;transition:background var(--allymar-ehr-transition),color var(--allymar-ehr-transition),box-shadow var(--allymar-ehr-transition);white-space:nowrap;flex-shrink:0;letter-spacing:.01em}.allymar-ehr-soap-draft-btn:hover:not(:disabled){background:#eff4ff;box-shadow:0 2px 8px #3b6fd426}.allymar-ehr-soap-draft-btn:disabled{opacity:.6;cursor:not-allowed}.allymar-ehr-soap-edit-textarea{width:100%;min-height:110px;padding:10px 12px;border:1.5px solid var(--allymar-ehr-accent);border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13.5px;color:var(--allymar-ehr-text-primary);line-height:1.6;resize:vertical;box-shadow:0 0 0 3px #3b6fd41a;outline:none;box-sizing:border-box;transition:border-color var(--allymar-ehr-transition)}.allymar-ehr-soap-edit-textarea:focus{border-color:var(--allymar-ehr-accent)}.allymar-ehr-soap-edit-actions{display:flex;justify-content:flex-end;gap:8px;margin-top:8px}.allymar-ehr-soap-edit-save{padding:6px 16px;background:var(--allymar-ehr-accent);color:#fff;border:none;border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13px;font-weight:600;cursor:pointer;transition:background var(--allymar-ehr-transition)}.allymar-ehr-soap-edit-save:hover{background:#2a5bbf}.allymar-ehr-soap-edit-cancel{padding:6px 14px;background:none;color:var(--allymar-ehr-text-muted);border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13px;cursor:pointer;transition:background var(--allymar-ehr-transition)}.allymar-ehr-soap-edit-cancel:hover{background:var(--allymar-ehr-border)}.sae-header{padding:24px 28px;align-items:flex-start;gap:20px}.allymar-ehr-card-ref{background:var(--allymar-ehr-surface);border-radius:var(--allymar-ehr-radius-lg);box-shadow:var(--allymar-ehr-shadow-md);overflow:hidden;margin:0 auto}.sae-header .allymar-ehr-header-left{flex:1;min-width:0;display:flex;align-items:flex-start;gap:0;padding-right:28px}.sae-header .allymar-ehr-clinic-name{font-size:20px;margin-bottom:5px}.sae-header .allymar-ehr-clinic-address{line-height:1.65;font-size:13px}.sae-header-contact{margin-top:1px}.sae-header-divider{width:1px;background:#ffffff26;align-self:stretch;margin:0 12px;flex-shrink:0}.sae-header .allymar-ehr-header-right{display:flex;flex-direction:column;justify-content:flex-start;align-items:flex-end;flex-shrink:0}.sae-header-provider-meta{display:flex;flex-direction:column;align-items:flex-end;gap:4px}.sae-body{background:var(--allymar-ehr-surface-alt);border-top:2px solid var(--allymar-ehr-border);display:flex;flex-direction:column;gap:20px}.sae-patient-banner{margin:10px 16px 6px;padding:16px 20px;gap:32px;display:flex;align-items:center;border-radius:12px;border:1.5px solid rgba(226,232,240,.95);background:linear-gradient(135deg,#f9fafb,#f1f5f9);box-shadow:0 4px 10px #0f172a0f}.sae-patient-banner .allymar-ehr-patient-profile{flex:1.2}.sae-patient-banner .allymar-ehr-contact-block,.sae-patient-banner .allymar-ehr-insurance-block{padding:0 24px;border-left:1.5px solid #e2e8f0}.sae-patient-banner .allymar-ehr-insurance-block{padding-right:0}.sae-patient-banner .allymar-ehr-banner-section-label{margin:0 0 6px;color:#64748b;font-weight:700;font-size:11px;text-transform:uppercase;letter-spacing:.05em}.sae-patient-banner .allymar-ehr-contact-address,.sae-patient-banner .allymar-ehr-contact-phone,.sae-patient-banner .allymar-ehr-insurance-meta{line-height:1.35;color:#111827b3}.sae-patient-banner .allymar-ehr-insurance-name{margin:0 0 4px;font-size:14.5px}.sae-patient-banner .allymar-ehr-insurance-meta{white-space:normal}@media(max-width:980px){.sae-patient-banner{display:flex;align-items:flex-start;gap:18px}.sae-patient-banner .allymar-ehr-patient-info,.sae-patient-banner .allymar-ehr-contact-block,.sae-patient-banner .allymar-ehr-insurance-block{padding:0 20px}}.sae-steps{display:flex;align-items:center;gap:0;padding:16px 24px;background:#fff;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-md);box-shadow:var(--allymar-ehr-shadow-sm)}.sae-step{display:flex;align-items:center;gap:8px}.sae-step-dot{width:28px;height:28px;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700;flex-shrink:0;font-family:var(--allymar-ehr-mono);border:2px solid var(--allymar-ehr-border);background:#fff;color:var(--allymar-ehr-text-muted)}.sae-step--done .sae-step-dot{background:var(--allymar-ehr-success);border-color:var(--allymar-ehr-success);color:#fff}.sae-step--active .sae-step-dot{background:var(--allymar-ehr-accent);border-color:var(--allymar-ehr-accent);color:#fff}.sae-step--pending .sae-step-dot{background:#fff;border-color:var(--allymar-ehr-border);color:var(--allymar-ehr-text-muted)}.sae-step-label{font-size:13px;font-weight:600;color:var(--allymar-ehr-text-secondary);white-space:nowrap}.sae-step--done .sae-step-label,.sae-step--active .sae-step-label{color:var(--allymar-ehr-primary)}.sae-step-line{flex:1;height:2px;background:var(--allymar-ehr-border);margin:0 16px;min-width:40px}.sae-review-card{background:#fff;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-md);padding:20px;box-shadow:var(--allymar-ehr-shadow-sm)}.sae-review-card-note{background:#fff;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-md);padding:20px 0;box-shadow:var(--allymar-ehr-shadow-sm)}.sae-review-card-title{font-size:16px;font-weight:700;color:var(--allymar-ehr-primary);margin:0 0 16px;padding:0 20px}.p-0{padding:0}.sae-review-gaps-table{display:flex;flex-direction:column;gap:0}.sae-review-gaps-header,.sae-review-gaps-row{display:grid;grid-template-columns:90px 1fr 120px;gap:16px;align-items:center;padding:10px 0;border-bottom:1px solid var(--allymar-ehr-border)}.sae-review-gaps-header{font-size:11px;font-weight:700;text-transform:uppercase;letter-spacing:.05em;color:var(--allymar-ehr-text-muted);border-bottom-width:2px}.sae-review-gaps-row:last-child{border-bottom:none}.sae-review-gaps-col--icd{font-size:13px;font-family:var(--allymar-ehr-mono);font-weight:600;color:var(--allymar-ehr-accent)}.sae-review-gaps-col--dx{color:var(--allymar-ehr-text-primary);font-size:13px}.sae-review-gaps-status{color:var(--allymar-ehr-success);font-weight:600;font-size:13px}.sae-soap-review-content{display:flex;flex-direction:column;gap:14px}.sae-meta-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.07em;color:var(--allymar-ehr-text-secondary);font-family:var(--allymar-ehr-mono)}.sae-meta-value{font-size:14px;font-weight:700;color:var(--allymar-ehr-primary)}.sae-meta-sub{font-size:11.5px;color:var(--allymar-ehr-text-secondary);font-family:var(--allymar-ehr-mono)}.sae-soap-row{display:flex;gap:14px;align-items:flex-start;padding:2px 0 12px;border-bottom:1px solid rgba(226,230,239,.7)}.sae-soap-row:last-child{border-bottom:none;padding-bottom:0}.sae-soap-letter{width:28px;height:28px;border-radius:7px;display:flex;align-items:center;justify-content:center;font-size:13px;font-weight:800;flex-shrink:0;margin-top:1px}.sae-soap-row-content{flex:1}.sae-soap-row-title{font-size:12px;font-weight:800;text-transform:uppercase;letter-spacing:.08em;color:#152b54c7;font-family:var(--allymar-ehr-mono);display:block;margin-bottom:6px}.sae-soap-row-text{font-size:13px;color:var(--allymar-ehr-text-primary);line-height:1.65;margin:0}.sae-soap-row-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:7px}.sae-soap-row-list li{font-size:13px;color:var(--allymar-ehr-text-primary);line-height:1.6;display:flex;align-items:flex-start;gap:8px}.sae-bullet{width:5px;height:5px;border-radius:50%;background:var(--allymar-ehr-text-secondary);flex-shrink:0;margin-top:8px}.sae-num-badge{font-family:var(--allymar-ehr-mono);font-size:11px;font-weight:700;color:var(--allymar-ehr-accent);background:var(--allymar-ehr-accent-light);border-radius:4px;padding:1px 6px;flex-shrink:0;margin-top:1px}.sae-code-inline{font-family:var(--allymar-ehr-mono);font-weight:700;color:var(--allymar-ehr-accent);margin-right:6px}.sae-panel{background:#fff;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-md);padding:20px;box-shadow:var(--allymar-ehr-shadow-sm);display:flex;flex-direction:column;gap:20px}.sae-section-header{display:flex;align-items:flex-start;gap:14px;padding-bottom:16px;border-bottom:1.5px solid var(--allymar-ehr-border)}.sae-section-number{width:32px;height:32px;border-radius:50%;background:var(--allymar-ehr-primary);color:#fff;display:flex;align-items:center;justify-content:center;font-size:14px;font-weight:800;flex-shrink:0;font-family:var(--allymar-ehr-mono)}.sae-section-title{font-size:16px;font-weight:700;color:var(--allymar-ehr-primary);margin:0 0 3px}.sae-section-subtitle{font-size:13px;color:var(--allymar-ehr-text-secondary);margin:0;line-height:1.5}.sae-attest-grid{display:grid;grid-template-columns:1fr 1fr;gap:20px}.sae-attest-col{display:flex;flex-direction:column;gap:10px}.sae-col-label{font-size:10.5px;font-weight:700;text-transform:uppercase;letter-spacing:.08em;color:var(--allymar-ehr-text-secondary);font-family:var(--allymar-ehr-mono);margin:0}.sae-provider-table{border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);overflow:hidden}.sae-provider-row{display:flex;align-items:baseline;padding:9px 14px;border-bottom:1px solid var(--allymar-ehr-border);gap:12px}.sae-provider-row:last-child{border-bottom:none}.sae-provider-key{font-size:12px;color:var(--allymar-ehr-text-muted);min-width:72px;font-weight:500;letter-spacing:.01em}.sae-provider-val{font-size:13px;font-weight:700;color:var(--allymar-ehr-primary);font-family:var(--allymar-ehr-mono)}.sae-attestation-box{background:#f8fdf9;border:1px solid #b8dfc4;border-left:4px solid var(--allymar-ehr-success);border-radius:var(--allymar-ehr-radius-sm);padding:8px 18px}.sae-attestation-text{font-size:13.5px;color:#1a4535;line-height:1.65;margin:0;font-style:italic;text-wrap:pretty}.sae-attestation-text strong{font-style:normal;font-weight:700;color:#0f2e22}.sae-sig-section{display:flex;flex-direction:column;gap:14px}.sae-sig-section-header{display:flex;align-items:center;justify-content:space-between;gap:12px}.sae-sig-style-btns{display:flex;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);overflow:hidden}.sae-style-btn{padding:6px 16px;font-family:var(--allymar-ehr-font);font-size:12.5px;font-weight:600;cursor:pointer;border:none;background:#fff;color:var(--allymar-ehr-text-secondary);transition:all var(--allymar-ehr-transition)}.sae-style-btn:focus-visible{outline:3px solid rgba(59,111,212,.25);outline-offset:2px}.sae-style-btn+.sae-style-btn{border-left:1px solid var(--allymar-ehr-border)}.sae-style-btn--active{background:var(--allymar-ehr-primary);color:#fff}.sae-sig-grid{display:grid;grid-template-columns:1fr 1fr;gap:12px}.sae-sig-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;padding:20px 16px;border:1.5px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:#fff;cursor:pointer;transition:all var(--allymar-ehr-transition);min-height:90px}.sae-sig-card:hover{border-color:var(--allymar-ehr-accent);background:var(--allymar-ehr-accent-light)}.sae-sig-name{font-size:clamp(34px,3.2vw,46px);color:var(--allymar-ehr-primary);line-height:1.05;font-weight:400;letter-spacing:.01em;font-family:var(--allymar-ehr-font);text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.sae-sig-font-label{font-size:10px;font-weight:700;letter-spacing:.08em;color:var(--allymar-ehr-text-muted);font-family:var(--allymar-ehr-mono);text-transform:uppercase}.sae-sig-selected-wrap{display:flex;flex-direction:column;align-items:center;gap:16px}.sae-sig-selected-display{position:relative;width:100%;max-width:420px;box-sizing:border-box;padding:28px 44px 28px 32px;background:#f8f9fc;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-md);display:flex;flex-direction:column;align-items:center;justify-content:center;gap:8px;margin:0 auto;overflow:hidden}.sae-sig-selected-name{font-size:clamp(24px,3vw,40px);font-weight:400;color:var(--allymar-ehr-primary);line-height:1.15;letter-spacing:.01em;font-family:var(--allymar-ehr-font);text-align:center;max-width:100%;overflow-wrap:anywhere;word-break:break-word;text-rendering:geometricPrecision;-webkit-font-smoothing:antialiased}.sae-sig-name--dancingscript,.sae-sig-selected-name--dancingscript{font-family:Dancing Script,cursive!important;font-weight:500}.sae-sig-name--greatvibes,.sae-sig-selected-name--greatvibes{font-family:Great Vibes,cursive!important;font-weight:500}.sae-sig-name--alexbrush,.sae-sig-selected-name--alexbrush{font-family:Alex Brush,cursive!important;font-weight:500}.sae-sig-name--petit,.sae-sig-selected-name--petit{font-family:Petit Formal Script,cursive!important;font-weight:500}.sae-sig-selected-font-label{font-size:11px;font-weight:700;letter-spacing:.08em;color:var(--allymar-ehr-primary);font-family:var(--allymar-ehr-mono);text-transform:uppercase}.sae-sig-card-check{position:absolute;top:10px;right:10px;width:20px;height:20px;display:flex;align-items:center;justify-content:center;background:var(--allymar-ehr-primary);color:#fff;font-size:12px;font-weight:700;border-radius:50%;line-height:1}.sae-sig-clear-btn{padding:8px 16px;font-family:var(--allymar-ehr-font);font-size:13px;font-weight:600;color:var(--allymar-ehr-primary);background:#f8f9fc;border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);cursor:pointer;transition:all var(--allymar-ehr-transition)}.sae-sig-clear-btn:hover{background:#eef1f7;border-color:var(--allymar-ehr-accent)}.sae-sig-captured-banner{display:flex;align-items:center;justify-content:center;gap:10px;padding:12px 16px;background:#e8f5e9;border-radius:var(--allymar-ehr-radius-sm);font-size:13px;color:#2e7d32;font-weight:500}.sae-sig-captured-banner span:last-child{line-height:1.35}.sae-sig-captured-icon{display:flex;align-items:center;justify-content:center;width:22px;height:22px;background:#2e7d32;color:#fff;font-size:14px;font-weight:700;border-radius:50%;flex-shrink:0}.sae-sig-hint{font-size:12px;color:var(--allymar-ehr-text-muted);text-align:center;margin:0}.sae-draw-area{display:flex;flex-direction:column;gap:10px}.sae-draw-hint-row{display:flex;align-items:center;justify-content:space-between;gap:12px}.sae-draw-clear-inline{padding:4px 10px;font-size:11.5px;font-family:var(--allymar-ehr-font);font-weight:600;color:var(--allymar-ehr-text-muted);background:#fff;border:1px solid var(--allymar-ehr-border);border-radius:4px;cursor:pointer;transition:all var(--allymar-ehr-transition);white-space:nowrap;flex-shrink:0}.sae-draw-clear-inline:hover{color:var(--allymar-ehr-danger);border-color:var(--allymar-ehr-danger)}.sae-draw-canvas-wrap{position:relative;border:1.5px dashed var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);background:#fafbfd;overflow:hidden}.sae-draw-canvas{width:100%;height:120px;display:block;cursor:crosshair}.sae-export-grid{display:grid;grid-template-columns:1fr 1fr;gap:16px}.sae-export-card{border:1px solid var(--allymar-ehr-border);border-radius:var(--allymar-ehr-radius-sm);padding:24px 20px;display:flex;flex-direction:column;align-items:center;gap:10px;text-align:center;background:#fafbfd}.sae-export-icon-wrap{width:52px;height:52px;border-radius:12px;background:#fff;border:1px solid var(--allymar-ehr-border);display:flex;align-items:center;justify-content:center;box-shadow:var(--allymar-ehr-shadow-sm)}.sae-export-card-title{font-size:15px;font-weight:700;color:var(--allymar-ehr-primary);margin:0}.sae-export-card-desc{font-size:13px;color:var(--allymar-ehr-text-secondary);line-height:1.55;margin:0}.sae-export-btn{width:100%;padding:10px 20px;border-radius:var(--allymar-ehr-radius-sm);font-family:var(--allymar-ehr-font);font-size:13.5px;font-weight:700;cursor:pointer;border:none;display:flex;align-items:center;justify-content:center;gap:6px;transition:all var(--allymar-ehr-transition)}.sae-export-btn--pdf{background:var(--allymar-ehr-primary);color:#fff}.sae-export-btn--pdf:hover:not(:disabled){background:#0f1d33;box-shadow:0 4px 12px #1a2b4a47}.sae-export-btn--disabled{background:#d1d5db;color:#9ca3af;cursor:not-allowed}.sae-export-sig-warn{font-size:12px;color:var(--allymar-ehr-danger);margin:0;font-weight:500}.sae-copy-btns{display:flex;flex-direction:column;gap:8px;width:100%}.sae-export-btn--plain{background:var(--allymar-ehr-surface-alt);color:var(--allymar-ehr-primary);border:1.5px solid var(--allymar-ehr-border)}.sae-export-btn--plain:hover{background:var(--allymar-ehr-border)}.sae-export-btn--full{background:var(--allymar-ehr-accent);color:#fff}.sae-export-btn--full:hover{background:#2a5bbf;box-shadow:0 4px 12px #3b6fd447}.sae-export-no-integration{font-size:11.5px;color:var(--allymar-ehr-text-muted);margin:0}.sae-encounter-bar{margin:6px 16px 10px;padding:8px 14px;border-radius:10px;border:1px solid rgba(148,163,184,.7);background:linear-gradient(135deg,#f8fafc,#e5edf9)}.sae-encounter-bar .allymar-ehr-encounter-item{flex-direction:row;align-items:center;gap:6px}.sae-encounter-bar .allymar-ehr-encounter-label{font-size:11px;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--allymar-ehr-text-muted)}.sae-encounter-bar .allymar-ehr-encounter-value,.sae-encounter-bar .allymar-ehr-encounter-value--plain{line-height:1.2}.sae-pdf-header{align-items:flex-start;padding-bottom:10px}.sae-pdf-header-row{width:100%;display:flex;justify-content:space-between;align-items:baseline;gap:24px}.sae-pdf-header-row--meta{margin-top:2px}.sae-pdf-header-row .allymar-ehr-clinic-address,.sae-pdf-header-row .allymar-ehr-doctor-meta{margin:0;white-space:nowrap}.sae-pdf-header-row .allymar-ehr-clinic-address{flex:1;overflow:hidden;text-overflow:ellipsis}.sae-pdf-mode .sae-export-panel,.sae-pdf-mode .sae-steps,.sae-pdf-mode .sae-sig-style-btns,.sae-pdf-mode .sae-sig-hint,.sae-pdf-mode .sae-sig-clear-btn,.sae-pdf-mode .sae-draw-hint-row,.sae-pdf-mode .sae-draw-clear-inline,.sae-pdf-mode .sae-sig-grid,.sae-pdf-mode .sae-submission-inline{display:none!important}.sae-pdf-only{display:none}.sae-pdf-mode .sae-pdf-only{display:flex!important}.sae-pdf-mode{background:var(--allymar-ehr-surface-alt)}.sae-pdf-mode .sae-body{background:var(--allymar-ehr-surface-alt)!important}.sae-pdf-mode .sae-panel,.sae-pdf-mode .sae-review-card{background:#fff!important}.sae-pdf-mode,.sae-pdf-mode *{-webkit-print-color-adjust:exact;print-color-adjust:exact}.sae-pdf-mode .sae-draw-canvas{cursor:default}.sae-pdf-mode .allymar-ehr-header-back{display:none!important}.sae-pdf-preparing-overlay{position:fixed;inset:0;z-index:2300;background:#0f172a7a;display:flex;align-items:center;justify-content:center;pointer-events:all}.sae-pdf-preparing-content{max-width:420px;padding:18px 20px 16px;border-radius:14px;border:1px solid rgba(148,163,184,.75);background:linear-gradient(135deg,#fff,#edf2ff);box-shadow:0 18px 40px #0f172a4d;color:#0f172a;display:flex;flex-direction:column;gap:12px}.sae-pdf-preparing-header{display:flex;align-items:center;gap:10px}.sae-pdf-preparing-spinner{width:26px;height:26px;border-radius:999px;border:3px solid rgba(148,163,184,.4);border-top-color:#0ea5e9;animation:sae-spin .9s linear infinite}.sae-pdf-preparing-title{font-size:14px;font-weight:700;letter-spacing:.06em;text-transform:uppercase;color:#1e293b}.sae-pdf-preparing-body{font-size:12.5px;color:#334155}.sae-pdf-preparing-meta{margin-top:4px;font-size:11px;color:#64748b}@keyframes sae-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@media(max-width:820px){.sae-attest-grid,.sae-export-grid,.sae-sig-grid{grid-template-columns:1fr}.sae-review-gaps-header,.sae-review-gaps-row{grid-template-columns:80px 1fr 100px;font-size:12px}}.sae-pdf-preview-overlay{position:fixed;inset:0;background:#1118278c;z-index:2200;display:flex;align-items:center;justify-content:center;padding:20px}.sae-pdf-preview-panel{width:min(1200px,96vw);height:min(860px,94vh);background:#fff;border-radius:12px;overflow:hidden;display:flex;flex-direction:column;box-shadow:0 20px 40px #00000047}.sae-pdf-preview-toolbar{height:56px;border-bottom:1px solid var(--allymar-ehr-border);display:flex;align-items:center;justify-content:space-between;padding:0 14px;background:#f9fafc}.sae-pdf-preview-title{margin:0;font-size:14px;font-weight:700;color:var(--allymar-ehr-primary)}.sae-pdf-preview-actions{display:flex;gap:8px}.sae-pdf-preview-btn{border:1px solid var(--allymar-ehr-border);background:#fff;color:var(--allymar-ehr-primary);border-radius:8px;height:34px;padding:0 12px;font-size:12.5px;font-weight:600;cursor:pointer}.sae-pdf-preview-btn--print{background:var(--allymar-ehr-primary);border-color:var(--allymar-ehr-primary);color:#fff}.sae-pdf-preview-frame{width:100%;height:100%;border:0}.sae-submission-inline{display:flex;justify-content:flex-end;gap:12px;margin-top:8px;padding-top:20px;border-top:1px dashed var(--allymar-ehr-border)}.sae-submission-desc{font-size:13px;line-height:1.55;color:var(--allymar-ehr-text-muted, #64748b);margin:0}.sae-submission-btn{align-self:flex-start;min-height:40px;padding:0 20px;border-radius:8px;font-size:13px;font-weight:600;cursor:pointer;border:none;color:#fff;background:linear-gradient(135deg,#0f766e,#0d9488);box-shadow:0 1px 2px #0f172a1f;transition:background .15s ease,transform .1s ease,opacity .15s ease}.sae-submission-btn:hover:not(:disabled){filter:brightness(1.05);transform:translateY(-1px)}.sae-submission-btn--disabled,.sae-submission-btn:disabled{opacity:.55;cursor:not-allowed;transform:none;filter:none}.sae-submission-overlay{background:#0f172a80;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.sae-submission-modal{background:#fff;border-radius:20px;padding:40px;width:100%;max-width:440px;box-shadow:0 25px 65px #0003;display:flex;flex-direction:column;gap:32px;font-family:var(--allymar-ehr-font);animation:sae-modal-in .35s cubic-bezier(.34,1.56,.64,1)}@keyframes sae-modal-in{0%{transform:translateY(30px);opacity:0}to{transform:translateY(0);opacity:1}}.sae-submission-title{margin:0;font-size:20px;font-weight:800;color:var(--allymar-ehr-primary);text-align:center;letter-spacing:-.01em}.sae-submission-steps{display:flex;flex-direction:column;gap:12px}.sae-submission-step-row{display:flex;align-items:center;gap:14px;padding:4px 0;transition:all .3s ease}.sae-submission-step-row.waiting{opacity:.35;filter:grayscale(1)}.sae-submission-step-icon{width:24px;height:24px;display:flex;align-items:center;justify-content:center;flex-shrink:0;background:#f1f5f9;border-radius:50%;position:relative}.sae-submission-step-row.active .sae-submission-step-icon{background:#eff6ff}.sae-submission-step-row.done .sae-submission-step-icon{background:#ecfdf5}.sae-step-check{color:#10b981;font-size:15px;font-weight:900;line-height:1;animation:sae-checkmark-pop .3s cubic-bezier(.34,1.56,.64,1)}.sae-step-failed{color:#ef4444;font-size:14px;font-weight:900;line-height:1;animation:sae-checkmark-pop .3s cubic-bezier(.34,1.56,.64,1)}@keyframes sae-checkmark-pop{0%{transform:scale(.5);opacity:0}to{transform:scale(1);opacity:1}}.sae-step-active-spinner{width:14px;height:14px;border:2px solid #dbeafe;border-top-color:#2563eb;border-radius:50%;animation:sae-spin .8s linear infinite}.sae-step-dot{width:5px;height:5px;border-radius:50%;background:#cbd5e1}.sae-submission-step-label{font-size:14px;font-weight:500;color:var(--allymar-ehr-text-secondary);line-height:normal}.sae-submission-step-row.done .sae-submission-step-label{color:var(--allymar-ehr-text-muted);opacity:.8}.sae-submission-step-row.active .sae-submission-step-label{font-weight:700;color:#1e40af}.sae-submission-step-row.failed .sae-submission-step-label{color:#b91c1c;font-weight:700}.sae-submission-step-row.failed .sae-submission-step-icon{background:#fee2e2}.sae-review-card,.sae-panel,.sae-patient-banner,.allymar-ehr-header,.allymar-ehr-encounter-bar,.sae-review-gaps-row,.sae-provider-row,.sae-sig-section,.sae-sig-selected-display,.sae-export-card{page-break-inside:avoid!important;-moz-column-break-inside:avoid!important;break-inside:avoid!important}.allymar-ehr-soap-card{page-break-inside:auto!important;-moz-column-break-inside:auto!important;break-inside:auto!important}.allymar-ehr-soap-card-header,.sae-soap-row-title,.sae-review-card-title,.sae-section-header{page-break-inside:avoid!important;-moz-column-break-inside:avoid!important;break-inside:avoid!important;page-break-after:avoid!important;-moz-column-break-after:avoid!important;break-after:avoid!important}.sae-avoid-break{page-break-inside:avoid!important;-moz-column-break-inside:avoid!important;break-inside:avoid!important}.sae-section-header{page-break-after:avoid!important;-moz-column-break-after:avoid!important;break-after:avoid!important}.sae-pdf-mode{background:#f8f9fc!important}.sae-pdf-mode .allymar-ehr-card-ref{box-shadow:none!important;border:none!important}.sae-pdf-mode canvas,.sae-pdf-mode svg{max-width:100%!important}.allymar-ehr__how-to-use-container{display:flex;gap:1rem;padding:14px 24px;align-items:center;background:#fff;border-bottom:1px solid #e8eaed}.allymar-ehr__how-to-use-back-icon{cursor:pointer}.allymar-ehr__how-to-use-title{font-size:18px;font-weight:700;color:#111827;letter-spacing:-.01em}.dark .allymar-ehr__how-to-use-title{color:#fff}.allymar-ehr__how-to-use-content-container{display:flex;flex-direction:row-reverse;height:calc(100vh - 134px);background-color:#f8f9fb}.allymar-ehr__how-to-use-sidebar{display:flex;flex-direction:column;width:280px;min-width:280px;background:#fff;border-left:1px solid #e8eaed;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.allymar-ehr__how-to-use-sidebar::-webkit-scrollbar{width:4px}.allymar-ehr__how-to-use-sidebar::-webkit-scrollbar-track{background:transparent}.allymar-ehr__how-to-use-sidebar::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.allymar-ehr__how-to-use-divider{height:1px;background:#e8eaed;margin:4px 0}.allymar-ehr__how-to-use-menu-container{display:flex;flex-direction:column}.allymar-ehr__how-to-use-menu-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:13px 18px;border-bottom:1px solid #f0f1f3;background:#fff;transition:background .15s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__how-to-use-menu-header:hover{background:#f3f4f6}.allymar-ehr__how-to-use-menu-header-title-container{display:flex;align-items:center;gap:.5rem}.allymar-ehr__how-to-use-menu-header-title{font-size:.875rem;font-weight:600;color:#111827;letter-spacing:.005em}.allymar-ehr__how-to-use-arrow-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center;transition:transform .22s cubic-bezier(.4,0,.2,1);opacity:.55}.allymar-ehr__how-to-use-arrow-icon.allymar-ehr__open{transform:rotate(180deg)}.allymar-ehr__how-to-use-collapsible-content{display:flex;flex-direction:column;padding:6px 10px 10px;gap:2px;overflow-y:auto;max-height:calc(100vh - 520px);background:#fafbfc;border-bottom:1px solid #f0f1f3}.allymar-ehr__how-to-use-menu-items{display:flex;flex-direction:column;padding:6px 10px 10px;gap:2px;max-height:calc(100vh - 520px);overflow-y:auto}.allymar-ehr__how-to-use-menu-item{display:flex;align-items:center;padding:8px 12px;border-radius:7px;cursor:pointer;transition:background .13s ease,color .13s ease;position:relative}.allymar-ehr__how-to-use-menu-item:hover:not(.allymar-ehr__selected){background:#f3f4f6}.allymar-ehr__how-to-use-menu-item.allymar-ehr__selected{background:linear-gradient(90deg,#20c7ca,#17b5b8);box-shadow:0 2px 8px #20c7ca47}.allymar-ehr__how-to-use-menu-item.allymar-ehr__selected .allymar-ehr__how-to-use-menu-item-text{color:#fff;font-weight:600}.allymar-ehr__how-to-use-menu-item-text{font-size:.8125rem;line-height:1.4;font-weight:500;color:#111827;transition:color .13s ease}.allymar-ehr__how-to-use-menu-item:hover:not(.allymar-ehr__selected) .allymar-ehr__how-to-use-menu-item-text{color:#111827}.allymar-ehr__how-to-use-new-feature-icon{display:inline-block;width:8px;height:8px;border-radius:50%;background:#0667f8;flex-shrink:0}.allymar-ehr__how-to-use-tooltip{z-index:10}.allymar-ehr__how-to-use-tooltip-text{color:#fff;font-size:.75rem}.allymar-ehr__how-to-use-main-content{display:flex;justify-content:center;width:100%;padding:2.5rem 3rem;overflow-y:auto;scrollbar-width:thin;scrollbar-color:#d1d5db transparent}.allymar-ehr__how-to-use-main-content::-webkit-scrollbar{width:5px}.allymar-ehr__how-to-use-main-content::-webkit-scrollbar-thumb{background-color:#d1d5db;border-radius:4px}.allymar-ehr__how-to-use-html-container{width:80%;max-width:860px}.allymar-ehr-ext__login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f9fafb,#eef2f7);padding:0 24px}.allymar-ehr-ext__login-card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px 24px;box-shadow:0 8px 30px #1118270f;color:#111827}.allymar-ehr-ext__login-brand{display:flex;justify-content:center;margin-bottom:8px}.allymar-ehr-ext__login-logo{height:40px!important;width:auto;filter:none}.allymar-ehr-ext__login-title{margin:16px 0;font-size:22px;font-weight:700;letter-spacing:.2px;color:#111827;text-align:center}.allymar-ehr-ext__login-subtitle{margin:0 0 16px;color:#6b7280;font-size:13px;text-align:center}.allymar-ehr-ext__login-alert{padding:10px 12px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;margin-bottom:12px}.allymar-ehr-ext__login-form{display:flex;flex-direction:column;gap:12px}.allymar-ehr-ext__login-field{display:flex;flex-direction:column;gap:6px}.allymar-ehr-ext__login-label{font-size:12px;color:#374151}.allymar-ehr-ext__login-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;padding:10px 12px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.allymar-ehr-ext__login-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.allymar-ehr-ext__login-input--error{border-color:#ef444499}.allymar-ehr-ext__login-error{font-size:12px;color:#b91c1c}.allymar-ehr-ext__login-password{position:relative}.allymar-ehr-ext__login-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:none;color:#6b7280;border:none;padding:4px 6px;border-radius:6px;cursor:pointer;font-size:12px}.allymar-ehr-ext__login-toggle:hover{color:#111827;background:#1118270f}.allymar-ehr-ext__login .allymar-ehr__field--password{margin-bottom:40px}.allymar-ehr-ext__login-submit{width:100%;margin-top:6px;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;background:linear-gradient(90deg,#2563eb,#36a6f0);color:#fff;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.allymar-ehr-ext__login-submit:hover{filter:brightness(1.08)}.allymar-ehr-ext__login-submit:disabled{opacity:.6;cursor:not-allowed}.allymar-ehr-ext__login-hint{margin-top:14px;color:#6b7280;font-size:12px;text-align:center}@media(max-width:480px){.allymar-ehr-ext__login-card{padding:20px}.allymar-ehr-ext__login-title{font-size:20px}}#ehr-body *,#ehr-widget-extension-root *,#ehr-floating-frame-root *{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ehr-body{font-family:Montserrat,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;scroll-behavior:smooth;margin:0;padding:0;height:100vh;position:relative}#ehr-body #ehr-root{height:100%;overflow:hidden;position:relative}#ehr-body .react-tooltip__show{z-index:999!important}::-webkit-scrollbar{width:8px;height:8px;opacity:0;-webkit-transition:opacity .2s;transition:opacity .2s}:hover::-webkit-scrollbar{opacity:1}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#00000040;border-radius:10px;-webkit-transition:background-color .3s ease;transition:background-color .3s ease}::-webkit-scrollbar-thumb:hover{background-color:#0006}@supports (scrollbar-color: auto){*{scrollbar-width:thin;scrollbar-color:rgba(0,0,0,.3) transparent}}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Light-Cbfxly1I.ttf) format("truetype");font-weight:300;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Regular-Cw3fqWkz.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Medium-CpRznguy.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-SemiBold-Cyv6qdWd.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-Bold-BSrD1I5P.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Montserrat;src:url(/assets/Montserrat-ExtraBold-DnlpJ974.ttf) format("truetype");font-weight:800;font-style:normal}@font-face{font-family:Dancing Script;src:url(/assets/DancingScript-Regular-BfvM1EuJ.ttf) format("truetype");font-weight:400;font-style:normal}@font-face{font-family:Dancing Script;src:url(/assets/DancingScript-Medium-BxuNbkl2.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Dancing Script;src:url(/assets/DancingScript-SemiBold-21v9TYnD.ttf) format("truetype");font-weight:600;font-style:normal}@font-face{font-family:Dancing Script;src:url(/assets/DancingScript-Bold-HqJ3Vlrx.ttf) format("truetype");font-weight:700;font-style:normal}@font-face{font-family:Great Vibes;src:url(/assets/GreatVibes-Regular-2lK5AVEf.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Alex Brush;src:url(/assets/AlexBrush-Regular-DEWYWpQW.ttf) format("truetype");font-weight:500;font-style:normal}@font-face{font-family:Petit Formal Script;src:url(/assets/PetitFormalScript-Regular-xAEso65E.ttf) format("truetype");font-weight:500;font-style:normal}.floating-icon{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1;pointer-events:auto;width:3.5rem;height:3.5rem;background-color:#3b82f6;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.floating-icon:hover{background-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.1)}.floating-icon svg{width:1.5rem;height:1.5rem;color:#fff;position:absolute;inset:0;margin:auto}.tooltip{position:absolute;bottom:100%;right:0;margin-bottom:.5rem;padding:.75rem 1rem;background-color:#1f2937;color:#fff;font-size:.875rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;white-space:nowrap}.tooltip:after{content:"";position:absolute;top:100%;right:1rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #1f2937}.allymar-ehr__layout{height:100%;background-color:#fff;z-index:1;display:flex;position:relative;transition:all .3s ease}.allymar-ehr__layout-sidebar{width:250px;background-color:#2d2e40;color:#fff;display:flex;flex-direction:column;overflow-y:auto}.allymar-ehr__layout-container{display:flex;flex-direction:column;flex:1 1 0%;min-width:0;height:100%;background-color:#f5f5f5;overflow:hidden;transition:all .3s ease;will-change:width,margin-left}.allymar-ehr__layout-container>header,.allymar-ehr__layout-container>footer{position:sticky;z-index:1}.allymar-ehr__layout-container>header{top:0}.allymar-ehr__layout-container>footer{bottom:0}.allymar-ehr-web__layout-content{flex:1;overflow-y:auto;padding:0;background-color:#d7d9db}.allymar-ehr__layout-content{flex:1;overflow-y:auto;padding:0;background-color:#f6feff}.allymar-ehr__layout-content-authenticated{flex:1;overflow-y:auto;padding:0;background-color:#f5f5f5}.allymar-ehr__layout-sidebar{width:280px;background-color:#2d2e40;color:#fff;display:flex;flex-direction:column;overflow-y:auto;gap:10px}.allymar-ehr__sidebar-header{display:flex;align-items:center;gap:10px;height:56px;padding:0 20px}.allymar-ehr__sidebar-title{color:#fff;font-size:14px;font-weight:600}.allymar-ehr__sidebar-tab-container{padding:0 12px;display:flex;align-items:center;cursor:pointer;transition:background .2s ease}.allymar-ehr__sidebar-tab-container:hover{background-color:transparent}.allymar-ehr__sidebar-tab{height:44px;display:flex;align-items:center;flex:auto;gap:12px;color:#fffc;font-size:14px;padding:0 12px;border-radius:6px;transition:background .2s ease,color .2s ease}.allymar-ehr__sidebar-tab img{filter:invert(1);stroke:#fffc}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab img{filter:invert(1) brightness(2)}.allymar-ehr__sidebar-tab-container:hover .allymar-ehr__sidebar-tab{background-color:#2a4d5c;color:#fff}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab{background-color:#2a4d5c;color:#fff;font-weight:600;position:relative;border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:2px solid #20c7ca}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab .outer-circle{position:absolute;right:-8px;display:flex;align-items:center;justify-content:center;background-color:#2d2e40;border-radius:9999px;width:12px;height:12px}.outer-circle{display:none}.inner-dot{width:6px;height:6px;background-color:#20c7ca;border-radius:9999px}.allymar-ehr__sidebar-logo{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.allymar-ehr__footer-container{background-color:#fff;height:28px;display:flex;align-items:center;justify-content:end;padding:0 12px;font-size:12px;color:#444;box-shadow:0 -1px #0000001a}.allymar-ehr-ext__footer-container{background-color:#fff;height:28px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:12px;color:#444;box-shadow:0 -1px #0000001a}.allymar-ehr__footer-version{font-weight:500}.allymar-ehr__footer-links{display:flex;gap:16px}.allymar-ehr__footer-links span{color:#444;text-decoration:none;font-weight:500;opacity:.8;cursor:pointer}.allymar-ehr__footer-links span:hover{text-decoration:underline;opacity:1}.ehr-min-w-5{min-width:20px}.ehr-min-h-5{min-height:20px}.cursor-pointer{cursor:pointer}.allymar-ehr__required{color:#ff5454}
