@keyframes moveTopToBottom{0%{top:0;opacity:0}50%{opacity:1}to{top:100%;opacity:0}}.animate-top-to-bottom{animation:moveTopToBottom 1s ease-in-out infinite}.animate-top-to-bottom-slow{animation:moveTopToBottom 5s linear infinite}.animate-top-to-bottom-visible{animation:moveTopToBottom 4s ease-in-out infinite}.animate-top-to-bottom-custom{--animation-duration:3s;--animation-timing:ease-in-out;animation:moveTopToBottom var(--animation-duration) var(--animation-timing) infinite}.scanner-container{canvas+div>div>div{visibility:hidden}}.custom-time-input::-webkit-calendar-picker-indicator,.custom-time-input::-webkit-inner-spin-button{display:none}.custom-time-input{-moz-appearance:textfield}.sec-button-modal{position:absolute;bottom:0;background:#fff;width:100%;z-index:0}.schedule-button{display:flex;flex:1;align-items:center;justify-content:center}.auto-width{flex:1}.day-accordion{border-radius:6px;border:1px solid #d1d5db;background-color:#f9fafb}.loading-spinner{border:5px solid rgba(0,0,0,.1);border-left-color:#0072ff;border-radius:50%;width:56px;height:56px;animation:spin 1s linear infinite}@keyframes spin{to{transform:rotate(1turn)}}:root{--react-pdf-text-layer:1;--highlight-bg-color:#b400aa;--highlight-selected-bg-color:#006400}@media screen and (forced-colors:active){:root{--highlight-bg-color:Highlight;--highlight-selected-bg-color:ButtonText}}[data-main-rotation="90"]{transform:rotate(90deg) translateY(-100%)}[data-main-rotation="180"]{transform:rotate(180deg) translate(-100%,-100%)}[data-main-rotation="270"]{transform:rotate(270deg) translateX(-100%)}.textLayer{position:absolute;text-align:initial;inset:0;overflow:hidden;line-height:1;text-size-adjust:none;forced-color-adjust:none;transform-origin:0 0;z-index:2}.textLayer :is(span,br){color:transparent;position:absolute;white-space:pre;cursor:text;margin:0;transform-origin:0 0}.textLayer span.markedContent{top:0;height:0}.textLayer .highlight{margin:-1px;padding:1px;background-color:var(--highlight-bg-color);border-radius:4px}.textLayer .highlight.appended{position:static}.textLayer .highlight.begin{border-radius:4px 0 0 4px}.textLayer .highlight.end{border-radius:0 4px 4px 0}.textLayer .highlight.middle{border-radius:0}.textLayer .highlight.selected{background-color:var(--highlight-selected-bg-color)}.textLayer br::selection{background:transparent}.textLayer .endOfContent{display:block;position:absolute;inset:100% 0 0;z-index:-1;cursor:default;user-select:none}.textLayer.selecting .endOfContent{top:0}.hiddenCanvasElement{position:absolute;top:0;left:0;width:0;height:0;display:none}:root{--react-pdf-annotation-layer:1;--annotation-unfocused-field-background:url("data:image/svg+xml;charset=UTF-8,<svg width='1px' height='1px' xmlns='http://www.w3.org/2000/svg'><rect width='100%' height='100%' style='fill:rgba(0, 54, 255, 0.13);'/></svg>");--input-focus-border-color:Highlight;--input-focus-outline:1px solid Canvas;--input-unfocused-border-color:transparent;--input-disabled-border-color:transparent;--input-hover-border-color:#000;--link-outline:none}@media screen and (forced-colors:active){:root{--input-focus-border-color:CanvasText;--input-unfocused-border-color:ActiveText;--input-disabled-border-color:GrayText;--input-hover-border-color:Highlight;--link-outline:1.5px solid LinkText}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid selectedItem}.annotationLayer .linkAnnotation:hover{backdrop-filter:invert(100%)}}.annotationLayer{position:absolute;top:0;left:0;pointer-events:none;transform-origin:0 0;z-index:3}.annotationLayer[data-main-rotation="90"] .norotate{transform:rotate(270deg) translateX(-100%)}.annotationLayer[data-main-rotation="180"] .norotate{transform:rotate(180deg) translate(-100%,-100%)}.annotationLayer[data-main-rotation="270"] .norotate{transform:rotate(90deg) translateY(-100%)}.annotationLayer canvas{position:absolute;width:100%;height:100%}.annotationLayer section{position:absolute;text-align:initial;pointer-events:auto;box-sizing:border-box;margin:0;transform-origin:0 0}.annotationLayer .linkAnnotation{outline:var(--link-outline)}.textLayer.selecting~.annotationLayer section{pointer-events:none}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a{position:absolute;font-size:1em;top:0;left:0;width:100%;height:100%}.annotationLayer :is(.linkAnnotation,.buttonWidgetAnnotation.pushButton)>a:hover{opacity:.2;background:#ff0;box-shadow:0 2px 10px #ff0}.annotationLayer .textAnnotation img{position:absolute;cursor:pointer;width:100%;height:100%;top:0;left:0}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input,.annotationLayer .choiceWidgetAnnotation select,.annotationLayer .textWidgetAnnotation :is(input,textarea){background-image:var(--annotation-unfocused-field-background);border:2px solid var(--input-unfocused-border-color);box-sizing:border-box;font:calc(9px * var(--scale-factor)) sans-serif;height:100%;margin:0;vertical-align:top;width:100%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:required,.annotationLayer .choiceWidgetAnnotation select:required,.annotationLayer .textWidgetAnnotation :is(input,textarea):required{outline:1.5px solid red}.annotationLayer .choiceWidgetAnnotation select option{padding:0}.annotationLayer .buttonWidgetAnnotation.radioButton input{border-radius:50%}.annotationLayer .textWidgetAnnotation textarea{resize:none}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input[disabled],.annotationLayer .choiceWidgetAnnotation select[disabled],.annotationLayer .textWidgetAnnotation :is(input,textarea)[disabled]{background:none;border:2px solid var(--input-disabled-border-color);cursor:not-allowed}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border:2px solid var(--input-hover-border-color)}.annotationLayer .buttonWidgetAnnotation.checkBox input:hover,.annotationLayer .choiceWidgetAnnotation select:hover,.annotationLayer .textWidgetAnnotation :is(input,textarea):hover{border-radius:2px}.annotationLayer .choiceWidgetAnnotation select:focus,.annotationLayer .textWidgetAnnotation :is(input,textarea):focus{background:none;border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) :focus{background-image:none;background-color:transparent}.annotationLayer .buttonWidgetAnnotation.checkBox :focus{border:2px solid var(--input-focus-border-color);border-radius:2px;outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.radioButton :focus{border:2px solid var(--input-focus-border-color);outline:var(--input-focus-outline)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before,.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{background-color:CanvasText;content:"";display:block;position:absolute}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after,.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{height:80%;left:45%;width:1px}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:before{transform:rotate(45deg)}.annotationLayer .buttonWidgetAnnotation.checkBox input:checked:after{transform:rotate(-45deg)}.annotationLayer .buttonWidgetAnnotation.radioButton input:checked:before{border-radius:50%;height:50%;left:30%;top:20%;width:50%}.annotationLayer .textWidgetAnnotation input.comb{font-family:monospace;padding-left:2px;padding-right:0}.annotationLayer .textWidgetAnnotation input.comb:focus{width:103%}.annotationLayer .buttonWidgetAnnotation:is(.checkBox,.radioButton) input{appearance:none}.annotationLayer .popupTriggerArea{height:100%;width:100%}.annotationLayer .fileAttachmentAnnotation .popupTriggerArea{position:absolute}.annotationLayer .popupWrapper{position:absolute;font-size:calc(9px * var(--scale-factor));width:100%;min-width:calc(180px * var(--scale-factor));pointer-events:none}.annotationLayer .popup{position:absolute;max-width:calc(180px * var(--scale-factor));background-color:#ff9;box-shadow:0 calc(2px * var(--scale-factor)) calc(5px * var(--scale-factor)) #888;border-radius:calc(2px * var(--scale-factor));padding:calc(6px * var(--scale-factor));margin-left:calc(5px * var(--scale-factor));cursor:pointer;font:message-box;white-space:normal;word-wrap:break-word;pointer-events:auto}.annotationLayer .popup>*{font-size:calc(9px * var(--scale-factor))}.annotationLayer .popup h1{display:inline-block}.annotationLayer .popupDate{display:inline-block;margin-left:calc(5px * var(--scale-factor))}.annotationLayer .popupContent{border-top:1px solid #333;margin-top:calc(2px * var(--scale-factor));padding-top:calc(2px * var(--scale-factor))}.annotationLayer .richText>*{white-space:pre-wrap;font-size:calc(9px * var(--scale-factor))}.annotationLayer .caretAnnotation,.annotationLayer .circleAnnotation svg ellipse,.annotationLayer .fileAttachmentAnnotation,.annotationLayer .freeTextAnnotation,.annotationLayer .highlightAnnotation,.annotationLayer .inkAnnotation svg polyline,.annotationLayer .lineAnnotation svg line,.annotationLayer .polygonAnnotation svg polygon,.annotationLayer .polylineAnnotation svg polyline,.annotationLayer .squareAnnotation svg rect,.annotationLayer .squigglyAnnotation,.annotationLayer .stampAnnotation,.annotationLayer .strikeoutAnnotation,.annotationLayer .underlineAnnotation{cursor:pointer}.annotationLayer section svg{position:absolute;width:100%;height:100%;top:0;left:0}.annotationLayer .annotationTextContent{position:absolute;width:100%;height:100%;opacity:0;color:transparent;user-select:none;pointer-events:none}.annotationLayer .annotationTextContent span{width:100%;display:inline-block}.trim-text{width:100%;text-align:left;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}@media screen{.drug-label{display:none}}@media print{.drug-label{display:block}}.queue-header{border-radius:12px;border:1px solid var(--primary-800-main,#0072ff);background:var(--Info-50,#eff6ff)}.queue-header .queue-remaining{color:var(--primary-800-main,#0072ff);font-size:12px;font-style:italic;font-weight:500}.queue-header-value{color:var(--primary-800-main,#0072ff);font-size:24px;font-style:normal;font-weight:600;line-height:normal;letter-spacing:.12px}.button-icon{width:20px;height:20px}.diagram{width:100%;border-radius:8px;border:1px solid var(--Neutral-300---Border,#d1d5db);background:var(--Neutral-50---Surface,#f9fafb)}.diagram.face{height:381px}.pointer{width:100%;cursor:crosshair;border-radius:8px}.form{width:100%;padding:16px;margin-right:16px}.diagram .bg-face{position:relative;width:390px;height:387px;background:url(/assets/svg/pro/human-face.svg);border-radius:17px;background-size:contain;background-repeat:no-repeat;background-position:50%;cursor:crosshair}.diagram .bg-man-front-male{background:url(/assets/svg/pro/man-front.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-man-back-male,.diagram .bg-man-front-male{position:relative;width:334px;height:441px;border-radius:8px;cursor:crosshair;margin:0 auto}.diagram .bg-man-back-male{background:url(/assets/svg/pro/man-back.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-man-side-male{background:url(/assets/svg/pro/man-side.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-man-front-female,.diagram .bg-man-side-male{position:relative;width:334px;height:441px;border-radius:8px;cursor:crosshair;margin:0 auto}.diagram .bg-man-front-female{background:url(/assets/svg/pro/woman-front.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-man-back-female{background:url(/assets/svg/pro/woman-back.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-man-back-female,.diagram .bg-man-side-female{position:relative;width:334px;height:441px;border-radius:8px;cursor:crosshair;margin:0 auto}.diagram .bg-man-side-female{background:url(/assets/svg/pro/woman-side.svg);background-size:contain;background-repeat:no-repeat;background-position:50%}.badge-anatomi{width:28px;height:28px;border-radius:100px;display:flex;padding:6px 10px;align-items:center;gap:8px;border:1px solid var(--primary-800-main,#0072ff);background:var(--Primary-50,#e5f1ff);color:var(--primary-800-main,#0072ff);font-family:Inter;font-size:12px;font-style:normal;font-weight:600;line-height:16px;letter-spacing:.06px}.bg-anatomi-face,.diagram .bg-anatomi-face{position:relative;width:268px;height:335px;background:url(/assets/svg/pro/face-anatomi.webp);border-radius:17px;background-size:contain;background-repeat:no-repeat;background-position:50%;cursor:crosshair;margin:20px auto}.diagram .bg-anatomi-front{background:url(/assets/svg/pro/anatomi-body-front.webp);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-anatomi-back,.diagram .bg-anatomi-front{position:relative;width:334px;height:441px;border-radius:8px;cursor:crosshair;margin:0 auto}.diagram .bg-anatomi-back{background:url(/assets/svg/pro/anatomi-body-back.webp);background-size:contain;background-repeat:no-repeat;background-position:50%}.diagram .bg-anatomi-side{position:relative;width:334px;height:441px;background:url(/assets/svg/pro/anatomi-body-side.webp);border-radius:8px;background-size:contain;background-repeat:no-repeat;background-position:50%;cursor:crosshair;margin:0 auto}.paginate{background:unset}.paginate-active{background:unset;color:#0072ff}.min-w-200{min-width:200px}.min-w-205{min-width:205px}.min-w-210{min-width:210px}.min-w-215{min-width:215px}.min-w-220{min-width:220px}.min-w-225{min-width:225px}.hs-dropdown-menu.dropdown-up{bottom:100%;top:auto!important;margin-bottom:8px;margin-top:0!important}.tooltip{position:relative}.tooltip .tooltiptext{visibility:hidden;background-color:#030712;color:#fff;text-align:center;padding:4px 8px;border-radius:4px;font-size:12px;position:absolute;z-index:1;top:125%;left:50%;transform:translateX(-50%);opacity:0;transition:opacity .3s}.tooltip-right .tooltiptext{top:50%;left:125%;transform:translateY(-50%)}.tooltip-right .tooltiptext:after{content:"";position:absolute;top:50%;left:-10px;transform:translateY(-50%);border:5px solid transparent;border-right-color:#030712}.tooltip-left .tooltiptext{top:50%;right:125%;transform:translateY(-50%)}.tooltip-left .tooltiptext:after{content:"";position:absolute;top:50%;right:-10px;transform:translateY(-50%);border:5px solid transparent;border-left-color:#030712}.tooltip-top .tooltiptext{bottom:125%;left:50%;transform:translateX(-50%)}.tooltip-top .tooltiptext:after{content:"";position:absolute;bottom:-10px;left:50%;transform:translateX(-50%);border:5px solid transparent;border-top-color:#030712}.tooltip-bottom .tooltiptext{top:125%;left:50%;transform:translateX(-50%)}.tooltip-bottom .tooltiptext:after{content:"";position:absolute;top:-10px;left:50%;transform:translateX(-50%);border:5px solid transparent;border-bottom-color:#030712}.tooltip:hover .tooltiptext{visibility:visible;opacity:1}.letter-date,.letter-number{font-size:9px;font-weight:700}.filter div:first-child hr{display:none}