@import url(https://fonts.googleapis.com/css?family=Fira+Sans:100,200,300,400,500,600,700,800,900&subset=cyrillic);@import url(https://fonts.googleapis.com/css2?family=Open+Sans:wght@400;600;700&display=swap);.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#333}.Toastify__toast--info{background:#999}.Toastify__toast--success{background-color:#d7eff0;color:#37afb4}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background-color:#fbe9e9;color:#d12f2f}.Toastify__toast-body{margin:auto 0;padding:10px 20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button--success{color:#37afb4}.Toastify__close-button--error{color:#d12f2f}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: ;--tw-contain-size: ;--tw-contain-layout: ;--tw-contain-paint: ;--tw-contain-style: }/*
! tailwindcss v3.4.17 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb}:after,:before{--tw-content:""}:host,html{-webkit-text-size-adjust:100%;font-feature-settings:normal;-webkit-tap-highlight-color:transparent;font-family:ui-sans-serif,system-ui,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-feature-settings:normal;font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em;font-variation-settings:normal}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{font-feature-settings:inherit;color:inherit;font-family:inherit;font-size:100%;font-variation-settings:inherit;font-weight:inherit;letter-spacing:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}button,input:where([type=button]),input:where([type=reset]),input:where([type=submit]){-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}dialog{padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]:where(:not([hidden=until-found])){display:none}@media (min-width:640px){.container{max-width:640px}}@media (min-width:768px){.container{max-width:768px}}@media (min-width:1024px){.container{max-width:1024px}}@media (min-width:1280px){.container{max-width:1280px}}@media (min-width:1536px){.container{max-width:1536px}}.visible{visibility:visible}.invisible{visibility:hidden}.static{position:static}.fixed{position:fixed}.absolute{position:absolute}.inset-0{inset:0}.bottom-\[105\%\]{bottom:105%}.z-10{z-index:10}.z-50{z-index:50}.m-0{margin:0}.m-1{margin:.25rem}.m-10{margin:2.5rem}.m-11{margin:2.75rem}.m-12{margin:3rem}.m-14{margin:3.5rem}.m-2{margin:.5rem}.m-20{margin:5rem}.m-3{margin:.75rem}.m-3\.5{margin:.875rem}.m-4{margin:1rem}.m-5{margin:1.25rem}.m-6{margin:1.5rem}.m-7{margin:1.75rem}.m-8{margin:2rem}.m-9{margin:2.25rem}.m-96{margin:24rem}.m-auto{margin:auto}.mx-auto{margin-left:auto;margin-right:auto}.mb-2{margin-bottom:.5rem}.mb-4{margin-bottom:1rem}.mt-4{margin-top:1rem}.block{display:block}.inline-block{display:inline-block}.flex{display:flex}.table{display:table}.hidden{display:none}.h-1\.5{height:.375rem}.h-48{height:12rem}.h-\[35px\]{height:35px}.h-\[40px\]{height:40px}.h-auto{height:auto}.h-full{height:100%}.min-h-full{min-height:100%}.min-h-screen{min-height:100vh}.w-14{width:3.5rem}.w-36{width:9rem}.w-auto{width:auto}.w-fit{width:-webkit-fit-content;width:fit-content}.w-full{width:100%}.w-screen{width:100vw}.min-w-44{min-width:11rem}.min-w-52{min-width:13rem}.min-w-\[200px\]{min-width:200px}.max-w-2xl{max-width:42rem}.max-w-6xl{max-width:72rem}.max-w-\[200px\]{max-width:200px}.max-w-fit{max-width:-webkit-fit-content;max-width:fit-content}.max-w-md{max-width:28rem}.transform{transform:translate(var(--tw-translate-x),var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y))}.cursor-pointer{cursor:pointer}.resize{resize:both}.flex-row{flex-direction:row}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-start{align-items:flex-start}.items-center{align-items:center}.\!items-baseline{align-items:baseline!important}.justify-start{justify-content:flex-start}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-0{gap:0}.gap-1{gap:.25rem}.gap-1\.5{gap:.375rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.self-center{align-self:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-y-auto{overflow-y:auto}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.text-nowrap{text-wrap:nowrap}.\!rounded-md{border-radius:.375rem!important}.rounded{border-radius:.25rem}.rounded-lg{border-radius:.5rem}.rounded-md{border-radius:.375rem}.border{border-width:1px}.border-0{border-width:0}.\!border-none{border-style:none!important}.border-none{border-style:none}.border-gray-300{--tw-border-opacity:1;border-color:#d1d5db;border-color:rgb(209 213 219/var(--tw-border-opacity,1))}.border-slate-300{--tw-border-opacity:1;border-color:#cbd5e1;border-color:rgb(203 213 225/var(--tw-border-opacity,1))}.border-slate-400{--tw-border-opacity:1;border-color:#94a3b8;border-color:rgb(148 163 184/var(--tw-border-opacity,1))}.bg-blue-950{--tw-bg-opacity:1;background-color:#172554;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.bg-gray-500{--tw-bg-opacity:1;background-color:#6b7280;background-color:rgb(107 114 128/var(--tw-bg-opacity,1))}.bg-transparent{background-color:initial}.bg-white{--tw-bg-opacity:1;background-color:#fff;background-color:rgb(255 255 255/var(--tw-bg-opacity,1))}.bg-opacity-75{--tw-bg-opacity:0.75}.p-10{padding:2.5rem}.p-20{padding:5rem}.p-3{padding:.75rem}.p-4{padding:1rem}.px-0{padding-left:0;padding-right:0}.px-2{padding-left:.5rem;padding-right:.5rem}.px-4{padding-left:1rem;padding-right:1rem}.py-0\.5{padding-bottom:.125rem;padding-top:.125rem}.py-1\.5{padding-bottom:.375rem;padding-top:.375rem}.py-2{padding-bottom:.5rem;padding-top:.5rem}.pb-0\.5{padding-bottom:.125rem}.pb-1{padding-bottom:.25rem}.text-left{text-align:left}.text-center{text-align:center}.text-right{text-align:right}.text-base{font-size:1rem;line-height:1.5rem}.text-sm{font-size:.875rem;line-height:1.25rem}.text-xl{font-size:1.25rem;line-height:1.75rem}.font-bold{font-weight:700}.font-light{font-weight:300}.font-normal{font-weight:400}.font-semibold{font-weight:600}.lowercase{text-transform:lowercase}.capitalize{text-transform:capitalize}.italic{font-style:italic}.leading-none{line-height:1}.text-black{--tw-text-opacity:1;color:#000;color:rgb(0 0 0/var(--tw-text-opacity,1))}.text-red-400{--tw-text-opacity:1;color:#f87171;color:rgb(248 113 113/var(--tw-text-opacity,1))}.text-slate-400{--tw-text-opacity:1;color:#94a3b8;color:rgb(148 163 184/var(--tw-text-opacity,1))}.text-slate-600{--tw-text-opacity:1;color:#475569;color:rgb(71 85 105/var(--tw-text-opacity,1))}.text-slate-700{--tw-text-opacity:1;color:#334155;color:rgb(51 65 85/var(--tw-text-opacity,1))}.text-white{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity,1))}.underline{-webkit-text-decoration-line:underline;text-decoration-line:underline}.shadow-lg{--tw-shadow:0 10px 15px -3px #0000001a,0 4px 6px -4px #0000001a;--tw-shadow-colored:0 10px 15px -3px var(--tw-shadow-color),0 4px 6px -4px var(--tw-shadow-color)}.shadow-lg,.shadow-xl{box-shadow:0 0 #0000,0 0 #0000,var(--tw-shadow);box-shadow:var(--tw-ring-offset-shadow,0 0 #0000),var(--tw-ring-shadow,0 0 #0000),var(--tw-shadow)}.shadow-xl{--tw-shadow:0 20px 25px -5px #0000001a,0 8px 10px -6px #0000001a;--tw-shadow-colored:0 20px 25px -5px var(--tw-shadow-color),0 8px 10px -6px var(--tw-shadow-color)}.outline{outline-style:solid}.outline-0{outline-width:0}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}.transition{transition-duration:.15s;transition-property:color,background-color,border-color,fill,stroke,opacity,box-shadow,transform,filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter;transition-property:color,background-color,border-color,text-decoration-color,fill,stroke,opacity,box-shadow,transform,filter,backdrop-filter,-webkit-text-decoration-color,-webkit-backdrop-filter;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-all{transition-duration:.15s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}.transition-opacity{transition-duration:.15s;transition-property:opacity;transition-timing-function:cubic-bezier(.4,0,.2,1)}@font-face{font-family:HelveticaNeue-Regular;font-style:normal;font-weight:400;src:url(/static/media/helveticaneue-regular.89c970e810d18ff77fd2.eot?#iefix) format("embedded-opentype"),url(/static/media/helveticaneue-regular.ec96e0648b20a91160f4.otf) format("opentype"),url(/static/media/helveticaneue-regular.7f91464f9b3a51c080e5.woff) format("woff"),url(/static/media/helveticaneue-regular.0f34399e5a7b400de442.ttf) format("truetype"),url(/static/media/helveticaneue-regular.a0e8499344b146ff9a50.svg#HelveticaNeue-Regular) format("svg")}@font-face{font-family:HelveticaNeue-Bold;font-style:normal;font-weight:400;src:url(/static/media/helveticaneue-bold.1393d1a7bc5642eae290.eot?#iefix) format("embedded-opentype"),url(/static/media/helveticaneue-bold.0cece1420b44ad4fa1eb.otf) format("opentype"),url(/static/media/helveticaneue-bold.4cff5654484ef0b60465.woff) format("woff"),url(/static/media/helveticaneue-bold.312e58f912bfbe0799a8.ttf) format("truetype"),url(/static/media/helveticaneue-bold.9259e280910114e8705d.svg#HelveticaNeue-Bold) format("svg")}@font-face{font-family:jet-icons;font-style:normal;font-weight:400;src:url(/static/media/jet-icons.14dfa60cbbc28dfbb50b.eot);src:url(/static/media/jet-icons.14dfa60cbbc28dfbb50b.eot#iefix) format("embedded-opentype"),url(/static/media/jet-icons.5648b03c89ea16390b7c.ttf) format("truetype"),url(/static/media/jet-icons.76e741281a2a63132470.woff) format("woff"),url(/static/media/jet-icons.a3bf7c7207ed822e69ff.svg#jet-icons) format("svg")}[class*=" icon-"],[class^=icon-]{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:jet-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none;vertical-align:middle}.icon-admins:before{content:"\e900"}.icon-after-date-including:before{content:"\e901"}.icon-after-date:before{content:"\e902"}.icon-alarm:before{content:"\e903"}.icon-alert:before{content:"\e904"}.icon-antenna:before{content:"\e905"}.icon-apple:before{content:"\e906"}.icon-arrow-backward-2:before{content:"\e907"}.icon-arrow-backward-3:before{content:"\e908"}.icon-arrow-backward:before{content:"\e909"}.icon-arrow-down-2:before{content:"\e90a"}.icon-arrow-down-3:before{content:"\e90b"}.icon-arrow-down:before{content:"\e90c"}.icon-arrow-forward-2:before{content:"\e90d"}.icon-arrow-forward-3:before{content:"\e90e"}.icon-arrow-forward:before{content:"\e90f"}.icon-arrow-up-2:before{content:"\e910"}.icon-arrow-up-3:before{content:"\e911"}.icon-arrow-up:before{content:"\e912"}.icon-attach-clip:before{content:"\e913"}.icon-bank:before{content:"\e914"}.icon-bar-code:before{content:"\e915"}.icon-battery-half-power:before{content:"\e916"}.icon-battery-low:before{content:"\e917"}.icon-before-date-including:before{content:"\e918"}.icon-before-date:before{content:"\e919"}.icon-bills:before{content:"\e91a"}.icon-bin:before{content:"\e91b"}.icon-blocks:before{content:"\e91c"}.icon-book:before{content:"\e91d"}.icon-bookmakers:before{content:"\e91e"}.icon-briefcase:before{content:"\e91f"}.icon-browser:before{content:"\e920"}.icon-brush:before{content:"\e921"}.icon-calendar:before{content:"\e922"}.icon-camera:before{content:"\e923"}.icon-chart:before{content:"\e924"}.icon-chat:before{content:"\e925"}.icon-check-2:before{content:"\e926"}.icon-check-3:before{content:"\e927"}.icon-check-4:before{content:"\e928"}.icon-check:before{content:"\e929"}.icon-chemistry:before{content:"\e92a"}.icon-cherry:before{content:"\e92b"}.icon-chip:before{content:"\e92c"}.icon-circle:before{content:"\e92d"}.icon-close:before{content:"\e92e"}.icon-cloud-download:before{content:"\e92f"}.icon-cloud-upload:before{content:"\e930"}.icon-cloud:before{content:"\e931"}.icon-comments:before{content:"\e932"}.icon-components:before{content:"\e933"}.icon-configure:before{content:"\e934"}.icon-console:before{content:"\e935"}.icon-contains:before{content:"\e936"}.icon-contrast:before{content:"\e937"}.icon-copy:before{content:"\e938"}.icon-countries:before{content:"\e939"}.icon-croissant:before{content:"\e93a"}.icon-cup-of-coffee:before{content:"\e93b"}.icon-currency:before{content:"\e93c"}.icon-cursor:before{content:"\e93d"}.icon-cut:before{content:"\e93e"}.icon-dash:before{content:"\e93f"}.icon-dashboard:before{content:"\e940"}.icon-delete:before{content:"\e941"}.icon-deselect:before{content:"\e942"}.icon-diagram:before{content:"\e943"}.icon-diamond:before{content:"\e944"}.icon-dishes:before{content:"\e945"}.icon-document:before{content:"\e946"}.icon-documents:before{content:"\e947"}.icon-dot:before{content:"\e948"}.icon-dots-small:before{content:"\e949"}.icon-dots:before{content:"\e94a"}.icon-download:before{content:"\e94b"}.icon-duplicate-2:before{content:"\e94c"}.icon-duplicate:before{content:"\e94d"}.icon-earth-planet:before{content:"\e94e"}.icon-edit:before{content:"\e94f"}.icon-email:before{content:"\e950"}.icon-ends-with:before{content:"\e951"}.icon-enlarge-expand:before{content:"\e952"}.icon-equals:before{content:"\e953"}.icon-eye:before{content:"\e954"}.icon-facebook:before{content:"\e955"}.icon-feather:before{content:"\e956"}.icon-fileds:before{content:"\e957"}.icon-filter-down:before{content:"\e958"}.icon-filter-up:before{content:"\e959"}.icon-filter:before{content:"\e95a"}.icon-folder:before{content:"\e95b"}.icon-football-sports:before{content:"\e95c"}.icon-gamepad:before{content:"\e95d"}.icon-gear:before{content:"\e95e"}.icon-gift:before{content:"\e95f"}.icon-glasses:before{content:"\e960"}.icon-greater-than-or-equals:before{content:"\e961"}.icon-greater-than:before{content:"\e962"}.icon-hand:before{content:"\e963"}.icon-health:before{content:"\e964"}.icon-heart:before{content:"\e965"}.icon-help-filled:before{content:"\e966"}.icon-help:before{content:"\e967"}.icon-home:before{content:"\e968"}.icon-human-being:before{content:"\e969"}.icon-idea:before{content:"\e96a"}.icon-image:before{content:"\e96b"}.icon-incoming-call:before{content:"\e96c"}.icon-is-null:before{content:"\e96d"}.icon-key:before{content:"\e96e"}.icon-layers-2:before{content:"\e96f"}.icon-layers:before{content:"\e970"}.icon-leagues:before{content:"\e971"}.icon-less-than-or-equals:before{content:"\e972"}.icon-less-than:before{content:"\e973"}.icon-letter-template:before{content:"\e974"}.icon-link:before{content:"\e975"}.icon-linkedin:before{content:"\e976"}.icon-location:before{content:"\e977"}.icon-lock-open:before{content:"\e978"}.icon-log-out:before{content:"\e979"}.icon-longtext:before{content:"\e97a"}.icon-magic-wand:before{content:"\e97b"}.icon-magnet:before{content:"\e97c"}.icon-matches:before{content:"\e97d"}.icon-menu:before{content:"\e97e"}.icon-minus:before{content:"\e97f"}.icon-model-link:before{content:"\e980"}.icon-more:before{content:"\e981"}.icon-move:before{content:"\e982"}.icon-multiselect:before{content:"\e983"}.icon-new-document:before{content:"\e984"}.icon-news:before{content:"\e985"}.icon-notification:before{content:"\e986"}.icon-number:before{content:"\e987"}.icon-one-of:before{content:"\e988"}.icon-open-folder:before{content:"\e989"}.icon-open-site-countries:before{content:"\e98a"}.icon-pages:before{content:"\e98b"}.icon-payments:before{content:"\e98c"}.icon-pen:before{content:"\e98d"}.icon-percent:before{content:"\e98e"}.icon-phone:before{content:"\e98f"}.icon-pin:before{content:"\e990"}.icon-pizza:before{content:"\e991"}.icon-play-2:before{content:"\e992"}.icon-play:before{content:"\e993"}.icon-plus:before{content:"\e994"}.icon-pocket:before{content:"\e995"}.icon-posts:before{content:"\e996"}.icon-power-measure:before{content:"\e997"}.icon-power:before{content:"\e998"}.icon-proposed-restaurants:before{content:"\e999"}.icon-qr-code:before{content:"\e99a"}.icon-ranks:before{content:"\e99b"}.icon-redo:before{content:"\e99c"}.icon-reflect:before{content:"\e99d"}.icon-repeat:before{content:"\e99e"}.icon-rocket:before{content:"\e99f"}.icon-save:before{content:"\e9a0"}.icon-search:before{content:"\e9a1"}.icon-section:before{content:"\e9a2"}.icon-select-all:before{content:"\e9a3"}.icon-select:before{content:"\e9a4"}.icon-sending:before{content:"\e9a5"}.icon-server:before{content:"\e9a6"}.icon-settings:before{content:"\e9a7"}.icon-shield:before{content:"\e9a8"}.icon-shopping-bag:before{content:"\e9a9"}.icon-shopping-cart-fool:before{content:"\e9aa"}.icon-shopping-cart:before{content:"\e9ab"}.icon-starts-with:before{content:"\e9ac"}.icon-switch:before{content:"\e9ad"}.icon-table-dashboard:before{content:"\e9ae"}.icon-table:before{content:"\e9af"}.icon-tag:before{content:"\e9b0"}.icon-target:before{content:"\e9b1"}.icon-taxi:before{content:"\e9b2"}.icon-teams:before{content:"\e9b3"}.icon-text:before{content:"\e9b4"}.icon-time:before{content:"\e9b5"}.icon-tips:before{content:"\e9b6"}.icon-toggle-theme:before{content:"\e9b7"}.icon-transactions:before{content:"\e9b8"}.icon-twitter:before{content:"\e9b9"}.icon-uncheck:before{content:"\e9ba"}.icon-undo:before{content:"\e9bb"}.icon-upload:before{content:"\e9bc"}.icon-user:before{content:"\e9bd"}.icon-users-teams:before{content:"\e9be"}.icon-versions:before{content:"\e9bf"}.icon-warning-filled:before{content:"\e9c0"}.icon-warning:before{content:"\e9c1"}.icon-whistle:before{content:"\e9c2"}.icon-windows:before{content:"\e9c3"}.icon-lock-close:before{content:"\e9c4"}.icon-admin:before{content:"\e9c5"}.icon-data:before{content:"\e9c6"}.icon-workflow:before{content:"\e9c7"}.icon-plus-circle:before{content:"\e9c8"}*,:after,:before{box-sizing:border-box}abbr,address,b,blockquote,body,caption,cite,code,dd,del,dfn,div,dl,dt,em,fieldset,form,h1,h2,h3,h4,h5,h6,html,i,iframe,img,ins,kbd,label,legend,li,object,ol,p,pre,q,samp,small,span,strong,sub,sup,table,tbody,td,tfoot,th,thead,tr,ul,var{border:0;font-size:100%;list-style:none;margin:0;padding:0;vertical-align:initial}article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section{display:block}body,html{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;height:100%;width:100%}body{-moz-text-size-adjust:none;text-size-adjust:none;-webkit-text-size-adjust:none;background-color:#f5f7fc;color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;margin:0;padding:0}hr{border:0;border-bottom:1px solid #ccc;display:block;height:0}hr.light{opacity:.5}hr.dark{border:0;border-bottom:1px solid #d9dbe5}.f-left{float:left}.f-right{float:right}.truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.show{display:inline;display:initial}.hide{display:none}@media only screen and (max-width:121rem){.show-desktop{display:inline;display:initial}.hide-desktop{display:none}.col-lg-p-t-0{padding-top:0!important}.col-lg-p-r-0{padding-right:0!important}.col-lg-p-b-0{padding-bottom:0!important}.col-lg-p-l-0{padding-left:0!important}}@media only screen and (max-width:91rem){.show-laptop{display:inline;display:initial}.hide-laptop{display:none}.col-md-p-t-0{padding-top:0!important}.col-md-p-r-0{padding-right:0!important}.col-md-p-b-0{padding-bottom:0!important}.col-md-p-l-0{padding-left:0!important}}@media only screen and (max-width:65rem){.show-tablet{display:inline;display:initial}.hide-tablet{display:none}.col-sm-p-t-0{padding-top:0!important}.col-sm-p-r-0{padding-right:0!important}.col-sm-p-b-0{padding-bottom:0!important}.col-sm-p-l-0{padding-left:0!important}}@media only screen and (max-width:41rem){.show-mobile{display:inline;display:initial}.hide-mobile{display:none}.col-xs-p-t-0{padding-top:0!important}.col-xs-p-r-0{padding-right:0!important}.col-xs-p-b-0{padding-bottom:0!important}.col-xs-p-l-0{padding-left:0!important}}img{height:auto;max-width:100%}.clearfix:after{clear:both;content:" ";display:block;font-size:0;height:0;visibility:hidden}.primary{background-color:#f4b832;color:#f4a332}.success{background-color:#d7eff0;color:#37afb4}.danger{background-color:#d12f2f1a;color:#d12f2f}.warning{background-color:#f4b832;color:#f4a332}.info{background-color:#d9dbe5;color:#10205b}.primary-border{border:1px solid #f4b832}.success-border{border:1px solid #d7eff0}.danger-border{border:1px solid #d12f2f1a}.warning-border{border:1px solid #f4b832}.info-border{border:1px solid #d9dbe5}h1,h2,h3,h4,h5,h6{color:#10205b;font-family:HelveticaNeue-Bold;font-weight:400;line-height:1.4;margin:0;padding:0}h1{font-size:35px}h2{font-size:28px}h3{font-size:24.5px}h4{font-size:21px}h5{font-size:17.5px}h6{font-size:14px}strong{font-weight:500}p{color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4}.small,p.small{font-size:12px}.link,a{cursor:pointer;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;text-decoration:none}.link,.link:hover,a,a:hover{color:#10205b}.text-left{text-align:left!important}.text-center{text-align:center!important}.text-right{text-align:right!important}.text-top{vertical-align:top!important}.text-middle{vertical-align:middle!important}.text-bottom{vertical-align:bottom!important}.svg-icon{display:inline-block;height:26px;vertical-align:middle;width:26px}.svg-icon-tick{background-image:url(/static/media/green_check.282e9c9321043278ae21.svg);background-position:50%!important;background-repeat:no-repeat!important;background-size:cover!important;height:32px;width:32px}.terms label,.text-bold,input[type=checkbox].terms+label,input[type=radio].terms+label{font-family:HelveticaNeue-Bold}.text-italic{font-style:italic}.text-underline{position:relative}.text-underline:after{background:#10205b;bottom:0;content:"";height:1px;left:0;position:absolute;width:100%}.text-dark{color:#10205b!important}.error-msg{color:#d12f2f;font-size:12px;min-height:17px}.error-msg-block{background:#d12f2f1a;border-color:#d12f2f1a;color:#d12f2f}.sup,sup{font-size:12px;vertical-align:super}.sub,sub{font-size:12px;vertical-align:sub}input[type=email],input[type=number],input[type=password],input[type=text],textarea{-webkit-appearance:none;appearance:none;background:#fff;border:1px solid #d9dbe5;border-radius:4px;color:#10205b;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;outline:0;overflow:hidden;padding:10px 15px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}input[type=email].width-auto,input[type=number].width-auto,input[type=password].width-auto,input[type=text].width-auto,textarea.width-auto{margin-right:10px;padding-bottom:8px;padding-top:8px;width:auto}input[type=email].form-rounded,input[type=number].form-rounded,input[type=password].form-rounded,input[type=text].form-rounded,textarea.form-rounded{border-radius:50px;padding-left:15px;padding-right:30px}input[type=email].form-icon,input[type=number].form-icon,input[type=password].form-icon,input[type=text].form-icon,textarea.form-icon{background-repeat:no-repeat!important;position:relative}input[type=email].form-icon-right,input[type=number].form-icon-right,input[type=password].form-icon-right,input[type=text].form-icon-right,textarea.form-icon-right{background-position:calc(100% - 15px)!important;padding-right:40px}input[type=email].form-icon-left,input[type=number].form-icon-left,input[type=password].form-icon-left,input[type=text].form-icon-left,textarea.form-icon-left{background-position:15px!important;padding-left:40px}input[type=email].form-icon-search,input[type=number].form-icon-search,input[type=password].form-icon-search,input[type=text].form-icon-search,textarea.form-icon-search{background:#fff url(/static/media/search.cdd4113daac4a6350382.svg);background-size:auto 16px!important}input[type=email].form-icon-date,input[type=number].form-icon-date,input[type=password].form-icon-date,input[type=text].form-icon-date,textarea.form-icon-date{background:#fff url(/static/media/calendar-icon.84077f87c1f1db7eac06.svg);background-size:auto 50%!important}input[type=email].form-icon-time,input[type=number].form-icon-time,input[type=password].form-icon-time,input[type=text].form-icon-time,textarea.form-icon-time{background:#fff url(/static/media/clock-icon.ea2502533f05eba1a9a4.svg);background-size:auto 50%!important}input[type=email].focus,input[type=email]:focus,input[type=number].focus,input[type=number]:focus,input[type=password].focus,input[type=password]:focus,input[type=text].focus,input[type=text]:focus,textarea.focus,textarea:focus{border-color:#d9dbe5}input[type=email]:disabled,input[type=number]:disabled,input[type=password]:disabled,input[type=text]:disabled,textarea:disabled{background:#f6f8ff;cursor:not-allowed;opacity:.9}input[type=email]:disabled.read-only,input[type=number]:disabled.read-only,input[type=password]:disabled.read-only,input[type=text]:disabled.read-only,textarea:disabled.read-only{background:#fff;color:#10205b;cursor:not-allowed;opacity:1}input[type=email].form-bold,input[type=number].form-bold,input[type=password].form-bold,input[type=text].form-bold,textarea.form-bold{color:#10205b;font-weight:500}input[type=email].error,input[type=number].error,input[type=password].error,input[type=text].error,textarea.error{background:#d12f2f1a;border-color:#d12f2f1a;color:#d12f2f}input[type=email].form-small,input[type=number].form-small,input[type=password].form-small,input[type=text].form-small,textarea.form-small{padding:5px}input[type=email].form-medium,input[type=number].form-medium,input[type=password].form-medium,input[type=text].form-medium,textarea.form-medium{padding:5px;text-align:center}textarea{min-height:150px;overflow:inherit;text-overflow:inherit;white-space:inherit}textarea.small{min-height:75px}::-webkit-input-placeholder{color:#80808080;opacity:.9}::-moz-placeholder{color:#80808080;opacity:.9}:-ms-input-placeholder{color:#80808080;opacity:.9}:-moz-placeholder{color:#80808080;opacity:.9}.file{cursor:pointer;display:inline-block;min-width:120px;position:relative}.file input{cursor:pointer;height:100%;left:0;opacity:0;position:absolute;top:0;width:100%}.file .file-custom{background:#f4b832;border:1px solid #f4b832;border-radius:4px;color:#fff;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;overflow:hidden;padding:7.5px 12px;text-align:center;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.file.disabled{opacity:.9}.file.disabled,.file.disabled input{cursor:not-allowed}.file.disabled .file-custom{background:#f6f8ff;border-color:#d9dbe5;color:#80808080;cursor:not-allowed}label{color:#10205b;font-family:HelveticaNeue-Regular;font-size:12px;font-weight:400;line-height:1.4}label em{color:red}label .hide{font-size:100%;list-style:none;vertical-align:initial}.indicator{background-color:#f4b832;border:1px solid #f4b832;border-radius:4px;color:#fff;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;overflow:hidden;padding:7.5px 15px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.indicator-small{font-size:12px;padding:5px 10px}.indicator-success{background-color:#d7eff0;border:1px solid #d7eff0;color:#37afb4;padding:3px 5px}.required{color:#f4b832}.eye-icon{align-items:center;display:flex;justify-content:center}.eye-icon img{width:24px}.button,.button-large,.button-small,button,button-large,button-small,input[type=submit]{-webkit-appearance:none;appearance:none;background-color:#f4b832;border:1px solid #f4b832;border-radius:4px;color:#fff;cursor:pointer;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;outline:0;overflow:hidden;padding:7.5px 15px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.button-small,button-small{font-size:12px;padding:5px 10px}.button-large,button-large{font-size:16px;padding:10px 20px}input[type=submit]:hover{background-color:#f4a332;border-color:#f4a332;color:#fff}.button-reco-export-pdf,button-reco-export-pdf{color:#fff!important;padding:7.5px 15px!important}.button:hover,button:hover{background-color:#f4a332;border-color:#f4a332;color:#fff}.button:disabled,button:disabled{background-color:#ecedf2;border:1px solid #ecedf2;color:#70799d;cursor:not-allowed}.button:disabled:hover,button:disabled:hover{background-color:#ecedf2;border-color:#ecedf2;color:#70799d}.button.MuiIconButton-root,button.MuiIconButton-root{border:0}.button-full,button-full{text-align:center;width:100%}.button-border,button-border{background-color:initial;border:1px solid #f4b832;color:#10205b}.button-icon-share,button-icon-share{background-image:url(/static/media/share-icon.d3a502b406157fee2c92.svg)}.button-icon-share,.button-icon-share:hover,button-icon-share,button-icon-share:hover{background-position:15px;background-repeat:no-repeat;background-size:auto 16px;padding-left:40px}.button-icon-share:hover,button-icon-share:hover{background-image:url(/static/media/share-icon-white.8bfcc23c5ed600c092fe.svg)}.button-icon-back,button-icon-back{background-image:url(/static/media/left-arrow-icon.288029d3c88b1f0cf5ec.svg)}.button-icon-back,.button-icon-back:hover,button-icon-back,button-icon-back:hover{background-position:10px;background-repeat:no-repeat;background-size:auto 35%;padding-left:24px}.button-icon-back:hover,button-icon-back:hover{background-image:url(/static/media/left-arrow-icon-white.d57851ddef93866b433e.svg)}.button-icon-attachment,button-icon-attachment{background-image:url(/static/media/paper-clip-icon.d6070f4cdf55033ab80b.svg);background-position:10px;background-repeat:no-repeat;background-size:auto 90%;padding-left:42px}.button-icon-attachment:hover,button-icon-attachment:hover{background-image:url(/static/media/paper-clip-icon-white.388a277f2fc64e5ef4f5.svg);background-position:10px;background-repeat:no-repeat;background-size:auto 90%;padding-left:42px}.button-icon-accepted,.button-icon-accepted:hover,button-icon-accepted,button-icon-accepted:hover{background-image:url(/static/media/accepted-icon.fa2716b11b288c856f51.svg);background-position:15px;background-repeat:no-repeat;background-size:auto 25%;padding-left:36px}.button-iconic,button-iconic{-moz-align-items:center;align-items:center;background-color:#ecedf2;border:none;border-radius:28px;color:#10205b;display:-moz-flex;display:flex;height:28px;-moz-justify-content:center;justify-content:center;padding:0;width:28px}.button-iconic:hover,button-iconic:hover{background-color:#f4a332;border-color:#f4a332;color:#10205b}.button-iconic img,button-iconic img{height:12px;width:12px}.button-iconic-download,button-iconic-download{height:32px;width:32px}.button-iconic-download,.button-iconic-download-small,button-iconic-download,button-iconic-download-small{background-image:url(/static/media/download-icon.63d73a530ebd3ad532f6.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 50%}.button-iconic-download-small,button-iconic-download-small{height:24px;width:24px}.button-iconic-download-small:hover,.button-iconic-download:hover,button-iconic-download-small:hover,button-iconic-download:hover{background-image:url(/static/media/download-icon-white.c01a40049bfc53168aff.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 50%}.button-iconic-trash,button-iconic-trash{background-image:url(/static/media/delete.cf603b73585775f7d931.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 70%;height:32px;width:32px}.button-iconic-trash:hover,button-iconic-trash:hover{background-image:url(/static/media/delete-white.979d9d488369a150af26.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 70%}.button-iconic-calendar,button-iconic-calendar{background-image:url(/static/media/calendar-icon.84077f87c1f1db7eac06.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 70%;height:32px;width:32px}.button-iconic-calendar:hover,button-iconic-calendar:hover{background-image:url(/static/media/calendar-icon-light.90806884f8e4a888c8ca.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 100%}.button-iconic-more,button-iconic-more{height:32px;width:32px}.button-iconic-more,.button-iconic-more:hover,button-iconic-more,button-iconic-more:hover{background-image:url(/static/media/dots-icon.6a512fac3e79adfc3f8f.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 75%}.button-iconic-close,.button-iconic-close:hover,button-iconic-close,button-iconic-close:hover{background-image:url(/static/media/close-icon.49db5beba99d40c1c965.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 50%}.button-iconic-down-arrow,button-iconic-down-arrow{background-image:url(/static/media/down-arrow-icon.3189d3e02f048fecebab.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 25%}.button-iconic-down-arrow:hover,button-iconic-down-arrow:hover{background-image:url(/static/media/down-arrow-icon-white.218b56f9985b883e09d7.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 25%}.button-iconic-up-arrow,button-iconic-up-arrow{background-image:url(/static/media/up-arrow-icon.904447d179b8d3cc6e38.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 25%}.button-iconic-up-arrow:hover,button-iconic-up-arrow:hover{background-image:url(/static/media/up-arrow-icon-white.65b1d4a11d4586ed8f65.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 25%}.button-iconic-prev,button-iconic-prev{background-image:url(/static/media/left-arrow-icon.288029d3c88b1f0cf5ec.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 35%}.button-iconic-prev:hover,button-iconic-prev:hover{background-image:url(/static/media/left-arrow-icon-white.d57851ddef93866b433e.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 35%}.button-iconic-next,button-iconic-next{background-image:url(/static/media/right-arrow-icon.ae76c9528f5b03cbd5e1.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 35%}.button-iconic-next:hover,button-iconic-next:hover{background-image:url(/static/media/right-arrow-icon-white.2490f7c24589cd5201b3.svg);background-position:50%;background-repeat:no-repeat;background-size:auto 35%}.button-iconic-small,button-iconic-small{height:24px;width:24px}.button-primary,button-primary{background-color:#f4b832;border:1px solid #f4b832;color:#fff}.button-primary:hover,button-primary:hover{background-color:#f4a332;border-color:#f4a332;color:#fff}.button-secondary,button-secondary{background-color:#ecedf2;border:1px solid #ecedf2;color:#10205b}.button-secondary:hover,button-secondary:hover{background-color:#f4a332;border-color:#f4a332;color:#fff}.button-input,button-input{background-color:#fff;border:0 solid #ecedf2;color:#10205b;position:absolute;right:8px;top:8px}.button-input:hover,button-input:hover{background-color:#fff;border-color:#f4a332;color:#fff}.button-coming-soon,button-coming-soon{font-size:12px;font-weight:600;text-align:center}.button-coming-soon,.button-status,button-coming-soon,button-status{background-color:#fdf1d6;border:1px solid #fdf1d6;color:#f4b832;max-width:100%;padding:3px 5px}.button-status-active,.button-status:hover,button-status-active,button-status:hover{background-color:#f4b832;border:1px solid #f4b832;color:#fff;padding:3px 5px}.button-archived,button-archived{cursor:default}.button-archived,.button-archived-active,.button-archived:hover,button-archived,button-archived-active,button-archived:hover{background-color:#ecedf2;border:1px solid #ecedf2;color:#10205b;padding:3px 5px}.button-folder,button-folder{background-color:#f3f4f5;border:1px solid #f3f4f5;color:#10205b;overflow:visible;padding:3px 5px}.button-folder span,button-folder span{color:#f4b832;font-weight:600}.button-folder-active,.button-folder:hover,button-folder-active,button-folder:hover{background-color:#f4b832;border:1px solid #f4b832;color:#fff;padding:3px 5px}.button-folder-active span,.button-folder:hover span,button-folder-active span,button-folder:hover span{color:#fff;font-weight:600}@media only screen and (max-width:41rem){.button.MuiIconButton-root,button.MuiIconButton-root{padding-left:0;padding-right:0}.MuiToolbar-gutters{padding-left:0!important;padding-right:0!important}}input[type=checkbox],input[type=radio]{--active:#666;--active-inner:#fff;--focus:0 #c3c6cc;--border:#ccc;--border-hover:#666;--background:#fff;--disabled:#f6f8ff;--disabled-inner:#e1e6f9;-webkit-appearance:none;-moz-appearance:none;background:var(--background);background:var(--b,var(--background));border:1px solid var(--bc,var(--border));cursor:pointer;display:inline-block;height:21px;margin:0;outline:none;position:relative;transition:background .3s,border-color .3s,box-shadow .2s;vertical-align:middle}input[type=checkbox]:after,input[type=radio]:after{content:"";display:block;left:0;position:absolute;top:0;transition:transform .3s ease,opacity .2s;transition:transform var(--d-t,.3s) var(--d-t-e,ease),opacity var(--d-o,.2s)}input[type=checkbox]:checked,input[type=radio]:checked{--b:var(--active-inner);--bc:var(--border);--d-o:0.3s;--d-t:0.6s;--d-t-e:cubic-bezier(0.2,0.85,0.32,1.2)}input[type=checkbox]:disabled,input[type=radio]:disabled{--b:var(--disabled);cursor:not-allowed;opacity:.9}input[type=checkbox]:disabled:checked,input[type=radio]:disabled:checked{--b:var(--disabled-inner);--bc:var(--border)}input[type=checkbox]:disabled+label,input[type=radio]:disabled+label{cursor:not-allowed}input[type=checkbox]:disabled.read-only,input[type=radio]:disabled.read-only{background:var(--background);border:1px solid var(--border);cursor:not-allowed;opacity:1}input[type=checkbox].terms,input[type=checkbox]:hover:not(:checked):not(:disabled),input[type=radio].terms,input[type=radio]:hover:not(:checked):not(:disabled){--bc:var(--border-hover)}input[type=checkbox]:focus,input[type=radio]:focus{box-shadow:0 0 0 var(--focus)}input[type=checkbox]:not(.switch),input[type=radio]:not(.switch){width:21px}input[type=checkbox]:not(.switch):after,input[type=radio]:not(.switch):after{opacity:0;opacity:var(--o,0)}input[type=checkbox]:not(.switch):checked,input[type=radio]:not(.switch):checked{--o:1}input[type=checkbox]+label,input[type=radio]+label{color:#10205b;cursor:pointer;font-family:HelveticaNeue-Regular;font-size:13px;font-weight:400;line-height:1.4;margin-left:10px;text-transform:none;vertical-align:middle}input[type=checkbox]:not(.switch){border-radius:4px}input[type=checkbox]:not(.switch):after{border:2px solid var(--active);border-left:0;border-top:0;height:9px;left:7px;top:4px;transform:rotate(20deg);transform:rotate(var(--r,20deg));width:5px}input[type=checkbox]:not(.switch):checked{--r:43deg}input[type=checkbox].switch{border-radius:11px;width:38px}input[type=checkbox].switch:after{background:var(--border);background:var(--ab,var(--border));border-radius:50%;height:15px;left:2px;top:2px;transform:translateX(0);transform:translateX(var(--x,0));width:15px}input[type=checkbox].switch:checked{--ab:var(--active);--x:17px}input[type=checkbox].switch:disabled:not(:checked):after{opacity:.6}input[type=radio]{border-radius:50%}input[type=radio]:after{background:var(--active);border-radius:50%;height:19px;opacity:0;transform:scale(.7);transform:scale(var(--s,.7));width:19px}input[type=radio]:checked{--s:0.5}input[type=radio].boxy-radio:not(.switch){border-radius:4px}input[type=radio].boxy-radio:not(.switch):after{background:none;border:2px solid var(--active);border-left:0;border-radius:0;border-top:0;height:9px;left:7px;top:4px;transform:rotate(20deg);transform:rotate(var(--r,20deg));width:5px}input[type=radio].boxy-radio:not(.switch):checked{--r:43deg}.radio-group{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex;-moz-justify-content:flex-start;justify-content:flex-start}.radio-group label{margin-right:10px}.checkbox-group{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex;-moz-justify-content:flex-start;justify-content:flex-start}.checkbox-group label{margin-right:10px}@media only screen and (max-width:767px){.checkbox-group,.radio-group{flex-wrap:wrap}}.toggle-no-lable input[type=checkbox]+label,.toggle-no-lable input[type=radio]+label{display:none!important}.select,select{-webkit-appearance:none;appearance:none;background:#ecedf2 url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat;background-size:10px;border:1px solid #ecedf2;border-radius:4px;color:#10205b;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;outline:0;overflow:hidden;padding:10px 15px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.select.focus,.select:focus,select.focus,select:focus{border-color:#ecedf2}.select:disabled,select:disabled{background:#f6f8ff url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat;background-size:10px;cursor:not-allowed;opacity:.9}.select:disabled.read-only,select:disabled.read-only{background:#ecedf2 url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat;background-size:10px;color:#10205b;cursor:not-allowed;opacity:1}.select.error,select.error{background:#d12f2f1a url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat;background-size:10px;border-color:#d12f2f1a;color:#d12f2f}.select.form-medium,.select.form-small,select.form-medium,select.form-small{padding:5px}.select{background:#0000;border:0 solid #d9dbe5;border-radius:0;overflow:inherit;padding:7.5px 30px 7.5px 12px;position:relative}.select input[type=checkbox]{height:100%!important;left:0;opacity:0;position:absolute;top:0;width:100%!important}.select input[type=checkbox]:checked~.options{display:block}.select input[type=checkbox]:checked~i.toggle.icon-arrow-down-2{display:none}.select input[type=checkbox]:checked~i.toggle.icon-arrow-up-2,.select input[type=checkbox]:not(:checked)~i.toggle.icon-arrow-down-2{display:block}.select input[type=checkbox]:not(:checked)~i.toggle.icon-arrow-up-2{display:none}.select .icon{position:absolute;right:8px;top:50%;transform:translateY(-50%)}.select .placeholder span{color:#10205b;display:block}.select .options{background:#fff;border:1px solid #d9dbe5;border-radius:4px;display:none;left:0;position:absolute;top:100%;width:100%}.select .options-item{border:0;border-bottom:1px solid #d9dbe5;color:#10205b;cursor:pointer;display:block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden;padding:7.5px 30px 7.5px 12px;text-overflow:ellipsis;white-space:nowrap;width:100%}.select .options-item:last-child{border:0;border-bottom:0 solid #d9dbe5}.select .options-item:hover{background:#ecedf2}.select .options-item span{color:#10205b;display:block}.dropdown{display:inline-block;position:relative}.dropdown input[type=checkbox]{height:100%!important;left:0;opacity:0;position:absolute;top:0;width:100%!important}.dropdown input[type=checkbox]:checked~.dropdown-option{display:block}.dropdown .dropdown-option{background:#fff;border:1px solid #d9dbe5;border-radius:4px;display:none;left:0;padding:10px;position:absolute;top:28px;width:100%;z-index:1}.dropdown .dropdown-option-visible{display:block}.dropdown .dropdown-option-medium{width:280px}.dropdown .dropdown-option-small{width:180px}.dropdown .dropdown-option-position-right{left:inherit;right:0}.dropdown .dropdown-option-position-center{left:50%;transform:translate(-50%)}.dropdown .dropdown-option-item{color:#10205b;cursor:pointer;display:block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden;padding:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.dropdown .dropdown-option-item:last-child{border:0;border-bottom:0 solid #d9dbe5}.dropdown .dropdown-option-item-seperator{border:0;border-bottom:1px solid #d9dbe5}.dropdown .dropdown-option-item:hover{background:#ecedf2}.dropdown .dropdown-option-item:hover p,.dropdown .dropdown-option-item:hover span{color:#10205b}.dropdown .dropdown-option-item-no-hover{cursor:inherit}.dropdown .dropdown-option-item-no-hover:hover{background:#0000}.dropdown .dropdown-option-item-no-hover:hover p,.dropdown .dropdown-option-item-no-hover:hover span{color:#10205b}.dropdown .dropdown-option-item span{color:#10205b;font-weight:600}.dropdown .dropdown-option-item p{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.dropdown .dropdown-option-item-group-seperator{background-color:#eee;margin-left:-10px;margin-right:-10px;padding:5px 10px;width:calc(100% + 20px)}.MuiAutocomplete-root.search-medicine-wrapper .MuiIconButton-label{background:url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) 50% no-repeat;background-size:10px}.MuiAutocomplete-root.search-medicine-wrapper .MuiIconButton-label svg{opacity:0}.alert-danger,.alert-danger-large,.alert-danger-small,.alert-info,.alert-info-large,.alert-info-small,.alert-success,.alert-success-large,.alert-success-small,.alert-warning,.alert-warning-large,.alert-warning-small{align-items:center;border-radius:6px;display:flex;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin-bottom:10px;padding:20px;width:100%}.alert-danger p,.alert-danger-large p,.alert-danger-large:before,.alert-danger-small p,.alert-danger-small:before,.alert-danger:before,.alert-info p,.alert-info-large p,.alert-info-large:before,.alert-info-small p,.alert-info-small:before,.alert-info:before,.alert-success p,.alert-success-large p,.alert-success-large:before,.alert-success-small p,.alert-success-small:before,.alert-success:before,.alert-warning p,.alert-warning-large p,.alert-warning-large:before,.alert-warning-small p,.alert-warning-small:before,.alert-warning:before{float:left}.alert-danger-large:before,.alert-danger-small:before,.alert-danger:before,.alert-info-large:before,.alert-info-small:before,.alert-info:before,.alert-success-large:before,.alert-success-small:before,.alert-success:before,.alert-warning-large:before,.alert-warning-small:before,.alert-warning:before{border-radius:28px;content:"";display:inline-block;height:28px;margin-right:10px;width:28px}.alert-danger-small,.alert-info-small,.alert-success-small,.alert-warning-small{padding:10px}.alert-danger-small p,.alert-info-small p,.alert-success-small p,.alert-warning-small p{font-size:12px}.alert-danger-small:before,.alert-info-small:before,.alert-success-small:before,.alert-warning-small:before{border-radius:18px;height:18px;width:18px}.alert-danger-large,.alert-info-large,.alert-success-large,.alert-warning-large{padding:30px}.alert-danger-large p,.alert-info-large p,.alert-success-large p,.alert-warning-large p{font-size:24px}.alert-danger-large:before,.alert-info-large:before,.alert-success-large:before,.alert-warning-large:before{border-radius:40px;height:40px;width:40px}.alert-success,.alert-success-large,.alert-success-small{background:#d7eff0}.alert-success-large:before,.alert-success-small:before,.alert-success:before{background-color:#37afb4}.alert-success p,.alert-success-large p,.alert-success-small p{color:#37afb4}.alert-success-small{background:#d7eff0}.alert-success-small:before{background-color:#37afb4}.alert-success-small p{color:#37afb4}.alert-success-large{background:#d7eff0}.alert-success-large:before{background-color:#37afb4}.alert-success-large p{color:#37afb4}.alert-danger,.alert-danger-large,.alert-danger-small{background:#d12f2f1a}.alert-danger-large:before,.alert-danger-small:before,.alert-danger:before{background-color:#d12f2f}.alert-danger p,.alert-danger-large p,.alert-danger-small p{color:#d12f2f}.alert-danger-small{background:#d12f2f1a}.alert-danger-small:before{background-color:#d12f2f}.alert-danger-small p{color:#d12f2f}.alert-danger-large{background:#d12f2f1a}.alert-danger-large:before{background-color:#d12f2f}.alert-danger-large p{color:#d12f2f}.alert-warning,.alert-warning-large,.alert-warning-small{background:#f4b832}.alert-warning-large:before,.alert-warning-small:before,.alert-warning:before{background-color:#f4a332}.alert-warning p,.alert-warning-large p,.alert-warning-small p{color:#f4a332}.alert-warning-small{background:#f4b832}.alert-warning-small:before{background-color:#f4a332}.alert-warning-small p{color:#f4a332}.alert-warning-large{background:#f4b832}.alert-warning-large:before{background-color:#f4a332}.alert-warning-large p{color:#f4a332}.alert-info,.alert-info-large,.alert-info-small{background:#d9dbe5}.alert-info-large:before,.alert-info-small:before,.alert-info:before{background-color:#10205b}.alert-info p,.alert-info-large p,.alert-info-small p{color:#10205b}.alert-info-small{background:#d9dbe5}.alert-info-small:before{background-color:#10205b}.alert-info-small p{color:#10205b}.alert-info-large{background:#d9dbe5}.alert-info-large:before{background-color:#10205b}.alert-info-large p{color:#10205b}.loading{font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;left:50%;line-height:1.4;position:absolute;text-align:center;top:50%;transform:translate(-50%,-50%)}.loading span{display:block}.sidebar{display:flex;-moz-flex-direction:column;flex-direction:column;height:100vh;left:0;position:fixed;top:0;width:250px;z-index:1}.sidebar-logo{padding:20px}.sidebar-blue{background:#10205b}.sidebar-menu{padding:20px}.sidebar-menu ul li a{align-items:center;background-position:15px;background-repeat:no-repeat;background-size:16px;border-radius:6px;color:#10205b;display:flex;font-family:HelveticaNeue-Regular;font-size:15px;font-weight:400;line-height:1.4;padding:10px 20px 10px 42px;position:relative}.sidebar-menu ul li a:hover{color:#f4b832}.sidebar-menu ul li a.active{background-color:#fff;color:#f4b832}.sidebar-menu-dashboard{background-image:url(/static/media/dashboard.340aff41d40e4fa8337e.svg)}.sidebar-menu-dashboard.active,.sidebar-menu-dashboard:hover{background-color:#fff;background-image:url(/static/media/dashboard_over.e33c2a4ec8b41bc54c2b.svg);color:#f4b832}.sidebar-menu-cases,.sidebar-menu-files{background-image:url(/static/media/cases.5dd8c6d7206de10f7719.svg)}.sidebar-menu-cases.active,.sidebar-menu-cases:hover,.sidebar-menu-files.active,.sidebar-menu-files:hover{background-color:#fff;background-image:url(/static/media/cases_over.d072a767f44fd5e9b83d.svg);color:#f4b832}.sidebar-menu-surveys{background-image:url(/static/media/surveys.f3415f0f5b953109089a.svg)}.sidebar-menu-surveys.active,.sidebar-menu-surveys:hover{background-color:#fff;background-image:url(/static/media/surveys_over.9f36d0d7daa969ce57ee.svg);color:#f4b832}.sidebar-menu-medical-assessments{background-image:url(/static/media/medical-assessments.87dc885c67556c5077a6.svg)}.sidebar-menu-medical-assessments.active,.sidebar-menu-medical-assessments:hover{background-color:#fff;background-image:url(/static/media/medical-assessments_over.cda44d8fe1c15fe5dcd2.svg);color:#f4b832}.sidebar-menu-reports{background-image:url(/static/media/reports.b85240ab72ee8174008d.svg)}.sidebar-menu-reports.active,.sidebar-menu-reports:hover{background-color:#fff;background-image:url(/static/media/reports_over.ed5a4a484cd8d972d743.svg);color:#f4b832}.sidebar-menu-practitioners{background-image:url(/static/media/practitioners.7a32ccea25cbcaf32605.svg)}.sidebar-menu-practitioners.active,.sidebar-menu-practitioners:hover{background-color:#fff;background-image:url(/static/media/practitioners_over.8a72d8be579143a31c06.svg);color:#f4b832}.sidebar-menu-analytics{background-image:url(/static/media/analytics.9448f58bd4b905198b4f.svg)}.sidebar-menu-analytics.active,.sidebar-menu-analytics:hover{background-color:#fff;background-image:url(/static/media/analytics_over.2fc759cd5a49ca4e4ce6.svg);color:#f4b832}.sidebar-menu-manage-people{background-image:url(/static/media/manage-people.3ea2a6a3a61c95ae4f68.svg)}.sidebar-menu-manage-people.active,.sidebar-menu-manage-people:hover{background-color:#fff;background-image:url(/static/media/manage-people_over.68e84c8e05eb6c1d87ec.svg);color:#f4b832}.sidebar-menu-invites{background-image:url(/static/media/invites.f908ec9603864bc824f0.svg)}.sidebar-menu-invites.active,.sidebar-menu-invites:hover{background-color:#fff;background-image:url(/static/media/invites_over.50a97b52b74d8b99f17b.svg);color:#f4b832}.sidebar-menu-accounts{background-image:url(/static/media/account.e9a46166365aa0650b8c.svg)}.sidebar-menu-accounts.active,.sidebar-menu-accounts:hover{background-color:#fff;background-image:url(/static/media/account_over.590bf91bfb5eca4d2412.svg);color:#f4b832}.sidebar-menu-whats-new{background-image:url(/static/media/whats-new.0a9dd6b92b6a8cc4c4fa.svg)}.sidebar-menu-whats-new.active,.sidebar-menu-whats-new:hover{background-color:#fff;background-image:url(/static/media/whats-new_over.c9754f11a1d03d26db62.svg);color:#f4b832}.sidebar-menu-help{background-image:url(/static/media/help.58dab4251bfa1019f277.svg)}.sidebar-menu-help.active,.sidebar-menu-help:hover{background-color:#fff;background-image:url(/static/media/help_over.b418af846123681acd22.svg);color:#f4b832}.sidebar-footer{bottom:0;left:0;padding:20px;position:absolute}@media only screen and (max-width:68rem){.sidebar{width:80px}.sidebar-logo,.sidebar-menu{padding-right:0}.sidebar-menu ul li a{background-position:50%!important;padding:10px;text-indent:-99999px}}.tab-nav{border:0;border-bottom:1px solid #d9dbe5}.tab-nav ul li,.tab-nav ul li a{display:inline-block}.tab-nav ul li a{border:0;border-bottom:1px solid #0000;color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:700;line-height:1.4;padding:10px 20px;position:relative}.tab-nav ul li a:after{background:#f4b832;bottom:-4px;content:"";display:none;height:4px;left:0;position:absolute;width:100%}.tab-nav ul li a.active,.tab-nav ul li a:hover{color:#f4b832}.tab-nav ul li a.active:after,.tab-nav ul li a:hover:after{display:block}.tab-content{display:none}.tab-content-active{display:block}.pagination{-webkit-user-select:none;user-select:none}.pagination-control{border:1px solid #0000;border-radius:4px;display:inline-block;font-size:10px;height:24px;line-height:24px;min-width:24px;padding:0 4px;text-align:center;vertical-align:middle}.pagination-control a{font-weight:700}.pagination-control a:hover{color:#f4b832}.pagination-control .button-iconic{height:24px;width:24px}.pagination-pages{display:inline-block;padding:0}.pagination-pages-item{color:#999}.pagination-pages-item,.pagination-pages-page{display:inline-block;height:24px;line-height:24px;min-width:24px;padding:0 6px;text-align:center;text-decoration:none;vertical-align:middle}.pagination-pages-page{color:#10205b;font-weight:700}.pagination-pages-page:first-child{margin-left:10px}.pagination-pages-page:last-child{margin-right:10px}.pagination-pages-page-current,.pagination-pages-page:hover{position:relative}.pagination-pages-page-current:after,.pagination-pages-page:hover:after{background:#f4b832;bottom:0;content:"";height:2px;left:0;position:absolute;width:100%}.toasts{position:fixed;right:0;top:0;z-index:6}.toasts_top-padding{top:50px}.toasts .toast{background:#fff;border-radius:6px;box-shadow:0 10px 20px 0 #0000000f;display:block;margin:20px 16px;overflow:hidden;padding:16px 28px;position:relative;width:400px}.toasts .toast,.toasts .toast:hover,.toasts .toast:visited{text-decoration:none}.toasts .toast:before{bottom:0;content:"";display:inline-block;left:0;position:absolute;top:0;width:4px}.toasts .toast-type-success:before{background:#35cc62}.toasts .toast-type-error:before{background:#ed2b4f}.toasts .toast-type-warning:before{background:#e3871f}.toasts .toast-type-info:before{background:#2b50ed}.toasts .toast-title{color:#2e3a49;font-size:16px;font-weight:500;line-height:1.4}.toasts .toast-description{color:#768191;font-size:14px;line-height:1.25;margin-top:8px}.progress-bar{background:#d7eff0;background:#fdf1d6;border-radius:4px;height:4px;position:relative;width:100%}.progress-bar span{background:#37afb4;border-radius:4px;height:100%;width:0}.progress-bar span,.progress-bar-indicator{left:0;position:absolute;top:0}.range-slider-bar{background:#d7eff0;border-radius:4px;height:4px;position:relative;width:100%}.range-slider-bar span{background:#37afb4;border-radius:4px;height:100%;width:0}.range-slider-bar span,.range-slider-bar-indicator{left:0;position:absolute;top:0}.accordion-row{border:0;border-bottom:1px solid #d9dbe5;padding:.5rem 0}.accordion-title{color:#10205b;font-size:16px;position:relative}.accordion-title:after{-moz-align-items:center;align-items:center;background:#eee url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) 50% no-repeat;background-size:50%;border:none;border-radius:28px;content:"";display:-moz-flex;display:flex;height:28px;-moz-justify-content:center;justify-content:center;padding:0;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:28px}.accordion-title-full-arrow:after{right:0!important}.accordion-title-active{position:relative}.accordion-title-active:after{-moz-align-items:center;align-items:center;background:#eee url(/static/media/up-arrow.395aba735fddf3283130.svg) 50% no-repeat;background-size:50%;border:none;border-radius:28px;content:"";display:-moz-flex;display:flex;height:28px;-moz-justify-content:center;justify-content:center;padding:0;position:absolute;right:15px;top:50%;transform:translateY(-50%);width:28px}.accordion-content{display:none;margin:0 -1rem}.accordion-content-active{display:block}.overlay{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex;height:100vh;-moz-justify-content:center;justify-content:center;left:0;opacity:0;position:absolute;top:0;visibility:hidden;width:100%;z-index:1000}.overlay.visible{opacity:1;visibility:visible}.overlay-background{background:#333;height:100%;left:0;opacity:.5;position:fixed;top:0;width:100%}.overlay-wrapper{background:#fff;border-radius:6px;max-width:600px;padding:30px;position:relative;width:100%;z-index:1}.overlay-wrapper-small{max-width:320px}.overlay-wrapper-full{max-width:1280px;width:90vw}.overlay label{display:block;margin-bottom:10px}.overlay input[type=checkbox]+label,.overlay input[type=radio]+label{margin-bottom:0}.overlay .people{display:-moz-flex;display:flex}.overlay .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.overlay .people-details{color:#10205b}.overlay .people-name{color:#10205b;display:block}.form-icon-search+.dropdown{height:36px;position:absolute;width:400px}.form-icon-search+.dropdown .dropdown-option{top:36px;width:400px}.form-icon-search+.dropdown .dropdown-option .row:first-child div[class^=col]{padding-top:10px}.form-icon-search+.dropdown .dropdown-option .people{display:-moz-flex;display:flex;margin-bottom:10px}.form-icon-search+.dropdown .dropdown-option .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.form-icon-search+.dropdown .dropdown-option .people-details{color:#10205b}.form-icon-search+.dropdown .dropdown-option .people-name{color:#10205b;display:block}.form-icon-search+.dropdown .dropdown-option p a{color:#10205b;font-weight:600}.form-icon-search+.dropdown .dropdown-option .button-iconic{height:20px;width:20px}.search-result .row div[class^=col]:first-child{padding-left:0}.search-result .row div[class^=col]:last-child{padding-right:0}.search-result .people{display:-moz-flex;display:flex;margin-bottom:10px}.search-result .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.search-result .people-details{color:#10205b}.search-result .people-name{color:#10205b;display:block}.search-result p a{color:#10205b;font-weight:600}.main-footer-social{display:inline-block;height:18px;margin-right:10px;width:18px}.main-footer-facebook{background:url(/static/media/facebook.f54c4ecf124f78b48dec.svg) 50% no-repeat}.main-footer-twitter{background:url(/static/media/twitter.d8f2b95a65f38b6cbfb4.svg) 50% no-repeat}.main-footer-linkedin{background:url(/static/media/linkedin.b144938c2bdd759399d4.svg) 50% no-repeat}.main-footer-instagram{background:url(/static/media/instagram.3eddddbbea83c358de6f.svg) 50% no-repeat}.row{box-sizing:border-box;display:flex;flex:0 1 auto;flex-direction:row;flex-wrap:wrap;margin:0 auto;width:100%;&.no-wrap{flex-wrap:nowrap}}.row-head{color:#10205b}.row-head .button-iconic{display:inline-block;height:18px;width:18px}.row-separator{border:0;border-bottom:1px solid #d9dbe5}.row-head-fix{background:#fff;left:0;margin:1rem;padding:0 50px 0 40px;position:fixed;top:52px;width:calc(100% - 2rem);z-index:1}.row.row-link{cursor:pointer;position:relative;transition:all .1s ease;z-index:0}.row.row-link:after{background:#fff;content:"";height:100%;left:-20px;position:absolute;top:0;width:calc(100% + 40px);z-index:-1}.row.row-link:hover{box-shadow:0 0 20px #0000001a;position:relative;transform:scale(1.005);z-index:1}.row.reverse{flex-direction:row-reverse}.row.natural-height{align-items:flex-start}.row.flex-column{flex-direction:column}.col{box-sizing:border-box;flex-basis:0;flex-grow:1;max-width:100%;padding:1rem}.col.middle{align-items:center}.col.reverse{flex-direction:column-reverse}.first{order:-1}.last{order:1}.align-start{align-self:flex-start}.align-end{align-self:flex-end}.align-center{align-self:center}.align-baseline{align-self:baseline}.align-stretch{align-self:stretch}.relative{position:relative}.col-xs{flex-basis:0;flex-grow:1;max-width:100%}.col-xs,.col-xs-1{box-sizing:border-box;padding:1rem}.col-xs-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xs-offset-1{margin-left:8.3333333333%}.col-xs-1-hline-left{border-left:1px solid #ccc}.col-xs-1-hline-right{border-right:1px solid #ccc}.col-xs-2{box-sizing:border-box;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:1rem}.col-xs-offset-2{margin-left:16.6666666667%}.col-xs-2-hline-left{border-left:1px solid #ccc}.col-xs-2-hline-right{border-right:1px solid #ccc}.col-xs-3{box-sizing:border-box;flex-basis:25%;max-width:25%;padding:1rem}.col-xs-offset-3{margin-left:25%}.col-xs-3-hline-left{border-left:1px solid #ccc}.col-xs-3-hline-right{border-right:1px solid #ccc}.col-xs-4{box-sizing:border-box;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:1rem}.col-xs-offset-4{margin-left:33.3333333333%}.col-xs-4-hline-left{border-left:1px solid #ccc}.col-xs-4-hline-right{border-right:1px solid #ccc}.col-xs-5{box-sizing:border-box;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:1rem}.col-xs-offset-5{margin-left:41.6666666667%}.col-xs-5-hline-left{border-left:1px solid #ccc}.col-xs-5-hline-right{border-right:1px solid #ccc}.col-xs-6{box-sizing:border-box;flex-basis:50%;max-width:50%;padding:1rem}.col-xs-offset-6{margin-left:50%}.col-xs-6-hline-left{border-left:1px solid #ccc}.col-xs-6-hline-right{border-right:1px solid #ccc}.col-xs-7{box-sizing:border-box;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:1rem}.col-xs-offset-7{margin-left:58.3333333333%}.col-xs-7-hline-left{border-left:1px solid #ccc}.col-xs-7-hline-right{border-right:1px solid #ccc}.col-xs-8{box-sizing:border-box;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:1rem}.col-xs-offset-8{margin-left:66.6666666667%}.col-xs-8-hline-left{border-left:1px solid #ccc}.col-xs-8-hline-right{border-right:1px solid #ccc}.col-xs-9{box-sizing:border-box;flex-basis:75%;max-width:75%;padding:1rem}.col-xs-offset-9{margin-left:75%}.col-xs-9-hline-left{border-left:1px solid #ccc}.col-xs-9-hline-right{border-right:1px solid #ccc}.col-xs-10{box-sizing:border-box;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:1rem}.col-xs-offset-10{margin-left:83.3333333333%}.col-xs-10-hline-left{border-left:1px solid #ccc}.col-xs-10-hline-right{border-right:1px solid #ccc}.col-xs-11{box-sizing:border-box;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:1rem}.col-xs-offset-11{margin-left:91.6666666667%}.col-xs-11-hline-left{border-left:1px solid #ccc}.col-xs-11-hline-right{border-right:1px solid #ccc}.col-xs-12{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}.col-xs-offset-12{margin-left:100%}.col-xs-12-hline-left{border-left:1px solid #ccc}.col-xs-12-hline-right{border-right:1px solid #ccc}.row.start-xs{justify-content:flex-start}.row.center-xs{justify-content:center}.row.end-xs{justify-content:flex-end}.row.top-xs{align-items:flex-start}.row.middle-xs{align-items:center}.row.bottom-xs{align-items:flex-end}.row.around-xs{justify-content:space-around}.row.between-xs{justify-content:space-between}.first-xs{order:-1}.last-xs{order:1}@media only screen and (min-width:41rem){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.col-sm,.col-sm-1{box-sizing:border-box;padding:1rem}.col-sm-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-sm-offset-1{margin-left:8.3333333333%}.col-sm-1-hline-left{border-left:1px solid #ccc}.col-sm-1-hline-right{border-right:1px solid #ccc}.col-sm-2{box-sizing:border-box;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:1rem}.col-sm-offset-2{margin-left:16.6666666667%}.col-sm-2-hline-left{border-left:1px solid #ccc}.col-sm-2-hline-right{border-right:1px solid #ccc}.col-sm-3{box-sizing:border-box;flex-basis:25%;max-width:25%;padding:1rem}.col-sm-offset-3{margin-left:25%}.col-sm-3-hline-left{border-left:1px solid #ccc}.col-sm-3-hline-right{border-right:1px solid #ccc}.col-sm-4{box-sizing:border-box;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:1rem}.col-sm-offset-4{margin-left:33.3333333333%}.col-sm-4-hline-left{border-left:1px solid #ccc}.col-sm-4-hline-right{border-right:1px solid #ccc}.col-sm-5{box-sizing:border-box;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:1rem}.col-sm-offset-5{margin-left:41.6666666667%}.col-sm-5-hline-left{border-left:1px solid #ccc}.col-sm-5-hline-right{border-right:1px solid #ccc}.col-sm-6{box-sizing:border-box;flex-basis:50%;max-width:50%;padding:1rem}.col-sm-offset-6{margin-left:50%}.col-sm-6-hline-left{border-left:1px solid #ccc}.col-sm-6-hline-right{border-right:1px solid #ccc}.col-sm-7{box-sizing:border-box;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:1rem}.col-sm-offset-7{margin-left:58.3333333333%}.col-sm-7-hline-left{border-left:1px solid #ccc}.col-sm-7-hline-right{border-right:1px solid #ccc}.col-sm-8{box-sizing:border-box;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:1rem}.col-sm-offset-8{margin-left:66.6666666667%}.col-sm-8-hline-left{border-left:1px solid #ccc}.col-sm-8-hline-right{border-right:1px solid #ccc}.col-sm-9{box-sizing:border-box;flex-basis:75%;max-width:75%;padding:1rem}.col-sm-offset-9{margin-left:75%}.col-sm-9-hline-left{border-left:1px solid #ccc}.col-sm-9-hline-right{border-right:1px solid #ccc}.col-sm-10{box-sizing:border-box;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:1rem}.col-sm-offset-10{margin-left:83.3333333333%}.col-sm-10-hline-left{border-left:1px solid #ccc}.col-sm-10-hline-right{border-right:1px solid #ccc}.col-sm-11{box-sizing:border-box;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:1rem}.col-sm-offset-11{margin-left:91.6666666667%}.col-sm-11-hline-left{border-left:1px solid #ccc}.col-sm-11-hline-right{border-right:1px solid #ccc}.col-sm-12{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}.col-sm-offset-12{margin-left:100%}.col-sm-12-hline-left{border-left:1px solid #ccc}.col-sm-12-hline-right{border-right:1px solid #ccc}.row.start-sm{justify-content:flex-start}.row.center-sm{justify-content:center}.row.end-sm{justify-content:flex-end}.row.top-sm{align-items:flex-start}.row.middle-sm{align-items:center}.row.bottom-sm{align-items:flex-end}.row.around-sm{justify-content:space-around}.row.between-sm{justify-content:space-between}.first-sm{order:-1}.last-sm{order:1}}@media only screen and (min-width:65rem) and (not (max-width:65rem)){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.col-md,.col-md-1{box-sizing:border-box;padding:1rem}.col-md-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-md-offset-1{margin-left:8.3333333333%}.col-md-1-hline-left{border-left:1px solid #ccc}.col-md-1-hline-right{border-right:1px solid #ccc}.col-md-2{box-sizing:border-box;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:1rem}.col-md-offset-2{margin-left:16.6666666667%}.col-md-2-hline-left{border-left:1px solid #ccc}.col-md-2-hline-right{border-right:1px solid #ccc}.col-md-3{box-sizing:border-box;flex-basis:25%;max-width:25%;padding:1rem}.col-md-offset-3{margin-left:25%}.col-md-3-hline-left{border-left:1px solid #ccc}.col-md-3-hline-right{border-right:1px solid #ccc}.col-md-4{box-sizing:border-box;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:1rem}.col-md-offset-4{margin-left:33.3333333333%}.col-md-4-hline-left{border-left:1px solid #ccc}.col-md-4-hline-right{border-right:1px solid #ccc}.col-md-5{box-sizing:border-box;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:1rem}.col-md-offset-5{margin-left:41.6666666667%}.col-md-5-hline-left{border-left:1px solid #ccc}.col-md-5-hline-right{border-right:1px solid #ccc}.col-md-6{box-sizing:border-box;flex-basis:50%;max-width:50%;padding:1rem}.col-md-offset-6{margin-left:50%}.col-md-6-hline-left{border-left:1px solid #ccc}.col-md-6-hline-right{border-right:1px solid #ccc}.col-md-7{box-sizing:border-box;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:1rem}.col-md-offset-7{margin-left:58.3333333333%}.col-md-7-hline-left{border-left:1px solid #ccc}.col-md-7-hline-right{border-right:1px solid #ccc}.col-md-8{box-sizing:border-box;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:1rem}.col-md-offset-8{margin-left:66.6666666667%}.col-md-8-hline-left{border-left:1px solid #ccc}.col-md-8-hline-right{border-right:1px solid #ccc}.col-md-9{box-sizing:border-box;flex-basis:75%;max-width:75%;padding:1rem}.col-md-offset-9{margin-left:75%}.col-md-9-hline-left{border-left:1px solid #ccc}.col-md-9-hline-right{border-right:1px solid #ccc}.col-md-10{box-sizing:border-box;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:1rem}.col-md-offset-10{margin-left:83.3333333333%}.col-md-10-hline-left{border-left:1px solid #ccc}.col-md-10-hline-right{border-right:1px solid #ccc}.col-md-11{box-sizing:border-box;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:1rem}.col-md-offset-11{margin-left:91.6666666667%}.col-md-11-hline-left{border-left:1px solid #ccc}.col-md-11-hline-right{border-right:1px solid #ccc}.col-md-12{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}.col-md-offset-12{margin-left:100%}.col-md-12-hline-left{border-left:1px solid #ccc}.col-md-12-hline-right{border-right:1px solid #ccc}.row.start-md{justify-content:flex-start}.row.center-md{justify-content:center}.row.end-md{justify-content:flex-end}.row.top-md{align-items:flex-start}.row.middle-md{align-items:center}.row.bottom-md{align-items:flex-end}.row.around-md{justify-content:space-around}.row.between-md{justify-content:space-between}.first-md{order:-1}.last-md{order:1}}@media only screen and (min-width:91rem){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.col-lg,.col-lg-1{box-sizing:border-box;padding:1rem}.col-lg-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-lg-offset-1{margin-left:8.3333333333%}.col-lg-1-hline-left{border-left:1px solid #ccc}.col-lg-1-hline-right{border-right:1px solid #ccc}.col-lg-2{box-sizing:border-box;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:1rem}.col-lg-offset-2{margin-left:16.6666666667%}.col-lg-2-hline-left{border-left:1px solid #ccc}.col-lg-2-hline-right{border-right:1px solid #ccc}.col-lg-3{box-sizing:border-box;flex-basis:25%;max-width:25%;padding:1rem}.col-lg-offset-3{margin-left:25%}.col-lg-3-hline-left{border-left:1px solid #ccc}.col-lg-3-hline-right{border-right:1px solid #ccc}.col-lg-4{box-sizing:border-box;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:1rem}.col-lg-offset-4{margin-left:33.3333333333%}.col-lg-4-hline-left{border-left:1px solid #ccc}.col-lg-4-hline-right{border-right:1px solid #ccc}.col-lg-5{box-sizing:border-box;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:1rem}.col-lg-offset-5{margin-left:41.6666666667%}.col-lg-5-hline-left{border-left:1px solid #ccc}.col-lg-5-hline-right{border-right:1px solid #ccc}.col-lg-6{box-sizing:border-box;flex-basis:50%;max-width:50%;padding:1rem}.col-lg-offset-6{margin-left:50%}.col-lg-6-hline-left{border-left:1px solid #ccc}.col-lg-6-hline-right{border-right:1px solid #ccc}.col-lg-7{box-sizing:border-box;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:1rem}.col-lg-offset-7{margin-left:58.3333333333%}.col-lg-7-hline-left{border-left:1px solid #ccc}.col-lg-7-hline-right{border-right:1px solid #ccc}.col-lg-8{box-sizing:border-box;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:1rem}.col-lg-offset-8{margin-left:66.6666666667%}.col-lg-8-hline-left{border-left:1px solid #ccc}.col-lg-8-hline-right{border-right:1px solid #ccc}.col-lg-9{box-sizing:border-box;flex-basis:75%;max-width:75%;padding:1rem}.col-lg-offset-9{margin-left:75%}.col-lg-9-hline-left{border-left:1px solid #ccc}.col-lg-9-hline-right{border-right:1px solid #ccc}.col-lg-10{box-sizing:border-box;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:1rem}.col-lg-offset-10{margin-left:83.3333333333%}.col-lg-10-hline-left{border-left:1px solid #ccc}.col-lg-10-hline-right{border-right:1px solid #ccc}.col-lg-11{box-sizing:border-box;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:1rem}.col-lg-offset-11{margin-left:91.6666666667%}.col-lg-11-hline-left{border-left:1px solid #ccc}.col-lg-11-hline-right{border-right:1px solid #ccc}.col-lg-12{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}.col-lg-offset-12{margin-left:100%}.col-lg-12-hline-left{border-left:1px solid #ccc}.col-lg-12-hline-right{border-right:1px solid #ccc}.row.start-lg{justify-content:flex-start}.row.center-lg{justify-content:center}.row.end-lg{justify-content:flex-end}.row.top-lg{align-items:flex-start}.row.middle-lg{align-items:center}.row.bottom-lg{align-items:flex-end}.row.around-lg{justify-content:space-around}.row.between-lg{justify-content:space-between}.first-lg{order:-1}.last-lg{order:1}}@media only screen and (min-width:121rem){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.col-xl,.col-xl-1{box-sizing:border-box;padding:1rem}.col-xl-1{flex-basis:8.3333333333%;max-width:8.3333333333%}.col-xl-offset-1{margin-left:8.3333333333%}.col-xl-1-hline-left{border-left:1px solid #ccc}.col-xl-1-hline-right{border-right:1px solid #ccc}.col-xl-2{box-sizing:border-box;flex-basis:16.6666666667%;max-width:16.6666666667%;padding:1rem}.col-xl-offset-2{margin-left:16.6666666667%}.col-xl-2-hline-left{border-left:1px solid #ccc}.col-xl-2-hline-right{border-right:1px solid #ccc}.col-xl-3{box-sizing:border-box;flex-basis:25%;max-width:25%;padding:1rem}.col-xl-offset-3{margin-left:25%}.col-xl-3-hline-left{border-left:1px solid #ccc}.col-xl-3-hline-right{border-right:1px solid #ccc}.col-xl-4{box-sizing:border-box;flex-basis:33.3333333333%;max-width:33.3333333333%;padding:1rem}.col-xl-offset-4{margin-left:33.3333333333%}.col-xl-4-hline-left{border-left:1px solid #ccc}.col-xl-4-hline-right{border-right:1px solid #ccc}.col-xl-5{box-sizing:border-box;flex-basis:41.6666666667%;max-width:41.6666666667%;padding:1rem}.col-xl-offset-5{margin-left:41.6666666667%}.col-xl-5-hline-left{border-left:1px solid #ccc}.col-xl-5-hline-right{border-right:1px solid #ccc}.col-xl-6{box-sizing:border-box;flex-basis:50%;max-width:50%;padding:1rem}.col-xl-offset-6{margin-left:50%}.col-xl-6-hline-left{border-left:1px solid #ccc}.col-xl-6-hline-right{border-right:1px solid #ccc}.col-xl-7{box-sizing:border-box;flex-basis:58.3333333333%;max-width:58.3333333333%;padding:1rem}.col-xl-offset-7{margin-left:58.3333333333%}.col-xl-7-hline-left{border-left:1px solid #ccc}.col-xl-7-hline-right{border-right:1px solid #ccc}.col-xl-8{box-sizing:border-box;flex-basis:66.6666666667%;max-width:66.6666666667%;padding:1rem}.col-xl-offset-8{margin-left:66.6666666667%}.col-xl-8-hline-left{border-left:1px solid #ccc}.col-xl-8-hline-right{border-right:1px solid #ccc}.col-xl-9{box-sizing:border-box;flex-basis:75%;max-width:75%;padding:1rem}.col-xl-offset-9{margin-left:75%}.col-xl-9-hline-left{border-left:1px solid #ccc}.col-xl-9-hline-right{border-right:1px solid #ccc}.col-xl-10{box-sizing:border-box;flex-basis:83.3333333333%;max-width:83.3333333333%;padding:1rem}.col-xl-offset-10{margin-left:83.3333333333%}.col-xl-10-hline-left{border-left:1px solid #ccc}.col-xl-10-hline-right{border-right:1px solid #ccc}.col-xl-11{box-sizing:border-box;flex-basis:91.6666666667%;max-width:91.6666666667%;padding:1rem}.col-xl-offset-11{margin-left:91.6666666667%}.col-xl-11-hline-left{border-left:1px solid #ccc}.col-xl-11-hline-right{border-right:1px solid #ccc}.col-xl-12{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}.col-xl-offset-12{margin-left:100%}.col-xl-12-hline-left{border-left:1px solid #ccc}.col-xl-12-hline-right{border-right:1px solid #ccc}.row.start-xl{justify-content:flex-start}.row.center-xl{justify-content:center}.row.end-xl{justify-content:flex-end}.row.top-xl{align-items:flex-start}.row.middle-xl{align-items:center}.row.bottom-xl{align-items:flex-end}.row.around-xl{justify-content:space-around}.row.between-xl{justify-content:space-between}.first-xl{order:-1}.last-xl{order:1}}.col-gutter-lr{padding:0 1rem}.col-no-gutter{padding:0}.odd-event .row:nth-child(2n){background:#ecedf2}.row-forward-arrow{position:relative}.row-forward-arrow:before{font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;content:"\e90d";font-family:jet-icons!important;font-size:18px;font-style:normal;font-variant:normal;font-weight:400;line-height:1;position:absolute;right:0;text-transform:none;top:50%;transform:translateY(-50%);vertical-align:middle}.m-t-0{margin-top:0!important}.p-t-0{padding-top:0!important}.m-b-0{margin-bottom:0!important}.p-b-0{padding-bottom:0!important}.m-l-0{margin-left:0!important}.p-l-0{padding-left:0!important}.m-r-0{margin-right:0!important}.p-r-0{padding-right:0!important}.m-t-5{margin-top:5px!important}.p-t-5{padding-top:5px!important}.m-b-5{margin-bottom:5px!important}.m-b-8{margin-bottom:8px!important}.p-b-5{padding-bottom:5px!important}.m-l-5{margin-left:5px!important}.p-l-5{padding-left:5px!important}.m-r-5{margin-right:5px!important}.p-r-5{padding-right:5px!important}.m-t-10{margin-top:10px!important}.p-t-10{padding-top:10px!important}.m-b-10{margin-bottom:10px!important}.p-b-10{padding-bottom:10px!important}.m-l-10{margin-left:10px!important}.p-l-10{padding-left:10px!important}.m-r-10{margin-right:10px!important}.p-r-10{padding-right:10px!important}.m-t-15{margin-top:15px!important}.p-t-15{padding-top:15px!important}.m-b-15{margin-bottom:15px!important}.p-b-15{padding-bottom:15px!important}.m-l-15{margin-left:15px!important}.p-l-15{padding-left:15px!important}.m-r-15{margin-right:15px!important}.p-r-15{padding-right:15px!important}.m-t-20{margin-top:20px!important}.p-t-20{padding-top:20px!important}.m-b-20{margin-bottom:20px!important}.p-b-20{padding-bottom:20px!important}.m-l-20{margin-left:20px!important}.p-l-20{padding-left:20px!important}.m-r-20{margin-right:20px!important}.p-r-20{padding-right:20px!important}.m-t-25{margin-top:25px!important}.p-t-25{padding-top:25px!important}.m-b-25{margin-bottom:25px!important}.p-b-25{padding-bottom:25px!important}.m-l-25{margin-left:25px!important}.p-l-25{padding-left:25px!important}.m-r-25{margin-right:25px!important}.p-r-25{padding-right:25px!important}.m-t-30{margin-top:30px!important}.p-t-30{padding-top:30px!important}.m-b-30{margin-bottom:30px!important}.p-b-30{padding-bottom:30px!important}.m-l-30{margin-left:30px!important}.p-l-30{padding-left:30px!important}.m-r-30{margin-right:30px!important}.p-r-30{padding-right:30px!important}.m-t-35{margin-top:35px!important}.p-t-35{padding-top:35px!important}.m-b-35{margin-bottom:35px!important}.p-b-35{padding-bottom:35px!important}.m-l-35{margin-left:35px!important}.p-l-35{padding-left:35px!important}.m-r-35{margin-right:35px!important}.p-r-35{padding-right:35px!important}.m-t-40{margin-top:40px!important}.p-t-40{padding-top:40px!important}.m-b-40{margin-bottom:40px!important}.p-b-40{padding-bottom:40px!important}.m-l-40{margin-left:40px!important}.p-l-40{padding-left:40px!important}.m-r-40{margin-right:40px!important}.p-r-40{padding-right:40px!important}.m-t-45{margin-top:45px!important}.p-t-45{padding-top:45px!important}.m-b-45{margin-bottom:45px!important}.p-b-45{padding-bottom:45px!important}.m-l-45{margin-left:45px!important}.p-l-45{padding-left:45px!important}.m-r-45{margin-right:45px!important}.p-r-45{padding-right:45px!important}.m-t-50{margin-top:50px!important}.p-t-50{padding-top:50px!important}.m-b-50{margin-bottom:50px!important}.p-b-50{padding-bottom:50px!important}.m-l-50{margin-left:50px!important}.p-l-50{padding-left:50px!important}.m-r-50{margin-right:50px!important}.p-r-50{padding-right:50px!important}.m-t-55{margin-top:55px!important}.p-t-55{padding-top:55px!important}.m-b-55{margin-bottom:55px!important}.p-b-55{padding-bottom:55px!important}.m-l-55{margin-left:55px!important}.p-l-55{padding-left:55px!important}.m-r-55{margin-right:55px!important}.p-r-55{padding-right:55px!important}.m-t-60{margin-top:60px!important}.p-t-60{padding-top:60px!important}.m-b-60{margin-bottom:60px!important}.p-b-60{padding-bottom:60px!important}.m-l-60{margin-left:60px!important}.p-l-60{padding-left:60px!important}.m-r-60{margin-right:60px!important}.p-r-60{padding-right:60px!important}.m-t-70{margin-top:70px!important}.p-t-70{padding-top:70px!important}.m-b-70{margin-bottom:70px!important}.p-b-70{padding-bottom:70px!important}.m-l-70{margin-left:70px!important}.p-l-70{padding-left:70px!important}.m-r-70{margin-right:70px!important}.p-r-70{padding-right:70px!important}.m-t-75{margin-top:75px!important}.p-t-75{padding-top:75px!important}.m-b-75{margin-bottom:75px!important}.p-b-75{padding-bottom:75px!important}.m-l-75{margin-left:75px!important}.p-l-75{padding-left:75px!important}.m-r-75{margin-right:75px!important}.p-r-75{padding-right:75px!important}.m-t-80{margin-top:80px!important}.p-t-80{padding-top:80px!important}.m-b-80{margin-bottom:80px!important}.p-b-80{padding-bottom:80px!important}.m-l-80{margin-left:80px!important}.p-l-80{padding-left:80px!important}.m-r-80{margin-right:80px!important}.p-r-80{padding-right:80px!important}.m-t-85{margin-top:85px!important}.p-t-85{padding-top:85px!important}.m-b-85{margin-bottom:85px!important}.p-b-85{padding-bottom:85px!important}.m-l-85{margin-left:85px!important}.p-l-85{padding-left:85px!important}.m-r-85{margin-right:85px!important}.p-r-85{padding-right:85px!important}.m-t-90{margin-top:90px!important}.p-t-90{padding-top:90px!important}.m-b-90{margin-bottom:90px!important}.p-b-90{padding-bottom:90px!important}.m-l-90{margin-left:90px!important}.p-l-90{padding-left:90px!important}.m-r-90{margin-right:90px!important}.p-r-90{padding-right:90px!important}.m-t-95{margin-top:95px!important}.p-t-95{padding-top:95px!important}.m-b-95{margin-bottom:95px!important}.p-b-95{padding-bottom:95px!important}.m-l-95{margin-left:95px!important}.p-l-95{padding-left:95px!important}.m-r-95{margin-right:95px!important}.p-r-95{padding-right:95px!important}.m-t-100{margin-top:100px!important}.p-t-100{padding-top:100px!important}.m-b-100{margin-bottom:100px!important}.p-b-100{padding-bottom:100px!important}.m-l-100{margin-left:100px!important}.p-l-100{padding-left:100px!important}.m-r-100{margin-right:100px!important}.p-r-100{padding-right:100px!important}.m-auto{margin:0 auto}.full-width{width:100%}.fixed-w-30{max-width:30px!important;width:100%!important}.fixed-w-50{max-width:50px!important;width:100%!important}.fixed-w-100{max-width:100px!important;width:100%!important}.fixed-w-120{max-width:120px!important;width:100%!important}.fixed-w-150{max-width:150px!important;width:100%!important}.fixed-w-200{max-width:200px!important;width:100%!important}.fixed-w-250{max-width:250px!important;width:100%!important}.fixed-w-300{max-width:300px!important;width:100%!important}.fixed-w-350{max-width:350px!important;width:100%!important}.fixed-w-400{max-width:400px!important;width:100%!important}.fixed-w-450{max-width:450px!important;width:100%!important}.fixed-w-500{max-width:500px!important;width:100%!important}@media (max-width:767px){.fixed-w-100,.fixed-w-120,.fixed-w-150,.fixed-w-200,.fixed-w-250,.fixed-w-30,.fixed-w-300,.fixed-w-350,.fixed-w-400,.fixed-w-450,.fixed-w-50,.fixed-w-500{max-width:100%!important;width:100%!important}}@media (max-width:1024px){.tablet-hline-left-none{border-left:0}.tablet-hline-right-none{border-right:0}}.functional-testing-head-row span{display:inline-block;width:98px}.functional-testing-row select{margin-left:15px;margin-right:15px;width:calc(100% - 130px)}@media (max-width:65rem){.functional-testing-row{border-bottom:1px solid #cccccc80;margin-bottom:15px;padding-bottom:10px}.functional-testing-row span{display:inline-block;margin-bottom:5px;width:150px}.functional-testing-row span:first-child{width:100%}.functional-testing-row span:nth-child(3),.functional-testing-row span:nth-child(5){width:calc(100% - 150px)}.functional-testing-row span:nth-child(5) select{margin-left:0;margin-right:0;width:100%}}.survey-scrollable-area{max-height:calc(100vh - 315px);overflow:auto}.grid-container{display:grid}.grid-container-columns-2{grid-gap:30px;grid-template-columns:repeat(2,1fr)}.grid-container-columns-3{grid-gap:30px;grid-template-columns:repeat(3,1fr)}.grid-container-columns-4{grid-gap:30px;grid-template-columns:repeat(4,1fr)}.grid-container-columns-1-300{grid-gap:30px;grid-template-columns:1fr 300px}.grid-container .card{background:#fff;border:1px solid #fff;border-radius:6px;color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4}.grid-container .card-flexible{height:-webkit-max-content;height:max-content}.grid-container .card.merge-2row{grid-row:span 2}.grid-container .card.merge-3row{grid-row:span 3}.grid-container .card.merge-2col{grid-column:span 2}.grid-container .card.merge-3col{grid-column:span 3}.grid-container .card-body,.grid-container .card-header{display:block;padding:20px}.grid-container .card-img{background:#f5f7fc;border-top-left-radius:6px;border-top-right-radius:6px;min-height:180px}.grid-container .card-footer{border:0;border-top:1px solid #fff;display:block;margin:0 20px;padding:20px 0}.grid-container .card-footer.end{text-align:right}.grid-container .card-dark{background:#f5f7fc;border-color:#f5f7fc;color:#fff}.grid-container .card-no-border{background:#0000;border:0 solid #fff}@media only screen and (max-width:65rem){.grid-container{display:grid}.grid-container-columns-1-300,.grid-container-columns-2,.grid-container-columns-3,.grid-container-columns-4{grid-gap:0;grid-template-columns:repeat(1,1fr)}.grid-container .card{margin-bottom:20px}.grid-container .card.merge-2row,.grid-container .card.merge-3row{grid-row:span 1}.grid-container .card.merge-2col,.grid-container .card.merge-3col{grid-column:span 1}.grid-container .map.card.merge-2col{grid-column:span 1;max-height:600px!important}}table{background-color:#fff;border:none;border-collapse:collapse;color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;max-width:100%;white-space:nowrap;width:100%}table tr:nth-child(2n){background:#f8fafc}table tr:hover{background:#f2f5f9;cursor:pointer}table th{color:#10205b;font-family:HelveticaNeue-Regular;font-size:12px;font-weight:500;line-height:1.4;text-transform:uppercase}table td,table th{padding:10px;text-align:left}@media (max-width:767px){table{width:100%}table,table tbody,table thead{display:block}table thead{float:left}table thead th{display:block;font-size:14px;padding:10px 0}table tbody{overflow-x:auto;position:relative;width:auto}table tbody tr{display:table-cell}table tbody tr td{display:block}table td,table th{box-sizing:border-box;overflow-x:hidden;overflow-y:auto;text-overflow:ellipsis;vertical-align:middle;width:160px}}.listing{color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4}.listing li{list-style-type:disc;margin-bottom:5px;margin-left:15px}.listing li:last-child{margin-bottom:0}.main-with-sidebar{padding-left:250px}.main-area-wrapper{padding-left:0}.main-header{align-items:center;display:flex;justify-content:space-between;padding:1rem calc(1rem + 20px) 0 1rem}.main-header-left{display:-moz-flex;display:flex}.main-header-left .form-icon-search{width:400px}.main-header-left .button-back{margin:5px}.main-header-right{display:-moz-flex;display:flex}.main-header-right .button-settings{margin:5px}.main-wrapper{border-radius:4px;border-bottom-right-radius:0;border-top-right-radius:0;margin-bottom:20px;padding-right:20px}.loggedin-user-wrapper{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.loggedin-user-photo{border-radius:24px;display:inline-block;height:24px;margin-right:10px;width:24px}.loggedin-user .button-iconic-down-arrow{background-color:initial;background-size:12px;border:0}.notification{margin-right:20px}.notification img{display:inline-block;height:24px;width:24px}.file-upload-popup{display:flex;flex-direction:column;gap:16px}.file-upload-popup h2{font-size:21px;font-weight:700}.file-upload-popup .progress-container{display:flex;flex-direction:column;gap:12px}.progress-container .attachment{grid-gap:16px;align-items:center;display:grid;gap:16px;grid-template-columns:repeat(3,minmax(0,1fr))}.progress-container .attachment span{font-size:11px;grid-column:span 1/span 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.progress-container .attachment .progress-bar{background-color:#d9dbe5;border-radius:999px;grid-column:span 2/span 2;height:.5rem;overflow:hidden}.attachment .progress-bar .progress{background-color:#d9dbe5;background-color:#f4b832;border-radius:999px;height:.5rem;overflow:hidden;transition-duration:.3s;transition-property:all;transition-timing-function:cubic-bezier(.4,0,.2,1)}@media only screen and (max-width:68rem){.main-with-sidebar{padding-left:80px}}.authentication-area{padding:0}.authentication-area-wrapper{height:100%;margin:0;padding:0}.authentication-area-wrapper .logo{height:58px}.authentication-area-content{height:100%}.authentication-area-content>div[class^=col]:last-child{background-color:#f5f7fc;background-image:url(/static/media/authentication_img.c8bb15993bfd363d26df.jpg);background-position:50%!important;background-size:cover!important}.authentication-area-overlay{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex;height:100vh;-moz-justify-content:center;justify-content:center}.authentication-area-overlay-wrapper{background:#fff;border-radius:6px;max-width:480px;padding:30px;position:relative;width:100%;z-index:1}.card-dashboard-cases,.card-dashboard-cases .card-body{position:relative}.card-dashboard-cases .row div[class^=col]:first-child{padding-left:0}.card-dashboard-cases .row div[class^=col]:last-child{padding-right:0}.card-dashboard-cases .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.card-dashboard-cases-row-header div[class^=col]{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.card-dashboard-cases-row div[class^=col] a{color:#f4b832}.card-dashboard-cases-row div[class^=col] span.label{display:none;margin-right:10px}.card-dashboard-cases .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.card-dashboard-cases .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.card-dashboard-cases .people-icon{height:24px;margin-right:10px;width:24px}.card-dashboard-cases .people-details{color:#10205b}.card-dashboard-cases .people-name{color:#10205b;display:block}.card-dashboard-cases .people-name.hover-name{cursor:pointer}.card-dashboard-cases .people-name.hover-name:hover{color:#f4b832}.card-dashboard-cases .appointment{color:#10205b}.card-dashboard-welcome h4{margin-bottom:20px}.card-dashboard-welcome h4 span{color:#f4b832}.card-dashboard-contact h4,.card-dashboard-contact p,.card-dashboard-welcome p{margin-bottom:20px}.card-dashboard-surveys .row div[class^=col]{color:#10205b}.card-dashboard-surveys .row div[class^=col]:first-child{padding-left:0}.card-dashboard-surveys .row div[class^=col]:last-child{padding-right:0}.card-dashboard-surveys .people-details{color:#10205b}.card-dashboard-surveys .people-name{color:#10205b;display:block}.card-dashboard-mediAss .row div[class^=col]:first-child{padding-left:0}.card-dashboard-mediAss .row div[class^=col]:last-child{padding-right:0}.card-dashboard-mediAss .people-details{color:#10205b}.card-dashboard-mediAss .people-name{color:#10205b;display:block}.card-dashboard-reports .row div[class^=col]:first-child{display:-moz-flex;display:flex;flex-wrap:wrap;padding-left:0}.card-dashboard-reports .row div[class^=col]:first-child h4,.card-dashboard-reports .row div[class^=col]:first-child small{width:100%}.card-dashboard-reports .row div[class^=col]:last-child{padding-right:0}.card-dashboard-reports .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.card-dashboard-reports .people-photo img{height:38px;width:38px}.card-dashboard-reports .people-icon{height:24px;margin-right:10px;width:24px}.card-dashboard-reports .people-icon img{height:24px;width:24px}.card-dashboard-reports .people-details{color:#10205b}.card-dashboard-reports .people-name{color:#10205b;display:block}.card-dashboard-practitioners .row div[class^=col]:first-child{display:-moz-flex;display:flex;padding-left:0}.card-dashboard-practitioners .row div[class^=col]:last-child{padding-right:0}.card-dashboard-practitioners .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.card-dashboard-practitioners .people-photo img{height:38px;width:38px}.card-dashboard-practitioners .people-icon{height:24px;margin-right:10px;width:24px}.card-dashboard-practitioners .people-icon img{height:24px;width:24px}.card-dashboard-practitioners .people-details{color:#10205b}.card-dashboard-practitioners .people-name{color:#10205b;display:block}.card-dashboard-status h4{margin-bottom:20px}.card-dashboard-status .row div[class^=col]{color:#37afb4}.card-dashboard-status .row div[class^=col]:first-child{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex;padding-left:0}.location-list{background:#fff;border:1px solid #fff;border-bottom-right-radius:6px;border-top-right-radius:6px;color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;max-height:800px;overflow:hidden}.map-content{height:100%}.map.card.merge-2col{border-bottom-right-radius:0;border-top-right-radius:0;max-height:800px}.search{padding-bottom:.5rem}.location-row{align-items:start;display:flex;flex-direction:row}.locations-lists .row div[class^=col],.overflow-btn{padding-left:0}.overflow-btn{border:none;cursor:pointer}.overflow-btn,.overflow-btn:hover{background:none}.location-dropdown{display:inline-block;left:inherit;position:relative;right:0}.location-dropdown-box{background:#fff;border:1px solid #d9dbe5;border-radius:4px;left:0;position:absolute;top:28px;width:100px;z-index:1}.location-dropdown-item{color:#10205b;cursor:pointer;display:block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;overflow:hidden;padding:10px;text-align:left;text-overflow:ellipsis;white-space:nowrap;width:100%}.location-dropdown-item:hover{background:#ecedf2}@media only screen and (min-width:65rem) and (not (max-width:65rem)){.location-row{flex-direction:row}.overflow-btn{padding-left:1rem}.location-dropdown-box{left:auto;right:0}}@media only screen and (max-width:65rem){.grid-container .map.card.merge-2col{grid-column:span 1;max-height:600px!important}.grid-container .card{margin-bottom:0}.map.card.merge-2col{border-bottom-left-radius:0;border-top-right-radius:6px;max-height:800px}}.card-dashboard-status .row div[class^=col]:last-child{padding-right:0}.card-dashboard-status .row-status-uncomplete{opacity:.25}.card-dashboard-status-number{-moz-align-items:center;align-items:center;background-color:#d7eff0;border-radius:28px;color:#37afb4;display:-moz-flex;display:flex;height:28px;-moz-justify-content:center;justify-content:center;margin-right:10px;width:28px}.card-dashboard-analytics .row div[class^=col]:first-child{padding-left:0}.card-dashboard-analytics .row div[class^=col]:last-child{padding-right:0}.card-dashboard-active-cases h4{margin-bottom:10px}.card-dashboard-active-cases h4 .button-iconic{display:inline-block;height:18px;width:18px}.card-dashboard-active-cases .row div[class^=col]{padding-top:0}.card-dashboard-active-cases .row div[class^=col]:first-child{padding-left:0}.card-dashboard-active-cases .row div[class^=col]:last-child{padding-right:0}.card-dashboard-totals h4{margin-bottom:10px}.card-dashboard-totals .row div[class^=col]{padding-top:0}.card-dashboard-totals .row div[class^=col]:first-child{padding-left:0}.card-dashboard-totals .row div[class^=col]:last-child{padding-right:0}.card .empty-state-files{margin:50px auto}.card .empty-state-files img{margin:50px auto;max-width:230px;width:100%}.card .empty-state-files a{color:#f4b832}.card .empty-state-files-message,.card .empty-state-files-title{text-align:center}.status{margin:0 1em 1em}.status .row div[class^=col]{color:#37afb4;overflow:hidden;position:relative;text-align:center}.status .row-status-uncomplete .status-number{opacity:.5}.status .row-status-uncomplete .status-number:after{opacity:.45}.status-number{-moz-align-items:center;align-items:center;background-color:#d7eff0;color:#37afb4;display:-moz-flex;display:flex;-moz-justify-content:center;justify-content:center;margin:0 auto 5px;position:relative;z-index:0}.status-number,.status-number:before{border-radius:28px;height:28px;width:28px}.status-number:before{background:#d7eff0;content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:-1}.status-number:after{background:#37afb4;content:"";height:1px;left:-50vw;position:absolute;top:50%;width:100vw;z-index:-2}.status-title{bottom:5px;font-size:12px;left:0;position:absolute;text-align:center;width:100%}@media only screen and (max-width:65rem){.card-dashboard-welcome{position:absolute;width:calc(100% - 130px)}.card-dashboard-welcome-case-manager,.card-dashboard-welcome-clinician{position:relative;width:100%}.card-dashboard-cases-cm,.card-dashboard-cases-files{margin-top:0}.card-dashboard-cases-row{flex-wrap:wrap}.card-dashboard-cases-row-header{display:none}.card-dashboard-cases-row div[class^=col]{flex-basis:33%;max-width:33%}.card-dashboard-cases-row div[class^=col].people{flex-basis:100%;max-width:100%;padding:1rem 0 0}.card-dashboard-cases-row div[class^=col]:nth-child(2n){padding:1rem 1rem 1rem 0}.card-dashboard-cases-row div[class^=col]:last-child{padding:1rem 0 1rem 1rem}.card-dashboard-cases-row div[class^=col] span.label{display:inline-block}.status-title{display:none}}.folder-wrapper{flex-wrap:inherit;overflow:auto}@media only screen and (max-width:1280px){.folder-wrapper.row.center-xs{justify-content:flex-start}.folder-wrapper .button-folder:first-child{margin-left:0!important}.folder-wrapper .button-folder:last-child{margin-right:0!important}}.cases-lists .row div[class^=col]:first-child{padding-left:0}.cases-lists .row div[class^=col]:last-child{padding-right:0}.cases-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.cases-lists .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.cases-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.cases-lists .people-details{color:#10205b}.cases-lists .people-name{color:#10205b;display:block}.cases-lists .appointment{color:#10205b}.cases-create .card-body{padding:10px}.cases-create .card-body label em{color:#f4b832}.cases-create h4,.cases-submitted h4,.cases-submitted p{margin-bottom:20px}.cases-profile .card-body{padding:10px}.cases-profile .people{display:-moz-flex;display:flex}.cases-profile .people-photo{border-radius:56px;height:58px;margin-right:10px;width:58px}.cases-profile .people-details{color:#10205b;font-size:21px}.cases-profile .people-name{color:#10205b;display:block;font-weight:700}.cases-profile .people-case-details{display:inline-block}.cases-profile .people-case-details li{align-items:center;display:flex;font-size:12px;justify-content:flex-start;padding:3px 0}.cases-profile .people-case-details label{color:#f4b832;font-size:12px;font-weight:700;margin-right:5px;width:120px}.cases-profile .people-case-details select{font-size:12px;max-width:200px;padding:5px 30px 5px 10px;width:100%}.cases-profile .checkmark-list{color:#10205b}.cases-profile .checkmark-list .row div[class^=col]{padding-top:0}.cases-profile .checkmark-list .row-smaller div[class^=col]{padding-bottom:3.3333333333px}.cases-profile .checkmark-list .row-smaller select{padding:3.2px 15px}.cases-profile .checkmark-list ul li{margin-bottom:10px}.cases-profile .checkmark-list label{font-size:14px}.cases-profile .checkmark-list input[type=checkbox]+label,.cases-profile .checkmark-list input[type=radio]+label{color:#10205b;display:inline-block;vertical-align:top;width:calc(100% - 31px)}.cases-profile .checkmark-list input[type=checkbox]+label.width-auto,.cases-profile .checkmark-list input[type=radio]+label.width-auto{width:auto}.cases-profile .status-number{color:#f4a332}.cases-profile .status-number:before{background:#fff4db}.cases-profile .status-number:after{background:#f4b832}.cases-profile .status-title{color:#f4a332}.case-assessment .assessment-question{padding:0 1em 0 0}.case-assessment .assessment-question-row{align-items:center;display:flex;justify-content:flex-start;padding:0 0 1em}.case-assessment .assessment-question-row .field-group{align-items:center;display:flex}.case-assessment .assessment-question-row .field-group *{margin-right:1em}.case-assessment .assessment-answer{padding:0}.case-assessment .assessment-answer-row{align-items:center;display:flex;justify-content:flex-start}.case-assessment .assessment-answer-col{flex-wrap:wrap;padding:0}.case-assessment .assessment-answer-col-v-separator{position:relative}.case-assessment .assessment-answer-col-v-separator:after{background:#ccc;content:"";height:calc(100% + 1em);left:-1em;position:absolute;top:-1em;width:1px}.case-assessment .assessment-answer-col-h-separator{opacity:.5!important;padding:0 0 1em!important;position:relative;width:100%!important}.case-assessment .assessment-answer-col-h-separator:after{background:#ccc;content:"";height:1px;left:0;position:absolute;top:0;width:100%}.case-assessment .assessment-shoulder-screen-group-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-shoulder-screen-group-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-focused-physical-exam-group-header .assessment-answer-col-v-separator:after{height:100%!important;top:0!important}.case-assessment .assessment-focused-physical-exam-group-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-focused-physical-exam-group-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-neurology-screen-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-neurology-screen-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-sensory-functions-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-sensory-functions-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-functional-testing-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-functional-testing-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-manual-testing-group-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-manual-testing-group-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-deep-tendon-reflexes-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-deep-tendon-reflexes-header-responsive-dark{font-size:14px;opacity:1}.case-assessment .assessment-motor-function-header-responsive{display:none;font-family:HelveticaNeue-Bold;font-size:13px;opacity:.75;padding:0 1em 0 0}.case-assessment .assessment-motor-function-header-responsive-dark{font-size:14px;opacity:1}.case-report-title{font-family:HelveticaNeue-Bold;font-size:17.5px;padding:1rem 0}.case-report-block{background:#f5f7fc;border-radius:4px;padding:30px}.case-report .assessment-question{padding:0 1em 0 0}.case-report .assessment-question-row{align-items:center;display:flex;justify-content:flex-start;padding:0 0 1em}.case-report .assessment-question-row:last-child{padding:0}.case-report .assessment-question-row .field-group{align-items:center;display:flex}.case-report .assessment-question-row .field-group *{margin-right:1em}.case-report .assessment-answer{padding:0}.case-report .assessment-answer-row{align-items:center;display:flex;justify-content:flex-start}.case-report .assessment-answer-col{padding:0}@media only screen and (max-width:1280px){.accordion-title{font-size:18px}.accordion-content h6{font-size:16px}.case-assessment .assessment-question{flex-basis:100%;max-width:100%;padding:0 0 .6em}.case-assessment .assessment-question-row{align-items:flex-start;border-bottom:1px solid #d9dbe5;flex-wrap:wrap;margin:0 0 1em}.case-assessment .assessment-question-row.no-border,.case-assessment .assessment-question-row:last-child{border-bottom:0 solid #d9dbe5;margin:0}.case-assessment .assessment-question-row+hr{display:none}.case-assessment .assessment-question.text-right{flex-basis:auto}.case-assessment .assessment-answer{flex-basis:100%;max-width:100%}.case-assessment .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-answer-col{flex-basis:inherit;flex-grow:inherit}.case-assessment .assessment-answer-col-v-separator:after{display:none}.case-assessment .assessment-answer .radio-group{justify-content:flex-start}.case-assessment .assessment-shoulder-screen-group-header{display:none}.case-assessment .assessment-shoulder-screen-group-header-responsive{display:inline-block}.case-assessment .assessment-focused-physical-exam-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-focused-physical-exam-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-focused-physical-exam-group-header,.case-assessment .assessment-focused-physical-exam-row+hr{display:none}.case-assessment .assessment-focused-physical-exam-group-header-responsive{display:inline-block}.case-assessment .assessment-focused-physical-exam-gait .assessment-answer-col{width:100%}.case-assessment .assessment-neurology-screen-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-neurology-screen-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-neurology-screen-header,.case-assessment .assessment-neurology-screen-row+hr{display:none}.case-assessment .assessment-neurology-screen-header-responsive{display:inline-block}.case-assessment .assessment-sensory-functions-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-sensory-functions-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-sensory-functions-header,.case-assessment .assessment-sensory-functions-row+hr{display:none}.case-assessment .assessment-sensory-functions-header-responsive{display:inline-block}.case-assessment .assessment-functional-testing-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-functional-testing-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-functional-testing-header,.case-assessment .assessment-functional-testing-row+hr{display:none}.case-assessment .assessment-functional-testing-header-responsive{display:inline-block}.case-assessment .assessment-manual-testing-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-manual-testing-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-manual-testing-group-header,.case-assessment .assessment-manual-testing-row+hr{display:none}.case-assessment .assessment-manual-testing-group-header-responsive{display:inline-block}.case-assessment .assessment-manual-testing-postural-observation-row .assessment-answer-col{width:100%}.case-assessment .assessment-deep-tendon-reflexes-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-deep-tendon-reflexes-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-deep-tendon-reflexes-header,.case-assessment .assessment-deep-tendon-reflexes-row+hr{display:none}.case-assessment .assessment-deep-tendon-reflexes-header-responsive{display:inline-block}.case-assessment .assessment-motor-function-row .assessment-answer-row{flex-wrap:wrap}.case-assessment .assessment-motor-function-row .assessment-answer-col{padding:0 1em 1em 0;width:33%}.case-assessment .assessment-motor-function-header,.case-assessment .assessment-motor-function-row+hr{display:none}.case-assessment .assessment-motor-function-header-responsive{display:inline-block}.case-report .assessment-question{flex-basis:100%;font-family:HelveticaNeue-Bold;max-width:100%;padding:0 0 1em}.case-report .assessment-question-row{align-items:flex-start;border-bottom:1px solid #d9dbe5;flex-wrap:wrap;margin:0 0 1em}.case-report .assessment-question-row:last-child{border-bottom:0 solid #d9dbe5;margin:0}.case-report .assessment-answer{flex-basis:100%;max-width:100%}.case-report .assessment-answer-row{flex-wrap:wrap}.case-report .assessment-answer-col{flex-basis:inherit;flex-grow:inherit;padding-right:2em}.case-report .assessment-answer .radio-group{justify-content:flex-start}}@media only screen and (max-width:1180px){.case-assessment .assessment-focused-physical-exam-row .assessment-answer-col{padding:0 1em 1em 0;width:50%}.case-assessment .assessment-focused-physical-exam-row .assessment-answer-col:last-child{padding:0 1em 1em 0}.case-assessment .assessment-deep-tendon-reflexes-row .assessment-answer-col,.case-assessment .assessment-functional-testing-row .assessment-answer-col,.case-assessment .assessment-manual-testing-row .assessment-answer-col,.case-assessment .assessment-motor-function-row .assessment-answer-col,.case-assessment .assessment-neurology-screen-row .assessment-answer-col,.case-assessment .assessment-sensory-functions-row .assessment-answer-col{padding:0 1em 1em 0;width:50%}}@media only screen and (max-width:1024px){.case-assessment .assessment-answer-col{flex-basis:inherit;flex-grow:inherit;padding:0 0 1em;width:100%}.case-assessment .assessment-answer-col:last-child{padding:0}.case-report .assessment-answer-col{flex-basis:inherit;flex-grow:inherit;padding:0 0 1em;width:100%}.case-report .assessment-answer-col:last-child{padding:0}}@media only screen and (max-width:767px){.case-assessment .assessment-focused-physical-exam-row .assessment-answer-col{padding:0 0 1em;width:100%}.case-assessment .assessment-focused-physical-exam-row .assessment-answer-col:last-child{padding:0}.case-assessment .assessment-focused-physical-exam-gait .assessment-answer-col .radio-item{margin-bottom:1rem}.case-assessment .assessment-repeated-movement-testing-row .assessment-answer .radio-group{margin-bottom:-10px}.case-assessment .assessment-repeated-movement-testing-row .assessment-answer .radio-item{margin-bottom:10px;width:50%}.case-assessment .assessment-hip-screening-tests-row .assessment-answer .radio-group{margin-bottom:-10px}.case-assessment .assessment-hip-screening-tests-row .assessment-answer .radio-item{margin-bottom:10px;width:50%}.case-assessment .assessment-neurology-screen-row .assessment-answer-col{padding:0 0 1em;width:100%}.case-assessment .assessment-neurology-screen-row .assessment-answer-col .field-group label{width:80px}.case-assessment .assessment-functional-testing-row .assessment-answer-col,.case-assessment .assessment-sensory-functions-row .assessment-answer-col{padding:0 0 1em;width:100%}.case-assessment .assessment-functional-testing-header-responsive{margin-bottom:10px;width:100%}.case-assessment .assessment-manual-testing-row .assessment-answer-col{padding:0 0 1em;width:100%}.case-assessment .assessment-manual-testing-postural-observation-row .assessment-answer-col .radio-group{margin-bottom:-10px}.case-assessment .assessment-manual-testing-postural-observation-row .assessment-answer-col .radio-item{margin-bottom:10px;width:50%}.case-assessment .assessment-deep-tendon-reflexes-row .assessment-answer-col,.case-assessment .assessment-motor-function-row .assessment-answer-col{padding:0 0 1em;width:100%}.case-assessment .assessment-motor-function-row .assessment-answer-col .field-group label{width:80px}}.surveys-title{background:#f5f7fc;left:0;padding:1rem 1rem 0;position:fixed;top:0;z-index:2}.surveys-title-progress-bar{position:relative}.surveys-title+.card{margin-top:50px}.surveys-lists .row div[class^=col]:first-child{padding-left:0}.surveys-lists .row div[class^=col]:last-child{padding-right:0}.surveys-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.surveys-lists .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.surveys-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.surveys-lists .people-details{color:#10205b}.surveys-lists .people-name{color:#10205b;display:block}.surveys-success a,.surveys-success p{font-size:18.2px}.survey-range input[type=radio]:checked~.survey-range-value{display:block}.survey-range-value{background-color:#10205b;border:1px solid #10205b;border-radius:4px;color:#fff;display:none;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;left:50%;line-height:1.4;margin:7.5px 0 0;padding:7.5px 15px;position:relative;transform:translate(-50%);width:120px}.survey-range-value:after{border:5px solid #88b7d500;border-bottom-color:#10205b;bottom:100%;content:"";height:0;left:50%;margin-left:-5px;pointer-events:none;position:absolute;width:0}.body-map-labels{margin:0 auto;position:relative;width:590px}.body-map-labels .label-front-view{display:inline-block;font-weight:600;text-align:center;text-transform:uppercase;width:50%}.body-map-labels .label-front-view-right{font-weight:600;left:0;position:absolute;text-transform:uppercase;top:350px}.body-map-labels .label-back-view{display:inline-block;font-weight:600;text-align:center;text-transform:uppercase;width:50%}.body-map-labels .label-back-view-right{font-weight:600;position:absolute;right:0;text-transform:uppercase;top:350px}.body-map-labels .label-left{font-weight:600;left:50%;position:absolute;text-transform:uppercase;top:350px;transform:translate(-50%)}@media only screen and (max-width:41rem){.surveys-title+.card{margin-top:80px}}.medical-assessments-lists .row div[class^=col]:first-child{padding-left:0}.medical-assessments-lists .row div[class^=col]:last-child{padding-right:0}.medical-assessments-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.medical-assessments-lists .people{display:-moz-flex;display:flex}.medical-assessments-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.medical-assessments-lists .people-details{color:#10205b}.medical-assessments-lists .people-name{color:#10205b;display:block}.medical-assessments-lists .appointment{color:#10205b}.reports-lists .row div[class^=col]:first-child{padding-left:0}.reports-lists .row div[class^=col]:last-child{padding-right:0}.reports-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.reports-lists .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.reports-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.reports-lists .people-icon{height:24px;margin-right:10px;width:24px}.reports-lists .people-icon img{height:24px;width:24px}.reports-lists .people-details{color:#10205b}.reports-lists .people-name{color:#10205b;display:block}.practitioners-lists .row div[class^=col]:first-child{padding-left:0}.practitioners-lists .row div[class^=col]:last-child{padding-right:0}.practitioners-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.practitioners-lists .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.practitioners-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.practitioners-lists .people-details{color:#10205b}.practitioners-lists .people-name{color:#10205b;display:block}.accounts-lists .row div[class^=col]:first-child{padding-left:0}.accounts-lists .row div[class^=col]:last-child{padding-right:0}.accounts-lists .row div[class^=col] .icon{display:inline-block;height:18px;margin-right:5px;vertical-align:middle;width:18px}.accounts-lists .people{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.accounts-lists .people-photo{border-radius:38px;height:38px;margin-right:10px;width:38px}.accounts-lists .people-details{color:#10205b}.accounts-lists .people-name{color:#10205b;display:block}.files-lists-item{background-color:#ecedf2;border:1px solid #ecedf2;border-radius:4px;color:#70799d;display:inline-block;font-family:HelveticaNeue-Regular;font-size:12px;font-weight:400;line-height:1.4;margin:0 5px 5px 0;overflow:hidden;padding:5px 5px 5px 10px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}.files-lists-item span{-moz-align-items:center;align-items:center;display:-moz-flex;display:flex}.files-lists-item i{border:0;height:20px;margin-left:5px;width:20px}.help .row div[class^=col]:first-child{padding-left:0}.help .row div[class^=col]:last-child{padding-right:0}.help h4,.help p{margin-bottom:20px}.help p:last-child{margin-bottom:0}.help hr{margin:20px 0;opacity:.5}.help .accordion-title{padding-right:100px}.help .accordion-title:after{right:0}.help .accordion-content{padding-right:200px}.profile-overview .card-body{padding:10px}.profile-overview input[type=checkbox]+label,.profile-overview input[type=radio]+label,.profile-overview label{color:#10205b;font-size:14px}.profile-overview .people{display:-moz-flex;display:flex}.profile-overview .people-photo{border-radius:96px;height:96px;margin-right:10px;overflow:hidden;width:96px}.profile-overview .people-photo img{border-radius:96px}.profile-overview .people-details{color:#10205b;font-size:21px}.profile-overview .people-name{color:#10205b;display:block}.profile-security .card-body{padding:10px}.profile-security input[type=checkbox]+label,.profile-security input[type=radio]+label,.profile-security label{color:#10205b;font-size:14px}.profile-preferences .card-body{padding:10px}.profile-preferences input[type=checkbox]+label,.profile-preferences input[type=radio]+label,.profile-preferences label{color:#10205b;font-size:14px}.profile-preferences .checkmark-list{color:#10205b}.profile-preferences .checkmark-list .row div[class^=col]{padding-top:0}.profile-preferences .checkmark-list .row-smaller div[class^=col]{padding-bottom:3.3333333333px}.profile-preferences .checkmark-list ul li{margin-bottom:10px}.profile-preferences .checkmark-list label{font-size:14px}.profile-preferences .checkmark-list input[type=text].form-small{height:28px;padding:5px;text-align:center;width:28px}.profile-preferences .checkmark-list input[type=text].form-medium{height:28px;padding:5px;text-align:center;width:56px}.profile-preferences .checkmark-list input[type=checkbox]+label,.profile-preferences .checkmark-list input[type=radio]+label{color:#10205b;vertical-align:top;width:calc(100% - 31px)}.change-assessment-button{align-items:center;color:#f4a332;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:.3rem;padding-top:.5rem}.sidebar-menu-clinician-locations{background-image:url(/static/media/map.a2158364f686ab26b716.svg)}.sidebar-menu-clinician-locations.active,.sidebar-menu-clinician-locations:hover{background-color:#fff;background-image:url(/static/media/map_over.10bd2e26a97bd6a1f4b1.svg);color:#f4b832}.locations-lists .row div[class^=col]:first-child{padding-left:0}.locations-lists .row div[class^=col]:last-child{padding-right:0}.leading-5{line-height:1.25rem}.leading-6{line-height:1.5rem}.css-wee1jh-MuiButtonBase-root-MuiPickersDay-root{background-color:initial!important;border:none!important}.css-wee1jh-MuiButtonBase-root-MuiPickersDay-root:hover{background-color:#e6e6e6!important;color:#10205b}.Mui-selected{background-color:#10205b!important;color:#fff!important}.MuiPickersMonth-monthButton:hover,.MuiPickersYear-yearButton:hover,.css-18lo8in-MuiButtonBase-root-MuiPickersDay-root:hover{color:#10205b}.css-u9cgay-MuiInputBase-root-MuiOutlinedInput-root{padding-right:0!important}.MuiIconButton-root{margin:0!important}.MuiPickersMonth-monthButton,.MuiPickersYear-yearButton{padding:0!important}.ml-auto{margin-left:auto!important}.body-no-scroll{height:100%;overflow:hidden;position:fixed;width:100%}.hover\:cursor-default:hover{cursor:default}.hover\:cursor-pointer:hover{cursor:pointer}.hover\:bg-blue-950:hover{--tw-bg-opacity:1;background-color:#172554;background-color:rgb(23 37 84/var(--tw-bg-opacity,1))}.hover\:bg-slate-100:hover{--tw-bg-opacity:1;background-color:#f1f5f9;background-color:rgb(241 245 249/var(--tw-bg-opacity,1))}@media (min-width:640px){.sm\:my-8{margin-bottom:2rem;margin-top:2rem}.sm\:w-full{width:100%}.sm\:max-w-7xl{max-width:80rem}.sm\:flex-row{flex-direction:row}.sm\:items-center{align-items:center}.sm\:gap-4{gap:1rem}.sm\:p-0{padding:0}}@media (min-width:768px){.md\:w-fit{width:-webkit-fit-content;width:fit-content}.md\:max-w-56{max-width:14rem}.md\:flex-row{flex-direction:row}.md\:items-center{align-items:center}.md\:justify-end{justify-content:flex-end}}@media (min-width:1280px){.xl\:p-6{padding:1.5rem}}.alert-box{background-color:#0000000d;border-radius:.375rem;border-style:solid;border-width:2px;padding:1rem;width:100%}.alert-box-header{align-items:center;display:flex;gap:.5rem}.alert-icon{min-width:1.25rem}.alert-heading{font-size:1rem;font-weight:700}.alert-message{font-size:1rem;line-height:1}.border-yellow{background-color:#facc151a;border-color:#facc15}.border-red{background-color:#f871711a;border-color:#f87171}.text-warning{color:#b45309}.text-error{color:#7f1d1d}.input-size{font-size:1rem;padding:.625rem 1rem}.select-option{align-items:center;cursor:pointer;display:flex;font-size:.9rem;gap:.5rem;padding:.375rem .5rem;width:100%}.select-option:hover{background-color:#036}.select-option:hover,.select-option:hover span{color:#fff}.select-selected{background-color:#036;color:#fff!important;opacity:.7}.select-selected span{color:#fff}.select-wrapper{width:100%}.select-button{align-items:center;background-color:#e0e0e0;border-radius:.375rem;cursor:pointer;display:flex;gap:.5rem;width:100%}.select-button.disabled{cursor:not-allowed;opacity:.5}.select-button p{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.select-error{color:red;font-size:.875rem}.select-input-wrapper{align-items:center;background:#fff!important;border:1px solid #e0e0e0;border-radius:.375rem;cursor:pointer;display:flex!important;gap:.5rem}.select-input-wrapper input{width:100%}.select-input-field{border:none!important;font-weight:400;outline:none;padding:0!important;width:100%}.select-input-field:disabled{cursor:not-allowed}.select-dropdown{background-color:#fff;border-radius:.375rem;box-shadow:0 0 .5rem #0000001a;max-height:13rem;overflow-y:auto;position:absolute;width:100%;z-index:50}.select-loading{display:flex;justify-content:center;padding:1rem;width:100%}.select-loading-spinner{color:#10205b!important}.select-empty{padding:1rem}.select-empty-title{font-size:1rem;font-weight:700;margin-bottom:.4rem!important}.select-empty-message{font-size:.875rem;line-height:.75rem}.user-invite-popup-container{display:flex;flex-direction:column;gap:1rem}.user-invite-popup-title{font-size:21px;font-weight:700}.user-invite-popup-grid{grid-gap:1rem;display:grid;gap:1rem;grid-template-columns:repeat(2,1fr)}.user-invite-popup-company-selector{align-items:flex-end;display:flex;gap:.5rem}.user-invite-popup-company-select{max-width:78%;width:100%}.user-invite-popup-error{color:red;font-size:.875rem}.user-invite-popup-actions{align-items:center;display:flex;gap:.5rem;justify-content:space-between}.user-invite-popup-cancel-button{font-size:14px;font-weight:600;padding:0}.user-invite-popup-cancel-button,.user-invite-popup-cancel-button:hover{background-color:initial;border-color:#0000;color:#10205b}#selectLanguage,.user-invite-popup-company-select #companies{padding:10px}.user-invite-popup-grid:first-child{padding:0!important}.user-invite-popup-email{align-items:flex-start;display:flex;flex-direction:column;gap:2px;justify-content:space-between}.selected-company-wrapper{align-items:center;background-color:#f5f5f5;border-radius:.375rem;display:flex;gap:1rem;justify-content:space-between;padding:1rem}.selected-company{align-items:center;display:flex;gap:8px}.selected-company-content{display:flex;flex-direction:column;gap:.5rem}.selected-company-title{font-size:1.25rem;font-weight:700}.selected-company-roles-wrapper{align-items:center;display:flex;flex-direction:column-reverse;gap:1rem}.selected-company-roles{align-items:center;display:flex;gap:4px;justify-content:center}.selected-company-delete-button{background-color:#ff00001a;border-radius:9999px;display:flex;padding:.375rem;transition:all .2s}.selected-company-delete-button:hover{background-color:#f003;box-shadow:0 1px 2px 0 #0000000d;cursor:pointer;transform:scale(1.02)}.selected-company-delete-icon{color:red;height:16px!important;width:16px!important}.selected-company-roles-title,selected-company-division-title{font-size:14px;font-weight:600}.selected-company-info-icon{color:#666;height:16px!important;width:16px!important}.selected-company-tooltip{background-color:#222121cc;border-radius:.375rem;bottom:.75rem;color:#fff;display:none;font-size:12px;left:0;padding:.5rem;position:absolute;width:10rem}.selected-company-info-container{cursor:pointer;height:15px!important;position:relative}.selected-company-info-container:hover .selected-company-tooltip{display:block}.selected-company-roles-container{align-items:center;display:flex;flex-wrap:wrap;gap:.5rem;width:100%}.role-button{border:1px solid #3333334d;border-radius:.125rem;color:#10205b;font-size:12px;padding:.125rem .25rem;transition:all .2s}.role-button-active{border:1px solid #f4b832;color:#fff}.role-button-active:hover{background-color:#f4b832;border:1px solid #f4b832;opacity:.9}.role-button-disabled{background-color:#f4b8324d;border:1px solid #f4b8324d;color:#70799d}.role-button-disabled:hover{background-color:#f4b8324d;border:#f4b8324d;color:#70799d}.role-button-inactive{background-color:#add8e600;color:#483d8b}.role-button-inactive:hover{background-color:hsla(0,0%,79%,.192);border:1px solid #3333334d;color:#10205b}.overlay-body{height:-webkit-fit-content;height:fit-content;overflow:auto;width:100%}.overlay-wrapper{display:flex;max-height:90vh;max-width:673px;overflow:auto;padding:24px;scrollbar-width:0}.overlay-background{background-color:#70799d;opacity:.3}.selected-company-division{align-items:center;display:flex;gap:.5rem;width:100%}.selected-company-division-wrapper{align-items:flex-start;display:flex;flex-direction:column;gap:.5rem;justify-content:space-between;width:100%}#addCompany{min-width:-webkit-fit-content;min-width:fit-content;padding-bottom:10px;padding-top:10px}.MuiCircularProgress-svg{color:#10205b}@media (max-width:673px){.overlay-wrapper{max-width:600px}}.case-controls-container{display:flex;flex-direction:column;gap:1rem;padding:0 1.5rem 1rem;width:100%}@media (min-width:768px){.case-controls-container{width:50%}}.bold-text{font-weight:700}.text-base-custom{font-size:1rem;line-height:1.5rem}.submit-button{background-color:#f4b832;border:none;border-radius:4px;color:#fff;cursor:pointer;font-size:1.125rem;padding:.625rem 1.25rem;transition:opacity .2s ease;width:-webkit-min-content;width:min-content}.submit-button:disabled{cursor:not-allowed;opacity:.6}.uploader-title{color:#10205b;font-weight:600}.uploader-card-uplaod{height:auto;padding:8px}.uploader-item{margin-top:20px!important}.uploader-icon{background-color:#d9dbe5;border:2px solid;border-radius:4px;color:#d9dbe5;height:60px;object-fit:cover;overflow:hidden;position:relative;width:60px}.uploader-subtitle{color:#ecedf2}.uploader-pdf{margin-top:16px;text-align:center;width:100%!important}.uploader-close{background-color:#fff;border-radius:50%;color:#10205b;cursor:pointer;position:absolute;right:0;top:0}.uploader-image-preview{border-radius:6px;height:60px;width:60px}.uploader-card{background-color:#fff;border:1px solid #ecedf2;border-radius:2px;padding:16px}.uploader-text-content{align-self:center}.uploader-border{background-color:#d9dbe5;height:1px}.success-msg-block{background-color:#d4edda;border-color:#c3e6cb;color:#155724}.loader-parent{min-height:200px;position:relative}.modal{background-color:#00000080;height:100%;z-index:10}.modal-content{background-color:#fff;border-radius:10px;max-height:80%;max-width:80%;overflow:auto;position:relative}.disable-arrow::-webkit-inner-spin-button,.disable-arrow::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-moz-appearance:textfield}.common-loader{align-items:center;bottom:0;display:flex;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;justify-content:center;left:0;position:absolute;right:0;top:0}.loader-parent-position{position:relative}.search-input-wrapper .MuiInputBase-root{padding-right:0!important}.search-input-wrapper .MuiInputBase-root input{padding:11px 50px 11px 11px!important}.search-input-wrapper .MuiInputBase-root input::placeholder{margin-left:6x!important}.search-input-wrapper .MuiAutocomplete-popupIndicator{background:#0000!important;color:#0000008a;margin-right:0}.search-input-wrapper .MuiAutocomplete-clearIndicator{background:#0000!important;color:#0000008a}.select-input-wrapper{-webkit-appearance:none;appearance:none;background:#0000 url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat;background-size:10px;border:1px solid #d9dbe5;border-radius:4px;color:#10205b;display:inline-block;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin:0;outline:0;overflow:hidden;padding:10px 15px;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.readonly input,.readonly select,.readonly textarea{background:#0000!important;border:none!important;outline:none!important;resize:none}.readonly label{font-weight:800}.medication-search.disable{color:#80808080;opacity:.9}.medication-search.enable{background-color:#fff;border:1px solid #d9dbe5;color:#80808080}.medication-search.enable.medication-strength{background-color:#fff;border:1px solid #d9dbe5;color:#10205b}.grid-container .card{overflow:hidden}.two-cols{white-space:normal!important}.report-footer{color:#10205b;font-family:Open Sans,sans-serif;font-size:14px;font-weight:400;line-height:1.4;margin:0;padding:0}textarea{white-space:break-spaces!important}p{white-space:pre-wrap}.reports .physical-examination table tr{clear:both;display:flex}.reports .physical-examination table tr td{width:100%}td{white-space:break-spaces}.show-overflow{overflow:visible!important}.header-bold-text{color:#f4b832;font-size:14px;font-weight:700}.full-height{min-height:60vh}.half-height{display:flex;min-height:20vh}.h-60-custom{display:flex;height:60vh}.activity-main{padding-left:5vh;padding-top:5vh}.gray-color{color:gray}.activity-font{font-size:16px}.activity-border{border-left:2px solid #d3d3d3}.activity-description-body{padding-bottom:20px;padding-left:20px}.orange-circle{border-radius:30px;height:20px;left:-11px;margin-top:0;position:absolute;width:20px}.clickable{cursor:pointer!important}.pagination-wrapper,.pagination-wrapper p{color:#10205b!important}.search-bar-wrapper{display:flex}.search-bar{flex-direction:row;position:relative;width:100%}.search-bar input{width:100%!important}.search-bar .clear-search{position:absolute;right:10px;top:10px}.search-bar-wrapper{max-width:250px!important}.sort-icon.button-iconic-down-arrow,.sort-icon.button-iconic-down-arrow:hover{background-color:initial;background-image:url(/static/media/sort-asc.84b483bd73cc90c87359.svg);background-position:center 2px;background-size:auto 65%}.sort-icon.button-iconic-up-arrow,.sort-icon.button-iconic-up-arrow:hover{background-color:initial;background-image:url(/static/media/sort-desc.692d35046b5d9aaa2d41.svg);background-position:center 2px;background-size:auto 65%}.MuiIconButton-root{margin-right:12px!important;padding:6px!important}.MuiIconButton-root:hover{color:#10205b!important}.MuiAutocomplete-popper{z-index:9999!important}@media screen and (max-width:767px){.body-map-area svg{height:100vw;max-width:100%}.body-map-labels{max-width:100%}.body-map-labels .label-back-view-right,.body-map-labels .label-front-view-right,.body-map-labels .label-left{top:65vw}}.apexcharts-graphical{transform:translateY(10) scale(1.1)!important}.apexcharts-legend{bottom:0!important;display:flex!important;justify-content:center!important;overflow:inherit!important;right:40px!important;top:50%!important;top:0!important;width:58%!important}@media only screen and (max-width:1480px){.apexcharts-inner{transform:translate(0)!important}.apexcharts-legend{width:65%!important}}@media only screen and (max-width:1340px){.apexcharts-inner{transform:translate(0)!important}.apexcharts-legend{margin-top:-20px;width:75%!important}}@media only screen and (max-width:65rem){.apexcharts-canvas{margin-left:30px}}.donutChartTooltip{padding:5px}.invitation-expired{display:flex;height:100vh;width:100%}.invitation-expired-wrapper,.terms-container{background:#fff;border-radius:6px;display:inline-block;margin:0 auto;max-width:1024px;padding:60px;width:90%}.invitation-expired-wrapper .logo{display:block;height:58px;margin:0 auto 15px}.invitation-expired-wrapper .empty-state-files-title{font-size:18px;margin-bottom:50px}.invitation-expired-wrapper .empty-state-files-title a{color:#f4b832;font-size:18px}.invitation-expired-wrapper .empty-state-files-title a:hover{text-decoration:underline}.invitation-expired-wrapper img{height:380px}@media only screen and (max-width:776px){.invitation-expired-wrapper{padding:30px}.invitation-expired-wrapper .empty-state-files-title{margin-bottom:15px}}.required{color:red}.text-gray{color:gray!important}.select-field{background-color:initial;border-color:#d9dbe5;height:38px;line-height:1}.width-120{max-width:120px!important;width:100%!important}.modal{height:100vh;justify-content:center;left:0;position:fixed;top:0;width:100%;z-index:1000}.flex-between-custom,.modal{align-items:center;display:flex}.flex-between-custom{justify-content:space-between;width:calc(100% - 120px)}.cancel-reason-textarea{background-color:initial!important;pointer-events:auto!important;resize:none!important;visibility:visible!important}@media only screen and (max-width:500px){.popup-menu-container.up :after{left:40%!important}}.dashboard-donut-graph{position:relative}.dashboard-donut-graph .apexcharts-canvas{margin:0 auto;max-width:100%;width:500px!important}.dashboard-donut-graph .apexcharts-legend{width:58%!important}.dashboard-donut-graph .apexcharts-legend-series{margin-bottom:3px!important;margin-top:3px!important}.dashboard-donut-graph .apexcharts-legend-text{font-size:14px!important}.select-with-search,.select-with-search-parent{max-width:200px;outline:none!important;width:200px}.select-with-search__control{border:none!important;box-shadow:none!important;min-height:auto!important;outline:none!important;padding:0}.select-with-search-button,.select-with-search__value-container{-webkit-appearance:none;appearance:none;background:#ecedf2 url(/static/media/down-arrow.c986a4415d34c910f1b7.svg) calc(100% - 10px) no-repeat!important;background-size:auto;background-size:10px!important;border:1px solid #ecedf2!important;border-radius:4px;color:#10205b!important;cursor:pointer;display:inline-block;font-family:HelveticaNeue-Regular;font-size:12px;font-weight:400;line-height:1.4;margin:0;max-width:200px;outline:0;overflow:hidden;padding:5px 30px 5px 10px;position:relative;text-align:left;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap;width:100%}.select-with-search__value-container{background:#fff url(/static/media/search-2.29526c8e13cf1d558b0f.svg) calc(100% - 10px) no-repeat!important}.select-with-search__indicator,.select-with-search__indicator-separator{display:none!important}.intake-select-with-search-input{font-size:12px!important;height:35px;max-width:200px;width:100%}.intake-select-with-search-option{color:#10205b;cursor:pointer;font-family:HelveticaNeue-Regular;font-size:12px!important;font-weight:500;line-height:1.4;padding:4px 10px!important}.intake-select-with-search-option.active,.intake-select-with-search-option:hover{background-color:#559fff;color:#fff;position:relative}.intake-select-with-search-option.active:before{content:"\2713";left:1px;position:absolute}.intake-select-with-search__menu{background-color:#ecedf2!important;border-radius:3px;bottom:37px;margin-top:3px!important;max-height:200px;max-width:200px;overflow-y:scroll;padding:0!important;position:absolute;width:100%}.intake-select-with-search-body{max-width:200px;padding:0;position:absolute;top:0;width:100%;z-index:12}.intake-select-with-search-body.not-visible{height:0;opacity:0;transition:visibility .1s linear,opacity .1s linear;visibility:hidden}.select-with-search-body{max-width:200px;padding:0;position:absolute;top:0;width:100%;z-index:12}.select-with-search-input{font-size:12px!important;padding:0!important}.select-with-search-input input{padding:5px 10px!important}.select-with-search-body.not-visible{height:0;opacity:0;transition:visibility .1s linear,opacity .1s linear;visibility:hidden}.select-with-search-input{width:100%}.select-with-search__menu{background-color:#ecedf2!important;border-radius:3px;margin-top:3px!important;max-height:200px;overflow-y:scroll;padding:0!important}.select-with-search-option{word-wrap:break-word;color:#10205b;cursor:pointer;display:block!important;font-family:HelveticaNeue-Regular;font-size:12px!important;font-weight:500;line-height:1.4;padding:4px 10px!important}.select-with-search-option.active,.select-with-search-option:hover{background-color:#559fff;color:#fff;position:relative}.select-with-search-option.active:before{content:"\2713";left:1px;position:absolute}.select-with-search__single-value{display:none}.button-with-icon{background-color:#1d317c;border-color:#1d317c;padding:7.5px 25px 7.5px 15px;position:relative}.button-with-icon:hover{background-color:#10205b;border-color:#10205b}.button-with-icon a{align-items:center;bottom:0;color:#fff;display:flex;justify-content:center;position:absolute;right:5px;top:1px}.resize-none{resize:none}.grid{display:grid}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-2{grid-template-columns:repeat(2,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.grid-cols-4{grid-template-columns:repeat(4,minmax(0,1fr))}.grid-cols-5{grid-template-columns:repeat(5,minmax(0,1fr))}.view-inline{display:inline-flex;gap:30px}.remove-trade{align-items:center;bottom:0;display:flex;justify-content:center;position:absolute;right:0;top:0}.space-around-custom{gap:5px;justify-content:space-around}.justify-between-custom{justify-content:space-between}.flex-center-custom,.justify-between-custom,.trash-icon{align-items:center;display:flex}.trash-icon{background-color:#ecedf2;border-radius:100%;cursor:pointer;justify-content:center;line-height:1;padding:8px}.trash-icon img{height:18px;width:18px}.MuiPopover-root{z-index:9999!important}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar{height:55px;min-height:auto}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar .MuiTypography-h3{font-size:2rem;line-height:1}.MuiPickersBasePicker-container .MuiPickersBasePicker-pickerView{min-height:auto;min-width:200px}.MuiPickersBasePicker-container .MuiPickersBasePicker-pickerView .MuiPickersYearSelection-container{height:auto;max-height:300px}.cases-profile .checkmark-list input[type=checkbox]+label{max-width:calc(100% - 31px);width:auto}.cases-profile .checkmark-list input[type=radio]+label{vertical-align:middle;width:auto}.line-height-1{line-height:1}.survey-confirmation .overlay-wrapper{max-width:450px!important}.disabled{background-color:#ecedf2!important;border:1px solid #ecedf2!important;color:#70799d!important;cursor:not-allowed}.notes{font-size:10px;font-style:italic}.col-20-per{box-sizing:border-box;flex-basis:20%;max-width:20%;padding:1rem}.small-text{font-size:14px!important;width:100%!important}.break-word-custom{word-wrap:break-word;word-break:break-all}@media only screen and (max-width:41rem){.col-20-per{box-sizing:border-box;flex-basis:100%;max-width:100%;padding:1rem}}@media only screen and (max-width:767px){.full-width{max-width:100%!important}.view-inline{grid-gap:10px;display:grid;gap:10px}.xs-m-l-0{margin-left:0!important}.xs-m-t-5{margin-top:1rem}}@media only screen and (max-width:65rem){.hide-on-mobile{display:none!important}.show-on-mobile{display:block!important}.view-inline{grid-gap:10px;display:grid;gap:10px}}@media (min-width:1000px) and (max-width:1440px){.hide-on-large{display:none!important}}.term-of-use{position:relative}.term-of-use .modal-close{position:absolute;right:0;top:0}.term-of-use h6{display:inline-block;margin-top:.75rem;width:100%}.term-of-use h6,.term-of-use p{margin-bottom:.75rem}.term-of-use .listing{color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin-bottom:.75rem}.term-of-use .listing li{list-style-type:disc;margin-bottom:.5rem;margin-left:15px}.term-of-use .listing li:last-child{margin-bottom:0}.term-of-use .order-listing{color:#10205b;font-family:HelveticaNeue-Regular;font-size:14px;font-weight:400;line-height:1.4;margin-bottom:.75rem}.term-of-use .order-listing li{list-style-type:decimal;margin-bottom:.5rem;margin-left:15px}.term-of-use .order-listing li:last-child{margin-bottom:0}.location-panel{background:#0000001a;height:100vh;left:0;opacity:1;position:fixed;top:0;width:100vw;z-index:100}.hover\:cursor-pointer{cursor:pointer}.send-copy-container{align-items:center;display:flex;flex-direction:row;gap:20px;width:50%}.tags-container{display:flex;flex-wrap:wrap;gap:5px;margin-top:10px}.tag{align-items:center;background-color:#f7f7f7;border-radius:5px;display:flex;gap:10px;padding:10px}.send-copy-button{display:flex;height:100%;justify-content:center;width:80px}.user-selector-ul{background-color:#fff;border:1px solid #0000001a;border-radius:.25rem;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;margin-top:.125rem;max-height:13rem;overflow-y:auto;z-index:100}.user-selector-ul li{align-items:center;cursor:pointer;display:flex;font-size:14px;gap:.5rem;padding:.375rem .5rem}.user-selector-ul li:hover{background-color:#1d317c;color:#fff}.user-selector-ul li.active{background-color:#559fff;color:#fff}.user-selector .placeholder{background-color:#ecedf2;border-radius:4px;padding:10px 12px 10px 17px}.user-selector .placeholder.disabled{opacity:.7}.search-medicine-wrapper .MuiInput-underline:after,.search-medicine-wrapper .MuiInput-underline:before{border-bottom:0!important}.file-preview-container{align-items:center;display:flex;flex-direction:row;flex-wrap:wrap;gap:20px}.file-preview{align-items:center;background-color:#f8f9fa;border-radius:6px;color:#1d3557;cursor:pointer;display:flex;gap:16px;justify-content:space-between;max-width:250px;overflow:hidden;padding:16px;transition:all .2s ease-in-out;width:100%}.file-preview:hover{background-color:#f4a332;box-shadow:0 4px 8px #0000001a;color:#fff;transform:scale(1.02)}.file-preview .file-details{gap:8px;overflow:hidden}.file-preview .file-details,.file-preview .file-icon{align-items:center;display:flex}.file-preview .file-icon img{border-radius:4px;height:28px;min-height:28px;min-width:28px;object-fit:cover;overflow:hidden;width:28px}.file-preview:hover .file-info span{color:#fff}.file-preview .file-info{display:flex;flex-direction:column;max-width:100%;overflow:hidden}.file-preview .file-name{font-size:12px;font-weight:700;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.file-preview .file-size{font-size:12px}.file-preview .download-icon{align-items:center;background-color:#d9dbe5;border-radius:24px;cursor:pointer;display:flex;height:24px;justify-content:center;min-height:24px;min-width:24px;transition:all;transition-duration:.1s;transition-timing-function:ease-in-out;width:24px}.file-preview .download-icon:hover{background-color:#fff;cursor:pointer;scale:1.08}.file-preview .download-icon img{stroke:#10205b;height:14px;width:14px}.MuiButtonBase-root.MuiPickersDay-root.Mui-selected{background-color:#10205b!important;will-change:auto!important}.popup-menu-container{background-color:#10205b!important;border-radius:6px;max-width:300px;padding:25px;position:absolute;right:0;text-align:left;z-index:100}.popup-menu-container.down :after{border-top:8px solid #10205b;top:100%}.popup-menu-container.down :after,.popup-menu-container.up :after{border-left:8px solid #0000;border-right:8px solid #0000;content:"";height:0;left:50%;margin-left:100px;position:absolute;width:0}.popup-menu-container.up :after{border-bottom:8px solid #10205b;bottom:100%}.popup-menu-container p{color:#fff;text-align:center}ul.popup-menu{color:#fff;flex-direction:column;justify-content:center;list-style:none;margin-top:10px;text-align:left}ul.popup-menu,ul.popup-menu li{align-content:center;display:flex}ul.popup-menu li{margin-bottom:13px}.reports h3,.reports h4,.reports h5,.reports label,.reports ol li,.reports p,.reports table tr td,.reports table tr th,.reports ul li{color:#10205b;font-family:Open Sans,sans-serif;line-height:1.4;margin:0;overflow-wrap:anywhere;padding:0;word-break:normal}.reports h3{font-size:20px}.reports h3,.reports h4{font-weight:700;padding:0 0 10px}.reports h4{font-size:18px}.reports h5{font-size:16px;font-weight:700;padding:0 0 10px}.reports p{font-size:16px}.reports p,.reports p.small{font-weight:400;margin:0 0 10px}.reports p.small{font-size:12px}.reports p:last-child{margin:0}.reports ol,.reports ul{margin:0;padding:0 0 0 15px}.reports ul ul{margin:0;padding:10px 0 0}.reports ul li{font-size:16px;list-style-type:disc;padding:0 0 10px}.reports ul li:last-child{padding:0}.reports ul ul li{font-size:16px;list-style-type:circle;margin:0 0 0 25px;padding:0 0 10px}.reports ul ul li:last-child{padding:0}.reports ol li{font-size:16px;list-style-type:number;margin:0 0 0 15px;padding:0 0 10px}.reports table tr,.reports table tr:hover,.reports table tr:nth-child(2n){background:#0000;cursor:default}.reports table tr td{font-size:16px;font-weight:400}.reports table tr th{font-size:16px;font-weight:700;text-transform:none}.reports hr{border:0;border-bottom:2px solid #10205b;margin:25px 0}.reports hr,.reports hr.invisible{font-size:0;height:0;line-height:0}.reports hr.invisible{border:0;border-bottom:2px solid #fff;margin:12px 0}.reports .section{padding:15px 50px}.reports .title{background-color:#10205b!important}.reports .title h3{color:#f4b832;margin:0;padding:0}.reports .manager-details{background:#10205b}.reports .manager-details h3{color:#f4b832}.reports .manager-details h4{color:#fff}.reports .manager-details p{color:#fff;margin:0}.reports .case-details h3{padding:0 0 15px}.reports .case-details h4{padding:18px 0 15px}.reports .case-details p{margin:0 0 8px}.reports .case-details p img{display:inline-block;margin-right:10px;vertical-align:middle}.reports .case-details table{width:auto}.reports .case-details label{color:#f4b832;font-size:18px;font-weight:700;padding:0 25px 0 0}.reports .case-details span{font-size:18px;font-weight:400;padding:0}.reports .case-details .checkbox{display:inline-block;height:21px;margin:0 8px 0 0;vertical-align:middle;width:21px}.reports .case-details .checkbox+label{color:#10205b;font-size:16px;font-weight:400;margin:0;padding:0}.reports .patient-reported-health-status table{margin:25px 0 0}.reports .patient-reported-health-status table:first-child{margin:0}.reports .patient-reported-health-status table tr{background:#fff}.reports .patient-reported-health-status table tr td{padding:0 0 10px}.reports .patient-reported-health-status table tr td:first-child,.reports .physical-examination table.hip-range-motion tr td:first-child,.reports .physical-examination table.romberg-test tr td:first-child{padding:0 25px 10px 0;width:400px}.reports .patient-reported-health-status table tr td h5{padding:0}.reports .interpretation-recommendations table,.reports .physical-examination table{margin:25px 0 0}.reports .interpretation-recommendations table:first-child,.reports .physical-examination table.no-space,.reports .physical-examination table:first-child{margin:0}.reports .interpretation-recommendations table tr,.reports .physical-examination table tr{background:#fff}.reports .interpretation-recommendations table tr td,.reports .physical-examination table tr td{padding:0 10px 10px 0}.reports .interpretation-recommendations table tr:last-child td,.reports .physical-examination table tr:last-child td{padding-bottom:0!important}.reports .interpretation-recommendations table.two-cols tr td:first-child,.reports .physical-examination table.two-cols tr td:first-child{padding:0 25px 10px 0;width:200px}.reports .interpretation-recommendations table.two-cols-full tr td:first-child,.reports .interpretation-recommendations table.two-cols-full tr th:first-child,.reports .physical-examination table.two-cols-full tr td:first-child,.reports .physical-examination table.two-cols-full tr th:first-child{padding:0 25px 10px 0;width:50%}.reports .interpretation-recommendations table.two-cols-full tr td:nth-child(2),.reports .interpretation-recommendations table.two-cols-full tr th:nth-child(2),.reports .physical-examination table.two-cols-full tr td:nth-child(2),.reports .physical-examination table.two-cols-full tr th:nth-child(2){padding:0 0 10px;width:50%}.reports .interpretation-recommendations table.three-cols tr td:first-child,.reports .interpretation-recommendations table.three-cols tr th:first-child,.reports .physical-examination table.three-cols tr td:first-child,.reports .physical-examination table.three-cols tr th:first-child{padding:0 25px 10px 0;width:50%}.reports .interpretation-recommendations table.three-cols tr td:nth-child(2),.reports .interpretation-recommendations table.three-cols tr th:nth-child(2),.reports .physical-examination table.three-cols tr td:nth-child(2),.reports .physical-examination table.three-cols tr th:nth-child(2){padding:0 25px 10px 0;width:25%}.reports .interpretation-recommendations table.three-cols tr td:nth-child(3),.reports .interpretation-recommendations table.three-cols tr th:nth-child(3),.reports .physical-examination table.three-cols tr td:nth-child(3),.reports .physical-examination table.three-cols tr th:nth-child(3){padding:0 0 10px;width:25%}.reports .interpretation-recommendations table tr td h5,.reports .physical-examination table tr td h5{padding:0}.reports .interpretation-recommendations ul+p,.reports .physical-examination ul+p{margin:10px 0 0}.reports .interpretation-recommendations .graphics-area,.reports .physical-examination .graphics-area{display:inline-block;margin:25px 0;width:100%}.reports .interpretation-and-recommendations ul+p{margin:10px 0 0}.reports .medications table{margin-bottom:20px}.reports .medications table tr td{background:#fff;padding:5px 0}.reports .medications table tr:first-child td{font-weight:700;padding-top:0}.reports table.deep-tendon-reflexes,.reports table.flexibility-testing,.reports table.functional-testing,.reports table.motor-function{margin-bottom:20px}.reports table.deep-tendon-reflexes tr td,.reports table.flexibility-testing tr td,.reports table.functional-testing tr td,.reports table.motor-function tr td{background:#fff;padding:5px 0}.reports table.deep-tendon-reflexes tr:first-child td,.reports table.flexibility-testing tr:first-child td,.reports table.functional-testing tr:first-child td,.reports table.motor-function tr:first-child td{font-weight:700;padding-top:0}.reports table.deep-tendon-reflexes tr td:first-child,.reports table.flexibility-testing tr td:first-child,.reports table.motor-function tr td:first-child{width:50%}.reports table.deep-tendon-reflexes tr td:nth-child(2),.reports table.deep-tendon-reflexes tr td:nth-child(3),.reports table.flexibility-testing tr td:nth-child(2),.reports table.flexibility-testing tr td:nth-child(3),.reports table.motor-function tr td:nth-child(2),.reports table.motor-function tr td:nth-child(3){width:25%}.reports table.functional-testing tr td:first-child{width:50%}.reports .footer p{font-size:14px;text-align:center}.reports-full-view{background-color:#fff!important;padding:0!important}.onetThirdPrint{width:33.33%}.olNumberStyle{list-style-type:"decimal"}.pageBreakBefore{page-break-before:always}.pageBreak{page-break-after:always}.avoidBreak{page-break-inside:avoid}@media print{.pageBreak{page-break-after:always}.pageBreakBefore{page-break-before:always}.avoidBreak{page-break-inside:avoid}.reports .title{background-color:#10205b!important;-webkit-print-color-adjust:exact!important;-moz-print-color-adjust:exact!important;print-color-adjust:exact!important}@page{size:portrait;break-inside:avoid-page;margin:30px;page-break-inside:avoid}.printable-row{width:100%!important}.onetThirdPrint{width:50%}}h1,h2,h3,h4,h5,h6,li,ol,p,span,ul{color:#10205b;margin:0;padding:0}h1,h2,h3,h4,h5,h6{line-height:1}h2{font-size:20px}h3{font-size:16px}table,td,th{background-color:#fff;border-collapse:collapse!important;border-spacing:0!important;padding:0!important}.container{max-width:1280px;width:100%}.footer,.header{padding:0}.text-yellow{color:#f4b832}.text-white{color:#fff}.bg-dark-blue{background-color:#10205b}.p-20{padding:20px!important}.p-x-20{padding:0 20px!important}.bold{font-family:HelveticaNeue-Bold;font-weight:500}.intake-report-modal{align-items:center;display:flex;height:100%;justify-content:center;left:0;margin:auto;padding:2rem;position:fixed;top:0;width:100%;z-index:10}.intake-report-wrapper{background:#fff;border-radius:6px;height:100%;max-width:1280px;overflow-y:scroll;padding:2rem;position:relative;width:100%;z-index:1}@media (max-width:1440px){h2{font-size:18px}.footer,.header{padding:0 20px}}@media (max-width:767px){table,table th{width:100%}tr.responsive-wrap{display:flex;flex-wrap:wrap}tr.responsive-wrap td{width:100%}}