.allymar-ehr__account-info-container{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:10px;max-width:800px;margin:auto;background-color:transparent}.allymar-ehr-web__account-info-container{max-width:100%}.allymar-ehr__account-title{font-size:18px;font-weight:600;color:#111}.allymar-ehr__account-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:12px}.allymar-ehr__account-item{display:flex;align-items:center;background-color:#fff;padding:12px;border-radius:8px;box-shadow:0 1px 2px #0000000d;gap:12px}.allymar-ehr__icon-box{background:#444;border-radius:4px;border:1px solid #dddddd;width:34px;height:34px;display:flex;align-items:center;justify-content:center;cursor:pointer;box-shadow:0 2px 8px #2d2e411a;transition:background .2s,box-shadow .2s}.allymar-ehr__icon-box img{width:18px;height:18px;filter:invert(1) brightness(2);transition:filter .2s}.allymar-ehr__info-text .allymar-ehr__label{font-weight:600;font-size:13px;color:#111}.allymar-ehr__info-text .allymar-ehr__value{font-size:13px;color:#444}.allymar-ehr__accordion{background-color:#fff;border:1px solid #ddd;border-radius:8px;overflow:hidden;transition:all 1s ease-in-out}.allymar-ehr__accordion-header{display:flex;align-items:center;justify-content:space-between;padding:14.5px 10px;cursor:pointer;background-color:#fff}.allymar-ehr__accordion-header-content{flex:1;font-size:14px;font-weight:600;color:#333}.allymar-ehr__accordion-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__accordion-icon.allymar-ehr__rotate{transform:rotate(180deg)}.allymar-ehr__accordion-content{background-color:#fff;display:grid;grid-template-rows:0fr;overflow:hidden;opacity:0;transition:grid-template-rows .6s ease,opacity .6s ease}.allymar-ehr__accordion-content.allymar-ehr__open{grid-template-rows:1fr;opacity:1}.allymar-ehr__accordion-content-inner{overflow:hidden}.allymar-ehr__spinner{animation:allymar-ehr__spin 1s linear infinite}.allymar-ehr__spinner--md{height:1.25rem;width:1.25rem}.allymar-ehr__spinner--lg{height:1.5rem;width:1.5rem}.allymar-ehr__spinner--xl{height:2rem;width:2rem}.allymar-ehr__textarea-wrapper{position:relative;background-color:#fff;border:1px solid #e0e6ed;border-radius:6px;padding:8px;display:flex;flex-direction:column}.allymar-ehr__textarea{font-family:Montserrat,sans-serif!important;color:#000;resize:none;min-height:60px;font-size:14px;border:none;outline:none;background-color:#fff;padding-right:60px}.allymar-ehr__textarea-wrapper:focus-within{border-color:#20c7ca}.allymar-ehr__textarea-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__drawer-overlay{position:fixed;inset:0;background:#0000004d;z-index:99;opacity:0;transition:opacity .3s ease;pointer-events:none}.allymar-ehr-ext__drawer-overlay{border-radius:18px}.allymar-ehr__drawer-overlay.allymar-ehr__active{opacity:1;pointer-events:auto}.allymar-ehr-web__drawer{position:absolute;top:0;right:0;width:500px;max-width:45%;height:100vh;background:#fff;display:flex;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer{position:absolute;top:0;right:0;height:100%;width:80%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer-expanded{position:absolute;top:0;right:0;height:100%;width:60%;background:#fff;display:flex;flex:auto;flex-direction:column;box-shadow:-2px 0 10px #0003;overflow-y:auto;color:#111}.allymar-ehr__drawer-header{display:flex;align-items:center;justify-content:space-between;font-size:14px;font-weight:600;border-bottom:1px solid #ddd;padding:16px 12px}.allymar-ehr__drawer-header-tooltip{flex:1;min-width:0}.allymar-ehr__drawer-header-tooltip .allymar-ehr__tooltip{min-width:75%;max-width:90%}.allymar-ehr__drawer-header-tooltip .allymar-ehr__tooltip-content{max-width:100%;white-space:normal;overflow-wrap:anywhere}.allymar-ehr__drawer-header-title{flex:1;display:-webkit-box;-webkit-line-clamp:1;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;font-size:16px;line-height:1.4;padding-right:12px}.allymar-ehr__drawer-close{color:#666;cursor:pointer;width:20px;height:20px}.allymar-ehr__drawer-body{height:calc(100% - 108px);display:flex;flex-direction:column;justify-content:space-between;gap:10px}.allymar-ehr-web__drawer-body{height:calc(100vh - 108px);display:flex;flex-direction:column;justify-content:space-between;gap:10px;flex:auto}.allymar-ehr-web__drawer-upper-content{display:flex;flex-direction:column;gap:10px;height:inherit}.allymar-ehr__drawer-upper-content{display:flex;flex-direction:column;gap:10px;height:100%}.allymar-ehr__drawer-lower-content{display:flex;flex-direction:column;padding:10px;border-top:1px solid #ddd}.allymar-ehr__drawer-lower-content-label{font-size:12px;font-weight:600;margin-bottom:4px}.allymar-ehr__drawer-lower-content textarea{height:60px;font-size:12px;font-weight:500}.allymar-ehr__drawer-lower-content-error{color:#ff5454;font-size:12px;margin-top:4px}.allymar-ehr__search-container{display:flex;flex-direction:column;gap:10px;padding:10px;border-bottom:1px solid #ddd}.allymar-ehr__search-input{position:relative}.allymar-ehr__search-icon{position:absolute;top:7px;left:8px}.allymar-ehr__search-cancel-icon{position:absolute;top:9px;right:8px;z-index:1;cursor:pointer}.allymar-ehr__search-loading{position:absolute;top:7px;left:8px}.allymar-ehr__search-loading .allymar-ehr__spinner{width:16px;height:16px;border:2.5px solid #ccc;border-top:2.5px solid #444;border-radius:50%;animation:allymar-ehr__spin 1s linear infinite}@keyframes allymar-ehr__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.allymar-ehr__icd-search{width:100%;padding:8px 12px 8px 36px;color:#666;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.allymar-ehr__icd-search:focus{outline:none;border-color:#20c7ca}.allymar-ehr__chip-container{display:flex;flex-wrap:wrap;gap:.5rem}.allymar-ehr__chip{display:flex;align-items:center;gap:4px;background-color:#edf4ff;padding:5.5px 4px;border:1px solid #ddd;border-radius:4px;font-size:12px;font-weight:600}.allymar-ehr__suggested-label{font-size:12px;font-weight:700}.allymar-ehr__suggested-icd{display:flex;align-items:start;gap:8px}.allymar-ehr__accepted-icd-list,.allymar-ehr__unaccepted-icd-list{list-style:none;padding:0;margin:0;font-size:12px;font-weight:600;display:flex;flex-direction:column;gap:8px}.allymar-ehr__suggested-icd-label{font-size:12px;color:#666;font-weight:500}.allymar-ehr__icd-list-item{display:flex;align-items:start;gap:8px;padding:4px 0}.allymar-ehr__unaccepted-icd-list{padding:0 10px}.allymar-ehr__suggested-container-wrapper{overflow-y:auto;display:flex;flex:auto;flex-direction:column;gap:10px;margin-bottom:4px}.allymar-ehr__suggested-container{display:flex;flex-direction:column;gap:10px;padding:10px;background-color:#edf4ff}.allymar-ehr__suggested-container-header{display:flex;align-items:center}.allymar-ehr__suggested-label-error{background-color:#ff545426;color:#dd1919;font-size:12px;padding:4px 8px;border-radius:4px}.allymar-ehr__icd-codes-loader{margin:2px 10px}.allymar-ehr__icd-codes-loader-text{font-size:12px;font-weight:600;padding:6px;color:#fff;background-color:#666;margin-top:10px;border-radius:4px}.allymar-ehr__drawer-footer{display:flex;justify-content:space-between;align-items:center;gap:10px;padding:10px;border-top:1px solid #ddd;background-color:#fff}.allymar-ehr__drawer-footer .allymar-ehr__confirm-btn{width:50%;height:32px;background-color:#20c7ca;color:#111;border:none;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__drawer-footer .allymar-ehr__cancel-btn{width:50%;height:32px;background:#fff;color:#666;border:1px solid #ddd;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__dismiss-container{padding:10px;color:#111}.allymar-ehr__dismiss-title{font-weight:600;font-size:12px}.allymar-ehr__radio-group{display:flex;flex-direction:column;gap:.75rem}.allymar-ehr__radio-container{display:flex;flex-direction:column;gap:4px}.allymar-ehr__radio-option{display:flex;align-items:center;gap:12px;font-size:12px;font-weight:500;cursor:pointer;position:relative}.allymar-ehr__radio-option input[type=radio]{opacity:0;position:absolute;left:0;width:18px;height:18px;cursor:pointer;margin:0}.allymar-ehr__radio-option span{display:inline-flex;align-items:center}.allymar-ehr__radio-option span:before{content:"";display:inline-block;width:18px;height:18px;margin-right:6px;border:2px solid #d3d3d3;border-radius:50%;box-sizing:border-box;transition:border-color .2s ease;margin-bottom:2px}.allymar-ehr__radio-option input[type=radio]:checked+span:after{content:"";position:absolute;left:5px;top:5px;width:8px;height:8px;background-color:#007aff;border-radius:50%}.allymar-ehr-ext__radio-option-tag input[type=radio]:checked+span:after{top:6px}.allymar-ehr__radio-option input[type=radio]:checked+span:before{border-color:#007aff}.allymar-ehr__note-area{position:relative}.allymar-ehr__note-input{width:100%;min-height:60px;resize:none;padding:8px;border:1px solid #ddd;border-radius:8px;font-size:12px;color:#666;background-color:#f5f5f5}.allymar-ehr__note-input:focus{outline:none;box-shadow:0 0 0 2px #007aff33}.allymar-ehr__error-text{color:#ff5454;font-size:12px;position:absolute;right:0;bottom:-1.2rem}.allymar-ehr__dismiss-content{display:flex;flex-direction:column;justify-content:space-between;gap:10px}.allymar-ehr__switch{position:relative;display:inline-block;width:32px;height:18px}.allymar-ehr__switch input{opacity:0;width:0;height:0}.allymar-ehr__slider{position:absolute;cursor:pointer;inset:0;background-color:#d1d5db;transition:.4s;border-radius:20px}.allymar-ehr__slider:before{position:absolute;content:"";height:14px;width:14px;left:2px;bottom:2px;background-color:#fff;transition:.4s;border-radius:50%;box-shadow:0 2px 4px #00000026}input:checked+.allymar-ehr__slider{background-color:#20c7ca}input:checked+.allymar-ehr__slider:before{transform:translate(14px)}.allymar-ehr__drawer-overlay{position:fixed;top:0;left:0;width:100%;height:100%;background-color:#00000080;z-index:1000;opacity:0;visibility:hidden;transition:opacity .3s ease-in-out,visibility .3s ease-in-out;overflow:hidden}.allymar-ehr__drawer-overlay.allymar-ehr__active{opacity:1;visibility:visible}.allymar-ehr-web__drawer-component{position:fixed;top:0;right:0;width:auto;min-width:689px;height:100vh;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer{position:fixed;top:0;right:0;width:100%;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer-expanded{position:fixed;top:0;right:0;width:80%;height:100%;background-color:#fff;box-shadow:-2px 0 5px #0000001a;z-index:1001;display:flex;flex-direction:column;overflow:hidden}.allymar-ehr__drawer-component-header{display:flex;justify-content:space-between;align-items:center;padding:10px 12px;border-bottom:1px solid #e0e0e0;flex:0 0 auto}.allymar-ehr__drawer-component-header span{font-size:1.1rem;font-weight:500}.allymar-ehr__drawer-body{flex:1 1 auto;overflow:auto;min-height:0;padding:0;display:flex;flex-direction:column}.allymar-ehr__drawer-header-right{display:flex;align-items:center;justify-content:flex-end;gap:10px;min-width:20px}.allymar-ehr__input-wrapper{width:100%}.allymar-ehr__input-label-wrapper{display:flex;align-items:center;gap:1px}.allymar-ehr__input-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__input-required{color:#ff5454;font-size:14px;margin-left:2px}.allymar-ehr__input-loading{font-size:8px;animation:allymar-ehr__spin 1s linear infinite;color:#666}.allymar-ehr__input-container{display:flex;flex-direction:column;position:relative;border-radius:4px}.allymar-ehr__input-margin-top{margin-top:8px}.allymar-ehr__input-base{flex:auto;height:40px;font-size:14px;border-radius:4px;padding:0 12px;color:#0f172a;background-color:#fff;border:1px solid #cbd5e1}.allymar-ehr__input-base:disabled{background-color:#f1f5f9;color:#9ca3af}.allymar-ehr__input-error{color:#dc2626;font-size:14px;font-weight:400}@keyframes allymar-ehr__spin{to{transform:rotate(360deg)}}.allymar-ehr__input{border-radius:8px;padding:10px 12px;outline:none;border:1px solid #ddd;background-color:#fff!important;color:#111!important}.allymar-ehr__input::-moz-placeholder{color:#666}.allymar-ehr__input::placeholder{color:#666}.allymar-ehr__input--error{border-color:#e53935}.allymar-ehr__input--valid:focus-visible{outline:none}.allymar-ehr__input--valid:focus{border-color:#20c7ca}.allymar-ehr__input--disabled{background-color:#f3f4f6;color:#9ca3af;cursor:not-allowed}.allymar-ehr__input--search{padding-left:40px;padding-right:10px}.allymar-ehr__pdf-toolbar{display:flex;align-items:center;justify-content:space-between;background-color:#e9fbfc;border-bottom:1px solid #cfd8dc;min-height:34px;box-sizing:border-box}.allymar-ehr__pdf-toolbar-left{display:flex;align-items:stretch;gap:0}.allymar-ehr__pdf-toolbar-cell{display:flex;align-items:center;padding:0 6px;box-sizing:border-box}.allymar-ehr-web__pdf-toolbar-cell{display:flex;align-items:center;padding:0 12px;box-sizing:border-box}.allymar-ehr__pdf-toolbar-cell-label{color:#666;font-size:12px;font-weight:500;background:#fff3}.allymar-ehr-web__pdf-toolbar-cell-label{color:#666;font-size:14px;font-weight:500;background:#fff3}.allymar-ehr__pdf-toolbar-cell-input{padding:0;background:#fff;border:1px solid #ddd;border-top:none;border-bottom:none}.allymar-ehr__pdf-toolbar-cell-text{color:#3f3f3f;font-size:14px;font-weight:500;background:#fff3}.allymar-ehr__pdf-toolbar-cell-nav{padding:0;background:#fff3}.allymar-ehr-web__pdf-toolbar-page-input{width:50px!important;text-align:center;border:none!important;background-color:#fff;height:100%;padding:8px 10px!important;font-size:16px;box-sizing:border-box;color:#666;margin-bottom:0!important}.allymar-ehr__pdf-toolbar-page-input{width:38px!important;text-align:center;border:none!important;background-color:#fff;height:100%;padding:8px 6px!important;font-size:14px;box-sizing:border-box;color:#666;margin-bottom:0!important}.allymar-ehr__pdf-toolbar-icon-btn{background:none;border:none;cursor:pointer;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.allymar-ehr-web__pdf-toolbar-icon-btn{background:none;border:none;cursor:pointer;color:#666;padding:4px;display:inline-flex;align-items:center;justify-content:center;font-size:20px}.allymar-ehr__pdf-toolbar-icon-btn:disabled{opacity:.45;cursor:not-allowed}.allymar-ehr__pdf-toolbar-right{display:flex;align-items:center;gap:6px;margin-right:4px}.allymar-ehr-web__pdf-toolbar-right{display:flex;align-items:center;gap:10px;margin-right:10px}.allymar-ehr__pdf-toolbar-circle-btn{width:20px;height:20px;border-radius:50%;border:2px solid #6b7175;background:transparent;color:#4a4f53;display:inline-flex;align-items:center;justify-content:center;font-size:20px;line-height:1;cursor:pointer;padding-top:3px;color:#666}.allymar-ehr__pdf-toolbar-circle-btn:disabled{opacity:.45;cursor:not-allowed}.allymar-ehr__pdf-toolbar-zoom-pill{background:#fff;border-left:1px solid #d7e0e4;border-right:1px solid #d7e0e4;padding:6px;font-size:14px;color:#3f3f3f}.allymar-ehr-web__pdf-toolbar-zoom-pill{background:#fff;border-left:1px solid #d7e0e4;border-right:1px solid #d7e0e4;padding:6px 12px;font-size:16px;color:#3f3f3f}.allymar-ehr__pdf-toolbar-divider{width:1px;height:20px;background:#666;margin:0 6px}.allymar-ehr__pdf-toolbar-icon-only{background:none!important;border:none!important;padding:0 4px!important;color:#666;display:inline-flex;align-items:center;justify-content:center;font-size:20px;margin-top:6px}.allymar-ehr__pdf-toolbar-zoom-icon{width:14px;height:14px;display:block}.allymar-ehr__pdf-toolbar-circle-img{cursor:pointer;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__pdf-toolbar-circle-img.allymar-ehr__is-disabled{opacity:.45;cursor:default;pointer-events:none}.allymar-ehr__toolbar-icon-20{width:20px;height:20px}.allymar-ehr__toolbar-icon-16{width:16px;height:16px}.allymar-ehr__pdf{position:relative;display:flex;flex-direction:column;height:100%;min-height:0}.allymar-ehr__pdf--fullscreen{overflow:hidden}.allymar-ehr__pdf-document-container{flex:1;overflow-y:auto;overflow-x:hidden;display:flex;flex-direction:column;align-items:center;gap:20px;min-height:0;padding:32px;background-color:#f8f9fa;text-align:center}.allymar-ehr__pdf-document-container--fullscreen{height:100%;width:100%}.allymar-ehr__pdf-document{display:flex;flex-direction:column;align-items:center;gap:20px;padding:0}.allymar-ehr__pdf-page{border:1px solid #dee2e6;box-shadow:0 0 10px #0000001a;display:block}.allymar-ehr__pdf-page-wrapper{position:relative;margin-bottom:16px}.allymar-ehr__pdf-link-overlay{cursor:pointer}.allymar-ehr__pdf-back-to-top{position:fixed;bottom:24px;right:24px;width:40px;height:40px;border-radius:20px;border:2px solid transparent;background:#2d2e40;color:#fff;font-size:20px;line-height:40px;text-align:center;cursor:pointer;box-shadow:0 4px 12px #0003;z-index:1000}.allymar-ehr__long-up-icon{stroke:#fff}.allymar-ehr__pdf-back-to-top:hover,.allymar-ehr__pdf-back-to-top:hover .allymar-ehr__long-up-icon{scale:1.05}.allymar-ehr__fullscreen{width:100%;height:100%;position:fixed;top:0;left:0;background:#fff;z-index:1000;overflow-y:auto}.dark .allymar-ehr__fullscreen{background:#121212}.allymar-ehr__fullscreen .pdfViewer{width:100%;height:100%}.allymar-ehr__pdf-encounter{display:flex;flex-direction:column;height:100%;width:100%;background:#fff}.allymar-ehr__pdf-encounter-viewport{flex:1 1 auto;display:flex;flex-direction:column;overflow:hidden;min-height:0}.allymar-ehr__pdf-encounter-frame{flex:1 1 auto;overflow:auto;min-height:0;display:flex;flex-direction:column}.allymar-ehr__user-initials{display:flex;align-items:center;justify-content:center;font-weight:700;border-radius:9999px;height:40px;width:40px;text-transform:capitalize}.allymar-ehr__user-initials--default-bg{background-color:#ddd}.allymar-ehr__user-initials--default-text{color:#111}.allymar-ehr__user-initials--default-size{font-size:14px}.allymar-ehr__skeleton-box{position:relative;overflow:hidden;background-color:#e6e6e6;border-radius:8px}.allymar-ehr__skeleton-box:after{content:"";position:absolute;top:0;left:-150px;height:100%;width:150px;background:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.45) 50%,transparent 100%);animation:allymar-ehr__skeleton-shimmer 1.4s ease-in-out infinite}@keyframes allymar-ehr__skeleton-shimmer{to{left:100%}}.allymar-ehr__diagnosis-container{position:relative;padding:16px 10px;display:flex;flex-direction:column;gap:12px;color:#111;font-size:12px}.allymar-ehr-web__diagnosis-container{padding:16px}.allymar-ehr__gaps-container{display:flex;flex-direction:column}.allymar-ehr-web__gaps-container{padding:0 20px 18px}.allymar-ehr__profile-container{display:flex;flex-direction:column;border-radius:16px;background:#f5f5f5}.allymar-ehr__user-initials-bg{background-color:#e8eaff}.allymar-ehr__user-initials-result{font-size:18px;font-weight:700;height:54px;width:54px}.allymar-ehr__profile{padding:10px 12px;display:flex;gap:18px;background-color:#e8eaff;border-top-left-radius:16px;border-top-right-radius:16px}.allymar-ehr__profile .patient-image,.patient-image img{width:54px;height:54px;border-radius:50%}.allymar-ehr__patient-details{display:flex;flex-direction:column;justify-content:center;flex:1;gap:4px}.allymar-ehr__dot{width:2px;height:2px;border-radius:50%;background-color:#666}.allymar-ehr__patient-details .patient-name{font-size:18px;font-weight:700}.allymar-ehr__patient-details .patient-info{display:flex;align-items:center;gap:8px;color:#666;font-weight:500}.allymar-ehr__patient-details .patient-info .capitalize{text-transform:capitalize}.allymar-ehr__gaps-list-container{display:flex;flex-direction:column;gap:14px}.allymar-ehr__gaps-title-header{display:flex;justify-content:space-between;align-items:center;height:60px}.allymar-ehr__diagnosis-main-title{font-weight:600;font-size:14px}.allymar-ehr__diagnosis-action-switch{display:flex;align-items:center;gap:8px}.allymar-ehr__show-action-label{font-size:12px;font-weight:500;color:#666;cursor:pointer}.allymar-ehr__diagnosis-header{display:flex;justify-content:space-between;align-items:center;padding-right:10px;gap:12px}.allymar-ehr__diagnosis-body-container{display:flex;flex-direction:column}.allymar-ehr__diagnosis-body{display:flex;flex-direction:column;padding:10px;gap:10px}.allymar-ehr-web__diagnosis-body{gap:12px}.allymar-ehr__diagnosis-body-header{display:flex;justify-content:end;font-weight:600;font-size:12px}.allymar-ehr__note-box{display:flex;align-items:start;border-bottom-left-radius:6px;border-bottom-right-radius:6px;gap:4px;font-size:12px;font-weight:500;color:#111;background-color:#d5ebeb;padding:8px}.allymar-ehr__note-icon{min-width:20px;min-height:20px}.allymar-ehr__note-text{margin:auto 0}.allymar-ehr__icd-label{color:#111}.allymar-ehr__expand-collapse{color:#0667f8;cursor:pointer}.allymar-ehr__left-section{display:flex;align-items:center;gap:10px}.allymar-ehr__icon-wrapper-diagnosis{position:relative;min-width:32px;min-height:32px;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#edf4ff}.allymar-ehr__icon-wrapper-gaps{position:relative;min-width:32px;min-height:32px;width:32px;height:32px;border-radius:4px;display:flex;align-items:center;justify-content:center;background-color:#e4fff5}.allymar-ehr__main-icon{width:20px;height:20px;background-color:#edf4ff;padding:auto}.allymar-ehr__overlay-icon{position:absolute;top:-8px;right:-8px;width:20px;height:20px;border-radius:50%;padding:auto;box-shadow:0 0 2px #0000001a;display:flex;justify-content:center;align-items:center}.allymar-ehr__diagnosis-title{font-size:12px;font-weight:600;color:#222;display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__right-section{display:flex;align-items:center;gap:8px}.allymar-ehr-web__right-section{gap:10px}.allymar-ehr__auto-agreed{display:flex;align-items:center;padding:6px;gap:4px;border-radius:5px;background-color:#e4fff4;color:#037847;font-size:12px;font-weight:600;text-transform:capitalize;white-space:nowrap}.allymar-ehr__diagnosis-action{display:flex;align-items:center;gap:10px}.allymar-ehr__agree-button{display:flex;justify-content:center;align-items:center;height:24px;background-color:#fff;color:#037847;border:1px solid #037847;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;padding:0 10px;white-space:nowrap}.allymar-ehr__agree-button:hover{border:1px solid #037847;background-color:#037847;color:#fff}.allymar-ehr__dismiss-button{display:flex;justify-content:center;align-items:center;height:24px;background-color:#fff;color:#ff5454;border:1px solid #ff5454;border-radius:6px;cursor:pointer;font-size:12px;font-weight:500;padding:0 10px}.allymar-ehr__dismiss-button:hover{border:1px solid #ff5454;background-color:#ff5454;color:#fff}.allymar-ehr__gaps-list,.allymar-ehr__gaps-content{display:flex;flex-direction:column}.allymar-ehr__gaps-list{gap:8px}.allymar-ehr__gaps-header{display:flex;align-items:center;gap:4px}.allymar-ehr__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__no-gaps-icon{width:64px;height:64px;border-radius:50%;display:flex;justify-content:center;align-items:center}.allymar-ehr__no-gaps-icon.allymar-ehr__diagnosis-icon{background-color:#d9e8ff}.allymar-ehr__no-gaps-icon-diagnosis{height:28px;width:28px}.allymar-ehr__no-gaps-icon.allymar-ehr__vitals-icon{background-color:#e4fff5}.allymar-ehr__spinner--sm{height:1rem;width:1rem}.allymar-ehr__doc-icon-wrapper{cursor:pointer;display:flex;align-items:center;justify-content:center}.allymar-ehr__gaps-accordion-header{padding:10.5px 8px}.allymar-ehr__batch-selection-count{height:30px;display:flex;align-items:center;border:1px solid #ddd;border-radius:8px;padding:3px 8px 3px 10px;font-size:12px;font-weight:500;color:#666;background-color:#fff;gap:6px}.allymar-ehr__batch-selection-count-number{font-weight:600;color:#111}.allymar-ehr__agree-button-loader{height:16px!important;width:16px!important}.allymar-ehr__drawer-overlay.allymar-ehr__active{display:block}.allymar-ehr__drawer-overlay{display:none}.allymar-ehr-web__multi-drawer-body{height:calc(100vh - 108px);display:flex;flex-direction:column;gap:10px;flex:auto;overflow-y:auto}.allymar-ehr-web__multi-drawer-body .allymar-ehr-web__drawer-upper-content{height:auto}.allymar-ehr__multi-accordion-header{background-color:#cee7e7;font-weight:600;padding:11px 20px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion,.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion-content-inner,.allymar-ehr-web__multi-drawer-body .allymar-ehr__accordion-header{border-radius:0;border:none}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container{font-size:16px;padding:8px 16px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-label{font-size:14px;font-weight:600}.allymar-ehr-web__multi-drawer-body .allymar-ehr__accepted-icd-list-style{padding:6px 16px;background-color:#edf4ff}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item{padding:6px 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item .allymar-ehr__suggested-icd-label{padding:8px 0 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-list-item .allymar-ehr__suggested-icd .allymar-ehr__suggested-icd-label{padding:0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__unaccepted-icd-list{padding:0 16px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__unaccepted-icd-list-container{padding:6px 0}.allymar-ehr-web__multi-drawer-body .allymar-ehr__suggested-container-wrapper{margin-bottom:0;gap:0px}.allymar-ehr-web__multi-drawer-body .allymar-ehr__icd-codes-loader-container{padding:12px 0}.allymar-ehr-web__login-container{position:relative;min-height:100vh;width:100%;overflow:hidden;background-color:#d8f2f7}.allymar-ehr__login-container{position:relative;width:100%;height:100%;overflow:hidden;background-color:#f6feff}.allymar-ehr__login-bg-top{position:absolute;top:0;left:0;width:100%;max-height:360px}.allymar-ehr__login-bg-top img{mix-blend-mode:darken;opacity:.8}@media (min-width: 1440px){.allymar-ehr__login-bg-top img{max-height:427px}}.allymar-ehr__login-bg-pattern-bottom{position:absolute;bottom:76px;left:0;width:100%;height:auto}.allymar-ehr__login-bg-small-pattern-bottom{position:absolute;bottom:0;left:0;width:100%;height:auto}.allymar-ehr__login-bg-small-pattern-bottom img{height:184px;width:800px}.allymar-ehr__login-bg-logo-bottom{position:absolute;bottom:72px;left:50%;transform:translate(-50%);width:50%;height:auto}@media (min-width: 1440px){.allymar-ehr__login-bg-logo-bottom{width:40%}}.allymar-ehr__login-bg-small-logo-bottom{position:absolute;bottom:0;width:100%;height:auto;display:flex;justify-content:center;align-items:center}.allymar-ehr__login-bg-small-logo-bottom img{height:288px}.allymar-ehr__login-bg-image{width:100%;height:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__login-bg-small-image{-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center;pointer-events:none;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__custom-dropdown{position:relative;-webkit-user-select:none;-moz-user-select:none;user-select:none;border:1px solid #ccc;border-radius:4px;background-color:#fff;cursor:pointer;font-size:14px;box-shadow:0 3px 10px #0000000f;margin-top:2px}.allymar-ehr__html-select-wrapper span{color:#ff5454;margin-left:2px;font-weight:500}.allymar-ehr__html-select-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__custom-dropdown-selected{padding:10px 14px;display:flex;justify-content:space-between;align-items:center;text-transform:capitalize;color:#666;font-size:14px}.allymar-ehr__dropdown-arrow{font-size:12px;margin-left:8px}.allymar-ehr__custom-dropdown-options{position:absolute;top:40px;left:0;right:0;z-index:9;color:#666;font-size:14px;background-color:#fff;border:1px solid #ccc;border-radius:4px;max-height:200px;overflow-y:auto;text-transform:capitalize}.allymar-ehr__custom-dropdown-option{padding:10px 14px;cursor:pointer;transition:background-color .2s}.allymar-ehr__custom-dropdown-option:hover{background-color:#f0f0f0}.allymar-ehr__up-icon{cursor:pointer;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__up-icon img{transform:rotate(180deg)}.allymar-ehr__custom-dropdown-option.allymar-ehr__selected{background-color:#f0f0f0}.allymar-ehr__html-select-error{color:#ff5454;font-size:12px;margin-top:4px}.allymar-ehr__ticket-form-wrapper{height:100%}.allymar-ehr__ticket-form{display:flex;flex-direction:column;gap:16px;height:100%;width:100%}.allymar-ehr__ticket-form-header{display:flex;align-items:center;gap:10px}.allymar-ehr__ticket-form-header .allymar-ehr__form-title{font-weight:600;color:#111;font-size:16px}.allymar-ehr__ticket-form-main{display:flex;flex-direction:column;flex:auto;gap:16px}.allymar-ehr__ticket-form-input,.allymar-ehr__ticket-form-select,.allymar-ehr__ticket-form-textarea{width:100%;position:relative}.allymar-ehr__ticket-input-label{color:#111;font-size:12px;font-weight:600}.allymar-ehr__ticket-form-label{color:#64748b;font-size:14px}.allymar-ehr__ticket-attachment-container{display:flex;flex-direction:column;gap:8px}.allymar-ehr__ticket-file-preview{height:100px;border:1px solid #d1d5db;border-radius:6px;padding:16px}.allymar-ehr__ticket-file-preview.allymar-ehr__error{border-color:#ef4444}.allymar-ehr__ticket-file-header{display:flex;justify-content:space-between}.allymar-ehr__ticket-file-details{display:flex;gap:12px}.allymar-ehr__ticket-file-icon{font-size:40px}.allymar-ehr__ticket-file-info{display:flex;flex-direction:column;justify-content:space-between}.allymar-ehr__ticket-file-name{font-size:16px;font-weight:600;max-width:208px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.allymar-ehr__ticket-file-size{font-size:14px;font-weight:500}.allymar-ehr__ticket-file-actions{font-size:24px;cursor:pointer}.allymar-ehr__ticket-progress-container{display:flex;justify-content:space-between;align-items:center;margin-top:12px}.allymar-ehr__ticket-progress-bar-bg{background-color:#e5e7eb;width:70%;height:8px;overflow:hidden;border-radius:9999px}.allymar-ehr__ticket-progress-bar-fill{height:100%;background-color:#4f46e5;border-radius:9999px;transition:all .3s ease}.allymar-ehr__ticket-progress-text{font-size:14px;font-weight:500;color:#111827}.allymar-ehr__ticket-dropzone{width:auto;height:144px;position:relative;display:flex;align-items:center;border-radius:8px;padding:32px;cursor:pointer;background-color:#fff}.allymar-ehr__ticket-file-input{position:absolute;inset:0;width:100%;height:100%;opacity:0;z-index:1;cursor:pointer}.allymar-ehr__ticket-dropzone-content{text-align:center;width:100%}.allymar-ehr__ticket-upload-icon-wrapper{display:flex;justify-content:center}.allymar-ehr__ticket-upload-icon{background-color:#f3f4f6;height:40px;width:40px;border-radius:9999px;display:flex;align-items:center;justify-content:center}.allymar-ehr__ticket-upload-message{margin-top:12px;font-size:14px;font-weight:500;color:#111827}.allymar-ehr__ticket-upload-click{font-weight:600;font-size:14px;color:#3b82f6}.allymar-ehr__ticket-upload-hint{font-size:12px;font-weight:500;color:#6b7280}.allymar-ehr__ticket-buttons{display:flex;justify-content:end;align-items:center;gap:16px;margin-top:auto}.allymar-ehr__ticket-buttons.allymar-ehr__with-padding{padding-top:16px}.allymar-ehr__confirm-btn{width:110px;height:32px;background-color:#20c7ca;color:#111;border:none;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__cancel-btn{width:110px;height:32px;background:#fff;color:#111;border:1px solid #ddd;padding:4px 10px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__ticket-table-container{display:flex;flex-direction:column;gap:12px;padding:16px;border-radius:6px;color:#111;flex:auto}.allymar-ehr__ticket-table-header{display:flex;justify-content:space-between;align-items:center}.allymar-ehr__ticket-table-title{font-size:16px;font-weight:600}.allymar-ehr__ticket-table{width:100%;border-collapse:collapse;font-size:14px;box-shadow:0 1px 4px #0000000d}.allymar-ehr__ticket-table th,.allymar-ehr__ticket-table td{padding:9.5px;text-align:left;border:1px solid #ddd}.allymar-ehr__ticket-table th{background-color:#f5f5f5;font-weight:600;color:#666}.allymar-ehr__ticket-table td{background-color:#fff;font-weight:500}.allymar-ehr__priority{font-weight:600}.allymar-ehr__priority.allymar-ehr__low{color:#037847}.allymar-ehr__priority.allymar-ehr__medium{color:#f4933c}.allymar-ehr__priority.allymar-ehr__high{color:#ff5454}.allymar-ehr__status{display:inline-block;padding:4px;border-radius:4px;font-size:14px;font-weight:500}.allymar-ehr__status.allymar-ehr__resolved{background-color:#0378471a;color:#037847}.allymar-ehr__status.allymar-ehr__in-progress{background-color:#0667f81a;color:#0667f8}.allymar-ehr-web__add-new-ticket-btn{height:32px;background-color:#20c7ca;color:#111;border:none;padding:4px 10px;border-radius:4px;cursor:pointer;font-size:12px;font-weight:500}.allymar-ehr__privacy-container{overflow:auto;margin:28px;padding:24px;border-radius:12px;background-color:#fff;border:1px solid #3a3a2c}.allymar-ehr__privacy-title{font-size:20px;font-weight:600;color:#2d2e40}.allymar-ehr__privacy-date{font-size:12px;color:#2d2e40}.allymar-ehr__privacy-divider{margin-top:16px;border:1px solid #3a3a2c;opacity:.55}.allymar-ehr__privacy-section{margin-top:16px;display:flex;flex-direction:column;gap:12px}.allymar-ehr__privacy-header{font-size:14px;font-weight:500;color:#1a1a1a}.allymar-ehr__privacy-text{font-size:12px;color:#1a1a1a;line-height:1.5}.allymar-ehr__privacy-text ul{list-style-type:disc;padding-left:24px;margin-top:8px}.allymar-ehr__privacy-text li{margin-bottom:8px}.allymar-ehr__terms-container{background-color:#fff;overflow:auto;margin:28px;padding:24px;border-radius:12px;border:1px solid #3A3A2C}.allymar-ehr__terms-title{font-size:20px;font-weight:600;color:#2d2e40}.allymar-ehr__terms-date{font-size:12px;color:#2d2e40}.allymar-ehr__terms-divider{margin-top:16px;border:1px solid #3A3A2C;opacity:.55}.allymar-ehr__terms-section{margin-top:16px;display:flex;flex-direction:column;gap:12px}.allymar-ehr__terms-header{font-size:14px;font-weight:500;color:#1a1a1a}.allymar-ehr__terms-text{font-size:12px;color:#1a1a1a;line-height:1.5}.allymar-ehr__terms-text ul{list-style-type:disc;padding-left:24px;margin-top:8px}.allymar-ehr__terms-text li{margin-bottom:8px}.allymar-ehr__popover{position:relative}.allymar-ehr__popover-button{display:block;outline:none}.allymar-ehr__popover-panel{z-index:1;margin-top:8px;border-radius:8px;box-shadow:0 4px 20px #0000001a;background-color:#fff;transition:all .2s ease-in-out}.allymar-ehr__popover-panel[data-closed]{transform:translateY(-4px);opacity:0}.dark .allymar-ehr__popover-panel{background-color:var(--dark-background);border:1px solid var(--dark-border)}.allymar-ehr__header-container{background:#2d2e40;height:56px;display:flex;align-items:center;justify-content:space-between;padding:0 16px;border-bottom:1px solid #ddd;box-shadow:0 4px 6px #0000001a}.allymar-ehr__pb-2{padding-bottom:8px!important}.allymar-ehr__rounded-xl{border-radius:12px}.allymar-ehr-web__bg-white{background-color:#fff}.allymar-ehr__header-container-radius{border-top-left-radius:20px}.allymar-ehr__header-info{display:flex;flex-direction:column;justify-content:center;gap:4px}.allymar-ehr__header-info .allymar-ehr__need-help{font-size:14px;font-weight:600;color:#fff}.allymar-ehr__header-name{color:#fff;font-weight:600;font-size:14px;line-height:normal}.allymar-ehr__header-details{color:#aaa;font-weight:500;font-size:12px;line-height:normal;display:flex;gap:4px;justify-content:end;align-items:center}.allymar-ehr__header-actions{display:flex;align-items:center;gap:24px}.allymar-ehr__header-actions .allymar-ehr__create-new-ticket{color:#20c7ca;font-size:12px;font-weight:600;cursor:pointer}.allymar-ehr-web__header-actions{display:flex;align-items:center;gap:10px;justify-content:space-between;width:100%}.allymar-ehr-web__header-actions .allymar-ehr-web__separator{width:1px;height:33px;background-color:#ddd;margin:0 8px}.allymar-ehr-web__header-actions .allymar-ehr-web__icon-container{position:relative;display:flex;align-items:center;justify-content:center;width:38px;height:38px;border-radius:50%;background-color:#fff;cursor:pointer;border:1px solid #ddd;transition:background-color .2s ease-in-out}.allymar-ehr-web__header-actions .allymar-ehr-web__icon-container .allymar-ehr-web__dot{position:absolute;top:9px;right:12px;width:6px;height:6px;background-color:#f4933c;border-radius:50%}.allymar-ehr__header-icon{width:20px;height:20px;cursor:pointer;opacity:.85}.allymar-ehr__header-cancel{width:24px;height:24px;cursor:pointer;opacity:.85}.allymar-ehr__user-info-container{display:flex;align-items:center;outline:none}.allymar-ehr__user-info-name{margin:0 8px;font-size:14px;font-weight:500;color:#111}.allymar-ehr__popover-icon{cursor:pointer;width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__popover-icon img{transform:rotate(180deg)}.allymar-ehr__menu-item-wrapper{width:200px;cursor:pointer}.allymar-ehr__menu-item{display:flex;align-items:center;gap:8px;padding:16px;transition:background-color .2s}.allymar-ehr__menu-item:hover{background-color:#efefef}.allymar-ehr__menu-item.dark:hover{background-color:#2d3748}.allymar-ehr__menu-title{font-size:14px;font-weight:400;color:#111}.dark .allymar-ehr__menu-title{color:#fff}.allymar-ehr__menu-icon{font-weight:500;display:inline-block;line-height:1;vertical-align:middle;color:#111}.allymar-ehr__icon-cog{font-size:20px}.allymar-ehr__icon-logout{font-size:18px}.dark .allymar-ehr__menu-icon{filter:brightness(0) invert(1)}.allymar-ehr-header__user-initials-result{width:44px;height:44px;min-width:44px;min-height:44px}.allymar-ehr-header__patient-search-container{position:relative;display:flex;flex-direction:column;background-color:#fff;padding:12px 20px 2px}.allymar-ehr-header__patient-search-content{display:flex;flex-direction:column;gap:4px}.allymar-ehr__patient-info-container{position:relative;display:flex;align-items:end;gap:12px;background-color:#fff}.allymar-ehr__patient-info-form{display:flex;flex:1;align-items:end;gap:12px}.allymar-ehr-header__form-group{flex:1;margin-bottom:0}.allymar-ehr-web__search-input{position:relative;display:inline-flex;align-items:center}.allymar-ehr__margin-left-auto{margin-left:auto}.allymar-ehr-header__patient-search-title{font-size:16px;font-weight:600;color:#111}.allymar-ehr-header__patient-search-subtitle{font-size:12px;font-weight:500;color:#666}.allymar-ehr-header__patient-search-subtitle-highlight{font-size:12px;font-weight:600;color:#111;padding:0 4px}.allymar-ehr-web__search-input .allymar-ehr__search-icon{min-width:18px;min-height:18px;position:absolute;left:12px;top:10px;pointer-events:none}.allymar-ehr-web__search-input input{min-width:280px;padding:10px 12px 10px 36px;border-radius:20px;border:1px solid #ddd;font-size:14px;outline:none;background-color:#f5f5f5}.allymar-ehr-web__search-input input:focus{border-color:#aaa}.allymar-ehr__patient-button{font-size:14px;max-width:111px;min-width:90px;width:auto;padding:8px 16px;margin-bottom:20px}.allymar-ehr__mb-10px{margin-bottom:10px!important}.allymar-ehr-header__cancel-container{position:absolute;right:12px;top:12px;height:18px;width:18px;display:flex;align-items:center;justify-content:center}.allymar-ehr-header__cancel{cursor:pointer;height:18px;width:18px}.allymar-ehr-header__error-container{height:16px;margin-top:4px}.allymar-ehr-header__error-container-small{height:6px;margin-top:4px}.allymar-ehr-header__error-text{color:#dc2626;font-size:13px;margin:0;font-weight:500}.allymar-ehr-header__form-group label{display:block;margin-bottom:4px;font-size:14px;font-weight:600}.allymar-ehr-header__form-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:4px;box-sizing:border-box}.allymar-ehr-header__form-group input:focus{outline:none}.allymar-ehr-header__form-group input:disabled{background-color:#f5f5f5}.allymar-ehr-header__form-group-separator{height:88px;width:16px;display:flex;align-items:center;justify-content:center;position:relative}.allymar-ehr-header__form-group-separator-line{height:46px;width:1px;padding-top:18px;background-color:#ddd}.allymar-ehr-header__form-group-separator-or{position:absolute;background:#fff;padding:2px 4px;font-size:12px;font-weight:600;color:#666}.allymar-ehr-header__patient-card-wrapper{display:flex;flex-direction:column;gap:12px}.allymar-ehr-header__patient-info{display:flex;min-width:300px;max-width:360px;width:30%;justify-content:space-between;align-items:center;gap:12px;padding:12px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:12px;cursor:pointer}.allymar-ehr-header__patient-info:hover{scale:1.01}.allymar-ehr-header__patient-card{display:flex;flex-direction:column;gap:8px;padding:0 0 12px;background-color:#fff}.allymar-ehr__user-initials-bg{background-color:#fff}.allymar-ehr-header__search-results-count{font-size:14px;color:#555;font-weight:500;margin:0}.allymar-ehr__input--error{border-color:#e53935!important}.allymar-ehr-header__help-and-support{background-color:#fff;border:1px solid #ddd;width:40px;height:40px;display:flex;justify-content:center;align-items:center;border-radius:50%;cursor:pointer}.allymar-ehr-header__help-and-support:hover{background-color:#f5f5f5}.allymar-ehr-header-right-container{display:flex;justify-content:center;align-items:center;gap:10px}.allymar-ehr__dob-input::-moz-calendar-picker-indicator{display:none}.allymar-ehr__all-error-container{position:absolute;bottom:-2px;left:0;width:100%}.allymar-ehr__dot{width:4px;height:4px;border-radius:50%;background-color:#666}.allymar-ehr__capitalize{text-transform:capitalize}.allymar-ehr__patient-details{display:flex;flex-direction:column;gap:4px}.allymar-ehr__patient-name{font-size:14px;font-weight:600;color:#111;margin:0}.allymar-ehr__patient-dob{font-size:12px;font-weight:500;color:#666;margin:0}.allymar-ehr__patient-dob-value{font-weight:600;color:#111}.allymar-ehr__patient-arrow{width:20px;height:20px;cursor:pointer}.allymar-ehr__sidebar-container{position:absolute;left:-54px;top:-16px;display:flex;flex-direction:column;align-items:center;justify-content:flex-start;padding:16px 0;transition:all .3s ease}.allymar-ehr-web__sidebar-container{position:relative;left:0;top:0;width:220px;padding:0;box-shadow:#00000026 -4px 0 24px;transition:width .3s ease;will-change:width;flex-shrink:0}.allymar-ehr__sidebar-collapsed{width:64px}.allymar-ehr-web__sidebar-background{position:absolute;top:0;left:0;width:100%;height:100vh;background-image:url(/assets/sidebar-background-BxSD2bbr.png);mix-blend-mode:multiply;background-size:cover;background-repeat:no-repeat;background-position:center}.allymar-ehr-web__sidebar{background-color:#2d2e40;padding:20px 10px;box-shadow:#00000026 -4px 0 24px;display:flex;flex-direction:column;align-items:flex-start;width:100%;height:100vh;box-sizing:border-box;transition:all .3s ease;position:relative}.allymar-ehr__sidebar{background:#fff;border-top-left-radius:30px;border-bottom-left-radius:18px;box-shadow:#00000026 0 0 24px;padding:10px;display:flex;flex-direction:column;align-items:flex-start;justify-content:center;width:54px;height:auto;box-sizing:border-box;transition:all .3s ease;position:relative}.allymar-ehr__sidebar-vector{position:absolute;right:0;bottom:-21px}.allymar-ehr__sidebar-vector img{width:37px;height:18px}.allymar-ehr__sidebar:after{content:"";position:absolute;right:0;top:0;bottom:0;width:1px;background:#fff3}.allymar-ehr-web__sidebar-container .allymar-ehr__sidebar{border-top-left-radius:0;border-bottom-left-radius:0;background:#282a3f;box-shadow:none}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar{align-items:center;padding:20px 8px}.allymar-ehr__sidebar-brand{display:flex;align-items:center;justify-content:center;gap:9px;margin-bottom:20px;width:100%}.allymar-ehr__sidebar-brand.mb-4{margin-bottom:16px}.allymar-ehr__sidebar-logo{width:32px;height:32px;flex-shrink:0}.allymar-ehr__sidebar-logo.mt-6px{margin-top:6px}.allymar-ehr__sidebar-brand-expanded{position:relative;padding-bottom:20px}.allymar-ehr__sidebar-brand-expanded:after{content:"";position:absolute;bottom:0;left:0;right:0;height:1px;background:linear-gradient(90deg,#fff0,#ffffff4d,#fff0)}.allymar-ehr__sidebar-brand-name{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:400;white-space:nowrap}.allymar-ehr__sidebar-brand-name-text{font-size:16px;font-weight:600}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-brand{justify-content:center;margin-bottom:40px}.allymar-ehr-web__sidebar-nav{display:flex;flex-direction:column;gap:8px;width:100%;flex:1}.allymar-ehr__sidebar-nav{display:flex;flex-direction:column;justify-content:center;gap:10px;width:100%;flex:1}.allymar-ehr-web__sidebar-nav-item{display:flex;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box;border-right:2px solid transparent}.allymar-ehr__sidebar-nav-item{display:flex;align-items:center;justify-content:center;gap:10px;padding:6px;background-color:#f5f5f5;border:1px solid #ddd;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box}.allymar-ehr__sidebar-nav-item-collapsed{justify-content:center;align-items:center;gap:10px;padding:12px;border-radius:8px;cursor:pointer;position:relative;transition:all .2s ease;width:100%;box-sizing:border-box;border-right:2px solid transparent}.allymar-ehr-web__sidebar-nav-item:hover{background-color:#ffffff0d}.allymar-ehr__sidebar-nav-item:hover:not(.allymar-ehr__sidebar-nav-item--selected){background-color:#ffffff1a}.allymar-ehr__sidebar-nav-item--selected{background-color:#2d2e40;border:1px solid #dddddd}.allymar-ehr-web__sidebar-nav-item--selected{background-color:#20c7ca33;border-right:2px solid #20c7ca}.allymar-ehr__sidebar-nav-item--disabled{opacity:.5;cursor:not-allowed}.allymar-ehr__sidebar-nav-item--disabled:hover{background-color:transparent}.allymar-ehr__sidebar-nav-icon{width:20px;height:20px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.allymar-ehr-web__sidebar-icon{width:18px;height:18px;transition:filter .2s;filter:brightness(0) invert(1)}.allymar-ehr-web__sidebar-icon--active{filter:brightness(0) invert(1)}.allymar-ehr__sidebar-icon{width:18px;height:18px;transition:filter .2s}.allymar-ehr__sidebar-icon--active{filter:brightness(0) invert(1)}.allymar-ehr__sidebar-nav-text{color:#fff;font-family:Montserrat,sans-serif;font-size:14px;font-weight:500;white-space:nowrap}.allymar-ehr__sidebar-nav-indicator{position:absolute;display:flex;align-items:center;justify-content:center;right:-6px;top:40%;width:10px;height:10px;background-color:#282a3f;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-dot{display:flex;align-items:center;justify-content:center;width:5px;height:5px;padding:0;background-color:#20c7ca;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-collapsed{position:absolute;display:flex;align-items:center;justify-content:center;right:-6px;top:40%;width:10px;height:10px;background-color:#282a3f;border-radius:50%}.allymar-ehr__sidebar-nav-indicator-dot-collapsed{display:flex;align-items:center;justify-content:center;width:5px;height:5px;padding:0;background-color:#20c7ca;border-radius:50%}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-indicator{display:flex}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-item{padding:12px;justify-content:center}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-nav-indicator{display:none}.allymar-ehr__sidebar-footer{margin-top:auto;width:100%;display:flex;justify-content:end;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:400;text-align:right;line-height:1.4}.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-footer,.allymar-ehr__sidebar-collapsed .allymar-ehr__sidebar-collapse-btn{justify-content:center}.allymar-ehr__logout-modal-overlay{position:fixed;inset:0;background:#0000004d;z-index:1000;display:flex;align-items:center;justify-content:center;opacity:1;pointer-events:auto;border-top-left-radius:20px;border-bottom-left-radius:20px}.allymar-ehr__logout-modal{background:#fff;border-radius:12px;box-shadow:0 4px 20px #00000026;padding:0;min-width:300px;max-width:400px;animation:modalSlideIn .2s ease-out}.allymar-ehr__logout-modal-content{padding:24px;text-align:center}.allymar-ehr__logout-modal-icon{width:48px;height:48px;background-color:#fee2e2;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 16px}.allymar-ehr__logout-modal-icon img{width:24px;height:24px;padding-left:2px}.allymar-ehr__logout-modal-message{font-size:16px;font-weight:500;color:#111827;margin:0 0 24px;line-height:1.5}.allymar-ehr__logout-modal-buttons{display:flex;gap:12px;justify-content:center}.allymar-ehr__logout-confirm-btn{background-color:#ef4444;color:#fff;border:none;padding:8px 24px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500;min-width:80px;height:32px;transition:background-color .2s}.allymar-ehr__logout-confirm-btn:hover{background-color:#dc2626}.allymar-ehr__logout-cancel-btn{background:#fff;color:#6b7280;border:1px solid #d1d5db;padding:8px 24px;border-radius:50px;cursor:pointer;font-size:12px;font-weight:500;min-width:80px;height:32px;transition:background-color .2s}.allymar-ehr__logout-cancel-btn:hover{background-color:#f9fafb}.allymar-ehr__cursor-pointer{cursor:pointer}.allymar-ehr__sidebar-collapse-icon-collapsed{width:16px;height:16px;filter:brightness(0) invert(1);rotate:180deg}@keyframes modalSlideIn{0%{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.allymar-ehr__user-initials-result{width:54px;height:54px;min-width:54px;min-height:54px}.allymar-ehr__patient-info{display:flex;align-items:center;gap:18px;padding:12px;margin-top:24px;background-color:#fff;border:1px solid #ddd;border-radius:12px;cursor:pointer}.allymar-ehr__patient-info:hover{scale:1.01}.allymar-ehr__patient-card{display:flex;flex-direction:column;width:100%;padding:20px}.allymar-ehr__user-initials-bg{background-color:#fff;border:1px solid #ddd}.allymar-ehr__search-results-count{font-size:12px;color:#666;font-weight:500;margin:0}.allymar-ehr__patient-search-container{display:flex;justify-content:center;height:100%;background-color:#f6feff;width:100%}.allymar-ehr__patient-search-form{padding:20px;width:100%}.allymar-ehr__title{font-size:18px;font-weight:600;margin-top:0;margin-bottom:24px;text-align:left}.allymar-ehr__result-title{font-size:18px;font-weight:600;margin-top:0;margin-bottom:4px;text-align:left}.allymar-ehr__patient-details{display:flex;flex-direction:column;justify-content:center;gap:4px}.allymar-ehr__patient-name{font-size:16px;font-weight:700;color:#111;margin:0}.allymar-ehr__patient-dob{font-size:14px;font-weight:600;color:#111;margin:0}.allymar-ehr__patient-dob-value{font-size:14px;font-weight:600;color:#666}.allymar-ehr__patient-arrow{transform:rotate(90deg);width:20px;height:20px;cursor:pointer}.allymar-ehr__form-group{margin-bottom:16px}.allymar-ehr__form-group label{display:block;margin-bottom:8px;font-size:14px;font-weight:600}.allymar-ehr__form-group input{width:100%;padding:12px;border:1px solid #ccc;border-radius:8px;background-color:#fff!important;color:#111!important;box-sizing:border-box}.allymar-ehr__form-group input:focus{outline:none}.allymar-ehr__input--error{border-color:#ff5454}.allymar-ehr__dob-input-container{position:relative}.allymar-ehr__dob-input{padding-right:35px}.allymar-ehr__dob-input-container .allymar-ehr__calendar-icon{position:absolute;right:12px;top:50%;transform:translateY(-50%);width:20px;height:20px;cursor:pointer}.allymar-ehr__dob-input::-webkit-calendar-picker-indicator{display:none;-webkit-appearance:none}.allymar-ehr__search-again-button{margin-top:24px;height:40px;background-color:transparent;font-size:14px}.allymar-ehr__search-again-button:hover{background-color:#fff}.allymar-ehr__search-button{width:100%;padding:10px;border:none;border-radius:32px;background-color:#20c7ca;color:#111;font-size:14px;cursor:pointer;margin-top:4px;font-weight:500}.allymar-ehr__cancel-button{font-size:14px;padding:10px;width:100%;margin-top:10px;cursor:pointer;font-weight:500}.allymar-ehr__error-text{color:#dc2626;font-size:13px;margin:4px 0 0;font-weight:500}.allymar-ehr__required{color:#ff5454}.allymar-ehr__forgot-password-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.allymar-ehr-web__forgot-password-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr-web__forgot-password-form-wrapper{max-width:420px;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;background-color:#fff;padding:40px;border-radius:12px;box-shadow:0 0 10px #0000001a;margin-bottom:7%}.allymar-ehr__forgot-password-form-wrapper{max-width:420px;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;margin-bottom:7%}.allymar-ehr__forgot-password-logo{width:240px;margin-bottom:40px}.allymar-ehr__forgot-password-title{font-size:1.5rem;line-height:2rem;color:#1a202c;font-weight:600}.allymar-ehr__forgot-password-subtitle{font-size:.875rem;line-height:1.25rem;margin-top:1rem;color:#666}.allymar-ehr__forgot-password-input-container{width:100%;margin-top:2rem;margin-bottom:2rem}.allymar-ehr__forgot-password-submit-button{width:100%;font-weight:500}.allymar-ehr__forgot-password-back-button{width:100%;font-weight:500;margin-top:1rem}.allymar-ehr__resend-email-content-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center}.allymar-ehr-web__resend-email-content-container{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr-web__resend-email-box{width:100%;max-width:28rem;margin-left:auto;margin-right:auto;border:1px solid #ddd;border-radius:1.5rem;background-color:#fff;padding:2.5rem;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:2;margin-bottom:7%}.allymar-ehr__resend-email-box{width:100%;max-width:28rem;margin-left:auto;margin-right:auto;display:flex;flex-direction:column;align-items:center;gap:.5rem;z-index:1}@media (min-width: 640px){.allymar-ehr__resend-email-box{padding:2.5rem}}.allymar-ehr__resend-email-logo{width:240px;margin-bottom:2.5rem}.allymar-ehr__resend-email-content{display:flex;flex-direction:column;align-items:center;width:100%;text-align:center;max-width:32rem;margin-left:auto;margin-right:auto}.allymar-ehr__resend-email-image-container{margin-right:24px;width:100%;display:flex;justify-content:center;align-items:center}.allymar-ehr__resend-email-check-image{height:100px}.allymar-ehr__resend-email-title{font-size:1.5rem;line-height:2rem;color:#111;font-weight:600;margin-top:1rem;margin-bottom:1rem}.dark .allymar-ehr__resend-email-title{color:#fff}.allymar-ehr__resend-email-subtitle-container{display:flex;flex-direction:column;justify-content:center;align-items:center}.allymar-ehr__resend-email-subtitle{font-size:14px;line-height:1rem;margin:.5rem 2rem;color:#666}.dark .allymar-ehr__resend-email-subtitle{color:#fff}.allymar-ehr__resend-email-user{font-size:.75rem;line-height:1rem;font-weight:500;color:#666}.dark .allymar-ehr__resend-email-user{color:#fff}.allymar-ehr__resend-email-info{margin:8px;font-size:.875rem;line-height:1.25rem;color:#666;font-weight:400}.dark .allymar-ehr__resend-email-info{color:#fff}.allymar-ehr__resend-email-buttons-container{width:100%;display:flex;flex-direction:column;gap:1rem;margin-top:1.5rem;max-width:28rem}.allymar-ehr__resend-email-button{width:100%;font-weight:500}.allymar-ehr__resend-email-or{font-size:14px;line-height:1rem;font-weight:600;color:#111;padding:4px;margin:0}.allymar-ehr-web__login-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;min-height:100vh;padding:40px}.allymar-ehr__login-content{position:relative;z-index:1;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:20px}.allymar-ehr__logo-container{margin-bottom:44px;text-align:center;display:flex;align-items:center;justify-content:center;min-height:43px}.allymar-ehr__logo-image{pointer-events:none}.allymar-ehr-web__form,.allymar-ehr-web__verify-form,.allymar-ehr-web__mfa-wrapper{max-width:540px;width:70%;min-width:300px;width:100%;display:flex;flex-direction:column;align-items:stretch;background-color:#fff;padding:40px;box-sizing:border-box;border-radius:24px;box-shadow:0 0 4px #0000001a;margin-bottom:8%}.allymar-ehr__form,.allymar-ehr__verify-form,.allymar-ehr__mfa-wrapper{max-width:420px;width:100%;min-width:300px;display:flex;flex-direction:column;align-items:stretch;margin-bottom:7%}.allymar-ehr__verify-form{text-align:center;margin-top:32px}.allymar-ehr__login-title,.allymar-ehr__mfa-title{font-weight:700;font-size:24px;color:#111;margin-bottom:32px}.allymar-ehr__mfa-title{text-align:center}.allymar-ehr__field{margin-bottom:32px}.allymar-ehr__label{display:block;font-weight:600;font-size:14px;color:#111;margin-bottom:4px}.allymar-ehr__input{width:100%;padding:12px 16px;border:1.5px solid #dddddd;border-radius:10px;font-size:14px;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr__input--error,.allymar-ehr__otp-input--error{border-color:#ff5454}.allymar-ehr__error-text{color:#ff5454;font-size:12px;margin-top:2px}.allymar-ehr__field--password{margin-bottom:54px;position:relative}.allymar-ehr__password-toggle{position:absolute;right:12px;top:34px;cursor:pointer;color:#a0aec0;font-size:18px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.allymar-ehr__forgot-password{position:absolute;right:0;top:70px;font-size:13px;color:#20c7ca;text-decoration:none;font-weight:500}.allymar-ehr__submit-button{width:100%;padding:10px 0;background:#20c7ca;color:#111;border:none;border-radius:999px;font-size:16px;font-weight:500;cursor:pointer;opacity:1;height:40px;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #2c3e5014;letter-spacing:.5px;transition:background .2s}.allymar-ehr__submit-button:disabled{cursor:not-allowed;opacity:.7}.allymar-ehr__verify-title{font-weight:700;font-size:24px;color:#111;margin-bottom:8px}.allymar-ehr__verify-subtitle{font-weight:500;font-size:12px;color:#666;margin-bottom:36px}.allymar-ehr__otp-field{margin-bottom:44px}.allymar-ehr__otp-container{display:flex;justify-content:space-between;flex-wrap:wrap}.allymar-ehr__otp-input{width:50px!important;height:50px;text-align:center;border:1.5px solid #dddddd;border-radius:4px;font-size:20px;font-weight:600;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr-web__otp-input{width:62px!important;height:62px;text-align:center;border:1.5px solid #dddddd;border-radius:4px;font-size:20px;font-weight:600;outline:none;background:#fff;color:#111;box-sizing:border-box;margin-bottom:2px}.allymar-ehr__login-button{width:100%;padding:10px 0;border-radius:999px;font-size:15px;font-weight:500;letter-spacing:.5px;transition:background .2s;box-shadow:0 2px 8px #2c3e5014}.allymar-ehr__button--primary{background:#20c7ca;color:#111;border:none;margin-bottom:16px}.allymar-ehr__button--secondary{background:#fff;color:#111;border:1px solid #dddddd;margin-bottom:8px}.allymar-ehr__button:disabled{cursor:not-allowed;opacity:.75}.allymar-ehr__mfa-options{display:flex;gap:1.5rem;margin:0rem 0 2rem}.allymar-ehr__mfa-option{height:180px;width:250px;border:1px solid #dddddd;border-radius:12px;display:flex;flex-direction:column;margin:auto;justify-content:center;align-items:center;gap:.75rem;cursor:pointer;background:#fff;transition:all .2s ease}.allymar-ehr__mfa-option--selected{border-color:#20c7ca;background-color:#20c7ca33}.allymar-ehr__mfa-option--disabled{cursor:not-allowed}.allymar-ehr__mfa-option-text{font-size:.875rem;font-weight:700;text-align:center;color:#111}.allymar-ehr__mfa-option-icon{width:48px;height:48px}.allymar-ehr__mfa-option-icon img{width:100%;height:100%}.allymar-ehr__reset-subtitle{font-weight:500;font-size:12px;color:#666;margin-top:0;margin-bottom:16px}.allymar-ehr__mb-2{margin-bottom:8px}.allymar-ehr__mt-2{margin-top:8px}.allymar-ehr__mb-8{margin-bottom:32px}.allymar-ehr__mb-4{margin-bottom:16px}.allymar-ehr__field{position:relative}.allymar-ehr__form-actions{display:flex;flex-direction:column;gap:10px}.allymar-ehr__w-full{width:100%}.allymar-ehr__how-to-use-container{display:flex;gap:1rem;padding:12px 20px;align-items:center;border-bottom:1px solid #ddd}.allymar-ehr__how-to-use-back-icon{cursor:pointer}.allymar-ehr__how-to-use-title{font-size:20px;font-weight:600;color:#111}.dark .allymar-ehr__how-to-use-title{color:#fff}.allymar-ehr__how-to-use-content-container{display:flex;flex-direction:row-reverse;height:calc(100vh - 134px);background-color:#fff}.allymar-ehr__how-to-use-sidebar{display:flex;flex-direction:column;width:400px;border-top-width:1px;border-left-width:2px;border-color:var(--v2-border);overflow-y:auto}.allymar-ehr__how-to-use-divider{height:.25rem;background-color:#f3f3f3}.allymar-ehr__how-to-use-menu-container{display:flex;flex-direction:column}.allymar-ehr__how-to-use-menu-items{display:flex;flex-direction:column;padding:.5rem 1.25rem;max-height:calc(100vh - 520px);overflow-y:auto}.allymar-ehr__how-to-use-menu-item{padding:.625rem;cursor:pointer}.allymar-ehr__how-to-use-menu-item.allymar-ehr__selected{background-color:#20c7ca;border-radius:.5rem}.allymar-ehr__how-to-use-menu-item-text{font-size:.875rem;line-height:1.25rem;font-weight:500}.allymar-ehr__how-to-use-menu-header{display:flex;justify-content:space-between;align-items:center;cursor:pointer;padding:16px 18px;border-bottom:1px solid #ddd;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1);transition-duration:.15s}.allymar-ehr__how-to-use-menu-header-title-container{display:flex;align-items:center;gap:.5rem}.allymar-ehr__how-to-use-menu-header-title{font-size:1rem;line-height:1.5rem;font-weight:600;color:#20c7ca}.allymar-ehr__how-to-use-new-feature-icon{color:#0667f8;font-size:1.125rem;line-height:1.75rem}.allymar-ehr__how-to-use-tooltip{z-index:10}.allymar-ehr__how-to-use-tooltip-text{color:#fff}.allymar-ehr__how-to-use-arrow-icon{width:16px;height:16px;display:flex;align-items:center;justify-content:center}.allymar-ehr__how-to-use-arrow-icon.allymar-ehr__open{transform:rotate(180deg)}.allymar-ehr__how-to-use-collapsible-content{display:flex;flex-direction:column;padding-left:15px;padding-right:15px;padding-top:.5rem;padding-bottom:.5rem;max-height:calc(100vh - 520px);overflow-y:auto;transition-property:height;transition-duration:.5s;transition-timing-function:ease-in-out}.allymar-ehr__how-to-use-menu-item:not(.allymar-ehr__selected):hover .allymar-ehr__how-to-use-menu-item-text{color:#0667f8}.allymar-ehr__how-to-use-menu-item.allymar-ehr__selected{padding:8px 14px}.allymar-ehr__how-to-use-main-content{display:flex;justify-content:center;border-right:3px solid #ddd;width:100%;padding:1.75rem;overflow-y:auto}.allymar-ehr__how-to-use-html-container{width:80%}.allymar-ehr-ext__login{min-height:100vh;display:flex;align-items:center;justify-content:center;background:linear-gradient(180deg,#f9fafb,#eef2f7);padding:0 24px}.allymar-ehr-ext__login-card{width:100%;max-width:420px;background:#fff;border:1px solid #e5e7eb;border-radius:16px;padding:40px 24px;box-shadow:0 8px 30px #1118270f;color:#111827}.allymar-ehr-ext__login-brand{display:flex;justify-content:center;margin-bottom:8px}.allymar-ehr-ext__login-logo{height:40px!important;width:auto;filter:none}.allymar-ehr-ext__login-title{margin:16px 0;font-size:22px;font-weight:700;letter-spacing:.2px;color:#111827;text-align:center}.allymar-ehr-ext__login-subtitle{margin:0 0 16px;color:#6b7280;font-size:13px;text-align:center}.allymar-ehr-ext__login-alert{padding:10px 12px;border-radius:10px;background:#fef2f2;border:1px solid #fecaca;color:#b91c1c;font-size:13px;margin-bottom:12px}.allymar-ehr-ext__login-form{display:flex;flex-direction:column;gap:12px}.allymar-ehr-ext__login-field{display:flex;flex-direction:column;gap:6px}.allymar-ehr-ext__login-label{font-size:12px;color:#374151}.allymar-ehr-ext__login-input{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:100%;border-radius:10px;border:1px solid #d1d5db;background:#fff;color:#111827;padding:10px 12px;font-size:14px;outline:none;transition:border-color .15s ease,box-shadow .15s ease}.allymar-ehr-ext__login-input:focus{border-color:#60a5fa;box-shadow:0 0 0 3px #60a5fa40}.allymar-ehr-ext__login-input--error{border-color:#ef444499}.allymar-ehr-ext__login-error{font-size:12px;color:#b91c1c}.allymar-ehr-ext__login-password{position:relative}.allymar-ehr-ext__login-toggle{position:absolute;top:50%;right:10px;transform:translateY(-50%);background:none;color:#6b7280;border:none;padding:4px 6px;border-radius:6px;cursor:pointer;font-size:12px}.allymar-ehr-ext__login-toggle:hover{color:#111827;background:#1118270f}.allymar-ehr-ext__login .allymar-ehr__field--password{margin-bottom:40px}.allymar-ehr-ext__login-submit{width:100%;margin-top:6px;border:none;border-radius:10px;padding:10px 14px;font-size:14px;font-weight:600;background:linear-gradient(90deg,#2563eb,#36a6f0);color:#fff;cursor:pointer;transition:transform .12s ease,filter .12s ease,opacity .12s ease}.allymar-ehr-ext__login-submit:hover{filter:brightness(1.08)}.allymar-ehr-ext__login-submit:disabled{opacity:.6;cursor:not-allowed}.allymar-ehr-ext__login-hint{margin-top:14px;color:#6b7280;font-size:12px;text-align:center}@media (max-width: 480px){.allymar-ehr-ext__login-card{padding:20px}.allymar-ehr-ext__login-title{font-size:20px}}#ehr-body *,#ehr-widget-extension-root *,#ehr-floating-frame-root *{font-family:Montserrat,sans-serif!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}.floating-icon{position:fixed;bottom:1.5rem;right:1.5rem;z-index:1;pointer-events:auto;width:3.5rem;height:3.5rem;background-color:#3b82f6;border-radius:50%;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:all .3s ease-in-out}.floating-icon:hover{background-color:#2563eb;box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a;transform:scale(1.1)}.floating-icon svg{width:1.5rem;height:1.5rem;color:#fff;position:absolute;inset:0;margin:auto}.tooltip{position:absolute;bottom:100%;right:0;margin-bottom:.5rem;padding:.75rem 1rem;background-color:#1f2937;color:#fff;font-size:.875rem;border-radius:.5rem;box-shadow:0 10px 15px -3px #0000001a,0 4px 6px -2px #0000000d;white-space:nowrap}.tooltip:after{content:"";position:absolute;top:100%;right:1rem;width:0;height:0;border-left:.5rem solid transparent;border-right:.5rem solid transparent;border-top:.5rem solid #1f2937}.allymar-ehr__layout{height:100%;background-color:#fff;z-index:1;display:flex;position:relative;transition:all .3s ease}.allymar-ehr__layout-sidebar{width:250px;background-color:#2d2e40;color:#fff;display:flex;flex-direction:column;overflow-y:auto}.allymar-ehr__layout-container{display:flex;flex-direction:column;flex:1 1 0%;min-width:0;height:100%;background-color:#f5f5f5;overflow:hidden;transition:all .3s ease;will-change:width,margin-left}.allymar-ehr__layout-container>header,.allymar-ehr__layout-container>footer{position:sticky;z-index:1}.allymar-ehr__layout-container>header{top:0}.allymar-ehr__layout-container>footer{bottom:0}.allymar-ehr-web__layout-content{flex:1;overflow-y:auto;padding:0;background-color:#d7d9db}.allymar-ehr__layout-content{flex:1;overflow-y:auto;padding:0;background-color:#f6feff}.allymar-ehr__layout-content-authenticated{flex:1;overflow-y:auto;padding:0;background-color:#f5f5f5}.allymar-ehr__layout-sidebar{width:280px;background-color:#2d2e40;color:#fff;display:flex;flex-direction:column;overflow-y:auto;gap:10px}.allymar-ehr__sidebar-header{display:flex;align-items:center;gap:10px;height:56px;padding:0 20px}.allymar-ehr__sidebar-title{color:#fff;font-size:14px;font-weight:600}.allymar-ehr__sidebar-tab-container{padding:0 12px;display:flex;align-items:center;cursor:pointer;transition:background .2s ease}.allymar-ehr__sidebar-tab-container:hover{background-color:transparent}.allymar-ehr__sidebar-tab{height:44px;display:flex;align-items:center;flex:auto;gap:12px;color:#fffc;font-size:14px;padding:0 12px;border-radius:6px;transition:background .2s ease,color .2s ease}.allymar-ehr__sidebar-tab img{filter:invert(1);stroke:#fffc}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab img{filter:invert(1) brightness(2)}.allymar-ehr__sidebar-tab-container:hover .allymar-ehr__sidebar-tab{background-color:#2a4d5c;color:#fff}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab{background-color:#2a4d5c;color:#fff;font-weight:600;position:relative;border-top-left-radius:8px;border-bottom-left-radius:8px;border-right:2px solid #20c7ca}.allymar-ehr__sidebar-tab--active .allymar-ehr__sidebar-tab .outer-circle{position:absolute;right:-8px;display:flex;align-items:center;justify-content:center;background-color:#2d2e40;border-radius:9999px;width:12px;height:12px}.outer-circle{display:none}.inner-dot{width:6px;height:6px;background-color:#20c7ca;border-radius:9999px}.allymar-ehr__sidebar-logo{width:28px;height:28px;-o-object-fit:contain;object-fit:contain}.allymar-ehr__footer-container{background-color:#fff;height:28px;display:flex;align-items:center;justify-content:space-between;padding:0 12px;font-size:12px;color:#444;box-shadow:0 -1px #0000001a}.allymar-ehr__footer-version{font-weight:500}.allymar-ehr__footer-links{display:flex;gap:16px}.allymar-ehr__footer-links span{color:#444;text-decoration:none;font-weight:500;opacity:.8;cursor:pointer}.allymar-ehr__footer-links span:hover{text-decoration:underline;opacity:1}.ehr-min-w-5{min-width:20px}.ehr-min-h-5{min-height:20px}.cursor-pointer{cursor:pointer}.allymar-ehr__required{color:#dc2626}
