.ds-xray-gallery{display:flex;justify-content:center;padding:1.5rem 0;max-height:calc(100% - 3rem);overflow-y:auto;width:100vw}.ds-xray-gallery .ds-xray-gallery-items{max-width:1300px;margin:0 1.75rem;display:grid;gap:2.5rem;justify-content:center;padding-bottom:2rem}.ds-xray-gallery-centered-text{display:flex;flex-direction:row;align-items:start;justify-content:center;flex:1;font-size:1.2rem;margin-top:8rem}.ds-xray-gallery-items.gallery-columns-2{grid-template-columns:repeat(2,1fr)}.ds-xray-gallery-items.gallery-columns-3{grid-template-columns:repeat(3,1fr)}.ds-xray-item{position:relative;max-width:30rem;display:flex;height:18rem;border-radius:.5rem;transition:transform .3s;transition:box-shadow .2s ease-in-out;background-color:var(--color-background-item);box-shadow:0 0 8px 2px #0000005c;-webkit-box-shadow:0px 0px 8px 2px rgba(0,0,0,.36);-moz-box-shadow:0px 0px 8px 2px rgba(0,0,0,.36)}.ds-xray-item .ds-xray-item-content{flex:1;display:flex;flex-direction:column;border-radius:inherit}.ds-xray-item .ds-xray-item-content .ds-xray-item-preview{flex:1;display:flex;justify-content:center;border-top-left-radius:inherit;border-top-right-radius:inherit;overflow:hidden;background-color:#000;position:relative}.ds-xray-item .ds-xray-item-content .ds-xray-item-preview img{width:100%;object-fit:cover}.ds-xray-item .ds-xray-item-content .ds-xray-item-preview .ds-xray-item-no-preview{align-self:center;font-size:1.2rem}.ds-xray-item .ds-xray-item-content .ds-xray-item-preview .ds-xray-item-download-ct-scan-overlay{background-color:#707070;position:absolute;bottom:0;opacity:0;width:100%;transition-property:opacity;transition-duration:.15s;transition-timing-function:ease-in-out}.ds-xray-item .ds-xray-item-content .ds-xray-item-footer{display:flex;flex-direction:column;gap:1rem;padding:1rem;height:4rem;background-color:var(--color-background-item);border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.ds-xray-item .ds-xray-item-content .ds-xray-item-footer .ds-xray-item-date{font-size:1.25rem;font-weight:700}.ds-xray-item .ds-xray-item-content .ds-xray-item-footer .ds-xray-item-metadata{display:flex;flex-direction:row;gap:1.5rem}.ds-xray-item .ds-xray-item-content .ds-xray-item-footer .ds-xray-item-metadata .ds-xray-item-metadata-icon{display:flex;flex-direction:row;align-items:center;gap:.5rem;font-size:1.1rem}.ds-xray-item:hover{cursor:pointer;transform:scale(1.025);box-shadow:0 0 14px 6px #0000006b;-webkit-box-shadow:0px 0px 14px 6px rgba(0,0,0,.42);-moz-box-shadow:0px 0px 14px 6px rgba(0,0,0,.42)}.ds-xray-item.ct-scan-item:hover .ds-xray-item-download-ct-scan-overlay{opacity:.9}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.spinner-container{display:inline-flex;align-items:center;justify-content:center;position:relative}.spinner-icon{transform-origin:center;animation:spin 1.5s linear infinite}.ds-fullscreen-container{display:flex;position:absolute;top:0;bottom:0;left:0;right:0;background-color:#fff}.progress-bar-container{width:100%;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:.5rem}.progress-bar-container .progress-bar-text{font-size:1.1rem;text-align:center}.progress-bar-container .progress-bar{background-color:#0572ce33;height:4px;width:100%;overflow:hidden}.progress-bar-container .progress-bar .progress-bar-value{width:100%;height:100%;background-color:var(--color-primary);animation:indeterminateAnimation 1s infinite linear;transform-origin:0% 50%}@keyframes indeterminateAnimation{0%{transform:translate(0) scaleX(0)}40%{transform:translate(0) scaleX(.4)}to{transform:translate(100%) scaleX(.5)}}.progress-bar-container{width:50%;min-width:20rem;margin:0 auto;margin-top:5rem}.toast-container{position:fixed;z-index:9999;display:flex;flex-direction:column;gap:10px;padding:15px;max-width:400px;width:100%}.toast-container.top-left{top:0;left:0}.toast-container.top-center{top:0;left:50%;transform:translate(-50%)}.toast-container.top-right{top:0;right:0}.toast-container.bottom-left{bottom:0;left:0}.toast-container.bottom-center{bottom:0;left:50%;transform:translate(-50%)}.toast-container.bottom-right{bottom:0;right:0}.toast{display:flex;align-items:center;padding:12px 16px;border-radius:6px;box-shadow:0 4px 12px #00000026;background-color:#fff;animation:toast-in .3s ease;position:relative;overflow:hidden}.toast-icon{margin-right:12px;display:flex;align-items:center;justify-content:center}.toast-content{display:flex;flex:1;align-items:center}.toast-title{margin:0;font-size:16px;font-weight:500}.toast-description{margin:4px 0 0;font-size:14px;line-height:1.5;opacity:.8}.toast-close{background:none;border:none;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:4px;opacity:.6;transition:opacity .2s}.toast-close:hover{opacity:1}.toast-info{border-left:4px solid #2196f3}.toast-info .toast-icon{color:#2196f3}.toast-success{border-left:4px solid #4caf50}.toast-success .toast-icon{color:#4caf50}.toast-warning{border-left:4px solid #ff9800}.toast-warning .toast-icon{color:#ff9800}.toast-error{border-left:4px solid #f44336}.toast-error .toast-icon{color:#f44336}@keyframes toast-in{0%{transform:translateY(20px);opacity:0}to{transform:translateY(0);opacity:1}}.initialization-failed-container{width:50%;min-width:20rem;margin:0 auto;margin-top:5rem;display:flex;flex-direction:row;align-items:center;justify-content:center;gap:1rem}.ds-button{border-radius:3px;border:none;padding:.75rem 1rem;cursor:pointer;box-shadow:0 0 4px #00000094;-webkit-box-shadow:0px 0px 4px 0px rgba(0,0,0,.58);-moz-box-shadow:0px 0px 4px 0px rgba(0,0,0,.58)}.ds-button.ds-button-primary{background-color:var(--color-primary);color:var(--color-primary-text)}.ds-button.ds-button-primary:hover{background-color:var(--color-primary-hover)}:root{--color-primary: #187eb2;--color-secondary: #5ac6d4;--color-tertiary: #2d2d31;--color-black: #2d2d31;--color-white: white;--color-gray: #b4b4b5;--color-background: white;--color-background-item: rgb(237, 237, 237);--color-background-hover: rgb(234, 234, 234);--color-text: black;--color-primary-hover: rgba(24, 127, 178, .914);--color-primary-text: var(--color-white)}.flex{display:flex}.flex-1{flex:1 1 0%}.flex-row{flex-direction:row}.flex-row-reverse{flex-direction:row-reverse}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-wrap{flex-wrap:wrap}.flex-wrap-reverse{flex-wrap:wrap-reverse}.flex-nowrap{flex-wrap:nowrap}.items-start{align-items:flex-start}.items-end{align-items:flex-end}.items-center{align-items:center}.items-baseline{align-items:baseline}.items-stretch{align-items:stretch}.justify-normal{justify-content:normal}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.justify-evenly{justify-content:space-evenly}.justify-stretch{justify-content:stretch}.no-selection{user-select:none;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}html,body{width:100%;height:100%;margin:0;padding:0;font-family:Montserrat,sans-serif;min-width:24rem;overflow:hidden;overscroll-behavior:none;touch-action:pan-x pan-y}.ds-root{width:100%;height:100%;min-width:24rem}p{margin:0}
