.allymar-ehr__accordion{background-color:#fff;border:1px solid #e8eaef;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:14px 16px;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-save-button{position:absolute;bottom:8px;right:8px;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-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__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,.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-loading-overlay{position:fixed;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;z-index:9999;pointer-events:all}.progress-overlay--drawer{z-index:10060}.progress-overlay--modal{z-index:10070}.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:progress-overlay-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}@keyframes progress-overlay-spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.allymar-ehr-icd-drawer__merge-modal-overlay{position:fixed;inset:0;background:#0f172a7a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px}.allymar-ehr-icd-drawer__merge-modal{background:#fff;border-radius:20px;box-shadow:0 25px 65px #0003;max-width:440px;width:100%;font-family:var(--allymar-ehr-font);animation:merge-modal-in .35s cubic-bezier(.34,1.56,.64,1)}@keyframes merge-modal-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.allymar-ehr-icd-drawer__merge-modal-content{padding:32px 28px 28px;text-align:center}.allymar-ehr-icd-drawer__merge-modal-icon{width:48px;height:48px;margin:0 auto 16px;border-radius:50%;background:#eff6ff;color:#2563eb;font-size:22px;font-weight:800;line-height:48px}.allymar-ehr-icd-drawer__merge-modal-title{font-size:20px;font-weight:800;color:var(--allymar-ehr-primary, #111827);margin:0 0 12px;line-height:1.3;letter-spacing:-.01em}.allymar-ehr-icd-drawer__merge-modal-message{font-size:14px;font-weight:400;color:#4b5563;margin:0 0 12px;line-height:1.5}.allymar-ehr-icd-drawer__merge-modal-context{font-size:13px;font-weight:600;color:#1e40af;background:#eff6ff;border-radius:8px;padding:8px 12px;margin:0 0 24px;line-height:1.4;word-break:break-all}.allymar-ehr-icd-drawer__merge-modal-buttons{display:flex;flex-direction:column;align-items:stretch;gap:12px;width:100%}.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-proceed.allymar-ehr__button,.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-proceed{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;flex:1 1 0;min-width:0;height:40px;min-height:40px;padding:10px 16px!important;background:#1a075c!important;background-color:#1a075c!important;border:none!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#fff!important;box-shadow:none!important;opacity:1!important}.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-proceed:hover:not(:disabled){background:#1a075c!important;opacity:.92!important;color:#fff!important}.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-cancel.allymar-ehr__button,.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-cancel{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;flex:1 1 0;min-width:0;height:40px;min-height:40px;padding:10px 16px!important;background:#fff!important;background-color:#fff!important;border:1px solid #dddddd!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#111!important;box-shadow:none!important;opacity:1!important}.allymar-ehr-icd-drawer__merge-modal-buttons .allymar-ehr-icd-drawer__merge-modal-btn-cancel:hover:not(:disabled){background:#f5f5f5!important;border-color:#ddd!important;color:#111!important;opacity:1!important}@media(max-width:399px){.allymar-ehr-icd-drawer__merge-modal-buttons{flex-direction:column;align-items:stretch}}.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;max-height:100%;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow:hidden;color:#111}.allymar-ehr__drawer{position:absolute;top:0;right:0;height:100%;max-height:100%;width:80%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow:hidden;color:#111}.allymar-ehr__drawer-expanded{position:absolute;top:0;right:0;height:100%;max-height:100%;width:60%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow:hidden;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;flex-shrink:0}.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,.allymar-ehr-web__drawer-body{flex:1 1 auto;min-height:0;height:auto;display:flex;flex-direction:column;justify-content:space-between;gap:10px;overflow:hidden}.allymar-ehr-web__drawer-upper-content,.allymar-ehr__drawer-upper-content{display:flex;flex-direction:column;gap:10px;flex:1 1 auto;min-height:0;height:auto;overflow:hidden}.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;flex-shrink:0}.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:1 1 auto;min-height:0;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;flex-shrink:0}.allymar-ehr__drawer-footer .allymar-ehr__confirm-btn{box-sizing:border-box;display:inline-flex!important;flex-direction:row;justify-content:center;align-items:center;flex:1 1 0;width:auto;min-width:0;max-width:285px;height:40px!important;padding:10px 16px!important;gap:8px;background:#1e0070!important;border:none!important;border-radius:50px!important;cursor:pointer;font-family:Montserrat,sans-serif!important;font-style:normal;font-weight:500!important;font-size:14px!important;line-height:17px!important;text-transform:capitalize;color:#fff!important;box-shadow:none!important}.allymar-ehr__drawer-footer .allymar-ehr__confirm-btn:hover:not(:disabled){background:#1e0070!important;opacity:.92;color:#fff!important;border:none!important}.allymar-ehr__drawer-footer .allymar-ehr__confirm-btn:disabled{opacity:.75;cursor:not-allowed;background:#1e0070!important;color:#fff!important}.allymar-ehr__drawer-footer .allymar-ehr__cancel-btn{box-sizing:border-box;display:inline-flex;justify-content:center;align-items:center;flex:1 1 0;width:auto;min-width:0;max-width:285px;height:40px;padding:10px 16px;background:#fff;color:#666;border:1px solid #dddddd;border-radius:50px;cursor:pointer;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:17px}.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:#0d9488}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__gaps_pdf_drawer{max-width:80%}.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__user-initials{box-sizing:border-box;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__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;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{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-container{overflow-y:auto;max-height:70vh}.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:13px;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:13px;color:#374151;border-bottom:none;padding-top:16px;padding-bottom:16px;margin-bottom:4px}.allymar-ehr__hist-modal-client-tabs{display:flex;align-items:stretch;gap:0;margin:0 0 14px;padding:0;width:-moz-fit-content;width:fit-content;max-width:100%;background-color:#fff;border:1px solid #e5e7eb;border-radius:10px;overflow-x:auto;overflow-y:hidden;box-sizing:border-box}.allymar-ehr__hist-modal-client-tab{display:inline-flex;align-items:center;justify-content:center;min-width:0;border:none;border-radius:0;background:#fff;color:#1f2937;padding:11px 14px;font-size:13px;font-weight:600;line-height:1.2;cursor:pointer;white-space:nowrap;transition:background-color .15s ease,color .15s ease;flex:0 0 auto}.allymar-ehr__hist-modal-client-tab:hover{background:#f9fafb;color:#111827}.allymar-ehr__hist-modal-client-tab:focus-visible{outline:2px solid #26c2c9;outline-offset:-2px;z-index:1}.allymar-ehr__hist-modal-client-tab--active{background-color:#26c2c9;color:#111827}.allymar-ehr__hist-modal-client-tab--active:hover{background-color:#22b3ba;color:#111827}.allymar-ehr__encounter-accordion-wrapper>.allymar-ehr__accordion,.allymar-ehr__encounter-accordion{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}.allymar-ehr__encounter-header{display:flex;justify-content:space-between;align-items:center;width:100%}.allymar-ehr__encounter-header-left{display:flex;flex-direction:column;gap:2px}.allymar-ehr__encounter-title-row{display:flex;align-items:center;gap:12px}.allymar-ehr__encounter-id{font-size:16px;font-weight:700;color:#1a1a1a}.allymar-ehr__encounter-header-pills{display:flex;align-items:center;gap:8px}.allymar-ehr__encounter-date{font-size:13px;color:#667085;font-weight:500}.allymar-ehr__status-tag{padding:4px 12px;border-radius:20px;font-size:12px;font-weight:600;white-space:nowrap;letter-spacing:.01em}.allymar-ehr__status-tag--small{padding:2px 10px;font-size:11px}.allymar-ehr__status-tag--upload{background-color:#eff8ff;color:#175cd3;border:1px solid #b2ddff}.allymar-ehr__status-tag--current{background-color:#e3f4ec;color:#2f7d5c;border:1px solid #bfe0cf}.allymar-ehr__encounter-actions{display:flex;align-items:center;margin-right:8px}.allymar-ehr__upload-link{box-sizing:border-box;display:inline-flex;align-items:center;justify-content:center;height:32px;padding:0 16px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;color:#111;background:#fff;border:1px solid #111111;border-radius:5px;cursor:pointer;text-decoration:none;white-space:nowrap}.allymar-ehr__upload-link:hover{background:#f5f5f5;border-color:#111;color:#111}.allymar-ehr__encounter-expanded-content{padding:16px;background-color:#edf4ff;border-top:1px solid #f0f0f0;display:flex;flex-direction:column;gap:20px}.allymar-ehr__section-label{font-size:13px;font-weight:600;color:#111;margin-bottom:8px;display:block}.allymar-ehr__doc-cards-grid{display:flex;flex-wrap:wrap;gap:12px}.allymar-ehr__doc-card{display:flex;align-items:center;justify-content:space-between;background-color:#fff;border:1px solid #e0e0e0;border-radius:10px;padding:8px 12px;box-shadow:0 2px 4px #00000005;cursor:pointer}.allymar-ehr__doc-card-info{display:flex;align-items:center;gap:8px;flex:1;min-width:0}.allymar-ehr__doc-name{font-size:13px;font-weight:600;color:#344054;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allymar-ehr__encounter-gaps-section{display:flex;flex-direction:column;gap:8px}.allymar-ehr__gaps-header-text{display:flex;align-items:center;gap:4px;min-width:0;flex:1}.allymar-ehr__gap-status-chip{display:inline-flex;align-items:center;padding:4px 10px;border-radius:100px;font-size:12px;font-weight:500;border:none;white-space:nowrap;background-clip:padding-box;-webkit-font-smoothing:antialiased;cursor:default}.allymar-ehr__gap-status-chip--agree{color:#037847;background-color:#03784710;box-shadow:inset 0 0 0 1px #037847}.allymar-ehr__gap-feedback-actions{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:center;gap:8px;flex-shrink:0}.allymar-ehr__encounter-gaps-section>.allymar-ehr__accordion{background-color:#fff;border:1px solid #e0e0e0;border-radius:8px;overflow:hidden}.allymar-ehr__encounter-gaps-section .allymar-ehr__gaps-content>.allymar-ehr__accordion{background-color:#fff;border:1px solid #e5e7eb;border-radius:8px;overflow:hidden}.allymar-ehr__encounter-gaps-section .allymar-ehr__gaps-content>.allymar-ehr__accordion>.allymar-ehr__accordion-header.allymar-ehr__gaps-accordion-header{min-height:40px;height:auto;padding:8px 12px;box-sizing:border-box}.allymar-ehr__past-encounter-listings{display:flex;flex-direction:column;gap:24px}.allymar-ehr__past-encounter-section-title{margin:0 0 8px;font-size:14px;font-weight:700;color:#344054}.allymar-ehr__past-encounter{display:flex;flex-direction:column;gap:12px}.allymar-ehr__past-encounter__section-label,.allymar-ehr__past-encounter__year-label{margin:0;font-size:13px;font-weight:600;color:#667085}.allymar-ehr__past-encounter__card{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:12px 16px;display:flex;flex-direction:column;gap:12px}.allymar-ehr__past-encounter__card--current{border-color:#84caff;background:#f5faff}.allymar-ehr__past-encounter__gap-list{display:flex;flex-direction:column;gap:8px}.allymar-ehr__past-encounter__written{display:flex;flex-direction:column;gap:6px}.allymar-ehr__past-encounter__written-title{margin:0;font-size:12px;font-weight:600;color:#344054}.allymar-ehr__past-encounter__written-item{display:flex;flex-wrap:wrap;align-items:center;gap:8px;font-size:12px;color:#475467}.allymar-ehr__past-encounter__written-code{font-weight:700;color:#1a1a1a}.allymar-ehr__past-encounter__written-badge{padding:2px 8px;border-radius:999px;background:#fef3f2;color:#b42318;font-size:11px;font-weight:600}.allymar-ehr__past-encounter__written-date{color:#98a2b3}.allymar-ehr__past-encounter__skeleton{background:#fff;border:1px solid #e0e0e0;border-radius:12px;padding:16px;margin-bottom:12px}.allymar-ehr__past-encounter__icd-badge{margin-left:8px;font-size:12px;font-weight:600;color:#175cd3}.allymar-ehr__encounter-title{font-size:16px;font-weight:700;color:#1a1a1a}.allymar-ehr__status-tag--current{background-color:#ecfdf3;color:#027a48;border:1px solid #abefc6}.allymar-ehr__status-tag--class{background-color:#f9f5ff;color:#6941c6;border:1px solid #e9d7fe}.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__client-badge{width:46px;height:26px;border-radius:2px;border:1px solid #f5f5f5;overflow:hidden;flex-shrink:0;cursor:default}.allymar-ehr__client-badge-logo{width:100%;height:100%;-o-object-fit:contain;object-fit:contain}.allymar-ehr__client-badge-fallback{display:inline-flex;align-items:center;justify-content:center;width:100%;height:100%;font-family:Montserrat,sans-serif;font-size:10px;font-weight:700;line-height:1;color:#6f3aca;text-transform:uppercase;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__client-badges{display:flex;flex-wrap:wrap;align-items:center;gap:4px}.allymar-ehr__icd-card-list-wrap{display:flex;flex-direction:column;gap:12px}.allymar-ehr__icd-card-list{display:flex;flex-direction:column;gap:10px}.allymar-ehr__icd-card{background:#fff;border:1px solid #e8eef8;border-radius:8px;overflow:hidden;box-shadow:0 4px 2px #0000000d;transition:box-shadow .28s cubic-bezier(.4,0,.2,1)}.allymar-ehr__icd-card--expanded{box-shadow:0 2px 6px #0000000f}.allymar-ehr__icd-card-header{display:flex;align-items:center;gap:8px;padding:0 12px;min-height:40px}.allymar-ehr__icd-card-body-wrap{display:grid;grid-template-rows:0fr;transition:grid-template-rows .32s cubic-bezier(.4,0,.2,1)}.allymar-ehr__icd-card--expanded .allymar-ehr__icd-card-body-wrap{grid-template-rows:1fr}.allymar-ehr__icd-card-body{overflow:hidden;min-height:0;display:flex;flex-direction:column;gap:8px;padding:0 12px;opacity:0;border-top:1px solid transparent;transition:opacity .24s ease,padding .32s cubic-bezier(.4,0,.2,1),border-color .24s ease}.allymar-ehr__icd-card--expanded .allymar-ehr__icd-card-body{padding:0 12px 12px;opacity:1;border-top-color:#e3ecf8}@media(prefers-reduced-motion:reduce){.allymar-ehr__icd-card,.allymar-ehr__icd-card-body-wrap,.allymar-ehr__icd-card-body{transition:none}}.allymar-ehr__icd-card-header-main{display:flex;align-items:center;gap:4px;min-width:0;flex:1}.allymar-ehr__icd-card-header-main-care{min-width:0;flex:1}.allymar-ehr__icd-card-badges{display:flex;align-items:center;gap:4px;flex-shrink:0}.allymar-ehr__icd-client-record{display:flex;flex-direction:column;gap:8px}.allymar-ehr__icd-client-row{display:flex;align-items:flex-start;flex-wrap:wrap;row-gap:12px;-moz-column-gap:24px;column-gap:24px;padding-top:10px}.allymar-ehr__icd-client-note-strip{display:flex;align-items:flex-start;gap:8px;padding:10px 12px;border-radius:10px;background-color:#f5f0fd;color:#111;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:1.4}.allymar-ehr__icd-client-note-icon{flex-shrink:0;width:16px;height:16px;margin-top:1px}.allymar-ehr__icd-client-note-text{flex:1;min-width:0}.allymar-ehr__icd-client-row-badge{margin-left:auto}.allymar-ehr__icd-pagination{display:flex;align-items:center;justify-content:flex-end;gap:6px}.allymar-ehr__icd-pagination-btn{display:inline-flex;align-items:center;justify-content:center;min-width:28px;height:28px;padding:0 6px;border:1px solid #c8d9f0;border-radius:50%;background:#fff;color:#666;font-size:12px;font-weight:600;cursor:pointer}.allymar-ehr__icd_pagination_icon{width:14px;height:14px}.allymar-ehr__icd_pagination_icon_previous{transform:rotate(-90deg)}.allymar-ehr__icd_pagination_icon_next{transform:rotate(90deg)}.allymar-ehr__icd-pagination-btn:disabled{opacity:.4;cursor:not-allowed}.allymar-ehr__icd-pagination-btn--active{border-color:#0667f8;color:#0667f8}.allymar-ehr__gap-note-section{display:flex;flex-direction:column;gap:8px;margin-top:4px}.allymar-ehr__add-note-link{align-self:flex-start;padding:0;border:none;background:none;color:#0667f8;font-size:12px;font-weight:600;cursor:pointer}.allymar-ehr__add-note-ui{width:100%}.allymar-ehr__add-note-textarea{width:100%;box-sizing:border-box;padding:8px 10px;border:1px solid #c8d9f0;border-radius:6px;font-size:12px;font-family:inherit;resize:vertical;background:#fff}.allymar-ehr__gap-note-box-view{border-radius:10px}.allymar-ehr__gap-note-edit-icon{margin-left:auto;cursor:pointer}.allymar-ehr__diagnosis-container{position:relative;padding:16px;display:flex;flex-direction:column;gap:12px;color:#111;font-size:12px}.allymar-ehr__gaps-container{display:flex;flex-direction:column;padding:12px 16px 16px;background-color:#f4f5f9}.allymar-ehr__gaps-list-container{display:flex;flex-direction:column;gap:12px}.allymar-ehr-web__gaps-container{padding:12px 20px 18px;background-color:#f4f5f9}.allymar-ehr__profile-container{width:inherit;display:flex;flex-direction:column;border-radius:12px;background:#fff;border:1px solid #e8eaef;overflow:hidden}.allymar-ehr__user-initials-bg{background-color:#fff;border:1px solid #dce1ee}.allymar-ehr__user-initials-result{font-size:15px;font-weight:700;height:40px;width:40px}.allymar-ehr__profile{padding:14px 16px;display:flex;align-items:flex-start;gap:14px;background-color:#eef1fc;border-bottom:1px solid #e2e6f2}.allymar-ehr__profile--gaps-redesign{align-items:center;padding:10px 20px 10px 12px;gap:12px;background:#fff;border-bottom:none}.allymar-ehr__profile--gaps-redesign .allymar-ehr__user-initials-result{width:48px;height:48px;font-size:16px;font-weight:700;color:#111;border-radius:180px}.allymar-ehr__patient-details--compact{gap:4px}.allymar-ehr__patient-details--compact .patient-name{font-family:Montserrat,sans-serif;font-size:16px;font-weight:700;line-height:normal;color:#111}.allymar-ehr__patient-details--compact .patient-info--inline{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#111;text-transform:capitalize}.allymar-ehr__profile-close{margin-left:auto;display:inline-flex;align-items:center;justify-content:center;width:20px;height:20px;border:none;border-radius:4px;background:transparent;cursor:pointer;flex-shrink:0;padding:0}.allymar-ehr__profile-close:hover{background:#1111110f}.allymar-ehr__clinical-summary-banner{width:100%;display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 20px;border:none;border-bottom:1px solid #ddd;background:#ebe7ff;cursor:pointer;text-align:left}.allymar-ehr__clinical-summary-banner-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:normal;color:#111}.allymar-ehr__clinical-summary-chevron{display:inline-flex;width:20px;height:20px;transition:transform .2s ease}.allymar-ehr__clinical-summary-chevron img{width:100%;height:100%;display:block;transform:rotate(180deg)}.allymar-ehr__clinical-summary-chevron--open img{transform:rotate(0)}.allymar-ehr__clinical-summary-body{display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:16px;padding:14px 20px 18px;background:#f5f0fd;border-bottom:1px solid #e2e8f0}.allymar-ehr__clinical-summary-section-title{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;color:#111;margin-bottom:8px}.allymar-ehr__clinical-summary-list{margin:0;padding-left:18px;color:#111;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:1.5;list-style:disc}.allymar-ehr__clinical-summary-empty{margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#666}.allymar-ehr__profile .patient-image,.patient-image img{width:40px;height:40px;border-radius:50%}.allymar-ehr__patient-details{display:flex;flex-direction:column;flex:1;gap:8px;min-width:0}.allymar-ehr__dot{width:2px;height:2px;border-radius:50%;background-color:#666}.allymar-ehr__patient-details .patient-name{font-size:16px;font-weight:700;line-height:1.2}.allymar-ehr__patient-details .patient-info{display:flex;align-items:center;flex-wrap:wrap;gap:8px;color:#666;font-weight:500;font-size:12px}.allymar-ehr__patient-details .patient-info .capitalize{text-transform:capitalize}.allymar-ehr__encounter-card-header{display:flex;justify-content:space-between;align-items:flex-start;gap:8px}.allymar-ehr__encounter-card-title{display:flex;flex-direction:column;gap:2px;min-width:0}.allymar-ehr__emr-badge{display:inline-flex;align-items:center;justify-content:center;border-radius:999px;color:#fff;font-size:11px;font-weight:700;line-height:1;padding:5px 9px;white-space:nowrap}.allymar-ehr__encounter-meta-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:8px}.allymar-ehr__encounter-meta-item{display:flex;flex-direction:column;gap:2px;min-width:0;padding:8px 10px;border:1px solid #e8eaef;border-radius:8px;background:#fff}.allymar-ehr__encounter-meta-label{color:#6b7280;font-size:10px;font-weight:700;text-transform:uppercase}.allymar-ehr__encounter-meta-value,.allymar-ehr__encounter-header-label{color:#111827;font-size:12px;font-weight:600;line-height:1.25;overflow-wrap:anywhere}.allymar-ehr__gaps-container--dx-redesign{padding:16px 20px 20px;background-color:#f8fafc;font-family:Montserrat,sans-serif;color:#111}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion{border:1px solid #dddddd;border-radius:10px;background:#fff;box-shadow:none;overflow:hidden}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-header{padding:10px;gap:10px;min-height:71px;align-items:center;background:#fff;border-bottom:none;box-sizing:border-box}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-header:has(+.allymar-ehr__accordion-content.allymar-ehr__open){border-bottom:1px solid #dddddd}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-content{background:transparent}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-icon{width:20px;height:20px;flex-shrink:0}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-icon img{width:20px;height:20px}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__accordion-header-content{min-width:0;font-weight:inherit;color:inherit}.allymar-ehr__gaps-title-header{display:flex;justify-content:space-between;align-items:center;min-height:24px;padding:0 0 12px;gap:12px;flex-wrap:wrap}.allymar-ehr__gaps-title-header-actions{display:flex;align-items:center;justify-content:flex-end;gap:12px;flex-wrap:wrap;margin-left:auto}.allymar-ehr__diagnosis-main-title{font-family:Montserrat,sans-serif;font-weight:600;font-size:16px;line-height:normal;color:#111;flex:0 0 auto;margin-top:12px}.allymar-ehr__gap-search{position:relative;display:flex;align-items:center;flex:1 1 180px;min-width:160px;max-width:280px}.allymar-ehr__gap-search-input{width:100%;height:32px;border:1px solid #d8dde8;border-radius:8px;background:#fff;color:#111827;font-size:12px;font-weight:500;line-height:1.2;padding:0 32px 0 10px;outline:none}.allymar-ehr__gap-search-input:focus{border-color:#1d706f;box-shadow:0 0 0 2px #1d706f24}.allymar-ehr__gap-search-clear{position:absolute;right:6px;display:inline-flex;align-items:center;justify-content:center;width:24px;height:24px;border:0;background:transparent;padding:0;cursor:pointer}.allymar-ehr__diagnosis-action-switch{display:flex;align-items:center;gap:8px}.allymar-ehr__show-action-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:normal;color:#111;cursor:pointer;white-space:nowrap}.allymar-ehr__diagnosis-header{display:flex;justify-content:space-between;align-items:center;padding-right:0;gap:10px;min-height:44px;width:100%}.allymar-ehr__diagnosis-header--hcc{min-height:45px}.allymar-ehr__gap-title-block{display:flex;flex-direction:column;justify-content:center;gap:8px;min-width:0;flex:1}.allymar-ehr__hcc-client-badges{display:flex;flex-wrap:wrap;align-items:center;gap:4px;padding-left:0}.allymar-ehr__gap-status-badge{width:28px;height:28px;border-radius:8px;display:inline-flex;align-items:center;justify-content:center;flex-shrink:0}.allymar-ehr__gap-status-badge-icon{display:inline-flex;align-items:center;justify-content:center}.allymar-ehr__gap-status-badge--autoAgreed{background:#dcfce7}.allymar-ehr__gap-status-badge--known{background:#dbeafe}.allymar-ehr__gap-status-badge--suspected,.allymar-ehr__gap-status-badge--suspect{background:#ede9fe}.allymar-ehr__diagnosis-body-container{display:flex;flex-direction:column}.allymar-ehr__diagnosis-body{display:flex;flex-direction:column;padding:10px;gap:10px;background:#edf4ff;border-radius:0}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__diagnosis-body{padding:10px;gap:10px;background:#edf4ff}.allymar-ehr__gaps-container--dx-redesign.allymar-ehr__gaps-container--care .allymar-ehr__diagnosis-body{background:#e9fcf5}.allymar-ehr__gaps-container--dx-redesign.allymar-ehr__gaps-container--care .allymar-ehr__icd-card{border-color:#b7e4d4}.allymar-ehr__gaps-container--dx-redesign.allymar-ehr__gaps-container--care .allymar-ehr__icd-card--expanded .allymar-ehr__icd-card-body{border-top-color:#d7f0e6}.allymar-ehr__diagnosis-body-toolbar{display:flex;align-items:center;justify-content:space-between;gap:12px;flex-wrap:wrap}.allymar-ehr__recapture-years{display:flex;align-items:center;gap:8px;flex-wrap:wrap}.allymar-ehr__recapture-years-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:normal;color:#111}.allymar-ehr__recapture-years-pills{display:flex;flex-wrap:wrap;gap:4px}.allymar-ehr__recapture-year-pill{display:inline-flex;align-items:center;justify-content:center;height:15px;padding:0 6px;border-radius:20px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;border:none;background:transparent}.allymar-ehr__recapture-year-pill--oldest{background:#ff545426;color:#ff5454}.allymar-ehr__recapture-year-pill--current{background:#03784726;color:#037847;cursor:pointer}.allymar-ehr__recapture-year-tooltip{display:inline-flex}.allymar-ehr__recapture-year-tooltip .allymar-ehr__tooltip{margin-top:10px}.allymar-ehr__expand-collapse{border:none;background:transparent;color:#0667f8;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:normal;cursor:pointer;padding:0;margin-left:auto}.allymar-ehr-web__diagnosis-body{gap:12px}.allymar-ehr__diagnosis-body-header{display:flex;justify-content:end;font-weight:600;font-size:12px}.allymar-ehr__note-box{display:flex;align-items:flex-start;border-bottom-left-radius:4px;border-bottom-right-radius:4px;gap:4px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#111;background-color:#f5f0fd;padding:8px}.allymar-ehr__note-icon{min-width:20px;min-height:20px}.allymar-ehr__note-text{margin:auto 0}.allymar-ehr__icd-label{color:#111}.allymar-ehr__encounter-header-label{cursor:default;border-bottom:1px dotted rgba(0,0,0,.35)}.allymar-ehr__encounter-tooltip p{margin:0 0 .5rem;max-width:280px;font-size:12px;line-height:1.35}.allymar-ehr__encounter-tooltip p:last-child{margin-bottom:0}.allymar-ehr__encounter-tooltip-mono{font-family:ui-monospace,monospace;word-break:break-all;font-size:11px}.allymar-ehr__expand-collapse:hover{text-decoration:underline}.allymar-ehr__left-section{display:flex;align-items:center;gap:12px;min-width:0;flex:1}.allymar-ehr__gap-checkbox-wrap{display:flex;align-items:center;justify-content:center;flex-shrink:0}.allymar-ehr__icon-wrapper-diagnosis{position:relative;flex-shrink:0;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#edf4ff;isolation:isolate}.allymar-ehr__icon-wrapper-gaps{position:relative;flex-shrink:0;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;display:flex;align-items:center;justify-content:center;flex-shrink:0}.allymar-ehr__overlay-icon{position:absolute;top:-6.5px;right:-6px;width:20px;height:20px;border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:1}.allymar-ehr__overlay-icon-inner{display:inline-flex;align-items:center;justify-content:center;width:16px;height:16px}.allymar-ehr__overlay-icon--suspected img,.allymar-ehr__overlay-icon--suspect img,.allymar-ehr__overlay-icon--known img,.allymar-ehr__overlay-icon--autoAgreed img{filter:brightness(0) invert(1)}.allymar-ehr__diagnosis-title{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:normal;color:#111;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__diagnosis-title-hcc{color:#340cd0;font-weight:600}.allymar-ehr__hcc-badges-wrapper{display:flex;align-items:center;gap:4px}.allymar-ehr__hcc-gap-type-badge{display:inline-flex;align-items:center;justify-content:center;height:24px;padding:0 6px;border-radius:5px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:normal;text-transform:capitalize}.allymar-ehr__hcc-gap-type-badge--known{background:#f5f0ff;color:#6f3aca}.allymar-ehr__hcc-gap-type-badge--suspected,.allymar-ehr__hcc-gap-type-badge--suspect{background:#fef0ff;color:#ab03b2}.allymar-ehr__hcc-gap-type-badge--autoAgreed{background:#dcfce7;color:#037847}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button{display:inline-flex;align-items:center;justify-content:center;height:28px;min-height:28px;padding:0 8px 0 4px;gap:4px;border-radius:5px;border:1px solid #111111!important;background-color:#fff!important;color:#111!important;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:1;text-transform:capitalize;box-shadow:none;opacity:1}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button .allymar-ehr__button-children,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button .allymar-ehr__button-children,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button .allymar-ehr__button-children,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button .allymar-ehr__button-children>span,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button .allymar-ehr__button-children>span,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button .allymar-ehr__button-children>span{display:inline-flex;align-items:center;justify-content:center;gap:4px;line-height:1}.allymar-ehr__gap-action-icon{width:24px;height:24px;flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;line-height:0}.allymar-ehr__gap-action-icon svg{display:block;vertical-align:middle}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button:hover,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button:hover,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button:hover,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button:hover:not(:disabled),.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button:hover:not(:disabled),.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button:hover:not(:disabled){border:1px solid #111111!important;background-color:#f5f5f5!important;color:#111!important;opacity:1}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__agree-button:disabled,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__dismiss-button:disabled,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__defer-button:disabled{opacity:.45!important;background-color:#fff!important;color:#111!important;border-color:#111!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__auto-agreed{box-sizing:border-box;height:24px;min-height:24px;padding:0 6px 0 4px;gap:8px;border-radius:5px;border:none;background-color:#e4fff4;color:#037847;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:17px;text-transform:capitalize}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__right-section{gap:8px;flex-shrink:0}.allymar-ehr__right-section{display:flex;align-items:center;gap:8px}.allymar-ehr-web__right-section{gap:10px}.allymar-ehr__auto-agreed{display:inline-flex;align-items:center;padding:6px 12px;gap:6px;border-radius:999px;background-color:#14b8a6;color:#fff;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:28px;background-color:#fff;color:#037847;border:1px solid #037847;border-radius:999px;cursor:pointer;font-size:12px;font-weight:600;padding:0 14px;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:28px;background-color:#fff;color:#ff5454;border:1px solid #ff5454;border-radius:999px;cursor:pointer;font-size:12px;font-weight:600;padding:0 14px}.allymar-ehr__dismiss-button:hover{border:1px solid #ff5454;background-color:#ff5454;color:#fff}.allymar-ehr__defer-button{display:flex;justify-content:center;align-items:center;height:28px;background-color:#fff;color:#111;border:1px solid #dddddd;border-radius:999px;cursor:pointer;font-size:12px;font-weight:600;padding:0 14px;white-space:nowrap}.allymar-ehr__defer-button:hover{border:1px solid #111111;background-color:#f5f5f5;color:#111}.allymar-ehr__tooltip-dismiss .allymar-ehr__tooltip--bottom,.allymar-ehr__tooltip-defer .allymar-ehr__tooltip--bottom{left:auto;right:0;transform:none;margin-top:2px}.allymar-ehr__tooltip-dismiss .allymar-ehr__tooltip--bottom .allymar-ehr__tooltip-arrow,.allymar-ehr__tooltip-defer .allymar-ehr__tooltip--bottom .allymar-ehr__tooltip-arrow{left:auto;right:28px;transform:none}.allymar-ehr__gaps-list,.allymar-ehr__gaps-content{display:flex;flex-direction:column}.allymar-ehr__gaps-list{gap:10px}.allymar-ehr__gaps-header{display:flex;align-items:center;gap:4px;justify-content:space-between;width:100%}.allymar-ehr__gaps-header-main{display:flex;align-items:center;gap:4px;min-width:0}.allymar-ehr__gaps-header-actions{display:inline-flex;align-items:center;justify-content:center;margin-left:8px;min-width:16px;min-height:16px}.allymar-ehr__gaps-header-cancel-icon{flex-shrink:0;cursor:pointer}.allymar-ehr__gaps-header-cancel-icon--disabled{cursor:not-allowed;opacity:.5}.allymar-ehr__tooltip-icd-remove .allymar-ehr__tooltip--bottom{left:auto;right:0;transform:none;margin-top:2px}.allymar-ehr__tooltip-icd-remove .allymar-ehr__tooltip--bottom .allymar-ehr__tooltip-arrow{left:auto;right:8px;transform:none}.allymar-ehr__note-container{display:flex;flex-direction:column;gap:4px}.allymar-ehr__note-title,.allymar-ehr__gaps-title,.allymar-ehr__gaps-cell-label{color:#111;font-size:12px;font-weight:600}.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__gaps-loading{display:flex;width:inherit;flex-direction:column;align-items:center;justify-content:center;padding:40px 20px;gap:20px;min-height:260px}.allymar-ehr__gaps-loading-message{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;color:#666;font-size:14px;font-weight:500}.allymar-ehr__gaps-loading-message span{margin-top:8px}.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:12px 16px}.allymar-ehr__batch-selection-count{height:auto;display:flex;align-items:center;border:none;border-radius:4px;padding:4px 8px;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#111;background-color:#fff;gap:8px;text-transform:capitalize}.allymar-ehr__batch-selection-count-number{font-weight:500;color:#111}.allymar-ehr__agree-button-loader,.allymar-ehr__defer-button-loader{height:16px!important;width:16px!important}.allymar-ehr__review-completed-panel{padding:8px 10px 16px}.allymar-ehr__reviewed-tab-empty{margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#666;padding:12px 0}.allymar-ehr__gaps-empty-state{display:flex;flex-direction:column;align-items:center;justify-content:center;text-align:center;gap:10px;min-height:220px;margin:8px 10px 16px;padding:36px 28px;background:#fff;border:1px solid #dddddd;border-radius:10px;box-sizing:border-box;font-family:Montserrat,sans-serif}.allymar-ehr-web__gaps-empty-state{margin:8px 12px 16px}.allymar-ehr__gaps-empty-state-icon.allymar-ehr__no-gaps-icon{width:72px;height:72px;background-color:#ebe7ff}.allymar-ehr__gaps-empty-state-icon--open.allymar-ehr__no-gaps-icon{background-color:#ebe7ff}.allymar-ehr__gaps-empty-state-title{margin:4px 0 0;font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#111;line-height:1.35;max-width:360px}.allymar-ehr__gaps-empty-state-hint{margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#666;line-height:1.45;max-width:340px}.allymar-ehr__review-progress-pill{display:flex;align-items:center;justify-content:flex-end;margin:0 0 12px;padding:0;background-color:transparent;border:none;border-radius:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#111}.allymar-ehr-web__review-progress-pill{margin:0 0 12px}.allymar-ehr__review-progress-pill-text{text-align:right;line-height:normal}.allymar-ehr__review-checkbox-spacer{width:22px;min-width:22px;flex-shrink:0}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;box-sizing:border-box!important;height:24px!important;min-height:24px!important;min-width:0;padding:0 6px 0 4px!important;gap:8px!important;margin-left:0;border-radius:5px!important;border:none!important;background-color:#f5f5f5!important;color:#111!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:600!important;line-height:17px!important;text-transform:capitalize;box-shadow:none!important;opacity:1!important;cursor:default!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-undo-btn{display:inline-flex!important;align-items:center!important;justify-content:center!important;height:28px!important;min-height:28px!important;min-width:0;padding:0 8px 0 4px!important;gap:4px!important;margin-left:0;border-radius:5px!important;border:1px solid #111111!important;background-color:#fff!important;color:#111!important;font-family:Montserrat,sans-serif!important;font-size:14px!important;font-weight:500!important;line-height:17px!important;text-transform:capitalize;box-shadow:none!important;opacity:1!important;cursor:pointer!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn .allymar-ehr__gap-action-icon{width:20px;height:20px;flex-shrink:0}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-undo-btn svg{width:16px;height:16px}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn--agree{background-color:#e4fff4!important;color:#037847!important;border:none!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn--reject,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn--dismiss{background-color:#fceaea!important;color:#dd2b2b!important;border:none!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn--defer,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn--unknown{background-color:#f5f5f5!important;color:#111!important;border:none!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-undo-btn:hover:not(:disabled){background-color:#f5f5f5!important;border-color:#111!important;color:#111!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn .allymar-ehr__button-children,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-undo-btn .allymar-ehr__button-children,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-status-btn .allymar-ehr__button-children>span,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gap-review-undo-btn .allymar-ehr__button-children>span{display:inline-flex;align-items:center;justify-content:center;gap:4px;line-height:1}.allymar-ehr__gap-review-undo-btn-icon{padding-top:0;display:inline-flex;align-items:center;gap:4px;line-height:1}.allymar-ehr__gap-review-undo-btn-loader{width:16px!important;height:16px!important;color:#111!important}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__diagnosis-action{display:inline-flex;align-items:center;gap:8px}.allymar-ehr__tooltip-undo .allymar-ehr__tooltip--bottom{left:auto;right:0;transform:none;margin-top:2px}.allymar-ehr__tooltip-undo .allymar-ehr__tooltip--bottom .allymar-ehr__tooltip-arrow{left:auto;right:20px;transform:none}.allymar-ehr__reviewed-gap-meta-block{padding:0 12px 8px}.allymar-ehr__reviewed-gap-meta{margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#666;line-height:1.4}@media(max-width:640px){.allymar-ehr__clinical-summary-body{grid-template-columns:1fr}.allymar-ehr__encounter-meta-grid{grid-template-columns:repeat(2,minmax(0,1fr))}}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__switch{width:40px;height:24px}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__slider{background-color:#fff;border:1px solid #dddddd}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__slider:before{height:18px;width:18px;left:2px;bottom:2px;background-color:#ddd;box-shadow:none}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__switch input:checked+.allymar-ehr__slider{background-color:#fff;border-color:#ddd}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__switch input:checked+.allymar-ehr__slider:before{background-color:#1e0070;transform:translate(16px)}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__note-title,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gaps-title,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gaps-cell-label{font-family:Montserrat,sans-serif;color:#111;font-size:12px;font-weight:600;line-height:normal}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gaps-info,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gaps-cell-value{font-family:Montserrat,sans-serif;color:#666;font-size:12px;font-weight:500;line-height:normal}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-card-header .allymar-ehr__gaps-title{font-size:14px;font-weight:600;color:#111}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-card-header .allymar-ehr__gaps-info{font-size:14px;font-weight:500;color:#111}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__gaps-cell{padding-left:10px;border-left:1px solid #000000;-o-border-image:none;border-image:none}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-card{border-color:#e8eef8;border-radius:8px;box-shadow:0 4px 2px #0000000d}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-label,.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-card-code{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;color:#111}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__icd-card-description{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;color:#111}.allymar-ehr__gaps-container--dx-redesign .allymar-ehr__doc-icon-wrapper{padding:0;border:none;border-radius:5px;background:transparent;cursor:pointer}.allymar-ehr__auto-agreed svg,.allymar-ehr__auto-agreed path{fill:#fff;stroke:#fff}@media(max-width:420px){.allymar-ehr__profile{gap:10px;padding:10px}.allymar-ehr__encounter-meta-grid{grid-template-columns:1fr}}.gap-group-wrapper{position:relative;transition:opacity .5s ease-out,transform .5s ease-out}.gap-group-wrapper.auto-accept-fade-out{pointer-events:none}.auto-accept-indicator{animation:slideInIndicator .3s ease-out}@keyframes slideInIndicator{0%{opacity:0;transform:translate(20px)}to{opacity:1;transform:translate(0)}}.allymar-ehr__gaps-skeleton{padding:16px}.allymar-ehr__gaps-skeleton-profile{gap:14px}.allymar-ehr__gaps-skeleton-avatar{border-radius:50%!important;flex-shrink:0}.allymar-ehr__gaps-skeleton-patient-meta{display:flex;flex-direction:column;gap:6px;flex:1;min-width:0}.allymar-ehr__gaps-skeleton-close{margin-left:auto;border-radius:4px!important;flex-shrink:0}.allymar-ehr__gaps-skeleton-clinical-banner{display:flex;align-items:center;justify-content:space-between;gap:10px;padding:8px 20px;background:#ebe7ff;border:none;border-bottom:1px solid #dddddd}.allymar-ehr__gaps-skeleton-clinical-banner .allymar-ehr__skeleton-box{background-color:#d9d2f5}.allymar-ehr__gaps-skeleton-clinical-banner .allymar-ehr__skeleton-box:after{background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.55) 50%,transparent 100%)}.allymar-ehr__gaps-skeleton-body{gap:14px}.allymar-ehr__gaps-skeleton-tabs{display:flex;align-items:stretch;width:-moz-fit-content;width:fit-content;max-width:100%;height:36px;border:1px solid #dddddd;border-radius:10px;overflow:hidden;background:#fff;font-family:Montserrat,sans-serif}.allymar-ehr__gaps-skeleton-tab{display:inline-flex;align-items:center;justify-content:center;padding:10px 12px;background:#fff;border-right:1px solid #dddddd}.allymar-ehr__gaps-skeleton-tab:last-child{border-right:none}.allymar-ehr__gaps-skeleton-tab--active{background:#ebe7ff}.allymar-ehr__gaps-skeleton-tab--active .allymar-ehr__skeleton-box{background-color:#ffffff8c}.allymar-ehr__gaps-skeleton-title-row{min-height:36px;padding:4px 0 8px}.allymar-ehr__gaps-skeleton-title-actions{display:flex;align-items:center;justify-content:flex-end;gap:8px;flex-wrap:wrap;margin-left:auto}.allymar-ehr__gaps-skeleton-checkbox{border-radius:6px!important;flex-shrink:0}.allymar-ehr__gaps-skeleton-batch-btn{border-radius:999px!important;flex-shrink:0}.allymar-ehr__gaps-skeleton-list{display:flex;flex-direction:column;gap:14px}.allymar-ehr__gaps-skeleton-hcc-card{display:flex;align-items:center;justify-content:space-between;gap:12px;min-height:61px;padding:8px 10px;background:#fff;border:1px solid #dddddd;border-radius:10px;box-sizing:border-box}.allymar-ehr__gaps-skeleton-hcc-left{display:flex;align-items:center;gap:8px;min-width:0;flex:1}.allymar-ehr__gaps-skeleton-icon{border-radius:4px!important;flex-shrink:0;background-color:#edf4ff!important}.allymar-ehr__gaps-skeleton-hcc-title-block{display:flex;flex-direction:column;justify-content:center;gap:4px;min-width:0;flex:1}.allymar-ehr__gaps-skeleton-badges{display:flex;align-items:center;gap:4px}.allymar-ehr__gaps-skeleton-badge{border-radius:4px!important}.allymar-ehr__gaps-skeleton-hcc-right{display:flex;align-items:center;gap:8px;flex-shrink:0}.allymar-ehr__gaps-skeleton-action{border-radius:5px!important;flex-shrink:0}.allymar-ehr__gaps-skeleton-chevron{border-radius:4px!important;flex-shrink:0}@media(max-width:720px){.allymar-ehr__gaps-skeleton-hcc-right,.allymar-ehr__gaps-skeleton-title-actions .allymar-ehr__gaps-skeleton-batch-btn{display:none}}.allymar-ehr__pdf-drawer-body{display:flex;flex-direction:column;height:100%;min-height:0;position:relative}.allymar-ehr__pdf-loading-overlay--drawer{position:absolute;inset:0;z-index:20;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:12px;background:#f8f9faeb;min-height:240px}.allymar-ehr__pdf-loading-text{font-size:13px;font-weight:500;color:#475569}.allymar-ehr__pdf-client-toolbar{display:flex;align-items:center;gap:12px;flex-shrink:0;padding:12px 16px;background:#f8fafc;border-bottom:1px solid #e2e8f0}.allymar-ehr__pdf-client-toolbar-label{flex-shrink:0;font-size:11px;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:#64748b}.allymar-ehr__pdf-client-tabs{display:flex;align-items:stretch;flex-wrap:wrap;gap:0;background:#f8fafc;box-sizing:border-box;width:-moz-fit-content;width:fit-content;margin:5px 0 0 7px;border:1px solid #e2e8f0;border-bottom:none;border-radius:10px 10px 0 0;overflow:hidden}.allymar-ehr__pdf-client-tab{display:inline-flex;align-items:center;justify-content:center;min-width:72px;padding:8px 16px;font-size:13px;font-weight:500;color:#000;background:#fff;border:none;border-right:1px solid #e2e8f0;border-radius:0;cursor:pointer;line-height:1.35;white-space:nowrap;transition:background-color .15s ease,color .15s ease,box-shadow .15s ease}.allymar-ehr__pdf-client-tab:last-child{border-right:none}.allymar-ehr__pdf-client-tab-label{display:inline-flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__pdf-client-tab:hover:not(.allymar-ehr__pdf-client-tab--active){color:#035578;background-color:#edf4ff}.allymar-ehr__pdf-client-tab:focus-visible{outline:2px solid #035578;outline-offset:-2px;z-index:1}.allymar-ehr__pdf-client-tab--active{background:#26c2c9;font-weight:600;box-shadow:inset 0 1px #ffffff1f}.allymar-ehr__pdf-drawer-body .allymar-ehr__pdf-encounter{flex:1 1 auto;min-height:0}.allymar-ehr__encounter-gaps-section .gap-group-wrapper>.allymar-ehr__accordion{background-color:#fff;border:1px solid #e0e0e0;border-radius:12px;overflow:hidden}.allymar-ehr__review-tabs{display:flex;align-items:stretch;gap:0;width:100%;padding:0;background-color:#fff;border:1px solid #dfe3ea;border-radius:10px;overflow:hidden;box-sizing:border-box}.allymar-ehr__review-tabs__tab{display:inline-flex;align-items:center;justify-content:center;gap:6px;min-width:0;padding:10px 12px;font-size:12px;font-weight:500;color:#4b5563;background:#fff;border:none;border-right:1px solid #dfe3ea;border-radius:0;cursor:pointer;white-space:nowrap;line-height:1.35;transition:background-color .15s ease,color .15s ease}.allymar-ehr__review-tabs__tab:last-child{border-right:none}.allymar-ehr__review-tabs__tab:hover{color:#0f766e;background-color:#f3faf9}.allymar-ehr__review-tabs__tab:focus-visible{outline:2px solid #0d9488;outline-offset:-2px;z-index:1}.allymar-ehr__review-tabs__tab--active{background-color:#0d9488;color:#fff;font-weight:600}.allymar-ehr__review-tabs__tab--active:hover{background-color:#0f766e;color:#fff}.allymar-ehr__review-tabs__tab-label{display:inline-flex;align-items:center;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__review-tabs__badge{display:inline-flex;align-items:center;justify-content:center;min-width:18px;height:18px;padding:0 5px;border-radius:999px;background-color:#00000014;color:inherit;font-size:10px;font-weight:600;line-height:1}.allymar-ehr__review-tabs__tab--active .allymar-ehr__review-tabs__badge{background-color:#ffffff47;color:#fff}.allymar-ehr__review-tabs__breakdown{display:inline-flex;align-items:center;gap:6px;margin-left:4px;font-size:10px;font-weight:600;line-height:1}.allymar-ehr__review-tabs__breakdown-item{display:inline-flex;align-items:center;gap:2px}.allymar-ehr__review-tabs__breakdown--accepted{color:#1a7f4b}.allymar-ehr__review-tabs__breakdown--rejected{color:#b42318}.allymar-ehr__review-tabs__breakdown--deferred{color:#b45309}.allymar-ehr__review-tabs__breakdown-defer-icon{width:12px;height:12px;display:block;opacity:.9}.allymar-ehr__review-tabs__tab--active .allymar-ehr__review-tabs__breakdown--accepted,.allymar-ehr__review-tabs__tab--active .allymar-ehr__review-tabs__breakdown--rejected,.allymar-ehr__review-tabs__tab--active .allymar-ehr__review-tabs__breakdown--deferred{color:#fff}.allymar-ehr__review-tabs__tab--active .allymar-ehr__review-tabs__breakdown-defer-icon{filter:brightness(0) invert(1)}.allymar-ehr__review-tabs--pill{display:flex;align-items:stretch;gap:0;width:-moz-fit-content;width:fit-content;height:36px;padding:0;background-color:#fff;border:1px solid #dddddd;border-radius:10px;overflow:hidden;box-sizing:border-box;font-family:Montserrat,sans-serif}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab{min-width:0;height:100%;padding:10px 12px;border:none;border-radius:0;background:#fff;color:#111;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:normal;text-transform:capitalize}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab--first{padding-left:16px;padding-right:16px}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab:hover:not(.allymar-ehr__review-tabs__tab--active){background:#f5f5f5;color:#111}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab--active{background-color:#1e0070;color:#fff;font-weight:500}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab--active:hover{background-color:#1e0070;color:#fff}.allymar-ehr__review-tabs--pill .allymar-ehr__review-tabs__tab:focus-visible{outline:2px solid #1e0070;outline-offset:-2px;z-index:1}.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:opacity .2s ease-in-out}.allymar-ehr__popover-panel[data-closed]{opacity:0}.dark .allymar-ehr__popover-panel{background-color:var(--dark-background);border:1px solid var(--dark-border)}.allymar-ehr__select-encounter-overlay{position:fixed;inset:0;background:#0f172a7a;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px);z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px}.allymar-ehr__select-encounter-modal{background:#fff;border-radius:20px;box-shadow:0 25px 65px #0003;max-width:480px;width:100%;font-family:var(--allymar-ehr-font);animation:select-encounter-modal-in .3s cubic-bezier(.34,1.56,.64,1)}@keyframes select-encounter-modal-in{0%{transform:translateY(24px);opacity:0}to{transform:translateY(0);opacity:1}}.allymar-ehr__select-encounter-content{padding:28px 24px 24px;text-align:left}.allymar-ehr__select-encounter-title{font-size:20px;font-weight:800;color:var(--allymar-ehr-primary, #111827);margin:0 0 20px;line-height:1.3;letter-spacing:-.01em;text-align:center}.allymar-ehr__select-encounter-list{display:flex;flex-direction:column;gap:8px;max-height:min(360px,50vh);overflow-y:auto;margin-bottom:20px}.allymar-ehr__select-encounter-row{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;text-align:left;padding:12px 14px;border-radius:12px;border:1px solid #e5e7eb;background:#fff;cursor:pointer;transition:border-color .15s ease,background .15s ease}.allymar-ehr__select-encounter-row:hover:not(:disabled){border-color:#93c5fd;background:#f8fbff}.allymar-ehr__select-encounter-row--selected{border-color:#2563eb;background:#eff6ff;box-shadow:inset 0 0 0 1px #2563eb}.allymar-ehr__select-encounter-item{display:flex;flex-direction:column;gap:6px}.allymar-ehr__select-encounter-row:disabled{opacity:.5;cursor:not-allowed;background:#f9fafb}.allymar-ehr__select-encounter-row--error{border-color:#ff5454;background:#fff7f7;box-shadow:inset 0 0 0 1px #ff5454}.allymar-ehr__select-encounter-error{margin:0 2px 4px;font-size:12px;font-weight:500;line-height:1.4;color:#ff5454}.allymar-ehr__select-encounter-row-main{display:flex;flex-direction:column;gap:2px;min-width:0}.allymar-ehr__select-encounter-id{font-size:15px;font-weight:700;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allymar-ehr__select-encounter-date{font-size:13px;font-weight:500;color:#667085}.allymar-ehr__select-encounter-count{flex-shrink:0;font-size:12px;font-weight:600;color:#1e40af;background:#eff6ff;border:1px solid #bfdbfe;border-radius:999px;padding:4px 10px;white-space:nowrap}.allymar-ehr__select-encounter-buttons{display:flex;gap:12px;justify-content:center;width:100%}.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-continue.allymar-ehr__button,.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-continue{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;flex:1 1 0;min-width:0;height:40px;min-height:40px;padding:10px 16px!important;background:#1a075c!important;background-color:#1a075c!important;border:none!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#fff!important;box-shadow:none!important;opacity:1!important}.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-continue:hover:not(:disabled){background:#1a075c!important;opacity:.92!important;color:#fff!important}.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-continue:disabled{opacity:.55!important;cursor:not-allowed}.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-cancel.allymar-ehr__button,.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-cancel{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;flex:1 1 0;min-width:0;height:40px;min-height:40px;padding:10px 16px!important;background:#fff!important;background-color:#fff!important;border:1px solid #dddddd!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#111!important;box-shadow:none!important;opacity:1!important}.allymar-ehr__select-encounter-buttons .allymar-ehr__select-encounter-btn-cancel:hover:not(:disabled){background:#f5f5f5!important;border-color:#ddd!important;color:#111!important;opacity:1!important}@media(max-width:399px){.allymar-ehr__select-encounter-buttons{flex-direction:column;align-items:stretch}}.allymar-ehr__modal-overlay{position:fixed;inset:0;background:#0f172a4d;backdrop-filter:blur(8px);-webkit-backdrop-filter:blur(8px);display:flex;align-items:center;justify-content:center;padding:24px;z-index:10000}.allymar-ehr__modal{width:min(560px,100%);background:#fff;border-radius:24px;border:1px solid rgba(229,231,235,.5);box-shadow:0 25px 50px -12px #00000026,0 0 1px #0000001a;padding:32px;position:relative}.allymar-ehr__upload-doc-modal-close{position:absolute;top:16px;right:16px;display:inline-flex;align-items:center;justify-content:center;width:32px;height:32px;border:none;border-radius:8px;background:transparent;cursor:pointer;padding:0;z-index:1}.allymar-ehr__upload-doc-modal-close:hover:not(:disabled){background:#1118270f}.allymar-ehr__upload-doc-modal-close:disabled{opacity:.5;cursor:not-allowed}.allymar-ehr__modal-header{margin-bottom:24px;text-align:center}.allymar-ehr__modal-title{font-size:24px;font-weight:800;color:#111827;letter-spacing:-.025em;margin-bottom:8px}.allymar-ehr__modal-subtitle{font-size:14px;color:#6b7280;font-weight:500}.allymar-ehr__upload-drop{display:block;border:2px dashed #e2e8f0;border-radius:20px;padding:40px 20px;cursor:pointer;background:#f8fafc;transition:border-color .15s ease,background .15s ease}.allymar-ehr__upload-drop:hover{border-color:#94a3b8}.allymar-ehr__upload-drop--active{border-color:#0d9488;background:#f0fdfa}.allymar-ehr__upload-drop--checking{pointer-events:none;opacity:.85}.allymar-ehr__upload-check-status{display:flex;align-items:center;justify-content:center;gap:8px;margin-top:14px;padding:10px 12px;border-radius:12px;font-size:13px;font-weight:500;line-height:1.35;text-align:center}.allymar-ehr__upload-check-status--checking{background:#e0f2fe;color:#0284c7}.allymar-ehr__upload-check-status--valid{background:#ecfdf5;color:#047857}.allymar-ehr__upload-check-status--warning{background:#fffbeb;color:#b45309}.allymar-ehr__upload-check-status--invalid{background:#fef2f2;color:#b91c1c}.allymar-ehr__upload-drop-inner{display:flex;flex-direction:column;align-items:center;gap:8px;text-align:center}.allymar-ehr__upload-icon-container{width:48px;height:48px;border-radius:50%;background:#e0f2fe;color:#0284c7;display:flex;align-items:center;justify-content:center;margin-bottom:8px}.allymar-ehr__upload-drop-title{font-size:14px;font-weight:600;color:#111827}.allymar-ehr__upload-drop-meta{font-size:12px;color:#6b7280}.allymar-ehr__file-preview{display:flex;align-items:center;gap:12px;width:100%;text-align:left}.allymar-ehr__file-icon{color:#0d9488;flex-shrink:0}.allymar-ehr__file-info,.allymar-ehr__file-details{flex:1;min-width:0}.allymar-ehr__file-name{font-size:14px;font-weight:600;color:#111827;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.allymar-ehr__file-size{font-size:12px;color:#6b7280}.allymar-ehr__file-clear{cursor:pointer;color:#6b7280;display:inline-flex;flex-shrink:0}.allymar-ehr__modal-actions{display:flex;justify-content:flex-end;gap:12px;margin-top:24px}.allymar-ehr__modal-actions .allymar-ehr__submit-btn.allymar-ehr__button--primary-regular,.allymar-ehr__modal-actions .allymar-ehr__submit-btn{box-sizing:border-box;min-height:40px;height:40px;padding:10px 16px;border-radius:50px!important;border:none!important;background:#1e0070!important;background-color:#1e0070!important;color:#fff!important;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:17px;text-transform:capitalize;box-shadow:none!important}.allymar-ehr__modal-actions .allymar-ehr__submit-btn:hover:not(:disabled){background:#1e0070!important;background-color:#1e0070!important;color:#fff!important;opacity:.92}.allymar-ehr__modal-actions .allymar-ehr__submit-btn:disabled{opacity:.75;cursor:not-allowed}.allymar-ehr__soap-generate-bar{box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:12px;min-height:56px;padding:10px;margin:12px 0;background-color:#ecedff;border:none;border-radius:8px;font-family:Montserrat,sans-serif}.allymar-ehr__soap-generate-visit{display:flex;align-items:center;gap:4px 10px;flex-wrap:wrap}.allymar-ehr__soap-generate-label{font-family:Montserrat,sans-serif;font-size:12px;font-weight:600;line-height:15px;color:#111;white-space:nowrap}.allymar-ehr__soap-generate-select{box-sizing:border-box;min-width:288px;height:36px;border-radius:8px;border:1px solid #dddddd;padding:0 10px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;color:#111;background-color:#fff;display:flex;align-items:center;justify-content:space-between;gap:8px;cursor:pointer}.allymar-ehr__soap-generate-caret-icon{display:block;width:16px;height:16px;rotate:180deg;filter:brightness(.2)}.allymar-ehr__soap-generate-bar .allymar-ehr__soap-upload-button,.allymar-ehr__soap-upload-button{box-sizing:border-box;min-width:0;height:32px;padding:0 16px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;white-space:nowrap;cursor:pointer;color:#111!important;background:#fff!important;background-color:#fff!important;border:1px solid #111111!important;box-shadow:none!important}.allymar-ehr__soap-generate-bar .allymar-ehr__soap-upload-button:hover:not(:disabled),.allymar-ehr__soap-upload-button:hover:not(:disabled){color:#111!important;background:#f5f5f5!important;background-color:#f5f5f5!important;border-color:#111!important}.allymar-ehr__soap-generate-button{box-sizing:border-box;min-width:0;height:32px;padding:0 16px;border-radius:5px;display:inline-flex;align-items:center;justify-content:center;gap:8px;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;white-space:nowrap;cursor:pointer;color:#fff;background:#1e0070;border:1px solid #1e0070}.allymar-ehr__soap-generate-button:hover:not(:disabled){background:#1e0070;border-color:#1e0070;color:#fff;opacity:.92}.allymar-ehr__soap-generate-button:disabled,.allymar-ehr__soap-upload-button:disabled{opacity:.75;cursor:not-allowed}.allymar-ehr__soap-continue-draft-button{min-width:160px;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__soap-generate-actions{display:inline-flex;align-items:center;justify-content:flex-end;gap:10px;flex-wrap:wrap;margin-left:auto}.allymar-ehr__soap-generate-hint{margin:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:15px;color:#111;white-space:nowrap}.allymar-ehr__visit-menu-title{font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;color:#111}.allymar-ehr__upload-document-no-accepted-gaps-tooltip .allymar-ehr__tooltip{margin-top:8px}.allymar-ehr__drawer-overlay.allymar-ehr__active{display:block}.allymar-ehr__drawer-overlay{display:none}.allymar-ehr-web__multi-drawer-body,.allymar-ehr__multi-drawer-body{flex:1 1 auto;min-height:0;height:auto;display:flex;flex-direction:column;gap:10px;overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch}.allymar-ehr-web__multi-drawer-body .allymar-ehr-web__drawer-upper-content,.allymar-ehr-web__multi-drawer-body .allymar-ehr__drawer-upper-content,.allymar-ehr__multi-drawer-body .allymar-ehr-web__drawer-upper-content,.allymar-ehr__multi-drawer-body .allymar-ehr__drawer-upper-content{flex:0 0 auto;height:auto;min-height:0;overflow:visible}.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion-content-inner,.allymar-ehr__multi-drawer-body .allymar-ehr__accordion-content-inner{min-height:0;overflow:visible}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container-wrapper,.allymar-ehr__multi-drawer-body .allymar-ehr__suggested-container-wrapper{flex:1 1 auto;min-height:0;max-height:min(52vh,480px);overflow-x:hidden;overflow-y:auto;-webkit-overflow-scrolling:touch;overscroll-behavior:contain;margin-bottom:0;gap:0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container,.allymar-ehr__multi-drawer-body .allymar-ehr__suggested-container{position:sticky;top:0;z-index:2;font-size:16px;padding:8px 16px;background-color:#edf4ff}.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,.allymar-ehr__multi-drawer-body .allymar-ehr__accordion,.allymar-ehr__multi-drawer-body .allymar-ehr__accordion-content-inner,.allymar-ehr__multi-drawer-body .allymar-ehr__accordion-header{border-radius:0;border:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-label,.allymar-ehr__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,.allymar-ehr__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,.allymar-ehr__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,.allymar-ehr__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,.allymar-ehr__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,.allymar-ehr__multi-drawer-body .allymar-ehr__unaccepted-icd-list{padding:0 16px;max-height:none;overflow:visible}.allymar-ehr-web__multi-drawer-body .allymar-ehr__unaccepted-icd-list-container,.allymar-ehr__multi-drawer-body .allymar-ehr__unaccepted-icd-list-container{padding:6px 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-codes-loader-container,.allymar-ehr__multi-drawer-body .allymar-ehr__icd-codes-loader-container{padding:12px 0}.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:flex-end;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-web__notif-dot{position:absolute;top:9px;right:12px;width:8px;height:8px;background-color:#ef4444;border-radius:50%;box-shadow:0 0 0 2px #fff}.allymar-ehr__notif-dropdown{width:340px;max-width:90vw}.allymar-ehr__notif-header{padding:12px 12px 8px;font-size:14px;font-weight:700;color:#111;border-bottom:1px solid #eee;display:flex;align-items:center;justify-content:space-between;gap:12px}.allymar-ehr__notif-mark-all{flex-shrink:0;padding:0;border:none;background:none;font-size:11.5px;font-weight:600;color:#4b5563;cursor:pointer;text-decoration:underline;text-underline-offset:2px}.allymar-ehr__notif-mark-all:hover:not(:disabled){color:#111827}.allymar-ehr__notif-mark-all:disabled{opacity:.5;cursor:not-allowed}.allymar-ehr__notif-list{max-height:360px;overflow:auto;padding:8px;display:flex;flex-direction:column;gap:8px}.allymar-ehr__notif-item{padding:10px 12px;border-radius:8px;cursor:pointer;display:flex;align-items:flex-start;gap:10px}.allymar-ehr__notif-item--unread{background:#f8fafc}.allymar-ehr__notif-item--read{background:#fff}.allymar-ehr__notif-item:hover{background:#1118270a}.allymar-ehr__notif-item--unread:hover{background:#f1f5f9}.allymar-ehr__notif-unread-dot{flex-shrink:0;width:8px;height:8px;margin-top:4px;background-color:#9ca3af;border-radius:50%}.allymar-ehr__notif-item-content{display:flex;flex-direction:column;gap:6px;min-width:0;flex:1}.allymar-ehr__notif-body{font-size:12px;font-weight:600;color:#111827e6;line-height:1.25}.allymar-ehr__notif-time{font-size:11px;color:#1118278c}.allymar-ehr__notif-empty{padding:14px 12px;font-size:12px;color:#11182799}.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{min-width:132px;width:100%;max-width:280px;box-sizing:border-box;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;width:100%;padding:8px;box-sizing:border-box;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;border-bottom:1px solid #dddddd;font-family:Montserrat,sans-serif}.allymar-ehr-header__patient-search-content{display:flex;flex-direction:column;gap:4px}.allymar-ehr__patient-info-container{position:relative;display:flex;align-items:flex-start;flex-wrap:wrap;gap:8px 12px;background-color:#fff;margin:0;padding-top:10px}.allymar-ehr__patient-info-form{display:flex;flex:1 1 auto;align-items:flex-start;gap:12px;min-width:0}.allymar-ehr-header__form-group{flex:1 1 0;margin-bottom:0;min-width:150px}.allymar-ehr__patient-info-form>.allymar-ehr-header__form-group:first-child{flex:1.35 1 0;min-width:200px;max-width:none}.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-family:Montserrat,sans-serif;font-size:16px;font-weight:600;line-height:normal;color:#111}.allymar-ehr-header__patient-search-subtitle{font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#666}.allymar-ehr-header__patient-search-subtitle-highlight{font-family:Montserrat,sans-serif;font-size:14px;font-weight:600;line-height:normal;color:#111;padding:0 4px}.allymar-ehr-web__search-input .allymar-ehr__search-icon{min-width:20px;min-height:20px;width:20px;height:20px;position:absolute;left:12px;top:50%;transform:translateY(-50%);pointer-events:none}.allymar-ehr-web__search-trigger{min-width:280px;width:100%;max-width:420px;padding:10px 12px 10px 40px;border-radius:70px;border:1px solid #dddddd;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;outline:none;background-color:#f5f5f5;color:#111;cursor:pointer;text-align:left;-moz-appearance:none;appearance:none;-webkit-appearance:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr-web__search-trigger:hover{background-color:#f0f0f0}.allymar-ehr-web__search-trigger:focus-visible{border-color:#aaa}.allymar-ehr-web__search-trigger-text{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allymar-ehr-web__search-trigger-text--placeholder{color:#666;font-weight:500}.allymar-ehr-web__search-trigger-text--value{color:#111;font-weight:500}.allymar-ehr__patient-button{display:inline-flex;align-items:center;justify-content:center;align-self:flex-start;height:42px;min-height:42px;max-width:none;min-width:111px;width:auto;padding:0 24px;margin-top:0!important;margin-bottom:0!important;border-radius:32px!important;border:1px solid transparent!important;background-color:#1e0071!important;color:#fff!important;font-family:Montserrat,sans-serif;font-size:16px;font-weight:500!important;line-height:16px;white-space:nowrap;box-shadow:none;opacity:1;flex-shrink:0}.allymar-ehr__patient-button:hover:not(:disabled){background-color:#1e0071!important;color:#fff!important;border-color:transparent!important;opacity:.92}.allymar-ehr__patient-button.allymar-ehr__clear-all,.allymar-ehr__clear-all{max-width:none;min-width:111px;width:auto;white-space:nowrap;background-color:#fff!important;border:1px solid #dddddd!important;color:#111!important}.allymar-ehr__patient-button.allymar-ehr__clear-all:hover:not(:disabled),.allymar-ehr__clear-all:hover:not(:disabled){background-color:#f5f5f5!important;border-color:#ddd!important;color:#111!important;opacity:1}.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{min-height:16px;height:auto;margin-top:4px}.allymar-ehr-header__error-container-small{height:0;min-height:0;margin-top:0;overflow:hidden}.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%;min-width:0;height:42px;min-height:42px;max-height:42px;padding:10px 14px;border:1px solid #dddddd;border-radius:8px;box-sizing:border-box;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:normal;color:#111;background-color:#fff}.allymar-ehr-header__form-group input::-moz-placeholder{color:#666;font-weight:500}.allymar-ehr-header__form-group input::placeholder{color:#666;font-weight:500}.allymar-ehr-header__form-group input:focus{outline:none;border-color:#ddd}.allymar-ehr-header__form-group input:disabled{background-color:#f5f5f5;color:#666}.allymar-ehr-header__form-group-separator{height:42px;width:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;gap:2px;position:relative;flex-shrink:0;align-self:flex-start;margin-bottom:0!important}.allymar-ehr-header__form-group-separator:after{content:"";width:1px;height:11px;background-color:#ddd;flex-shrink:0}.allymar-ehr-header__form-group-separator-line{height:11px;width:1px;padding-top:0;background-color:#ddd;flex-shrink:0}.allymar-ehr-header__form-group-separator-or{position:static;background:transparent;padding:0;font-family:Montserrat,sans-serif;font-size:12px;font-weight:500;line-height:normal;color:#111;white-space:nowrap;text-transform:uppercase}@media(max-width:1024px){.allymar-ehr__patient-info-container{flex-wrap:wrap;align-items:flex-start}.allymar-ehr__patient-info-form{flex:1 1 100%;flex-wrap:wrap;width:100%;align-items:flex-start}.allymar-ehr-header__form-group,.allymar-ehr__patient-info-form>.allymar-ehr-header__form-group:first-child{flex:1 1 0;min-width:160px;max-width:none}.allymar-ehr-header__form-group input,.allymar-ehr__dob-input{width:100%;height:42px;min-height:42px;max-height:42px;padding:10px 14px;border-radius:8px;font-size:14px}.allymar-ehr__dob-input{padding-right:35px}.allymar-ehr__patient-button,.allymar-ehr__patient-button.allymar-ehr__clear-all{align-self:flex-start;flex-shrink:0;margin-bottom:0!important}}.allymar-ehr-header__patient-card-wrapper{display:grid;grid-template-columns:repeat(auto-fill,minmax(420px,1fr));gap:12px;max-height:380px;overflow-y:auto;padding:4px 10px 0 4px;scrollbar-width:thin;scrollbar-color:#cbd5e0 #f7fafc}.allymar-ehr-header__patient-card-wrapper::-webkit-scrollbar{width:6px}.allymar-ehr-header__patient-card-wrapper::-webkit-scrollbar-track{background:#f7fafc;border-radius:10px}.allymar-ehr-header__patient-card-wrapper::-webkit-scrollbar-thumb{background:#cbd5e0;border-radius:10px}.allymar-ehr-header__patient-card-wrapper::-webkit-scrollbar-thumb:hover{background:#a0aec0}.allymar-ehr-header__patient-info{box-sizing:border-box;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:10px;gap:12px;width:100%;min-height:94px;background:#fffefe;border:1px solid #dddddd;box-shadow:0 2px 10px #1c006a1a;border-radius:8px;cursor:pointer;transition:box-shadow .2s ease,transform .2s ease}.allymar-ehr-header__patient-info:hover{transform:translateY(-1px);box-shadow:0 4px 14px #1c006a24}.allymar-ehr-header__patient-info-main{display:flex;flex-direction:row;align-items:flex-start;padding:0;gap:12px;flex:1 1 auto;min-width:0;max-width:420px}.allymar-ehr-header__patient-name-row{display:flex;flex-direction:row;align-items:center;padding:0;gap:10px;width:100%;min-height:17px;flex-wrap:wrap}.allymar-ehr-header__client-badges{display:flex;flex-direction:row;align-items:center;padding:0;gap:4px;flex-wrap:wrap}.allymar-ehr-header__patient-meta{display:flex;flex-direction:column;align-items:flex-start;padding:0;gap:36px;width:100%;flex-wrap:wrap;row-gap:4px}.allymar-ehr-header__patient-meta-item{display:inline-flex;flex-direction:row;align-items:center;gap:4px;max-width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allymar-ehr-header__patient-meta-label{font-family:Montserrat,sans-serif;font-style:normal;font-weight:500;font-size:12px;line-height:15px;color:#666}.allymar-ehr-header__patient-meta-value{font-family:Montserrat,sans-serif;font-style:normal;font-weight:600;font-size:12px;line-height:15px;color:#111;overflow:hidden;text-overflow:ellipsis}.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__empty-results{display:flex;gap:12px;align-items:flex-start;margin:0;padding:14px 16px;border:1px dashed #ddd;border-radius:12px;background:#fafafa;color:#555}.allymar-ehr__empty-results-icon{width:28px;height:28px;border-radius:999px;display:flex;align-items:center;justify-content:center;border:1px solid #ddd;background:#fff;color:#666;font-weight:700;font-size:14px;flex:0 0 auto}.allymar-ehr__empty-results-content{min-width:0}.allymar-ehr__empty-results-title{font-size:14px;font-weight:600;color:#111;margin-bottom:2px}.allymar-ehr__empty-results-subtitle{font-size:12px;font-weight:500;color:#666;line-height:1.35}.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-container{position:relative;width:100%}.allymar-ehr__dob-input{width:100%;height:42px;min-height:42px;max-height:42px;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__dob-input::-moz-calendar-picker-indicator{display:none}.allymar-ehr__all-error-container{flex:0 0 100%;width:100%;order:20;margin-top:0;position:static}.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;align-items:flex-start;padding:0;gap:4px;flex:1 1 auto;min-width:0}.allymar-ehr__patient-name{margin:0;font-family:Montserrat,sans-serif;font-style:normal;font-weight:700;font-size:14px;line-height:17px;color:#111}.allymar-ehr__patient-dob{font-size:12px;font-weight:500;color:#555;margin:0}.allymar-ehr__patient-dob-value{font-weight:500;color:#333}.allymar-ehr__patient-arrow{width:20px;height:20px;flex:none;transform:rotate(90deg);cursor:pointer}.allymar-ehr__header-reset-modal-overlay{position:fixed;inset:0;background:#00000059;z-index:10050;display:flex;align-items:center;justify-content:center;padding:16px}.allymar-ehr__header-reset-modal{background:#fff;border-radius:12px;box-shadow:0 4px 24px #0000002e;max-width:420px;width:100%}.allymar-ehr__header-reset-modal-content{padding:24px;text-align:center}.allymar-ehr__header-reset-modal-title{font-size:18px;font-weight:600;color:#111827;margin:0 0 12px;line-height:1.3}.allymar-ehr__header-reset-modal-message{font-size:14px;font-weight:400;color:#4b5563;margin:0 0 24px;line-height:1.5}.allymar-ehr__header-reset-modal-buttons{display:flex;flex-direction:column;gap:10px;align-items:stretch}@media(min-width:400px){.allymar-ehr__header-reset-modal-buttons{flex-direction:row;justify-content:center;flex-wrap:wrap}}.allymar-ehr__header-reset-modal-confirm{min-width:120px;box-sizing:border-box;min-height:40px;height:40px;padding:10px 16px!important;border-radius:50px!important;border:none!important;background:#1e0070!important;background-color:#1e0070!important;color:#fff!important;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;line-height:17px;text-transform:capitalize;box-shadow:none!important;opacity:1!important}.allymar-ehr__header-reset-modal-confirm:hover:not(:disabled){background:#1e0070!important;background-color:#1e0070!important;color:#fff!important;opacity:.92!important}.allymar-ehr__header-reset-modal-confirm:disabled{opacity:.65!important;cursor:not-allowed}.allymar-ehr__header-reset-modal-confirm .allymar-ehr__spinner-loading path{fill:#fff!important}.allymar-ehr__encounter-date{width:150px;flex-shrink:0}.allymar-ehr__encounter-date .allymar-ehr__dob-input{width:100%;box-sizing:border-box;padding:6px 36px 6px 10px;border:1px solid #d0d5dd;border-radius:6px;font-size:13px;color:#111;background-color:#fff;height:36px}.allymar-ehr__encounter-date .allymar-ehr__dob-input:focus{outline:none;border-color:#d0d5dd;box-shadow:none}.allymar-ehr__encounter-date .allymar-ehr__calendar-icon{right:10px;width:16px;height:16px;opacity:.7}.allymar-ehr__header-provider-search-container{position:relative;display:flex;flex-direction:column;background-color:#fff;padding:10px 20px;border-top:1px solid #eee;border-bottom:1px solid #eee}.allymar-ehr__header-provider-search-accordion{display:flex;flex-direction:column;width:100%}.allymar-ehr__header-provider-search-accordion-trigger{display:flex;align-items:center;justify-content:space-between;gap:12px;width:100%;padding:6px 0;border:none;background:transparent;cursor:pointer;text-align:left}.allymar-ehr__header-provider-search-accordion-trigger:hover .allymar-ehr__header-provider-search-accordion-title{color:#0f766e}.allymar-ehr__header-provider-search-accordion-copy{display:flex;flex-direction:column;gap:2px;min-width:0}.allymar-ehr__header-provider-search-accordion-title{font-size:14px;font-weight:600;color:#111}.allymar-ehr__header-provider-search-accordion-hint{font-size:12px;font-weight:500;color:#666}.allymar-ehr__header-provider-search-accordion-chevron{width:16px;height:16px;flex-shrink:0;transform:rotate(180deg);transition:transform .2s ease;opacity:.7}.allymar-ehr__header-provider-search-accordion-chevron--open{transform:rotate(0)}.allymar-ehr__header-provider-search-accordion-body{padding-top:8px}.allymar-ehr__header-provider-encounter-date-field{max-width:180px;flex:0 0 180px}.allymar-ehr__header-provider-encounter-date{display:flex;align-items:center;gap:8px;margin-left:8px;flex-shrink:0}.allymar-ehr__header-provider-encounter-date-label{font-size:12px;font-weight:600;color:#555;white-space:nowrap;margin-bottom:0}.allymar-ehr__header-provider-encounter-date-field .allymar-ehr__header-provider-encounter-date-label{display:block;margin-bottom:4px}.allymar-ehr__header-provider-search-separator{height:52px}.allymar-ehr__header-provider-search-field{position:relative}.allymar-ehr__header-provider-search-dropdown{position:absolute;top:calc(100% - 8px);left:0;right:0;z-index:20;display:flex;flex-direction:column;max-height:240px;overflow-y:auto;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d}.allymar-ehr__header-provider-search-dropdown-status{display:flex;align-items:center;justify-content:center;gap:8px;padding:12px;font-size:13px;font-weight:500;color:#666}.allymar-ehr__header-provider-search-dropdown-item{display:flex;align-items:center;gap:10px;width:100%;padding:10px 12px;border:none;border-bottom:1px solid #f1f5f9;background-color:#fff;cursor:pointer;text-align:left;transition:background-color .15s ease}.allymar-ehr__header-provider-search-dropdown-item:last-child{border-bottom:none}.allymar-ehr__header-provider-search-dropdown-item:hover{background-color:#f8fafc}.allymar-ehr__header-provider-search-dropdown-initials{height:32px;width:32px;font-size:11px;flex-shrink:0;text-transform:uppercase}.allymar-ehr__header-provider-search-dropdown-text{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}.allymar-ehr__header-provider-search-dropdown-name{font-size:14px;font-weight:600;color:#111}.allymar-ehr__header-provider-search-dropdown-npi{font-size:13px;font-weight:500;color:#666}.allymar-ehr__header-provider-selected{display:flex;align-items:center;justify-content:space-between;gap:16px;flex-wrap:wrap;width:100%;padding:4px 0}.allymar-ehr__header-provider-selected-info{display:flex;align-items:center;gap:12px;min-width:0}.allymar-ehr__header-provider-selected-initials{height:32px;width:32px;font-size:12px;flex-shrink:0;text-transform:uppercase;background-color:#e8f8f8;color:#0f766e}.allymar-ehr__header-provider-selected-text{display:flex;align-items:baseline;gap:6px;min-width:0;flex-wrap:wrap}.allymar-ehr__header-provider-selected-name{font-size:14px;font-weight:700;color:#111}.allymar-ehr__header-provider-selected-npi{font-size:13px;font-weight:500;color:#666}.allymar-ehr__header-provider-selected-actions{display:flex;align-items:center;gap:8px;margin-left:auto}.allymar-ehr__header-provider-selected-btn{display:inline-flex;align-items:center;justify-content:center;height:28px;padding:0 12px;border-radius:6px;border:1px solid transparent;background-color:#fff;font-size:12px;font-weight:600;line-height:1;white-space:nowrap;cursor:pointer;transition:background-color .15s ease,color .15s ease,border-color .15s ease}.allymar-ehr__header-provider-selected-btn--change{color:#0f766e;border-color:#20c7ca;background-color:#f2fbfb}.allymar-ehr__header-provider-selected-btn--change:hover{color:#fff;background-color:#20c7ca;border-color:#20c7ca}.allymar-ehr__header-provider-selected-btn--remove{color:#ff5454;border-color:#ff5454;background-color:#fff}.allymar-ehr__header-provider-selected-btn--remove:hover{color:#fff;background-color:#ff5454;border-color:#ff5454}.allymar-ehr__header-provider-selected-btn:focus-visible{outline:2px solid #20c7ca;outline-offset:2px}.allymar-ehr__header-provider-selected-btn--remove:focus-visible{outline-color:#ff5454}@keyframes rocketLaunch{0%,to{transform:translateY(0) scale(1) rotate(0)}25%{transform:translateY(-6px) scale(1.15) rotate(-5deg)}50%{transform:translateY(-10px) scale(1.2) rotate(0)}75%{transform:translateY(-6px) scale(1.15) rotate(5deg)}}@keyframes rocketGlow{0%,to{filter:drop-shadow(0 0 2px rgba(206,122,255,.5))}50%{filter:drop-shadow(0 0 8px rgba(206,122,255,.8)) drop-shadow(0 0 12px rgba(206,122,255,.6))}}.allymar-ehr__upcoming-banner-collapsed{width:100%;display:flex;justify-content:center;margin-bottom:12px}.allymar-ehr__upcoming-rocket-btn{width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:12px;cursor:pointer;transition:all .3s ease;position:relative;z-index:10;background-color:#ce7aff33;border:1px solid rgba(206,122,255,.4)}.allymar-ehr__upcoming-rocket-btn:hover{background:radial-gradient(circle at center,#2e1065,#1a075c 70%,#0f0536)}.allymar-ehr__upcoming-rocket-btn:hover .allymar-ehr__upcoming-rocket-icon{animation:rocketLaunch .6s ease-in-out infinite,rocketGlow 1.2s ease-in-out infinite}.allymar-ehr__upcoming-rocket-icon{width:16px;height:16px;position:relative;z-index:10}.allymar-ehr__upcoming-banner-card{width:100%;margin-bottom:12px;border-radius:14px;overflow:hidden;box-shadow:0 2px 8px #00000014;background-color:#eae0f5;border:1px solid rgba(206,122,255,.35);font-family:Montserrat,sans-serif;box-sizing:border-box}.allymar-ehr__upcoming-banner-content{display:flex;flex-direction:column}.allymar-ehr__upcoming-banner-header{display:flex;align-items:center;gap:8px;padding:10px 14px;background-color:#e4d5f5;border-bottom:1px solid rgba(206,122,255,.25)}.allymar-ehr__upcoming-banner-title{font-size:13px;font-weight:700;color:#18181b;letter-spacing:-.01em}.allymar-ehr__upcoming-banner-body{padding:12px 14px;background-color:#f8f3fd}.allymar-ehr__upcoming-banner-text{font-size:12px;line-height:1.45;color:#18181b;font-weight:500;display:block}.allymar-ehr__upcoming-banner-date-highlight{font-weight:700;color:#18181b}.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:#1a075c;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;font-family:Montserrat,sans-serif}.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:#1a075c;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:12px;font-weight:600;white-space:nowrap}.allymar-ehr__sidebar-badge{margin-left:auto;background:#ef4444;color:#fff;border-radius:9999px;font-size:11px;font-weight:700;line-height:1;padding:4px 6px;min-width:20px;text-align:center}.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-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:500;display:flex;flex-direction:column;gap:2px}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-version{margin:10px auto}.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:#ff5454}.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}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}@keyframes allymarAnnounceModalBackdropFade{0%{opacity:0}to{opacity:1}}@keyframes allymarAnnounceModalPanelIn{0%{opacity:0;transform:translateY(12px) scale(.98)}to{opacity:1;transform:translateY(0) scale(1)}}.allymar-ehr__announce-modal-root{position:relative;z-index:1000;font-family:Montserrat,sans-serif}.allymar-ehr__announce-modal-backdrop{position:fixed;inset:0;background-color:#0f172a7a;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);animation:allymarAnnounceModalBackdropFade .2s ease-out}.allymar-ehr__announce-modal-container{position:fixed;inset:0;overflow-y:auto;display:flex;min-height:100%;align-items:center;justify-content:center;padding:16px;box-sizing:border-box}.allymar-ehr__announce-modal-panel{position:relative;width:100%;background-color:#fff;border-radius:16px;text-align:left;box-shadow:0 20px 60px #00000040;overflow:hidden;animation:allymarAnnounceModalPanelIn .22s ease-out;box-sizing:border-box}.allymar-ehr__announce-modal-panel--video{max-width:880px}.allymar-ehr__announce-modal-panel--pdf{max-width:1050px}.allymar-ehr__announce-modal-panel--feature{max-width:672px}.allymar-ehr__announce-modal-body{position:relative;padding:20px 24px}.allymar-ehr__announce-modal-header{display:flex;align-items:center;justify-content:space-between;margin-bottom:16px}.allymar-ehr__announce-modal-header-left{display:flex;align-items:center;gap:8px}.allymar-ehr__announce-modal-title{font-size:17px;font-weight:700;color:#111827;letter-spacing:-.01em;margin:0}.allymar-ehr__announce-modal-version-badge{display:inline-flex;align-items:center;padding:2px 8px;border-radius:9999px;font-size:11.5px;font-weight:600;background-color:#f3e8ff;color:#7c3aed}.allymar-ehr__announce-modal-close-btn{display:flex;align-items:center;justify-content:center;background:transparent;border:none;color:#9ca3af;padding:6px;border-radius:6px;cursor:pointer;transition:all .15s ease}.allymar-ehr__announce-modal-close-btn:hover{color:#4b5563;background-color:#f3f4f6}.allymar-ehr__announce-modal-close-icon{width:20px;height:20px}.allymar-ehr__announce-modal-video-container{width:100%;aspect-ratio:16 / 9;border-radius:10px;overflow:hidden;background-color:#000;display:flex;align-items:center;justify-content:center}.allymar-ehr__announce-modal-video-player{width:100%;height:100%;-o-object-fit:contain;object-fit:contain;display:block}.allymar-ehr__announce-modal-pdf-container{width:100%;height:75vh;border-radius:10px;overflow:hidden;background-color:#f9fafb;border:1px solid #e5e7eb}.allymar-ehr__announce-modal-pdf-iframe{width:100%;height:100%;border:0;display:block}.allymar-ehr__announce-modal-feature-body{position:relative;padding:16px}.allymar-ehr__announce-modal-feature-header{display:flex;align-items:center;gap:8px;margin-bottom:16px;padding-bottom:16px;border-bottom:1px solid #e5e7eb}.allymar-ehr__announce-modal-feature-sparkle{font-size:16px;line-height:1}.allymar-ehr__announce-modal-feature-title{font-size:16px;font-weight:600;color:#111827;margin:0}.allymar-ehr__announce-modal-feature-description{font-size:14px;font-weight:600;color:#111827;margin:0 0 8px}.allymar-ehr__announce-modal-feature-features{margin-bottom:24px}.allymar-ehr__announce-modal-feature-features-list{margin:0;padding-left:16px;list-style:disc inside;display:flex;flex-direction:column;gap:4px}.allymar-ehr__announce-modal-feature-item{font-size:12px;font-weight:500;color:#111}.allymar-ehr__announce-modal-feature-video-wrap{position:relative;margin:0 -16px 20px;border-radius:8px;overflow:hidden}.allymar-ehr__announce-modal-feature-video-aspect{position:relative;aspect-ratio:16 / 9;display:flex;align-items:center;justify-content:center}.allymar-ehr__announce-modal-feature-video-inner{position:relative;width:90%;height:auto}.allymar-ehr__announce-modal-feature-video{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;border-radius:8px;display:block;cursor:pointer}.allymar-ehr__announce-modal-feature-video-overlay{pointer-events:none;position:absolute;inset:0;border-radius:8px;background-color:#0006}.allymar-ehr__announce-modal-feature-play-overlay{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}.allymar-ehr__announce-modal-feature-play-btn{width:64px;height:64px;background-color:#111111b3;border:none;border-radius:9999px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 10px 15px -3px #0003;transition:transform .15s ease;color:#fff;padding:0}.allymar-ehr__announce-modal-feature-play-btn:hover{transform:scale(1.05)}.allymar-ehr__announce-modal-feature-play-icon{width:24px;height:24px;margin-left:2px}.allymar-ehr__announce-modal-feature-fallback{position:relative;margin:0 -16px 20px;overflow:hidden;display:flex;align-items:center;justify-content:center}.allymar-ehr__announce-modal-feature-fallback-img{width:100%;height:auto;-o-object-fit:contain;object-fit:contain;display:block}.allymar-ehr__announce-modal-feature-actions{display:flex;justify-content:flex-end;gap:12px;flex-wrap:wrap}.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-secondary.allymar-ehr__button,.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-secondary{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;height:40px;min-height:40px;padding:10px 16px!important;background:#fff!important;background-color:#fff!important;border:1px solid #dddddd!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#111!important;box-shadow:none!important;opacity:1!important}.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-secondary:hover:not(:disabled){background:#f5f5f5!important;border-color:#ddd!important;color:#111!important;opacity:1!important}.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-primary.allymar-ehr__button,.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-primary{box-sizing:border-box;display:inline-flex;flex-direction:row;justify-content:center;align-items:center;gap:8px;height:40px;min-height:40px;min-width:100px;padding:10px 16px!important;background:#1a075c!important;background-color:#1a075c!important;border:none!important;border-radius:100px!important;font-family:Montserrat,sans-serif!important;font-weight:500!important;font-size:14px!important;line-height:20px!important;color:#fff!important;box-shadow:none!important;opacity:1!important}.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-primary:hover:not(:disabled){background:#1a075c!important;opacity:.92!important;color:#fff!important}.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-primary:disabled,.allymar-ehr__announce-modal-feature-actions .allymar-ehr__announce-modal-btn-secondary:disabled{opacity:.55!important;cursor:not-allowed}.loading-progress{display:flex;justify-content:center;align-items:center;min-height:100vh;width:100%;background:linear-gradient(135deg,#f5f7fa,#c3cfe2);padding:2rem}.loading-progress__container{background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000001a;padding:3rem 2.5rem;max-width:500px;width:100%;text-align:center}.loading-progress__spinner{display:flex;justify-content:center;margin-bottom:2rem}.loading-progress__content{display:flex;flex-direction:column;gap:1.5rem}.loading-progress__title{font-size:1.5rem;font-weight:600;color:#2d3748;margin:0}.loading-progress__steps{display:flex;flex-direction:column;gap:1rem;text-align:left;margin-top:.5rem}.loading-progress__step{display:flex;align-items:flex-start;gap:1rem;padding:.75rem;border-radius:8px;transition:all .3s ease;opacity:.5}.loading-progress__step--active{opacity:1;background-color:#e6f3ff;border-left:3px solid #0066cc}.loading-progress__step--completed{opacity:.8}.loading-progress__step-indicator{display:flex;align-items:center;justify-content:center;min-width:24px;height:24px;flex-shrink:0}.loading-progress__dot{width:12px;height:12px;border-radius:50%;background-color:#cbd5e0;transition:all .3s ease}.loading-progress__step--active .loading-progress__dot{background-color:#06c;width:16px;height:16px;box-shadow:0 0 0 4px #06c3;animation:pulse 2s infinite}.loading-progress__check{width:20px;height:20px;border-radius:50%;background-color:#10b981;color:#fff;display:flex;align-items:center;justify-content:center;font-size:12px;font-weight:700}.loading-progress__step-text{flex:1}.loading-progress__step-label{font-weight:500;color:#2d3748;font-size:.95rem;margin-bottom:.25rem}.loading-progress__step--active .loading-progress__step-label{color:#06c;font-weight:600}.loading-progress__step-description{font-size:.85rem;color:#718096;line-height:1.4}.loading-progress__step--active .loading-progress__step-description{color:#4a5568}@keyframes pulse{0%,to{box-shadow:0 0 0 4px #06c3}50%{box-shadow:0 0 0 8px #06c0}}@media(max-width:640px){.loading-progress{padding:1rem}.loading-progress__container{padding:2rem 1.5rem}.loading-progress__title{font-size:1.25rem}.loading-progress__step-label{font-size:.9rem}.loading-progress__step-description{font-size:.8rem}}.fhir-launch__container{display:flex;justify-content:center;align-items:center;min-height:100vh;padding:20px;background:linear-gradient(135deg,#667eea,#764ba2)}.fhir-launch__content{background:#fff;border-radius:12px;padding:40px;box-shadow:0 10px 30px #0003;max-width:500px;width:100%;text-align:center}.fhir-launch__title{font-size:2rem;font-weight:600;color:#333;margin-bottom:16px}.fhir-launch__description{color:#666;font-size:1.1rem;line-height:1.6;margin-bottom:32px}.fhir-launch__error{background:#fee;border:1px solid #fcc;border-radius:8px;padding:16px;margin-bottom:24px;color:#c33}.fhir-launch__buttons{display:flex;flex-direction:column;gap:16px;margin-bottom:32px}.fhir-launch__button{width:100%;padding:12px 24px;font-size:1.1rem;font-weight:500}.fhir-launch__info{background:#f8f9fa;border-radius:8px;padding:20px;text-align:left}.fhir-launch__info h3{margin:0 0 16px;color:#333;font-size:1.2rem}.fhir-launch__info ul{margin:0;padding-left:20px;color:#666}.fhir-launch__info li{margin-bottom:8px}.fhir-launch__loading{display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:200px;gap:16px}.fhir-launch__loading p{color:#666;font-size:1.1rem}@media(max-width:600px){.fhir-launch__content{padding:24px;margin:16px}.fhir-launch__title{font-size:1.5rem}}.no-patient-found-overlay{position:fixed;inset:0;background-color:#00000080;display:flex;align-items:center;justify-content:center;z-index:1000;padding:20px}.no-patient-found-modal{background:#fff;border-radius:12px;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;max-width:500px;width:100%;max-height:90vh;overflow-y:auto}.no-patient-found-header{padding:24px 24px 0;border-bottom:1px solid #e5e7eb}.no-patient-found-header h2{margin:0;font-size:1.5rem;font-weight:600;color:#1f2937}.no-patient-found-content{padding:24px;text-align:center}.no-patient-found-icon{display:flex;justify-content:center;margin-bottom:16px}.no-patient-found-message{font-size:1rem;color:#6b7280;margin:0 0 20px;line-height:1.5}.no-patient-found-details{text-align:left;background-color:#f9fafb;padding:16px;border-radius:8px;margin-bottom:20px}.no-patient-found-details p{margin:0 0 8px;font-weight:500;color:#374151}.no-patient-found-details ul{margin:0;padding-left:20px;color:#6b7280}.no-patient-found-details li{margin-bottom:4px}.no-patient-found-debug{margin-top:16px;padding:12px;background-color:#fef3c7;border:1px solid #f59e0b;border-radius:6px}.no-patient-found-debug p{margin:0 0 8px;font-weight:600;color:#92400e;font-size:.875rem}.no-patient-found-debug ul{margin:0;padding-left:16px;color:#92400e;font-size:.875rem}.no-patient-found-debug code{background-color:#fef3c7;padding:2px 4px;border-radius:3px;font-family:Courier New,monospace;font-size:.8rem;color:#92400e}.no-patient-found-actions{padding:0 24px 24px;display:flex;gap:12px;justify-content:flex-end}.no-patient-found-close-btn{min-width:80px}.no-patient-found-retry-btn{min-width:100px}@media(max-width:640px){.no-patient-found-modal{margin:0;border-radius:0;max-height:100vh}.no-patient-found-actions{flex-direction:column}.no-patient-found-close-btn,.no-patient-found-retry-btn{width:100%}}#ehr-body *,#ehr-widget-extension-root *,#ehr-floating-frame-root *{font-family:Montserrat,sans-serif!important;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#ehr-body{font-family:Montserrat,sans-serif!important;-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;scrollbar-width:none}.allymar-ehr-web__layout-content--soap{background-color:var(--allymar-ehr-surface-alt, #f8f9fc);overflow-x:hidden}.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: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}.allymar-ehr__footer-announcement-link{display:flex;gap:6px;color:#111;font-size:13px;font-weight:500;cursor:pointer;text-decoration:none}.allymar-ehr__footer-announcement-link svg{margin-top:2px}.ehr-min-w-5{min-width:20px}.ehr-min-h-5{min-height:20px}.cursor-pointer{cursor:pointer}.allymar-ehr__required{color:#ff5454}
