@keyframes react-loading-skeleton{to{transform:translateX(100%)}}.react-loading-skeleton{--base-color:#ebebeb;--highlight-color:#f5f5f5;--animation-duration:1.5s;--animation-direction:normal;--pseudo-element-display:block;background-color:var(--base-color);border-radius:.25rem;display:inline-flex;line-height:1;overflow:hidden;position:relative;-webkit-user-select:none;user-select:none;width:100%}.react-loading-skeleton:after{animation-direction:var(--animation-direction);animation-duration:var(--animation-duration);animation-iteration-count:infinite;animation-name:react-loading-skeleton;animation-timing-function:ease-in-out;background-image:linear-gradient(90deg,var(--base-color),var(--highlight-color),var(--base-color));background-repeat:no-repeat;content:" ";display:var(--pseudo-element-display);height:100%;left:0;position:absolute;right:0;top:0;transform:translateX(-100%)}@media (prefers-reduced-motion){.react-loading-skeleton{--pseudo-element-display:none}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#ffffffb3;--toastify-icon-color-info:var(--toastify-color-info);--toastify-icon-color-success:var(--toastify-color-success);--toastify-icon-color-warning:var(--toastify-color-warning);--toastify-icon-color-error:var(--toastify-color-error);--toastify-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);--toastify-color-progress-dark:#bb86fc;--toastify-color-progress-info:var(--toastify-color-info);--toastify-color-progress-success:var(--toastify-color-success);--toastify-color-progress-warning:var(--toastify-color-warning);--toastify-color-progress-error:var(--toastify-color-error)}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.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-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74c3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74c3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning{background:#ffffffb3;background:var(--toastify-color-transparent)}.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--light{color:#000;opacity:.3}.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{bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.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__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root #root{--toastify-font-family:-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,"Helvetica Neue",Arial,"Noto Sans",sans-serif,"Apple Color Emoji","Segoe UI Emoji","Segoe UI Symbol","Noto Color Emoji";--toastify-toast-width:470px;--toastify-toast-min-height:44px;--toastify-color-error:#000000b3;--toastify-text-color-error:#fff;--toastify-color-success:#000000b3;--toastify-text-color-success:#fff}:root #root .Toastify__toast-container--top-center{top:10px}@media(max-width:480px){:root #root .Toastify__toast-container--top-center{margin-left:10px;width:calc(100vw - 20px)}}:root #root .Toastify__toast{border-radius:16px;box-shadow:0 2px 8px 0 #00114d2b;padding:6px 9px}.Alerts_title__Nhi4h{color:#fff;font-weight:600;line-height:1.25}.Alerts_content__c\+c3D a{color:#75c3d7;font-weight:600}.Loader_loader__IPy1j{align-items:center;display:flex;justify-content:center;padding:20px;text-align:center}.Loader_loaderOverlay__thaNZ{background:#ffffff80;bottom:0;left:0;position:absolute;right:0;top:0}.Loader_pageWrapper__uPVMm{margin-top:100px}.Loader_h84__vyM-F{height:84px;padding-bottom:0;padding-top:0}@media(max-width:991.98px){.Loader_h84__vyM-F{height:76px}}.Loader_h106__cwYSf{height:106px;padding-bottom:0;padding-top:0}@media(max-width:991.98px){.Loader_h106__cwYSf{height:76px}}.Loader_h108__cbzub{height:108px;padding-bottom:0;padding-top:0}@media(max-width:991.98px){.Loader_h108__cbzub{height:76px}}.Loader_bgGray__dYou\+{background-color:#f6f6f6;border-radius:16px}.Loader_absoluteCenter__BwzVk{bottom:0;left:0;padding:0;position:absolute;right:0;top:0}.Icon_withHover__9mU4d{cursor:pointer;opacity:.2;transition:opacity .3s ease-in-out}.Icon_withHover__9mU4d:hover{opacity:1}.Checkbox_checkbox__TNTQM{align-items:center;cursor:pointer;display:flex;height:28px;justify-content:center;min-width:28px;position:relative;width:28px}.Checkbox_checkbox__TNTQM .Checkbox_icon__aP2Kg{height:28px;min-width:28px;opacity:0;width:28px}.Checkbox_checkbox__TNTQM.Checkbox_small__Ic84d,.Checkbox_checkbox__TNTQM.Checkbox_small__Ic84d .Checkbox_icon__aP2Kg{height:20px;min-width:20px;width:20px}.Checkbox_checkbox__TNTQM.Checkbox_checked__387JE .Checkbox_icon__aP2Kg{opacity:1}.Checkbox_checkbox__TNTQM.Checkbox_disabled__vBxET{cursor:default;pointer-events:none}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq{background-color:#f6f6f6;border-radius:50%}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_dark__Aogxe{background-color:#d8d8da73}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_multi__Mi7uA:not(.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_checked__387JE){background-color:#fff}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_multi__Mi7uA:not(.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_checked__387JE) .Checkbox_icon__aP2Kg{opacity:.25}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_checked__387JE{background-color:#17a2c6;color:#fff}.Checkbox_checkbox__TNTQM.Checkbox_round__ndYRq.Checkbox_disabled__vBxET{opacity:.5}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw{background-color:#fff;border:1px solid #e3e3e5;border-radius:10px}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_small__Ic84d{border-radius:6px}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_multi__Mi7uA:not(.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_checked__387JE) .Checkbox_icon__aP2Kg{opacity:.25}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_checked__387JE{color:#17a2c6}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_checked__387JE .Checkbox_icon__aP2Kg{opacity:1}.Checkbox_checkbox__TNTQM.Checkbox_square__kzsnw.Checkbox_disabled__vBxET{opacity:.3}.PageNoResults_noResults__2MN1d{background-color:#f6f6f6;border:1px solid #f6f6f6;border-radius:16px;font-weight:600;line-height:1.5;text-align:center}.PageNoResults_noResults__2MN1d a{line-height:inherit}.PageNoResults_md__R-RoU{padding:19px 30px}.PageNoResults_lg__8e7h1{padding:29px 30px}.PageNoResults_bordered__wN-6I{border-color:#e6e6e7}.Title_title__6VI0u{font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;margin-bottom:0;padding-bottom:0}.Title_h1__iKZvQ{font-size:32px;line-height:1.5}.Title_h2__Nz\+NV{font-size:22px;line-height:1.36}.Title_h3__\+XYHE{font-size:18px;line-height:1.5}.Title_h4__U-KA0{font-size:16px;font-weight:600;line-height:1.25}.Title_h6__kmXgC{font-size:13px;line-height:1.25}.Title_ellipsis__ikLsx{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.ContainerScrollable_wrapper__233ZC{border-radius:inherit;display:flex;flex-direction:column;flex-grow:1;min-height:1px;overflow:hidden;padding:0;position:relative}.ContainerScrollable_scrollContent__x-Y4G{flex:1 1;overflow-y:auto;overscroll-behavior:contain}.ContainerScrollable_shadow__VYMEx{height:9px;left:0;opacity:0;pointer-events:none;position:absolute;right:0;transition:opacity .3s ease-in-out;z-index:5}.ContainerScrollable_shadow__VYMEx.ContainerScrollable_visible__RTfgj{opacity:1}.ContainerScrollable_shadow__VYMEx.ContainerScrollable_top__1hrDB{background:linear-gradient(180deg,#00000026,#0000);top:0}.ContainerScrollable_shadow__VYMEx.ContainerScrollable_bottom__kild5{background:linear-gradient(0deg,#00000026,#0000);bottom:0}.QuickEditButtons_wrapper__BUTYb{align-self:center;display:flex}.QuickEditButtons_wrapper__BUTYb>*+*{margin-left:21px!important;position:relative}.QuickEditButtons_wrapper__BUTYb>*+:before{background-color:#d2d2d2;content:"";display:block;height:100%;left:-11px;position:absolute;width:1px}.Button_btn__0YTxh{--button-icon-size:28px;--bubble-loader-margin-top:-4px;align-items:center;border:none;cursor:pointer;display:inline-flex;justify-content:center;margin:0;outline:none;padding:0;position:relative;text-align:center;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.Button_btn__0YTxh:focus{outline:none}.Button_btn__0YTxh .Button_content__M9dcW+.Button_right__DgY\+Y,.Button_btn__0YTxh .Button_left__hfjZu+.Button_content__M9dcW{margin-left:5px}.Button_btn__0YTxh .Button_left__hfjZu .Button_icon__dKwt2,.Button_btn__0YTxh .Button_right__DgY\+Y .Button_icon__dKwt2{max-height:var(--button-icon-size)}.Button_btn__0YTxh.Button_isDisabled__1kl19,.Button_btn__0YTxh[disabled]{cursor:default;pointer-events:none}.Button_btn__0YTxh.Button_isLoading__orzbr{pointer-events:none}.Button_btn__0YTxh.Button_isLoading__orzbr .Button_content__M9dcW,.Button_btn__0YTxh.Button_isLoading__orzbr .Button_left__hfjZu,.Button_btn__0YTxh.Button_isLoading__orzbr .Button_right__DgY\+Y{opacity:0}.Button_btn__0YTxh.Button_isLoading__orzbr .Button_loader__vATSZ{align-items:center;background-color:inherit;border-radius:inherit;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.Button_btn__0YTxh.Button_isLoading__orzbr .Button_loader__vATSZ .Button_bubbleLoader__\+FxZ9{margin-top:calc(var(--bubble-loader-margin-top)*-1)}.Button_xxs__PULgy{--button-icon-size:20px;--bubble-loader-size:4px;--bubble-loader-margin-top:0;border-radius:4px;font-size:14px;line-height:1.2;min-height:24px;padding-left:5px;padding-right:5px}.Button_xs__gOlWq{--button-icon-size:24px;--bubble-loader-size:4px;--bubble-loader-margin-top:0;border-radius:8px;min-height:30px}.Button_sm__7h3RC,.Button_xs__gOlWq{font-size:16px;line-height:1.2;padding-left:15px;padding-right:15px}.Button_sm__7h3RC{border-radius:12px;font-weight:700;min-height:40px}.Button_md__74H2k{min-height:50px}.Button_lg__GT3k\+,.Button_md__74H2k{border-radius:16px;font-size:16px;font-weight:700;line-height:1.2;padding-left:15px;padding-right:15px}.Button_lg__GT3k\+{min-height:62px}.Button_minAuto__zaoli{min-width:auto}.Button_min110__WpOPx{min-width:110px}.Button_block__YeIkF{flex-grow:1;min-width:100%}.Button_r0__sIKG7{border-radius:0!important}.Button_r4__W5VD-{border-radius:4px!important}.Button_r8__gHHjb{border-radius:8px!important}.Button_r12__2J0dS{border-radius:12px!important}.Button_r16__Vunzf{border-radius:16px!important}.Button_r20__Wz3f0{border-radius:20px!important}.Button_btn__0YTxh.Button_justIcon__TjUaq{padding-left:0;padding-right:0}.Button_btn__0YTxh.Button_justIcon__TjUaq .Button_content__M9dcW{display:none}.Button_btn__0YTxh.Button_justIcon__TjUaq.Button_xs__gOlWq{min-width:30px}.Button_btn__0YTxh.Button_justIcon__TjUaq.Button_sm__7h3RC{min-width:40px}.Button_btn__0YTxh.Button_justIcon__TjUaq.Button_md__74H2k{min-width:50px}.Button_btn__0YTxh.Button_justIcon__TjUaq.Button_lg__GT3k\+{min-width:62px}.Button_btn__0YTxh.Button_primary__L5kPn{background-color:#17a2c6;color:#fff}.Button_btn__0YTxh.Button_primary__L5kPn:focus,.Button_btn__0YTxh.Button_primary__L5kPn:hover{background-color:#1386a4;color:#fff}.Button_btn__0YTxh.Button_primary__L5kPn.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_primary__L5kPn[disabled]{background-color:#f6f6f6;color:#d1d1d6}.Button_btn__0YTxh.Button_primary__L5kPn.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_primary__L5kPn.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_primary__L5kPn[disabled]:focus,.Button_btn__0YTxh.Button_primary__L5kPn[disabled]:hover{background-color:#f6f6f6}.Button_btn__0YTxh.Button_primary-outline__Iffgh{background-color:#fbfbfb;color:#17a2c6}.Button_btn__0YTxh.Button_primary-outline__Iffgh:before{border:1px solid #e5e5e5;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.Button_btn__0YTxh.Button_primary-outline__Iffgh:focus:hover,.Button_btn__0YTxh.Button_primary-outline__Iffgh:hover{background-color:#f6f6f6;color:#17a2c6}.Button_btn__0YTxh.Button_primary-outline__Iffgh:focus{background-color:#fbfbfb;color:#17a2c6}.Button_btn__0YTxh.Button_primary-outline__Iffgh.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_primary-outline__Iffgh[disabled]{color:#d1d1d6}.Button_btn__0YTxh.Button_primary-outline__Iffgh.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_primary-outline__Iffgh.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_primary-outline__Iffgh[disabled]:focus,.Button_btn__0YTxh.Button_primary-outline__Iffgh[disabled]:hover{background-color:#f6f6f6;color:#d1d1d6}.Button_btn__0YTxh.Button_secondary__wX381{background-color:#f6f6f6;color:#17a2c6}.Button_btn__0YTxh.Button_secondary__wX381:focus,.Button_btn__0YTxh.Button_secondary__wX381:hover{background-color:#f0f0f0;color:#17a2c6}.Button_btn__0YTxh.Button_secondary__wX381.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary__wX381.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary__wX381.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary__wX381[disabled],.Button_btn__0YTxh.Button_secondary__wX381[disabled]:focus,.Button_btn__0YTxh.Button_secondary__wX381[disabled]:hover{background-color:#f6f6f6;color:#d1d1d6}.Button_btn__0YTxh.Button_secondary2__inp\+B{background-color:#f2f3f3;color:#17a2c6}.Button_btn__0YTxh.Button_secondary2__inp\+B:focus,.Button_btn__0YTxh.Button_secondary2__inp\+B:hover{background-color:#f0f0f0;color:#17a2c6}.Button_btn__0YTxh.Button_secondary2__inp\+B.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary2__inp\+B.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary2__inp\+B.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary2__inp\+B[disabled],.Button_btn__0YTxh.Button_secondary2__inp\+B[disabled]:focus,.Button_btn__0YTxh.Button_secondary2__inp\+B[disabled]:hover{background-color:#f2f3f3;color:#d1d1d6}.Button_btn__0YTxh.Button_secondary-dark__YC6HF{background-color:#f6f6f6;color:#000}.Button_btn__0YTxh.Button_secondary-dark__YC6HF:focus,.Button_btn__0YTxh.Button_secondary-dark__YC6HF:hover{background-color:#f0f0f0;color:#000}.Button_btn__0YTxh.Button_secondary-dark__YC6HF.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary-dark__YC6HF[disabled]{opacity:.7}.Button_btn__0YTxh.Button_secondary-dark__YC6HF.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary-dark__YC6HF.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary-dark__YC6HF[disabled]:focus,.Button_btn__0YTxh.Button_secondary-dark__YC6HF[disabled]:hover{background-color:#f6f6f6}.Button_btn__0YTxh.Button_secondary-gray__IhA04{background-color:#6d6d6d;color:#fff}.Button_btn__0YTxh.Button_secondary-gray__IhA04:focus,.Button_btn__0YTxh.Button_secondary-gray__IhA04:hover{background-color:#656565;color:#fff}.Button_btn__0YTxh.Button_secondary-gray__IhA04.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary-gray__IhA04[disabled]{opacity:.7}.Button_btn__0YTxh.Button_secondary-gray__IhA04.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary-gray__IhA04.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary-gray__IhA04[disabled]:focus,.Button_btn__0YTxh.Button_secondary-gray__IhA04[disabled]:hover{background-color:#6d6d6d}.Button_btn__0YTxh.Button_secondary-danger__5VWLg{background-color:#f6f6f6;color:#ff3b30}.Button_btn__0YTxh.Button_secondary-danger__5VWLg:focus,.Button_btn__0YTxh.Button_secondary-danger__5VWLg:hover{background-color:#f0f0f0;color:#ff3b30}.Button_btn__0YTxh.Button_secondary-danger__5VWLg.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary-danger__5VWLg[disabled]{color:#d1d1d6}.Button_btn__0YTxh.Button_secondary-danger__5VWLg.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary-danger__5VWLg.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary-danger__5VWLg[disabled]:focus,.Button_btn__0YTxh.Button_secondary-danger__5VWLg[disabled]:hover,.Button_btn__0YTxh.Button_secondary-icon__rHDpc{background-color:#f6f6f6;color:#d1d1d6}.Button_btn__0YTxh.Button_secondary-icon__rHDpc:focus,.Button_btn__0YTxh.Button_secondary-icon__rHDpc:hover{background-color:#f0f0f0;color:#17a2c6}.Button_btn__0YTxh.Button_secondary-icon__rHDpc.Button_justIcon__TjUaq:focus,.Button_btn__0YTxh.Button_secondary-icon__rHDpc.Button_justIcon__TjUaq:hover{background-color:#f0f0f0;color:#000}.Button_btn__0YTxh.Button_secondary-icon__rHDpc.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_secondary-icon__rHDpc.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_secondary-icon__rHDpc.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_secondary-icon__rHDpc[disabled],.Button_btn__0YTxh.Button_secondary-icon__rHDpc[disabled]:focus,.Button_btn__0YTxh.Button_secondary-icon__rHDpc[disabled]:hover{background-color:#f6f6f6;color:#d1d1d6}.Button_btn__0YTxh.Button_danger__XvmB1{background-color:#ff3b30;color:#fff}.Button_btn__0YTxh.Button_danger__XvmB1:focus,.Button_btn__0YTxh.Button_danger__XvmB1:hover{background-color:#e33329;color:#fff}.Button_btn__0YTxh.Button_danger__XvmB1.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_danger__XvmB1.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_danger__XvmB1.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_danger__XvmB1[disabled],.Button_btn__0YTxh.Button_danger__XvmB1[disabled]:focus,.Button_btn__0YTxh.Button_danger__XvmB1[disabled]:hover{background-color:#f6f6f6}.Button_btn__0YTxh.Button_success__z0l8N{background-color:#def5e6;color:#2a5e45}.Button_btn__0YTxh.Button_success__z0l8N:focus,.Button_btn__0YTxh.Button_success__z0l8N:hover{background-color:#d8efe0;color:#2a5e45}.Button_btn__0YTxh.Button_success__z0l8N.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_success__z0l8N.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_success__z0l8N.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_success__z0l8N[disabled],.Button_btn__0YTxh.Button_success__z0l8N[disabled]:focus,.Button_btn__0YTxh.Button_success__z0l8N[disabled]:hover{background-color:#f6f6f6}.Button_btn__0YTxh.Button_white__llT4\+{background-color:#fff;color:#17a2c6}.Button_btn__0YTxh.Button_white__llT4\+:focus,.Button_btn__0YTxh.Button_white__llT4\+:hover{background-color:#fdfdfd;color:#1386a4}.Button_btn__0YTxh.Button_white__llT4\+.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_white__llT4\+[disabled]{opacity:.7}.Button_btn__0YTxh.Button_white__llT4\+.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_white__llT4\+.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_white__llT4\+[disabled]:focus,.Button_btn__0YTxh.Button_white__llT4\+[disabled]:hover{background-color:#fff}.Button_btn__0YTxh.Button_white-dark__QwL-G{background-color:#fff;color:#000}.Button_btn__0YTxh.Button_white-dark__QwL-G:focus,.Button_btn__0YTxh.Button_white-dark__QwL-G:hover{background-color:#fdfdfd;color:#000}.Button_btn__0YTxh.Button_white-dark__QwL-G.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_white-dark__QwL-G[disabled]{color:#d1d1d6}.Button_btn__0YTxh.Button_white-dark__QwL-G.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_white-dark__QwL-G.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_white-dark__QwL-G[disabled]:focus,.Button_btn__0YTxh.Button_white-dark__QwL-G[disabled]:hover{background-color:#fff}.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7{background-color:#fff;color:#000}.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7:before{border:1px solid #e6e6e7;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7:focus,.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7:hover{background-color:#fdfdfd;color:#000}.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7[disabled]{color:#d1d1d6}.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7[disabled]:focus,.Button_btn__0YTxh.Button_white-dark-outline__Tj8u7[disabled]:hover{background-color:#fff}.Button_btn__0YTxh.Button_black__Vz8pk{background-color:#000;color:#fff}.Button_btn__0YTxh.Button_black__Vz8pk.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_black__Vz8pk[disabled]{opacity:.7}.Button_btn__0YTxh.Button_black__Vz8pk.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_black__Vz8pk.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_black__Vz8pk[disabled]:focus,.Button_btn__0YTxh.Button_black__Vz8pk[disabled]:hover{background-color:#000}.Button_btn__0YTxh.Button_ghost__PiLQf{background-color:#0000;color:#000}.Button_btn__0YTxh.Button_ghost__PiLQf:before{border:1px solid #fff;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.Button_btn__0YTxh.Button_ghost__PiLQf:focus,.Button_btn__0YTxh.Button_ghost__PiLQf:hover{background-color:#fdfdfd;color:#000}.Button_btn__0YTxh.Button_ghost__PiLQf.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_ghost__PiLQf[disabled]{background-color:#fdfdfd;opacity:.7}.Button_btn__0YTxh.Button_ghost__PiLQf.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_ghost__PiLQf.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_ghost__PiLQf[disabled]:focus,.Button_btn__0YTxh.Button_ghost__PiLQf[disabled]:hover{background-color:#fff}.Button_btn__0YTxh.Button_blue__zxsNm{background-color:#e7f5f9;color:#17a2c6}.Button_btn__0YTxh.Button_blue__zxsNm:focus,.Button_btn__0YTxh.Button_blue__zxsNm:hover{background-color:#d1eef4;color:#17a2c6}.Button_btn__0YTxh.Button_blue__zxsNm.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_blue__zxsNm[disabled]{color:#9cd7e6}.Button_btn__0YTxh.Button_blue__zxsNm.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_blue__zxsNm.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_blue__zxsNm[disabled]:focus,.Button_btn__0YTxh.Button_blue__zxsNm[disabled]:hover{background-color:#f6fafb}.Button_btn__0YTxh.Button_anchor__m4CrN{border-radius:0;border-radius:initial;color:#17a2c6;line-height:inherit;min-height:0;min-height:auto;padding:0}.Button_btn__0YTxh.Button_anchor__m4CrN:focus,.Button_btn__0YTxh.Button_anchor__m4CrN:hover{color:#1386a4;text-decoration:none}.Button_btn__0YTxh.Button_anchor-dashed__TKsuV{border-bottom:1px dashed #17a2c6;border-radius:0;border-radius:initial;color:#17a2c6;line-height:inherit;min-height:0;min-height:auto;padding:0}.Button_btn__0YTxh.Button_anchor-dashed__TKsuV:focus,.Button_btn__0YTxh.Button_anchor-dashed__TKsuV:hover{border-bottom-color:#1386a4;color:#1386a4}.Button_btn__0YTxh.Button_anchor-gray__NCZNC{border-radius:0;border-radius:initial;color:#8d8e93;line-height:inherit;min-height:0;min-height:auto;padding:0}.Button_btn__0YTxh.Button_anchor-gray__NCZNC:focus,.Button_btn__0YTxh.Button_anchor-gray__NCZNC:hover{color:#8e8e93;text-decoration:none}.Button_btn__0YTxh.Button_anchor-gray-dashed__V-YGN{border-bottom:1px dashed #8d8e93;border-radius:0;border-radius:initial;color:#8d8e93;line-height:inherit;min-height:0;min-height:auto;padding:0}.Button_btn__0YTxh.Button_anchor-gray-dashed__V-YGN:focus,.Button_btn__0YTxh.Button_anchor-gray-dashed__V-YGN:hover{border-bottom-color:#8d8e93;color:#8e8e93}.Button_btn__0YTxh.Button_anchor-gray-underline__8MYSa{border-radius:0;border-radius:initial;color:#8d8e93;line-height:inherit;min-height:0;min-height:auto;padding:0;text-decoration:underline}.Button_btn__0YTxh.Button_anchor-gray-underline__8MYSa:focus,.Button_btn__0YTxh.Button_anchor-gray-underline__8MYSa:hover{color:#17a2c6;text-decoration:underline}.Button_btn__0YTxh.Button_custom-filters__56Rwl{color:#000;font-weight:600}.Button_btn__0YTxh.Button_custom-filters__56Rwl:before{border:1px solid #e6e6e7;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.Button_btn__0YTxh.Button_custom-filters__56Rwl .Button_left__hfjZu{opacity:.2}.Button_btn__0YTxh.Button_custom-filters__56Rwl:focus,.Button_btn__0YTxh.Button_custom-filters__56Rwl:hover{color:#000}.Button_btn__0YTxh.Button_custom-filters__56Rwl.Button_isDisabled__1kl19,.Button_btn__0YTxh.Button_custom-filters__56Rwl[disabled]{opacity:.7}.Button_btn__0YTxh.Button_custom-filters__56Rwl.Button_isDisabled__1kl19:focus,.Button_btn__0YTxh.Button_custom-filters__56Rwl.Button_isDisabled__1kl19:hover,.Button_btn__0YTxh.Button_custom-filters__56Rwl[disabled]:focus,.Button_btn__0YTxh.Button_custom-filters__56Rwl[disabled]:hover{color:#000}.Button_btn__0YTxh.Button_custom-filters__56Rwl.Button_isActive__nFWjl{background-color:#f6f6f6;border-color:#f6f6f6}.Button_btn__0YTxh.Button_custom-filters__56Rwl.Button_isActive__nFWjl:before{border-color:#f6f6f6}.PatientInfoBox_wrapper__pxXcD{align-items:center;background-color:#f6f6f6;border:1px solid #f6f6f6;border-radius:16px;color:inherit;display:flex;min-height:62px;min-width:1%;padding:0 15px;pointer-events:none;position:relative}.PatientInfoBox_wrapper__pxXcD:focus,.PatientInfoBox_wrapper__pxXcD:hover{color:inherit}.PatientInfoBox_wrapper__pxXcD .PatientInfoBox_content__KX813{display:flex;flex:1 1 100%;flex-direction:column;min-width:1px;padding-bottom:9px;padding-top:9px}.PatientInfoBox_wrapper__pxXcD:not(.PatientInfoBox_clearValue__oLnjo) .PatientInfoBox_value__RP8Zl{display:inline-flex;font-size:16px;font-weight:600;line-height:1.25}.PatientInfoBox_wrapper__pxXcD:not(.PatientInfoBox_clearValue__oLnjo) .PatientInfoBox_valuePrimary__5ynHd{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PatientInfoBox_wrapper__pxXcD:not(.PatientInfoBox_clearValue__oLnjo) .PatientInfoBox_valueSecondary__hhZG3{margin-left:5px}.PatientInfoBox_wrapper__pxXcD:not(.PatientInfoBox_clearLabel__krfs\+) .PatientInfoBox_label__iH5DC{color:#8e8e93;font-size:13px;line-height:1.54;margin-top:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_lg__bh-q\+{min-height:70px;padding:0 15px}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_lg__bh-q\+ .PatientInfoBox_content__KX813{padding-bottom:13px;padding-top:13px}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_clickable__P83ml{cursor:pointer;pointer-events:auto;transition:background-color .3s ease-in-out}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_clickable__P83ml:hover{background-color:#f0f0f0}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_transparent__cvLQu{background-color:#0000;border-color:#0000}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_transparent__cvLQu:hover{background-color:#0000}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_bordered__LfF6I{border-color:#e6e6e7}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_bordered__LfF6I.PatientInfoBox_withError__k\+fIS,.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_withError__k\+fIS{border-color:#ff3b30}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_reverseContent__jLwT4 .PatientInfoBox_content__KX813{flex-direction:column-reverse}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_reverseContent__jLwT4:not(.PatientInfoBox_clearValue__oLnjo) .PatientInfoBox_value__RP8Zl{margin-top:2px}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_reverseContent__jLwT4:not(.PatientInfoBox_clearLabel__krfs\+) .PatientInfoBox_label__iH5DC{margin-top:0}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_noPadding__1H-0N{padding:0}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_noPadding__1H-0N .PatientInfoBox_content__KX813{padding-bottom:0;padding-top:0}.PatientInfoBox_leftElement__NiAx9{margin-right:10px}.PatientInfoBox_leftElement__NiAx9,.PatientInfoBox_rightElement__gXkpG{align-items:center;align-self:stretch;display:flex;gap:10px;pointer-events:auto;position:relative}.PatientInfoBox_rightElement__gXkpG{margin-left:10px;padding-left:11px;transition:opacity .3s ease-in-out}.PatientInfoBox_rightElement__gXkpG:before{background-color:#e0e0dd;content:"";display:block;height:24px;left:-1px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.PatientInfoBox_rightElement__gXkpG .PatientInfoBox_icon__-Mg4T{align-items:center;align-self:stretch;cursor:pointer;display:flex;justify-content:center;opacity:.2;transition:opacity .3s ease-in-out}.PatientInfoBox_rightElement__gXkpG .PatientInfoBox_icon__-Mg4T:hover{opacity:1}.PatientInfoBox_rightSecondElement__q4E2-{align-items:center;align-self:stretch;background-color:inherit;border-radius:0 16px 16px 0;bottom:0;cursor:default;display:flex;opacity:0;padding:0 9px 0 10px;position:absolute;right:0;top:0;transition:opacity .3s ease-in-out}.PatientInfoBox_rightSecondElement__q4E2-:hover{opacity:1}.PatientInfoBox_rightSecondElement__q4E2-:before{align-self:stretch;background:linear-gradient(90deg,#f6f6f600,#f6f6f6);content:"";display:block;height:100%;left:-10px;position:absolute;transition:background .3s ease-in-out;width:10px}.PatientInfoBox_rightSecondElement__q4E2- .PatientInfoBox_icon__-Mg4T{align-items:center;cursor:pointer;display:flex;justify-content:center;opacity:.2;padding:6px;transition:opacity .3s ease-in-out}.PatientInfoBox_rightSecondElement__q4E2- .PatientInfoBox_icon__-Mg4T:hover{opacity:1}.PatientInfoBox_rightSecondElement__q4E2- .PatientInfoBox_icon__-Mg4T+.PatientInfoBox_rightSecondElement__q4E2- .PatientInfoBox_icon__-Mg4T{margin-left:10px}.PatientInfoBox_wrapper__pxXcD:hover .PatientInfoBox_rightSecondElement__q4E2-:before{background:linear-gradient(90deg,#f0f0f000,#f0f0f0)}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_hiddenRightElement__--x-l .PatientInfoBox_rightElement__gXkpG{opacity:0}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_hiddenRightElement__--x-l:hover .PatientInfoBox_rightElement__gXkpG{opacity:1}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_clearRightElement__cP19e .PatientInfoBox_rightElement__gXkpG:before{display:none}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_dottedSecondaryValue__t175Y .PatientInfoBox_valueSecondary__hhZG3{color:#8d8e93;white-space:nowrap}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_dottedSecondaryValue__t175Y .PatientInfoBox_valueSecondary__hhZG3:before{content:" • ";display:inline}.PatientInfoBox_arrow__4oLj4{margin-left:10px;opacity:.2;transition:opacity .3s ease-in-out}.PatientInfoBox_wrapper__pxXcD.PatientInfoBox_clickable__P83ml:hover .PatientInfoBox_arrow__4oLj4{opacity:1}.PatientInfoBox_loader__Cuo6a{align-items:center;background-color:inherit;border-radius:inherit;bottom:0;display:flex;justify-content:center;left:0;position:absolute;right:0;top:0}.resetBorders_lastInSingleLine__oNaxZ,.resetBorders_lastInSingleLine__oNaxZ:before,.resetBorders_lastInTopLine__hwTNx,.resetBorders_lastInTopLine__hwTNx:before,.resetBorders_middleInSingleLine__JA5EN,.resetBorders_middleInSingleLine__JA5EN:before,.resetBorders_middleInTopLine__QZGmY,.resetBorders_middleInTopLine__QZGmY:before{border-left-color:#0000!important}.resetBorders_firstInBottomLine__2qCI9,.resetBorders_firstInBottomLine__2qCI9:before{border-top-color:#0000!important}.resetBorders_lastInBottomLine__TbVlm,.resetBorders_lastInBottomLine__TbVlm:before,.resetBorders_middleInBottomLine__EMiH4,.resetBorders_middleInBottomLine__EMiH4:before{border-left-color:#0000!important;border-top-color:#0000!important}.resetBorders_firstInMiddleLine__VEC5N,.resetBorders_firstInMiddleLine__VEC5N:before,.resetBorders_lastInMiddleLine__DzLrk,.resetBorders_lastInMiddleLine__DzLrk:before,.resetBorders_middleInMiddleLine__Ndz\+V,.resetBorders_middleInMiddleLine__Ndz\+V:before,.resetBorders_singleInBottomLine__5RyK\+,.resetBorders_singleInBottomLine__5RyK\+:before,.resetBorders_singleInMiddleLine__R2BC8,.resetBorders_singleInMiddleLine__R2BC8:before{border-top-color:#0000!important}.resetCorners_firstInSingleLine__MwLzb{border-bottom-right-radius:0!important;border-top-right-radius:0!important}.resetCorners_lastInSingleLine__e4j5u{border-bottom-left-radius:0!important;border-top-left-radius:0!important}.resetCorners_middleInSingleLine__pnqMM{border-radius:0!important}.resetCorners_firstInTopLine__fP3g6{border-top-right-radius:0!important}.resetCorners_firstInTopLine__fP3g6,.resetCorners_lastInTopLine__O9bsg{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.resetCorners_lastInTopLine__O9bsg{border-top-left-radius:0!important}.resetCorners_middleInTopLine__Qqc\+m{border-radius:0!important}.resetCorners_singleInTopLine__JZLsP{border-bottom-left-radius:0!important;border-bottom-right-radius:0!important}.resetCorners_firstInBottomLine__P\+Vb2{border-bottom-right-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.resetCorners_lastInBottomLine__ih\+1p{border-bottom-left-radius:0!important;border-top-left-radius:0!important;border-top-right-radius:0!important}.resetCorners_middleInBottomLine__pJABf{border-radius:0!important}.resetCorners_singleInBottomLine__kVlON{border-top-left-radius:0!important;border-top-right-radius:0!important}.resetCorners_firstInMiddleLine__RCYCK,.resetCorners_lastInMiddleLine__A4P\+K,.resetCorners_middleInMiddleLine__SAPiC,.resetCorners_singleInMiddleLine__wATu1{border-radius:0!important}.setCorners_topLeft__cQnwc{border-top-left-radius:var(--connected-group-border-radius)!important}.setCorners_topRight__73LK4{border-top-right-radius:var(--connected-group-border-radius)!important}.setCorners_bottomLeft__Mr4JP{border-bottom-left-radius:var(--connected-group-border-radius)!important}.setCorners_bottomRight__C7kD4{border-bottom-right-radius:var(--connected-group-border-radius)!important}.ConnectedGroup_group__bEkTK{--connected-group-border-radius:16px;align-self:stretch;display:flex;flex:1 1;flex-wrap:nowrap;visibility:hidden}.ConnectedGroup_group__bEkTK.ConnectedGroup_initialized__RUgak{visibility:visible;visibility:initial}.ConnectedGroup_group__bEkTK.ConnectedGroup_wrap__SragR{flex-wrap:wrap}.ConnectedGroup_group__bEkTK.ConnectedGroup_wrap__SragR>*{flex:1 0 auto;min-width:auto;width:auto}.ConnectedGroup_group__bEkTK.ConnectedGroup_asColumn__iWnvt{flex-direction:column}.ConnectedGroup_group__bEkTK.ConnectedGroup_asColumn__iWnvt>*{flex:1 0 auto;min-width:100%;width:auto}.TextWithDash_wrapper__zovjC{align-items:center;display:flex;flex-shrink:1;justify-content:center;position:relative}.TextWithDash_wrapper__zovjC .TextWithDash_text__\+ZBid{font-size:14px;line-height:20px;padding:0 5px}.TextWithDash_wrapper__zovjC .TextWithDash_left__BYTG6,.TextWithDash_wrapper__zovjC .TextWithDash_right__XHmnQ{background-color:currentColor;flex:1 1;height:1px}.TextWithDash_wrapper__zovjC.TextWithDash_gray__okH5x{color:#e8e8e8}.Badge_badge__Dk3qE{align-items:center;border:1px solid #0000;cursor:default;display:inline-flex;justify-content:center;margin:0;outline:none;padding:0;position:relative;text-align:center;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out,border-color .3s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:nowrap}.Badge_badge__Dk3qE:focus{outline:none}.Badge_badge__Dk3qE.Badge_clickable__h0eMU{cursor:pointer}.Badge_badge__Dk3qE .Badge_content__nXamB+.Badge_right__ErG2o,.Badge_badge__Dk3qE .Badge_left__-Jk5Q+.Badge_content__nXamB{margin-left:5px}.Badge_badge__Dk3qE .Badge_close__sOPWR{cursor:pointer;margin-left:5px;margin-right:-6px}.Badge_sm__GCPu3{border-radius:4px;font-size:13px;font-weight:600;line-height:1.2;min-height:18px;padding-left:10px;padding-right:10px}.Badge_sm__GCPu3.Badge_rounded__iWsgD{border-radius:8px}.Badge_sm__GCPu3 .Badge_icon__3hHYp{max-height:18px;max-width:18px}.Badge_sm-24__fV356{border-radius:6px;font-size:13px;font-weight:600;line-height:20px;min-height:24px;padding-left:8px;padding-right:8px}.Badge_sm-24__fV356.Badge_rounded__iWsgD{border-radius:16px}.Badge_sm-24__fV356 .Badge_icon__3hHYp{max-height:18px;max-width:18px}.Badge_md__laYsH{border-radius:8px;font-size:16px;font-weight:700;line-height:1.2;min-height:32px;padding-left:15px;padding-right:15px}.Badge_md__laYsH.Badge_rounded__iWsgD{border-radius:16px}.Badge_md__laYsH .Badge_icon__3hHYp{max-height:32px;max-width:32px}.Badge_lg__5vkVP{border-radius:10px;font-size:16px;font-weight:700;line-height:1.2;min-height:40px;padding-left:15px;padding-right:15px}.Badge_lg__5vkVP.Badge_rounded__iWsgD{border-radius:20px}.Badge_lg__5vkVP .Badge_icon__3hHYp{max-height:40px;max-width:40px}.Badge_minHeight32__O0ilX{border-radius:8px;min-height:32px}.Badge_minHeight32__O0ilX.Badge_rounded__iWsgD{border-radius:16px}.Badge_badge__Dk3qE.Badge_primary__ltXw-{background-color:#17a2c6;border-color:#17a2c6;color:#fff}.Badge_badge__Dk3qE.Badge_primary__ltXw-.Badge_outline__twOiq{background-color:#0000;border-color:#17a2c6;color:#17a2c6}.Badge_badge__Dk3qE.Badge_secondary__QWqbw{background-color:#f2f3f3;border-color:#f2f3f3;color:#17a2c6}.Badge_badge__Dk3qE.Badge_secondary__QWqbw.Badge_outline__twOiq{background-color:#f2f3f3;border-color:#17a2c6;color:#17a2c6}.Badge_badge__Dk3qE.Badge_secondary-dark__aqOvO{background-color:#f6f6f6;border-color:#f6f6f6;color:#000}.Badge_badge__Dk3qE.Badge_secondary-dark__aqOvO.Badge_outline__twOiq{background-color:#f6f6f6;border-color:#000;color:#000}.Badge_badge__Dk3qE.Badge_secondary-gray__HMtYu{background-color:#f6f6f6;border-color:#f6f6f6;color:#8d8e93}.Badge_badge__Dk3qE.Badge_secondary-gray__HMtYu.Badge_outline__twOiq{background-color:#f6f6f6;border-color:#8d8e93;color:#8d8e93}.Badge_badge__Dk3qE.Badge_gray__0OmMt{background-color:#8d8e93;border-color:#8d8e93;color:#fff}.Badge_badge__Dk3qE.Badge_gray__0OmMt.Badge_outline__twOiq{background-color:#0000;border-color:#8d8e93;color:#8d8e93}.Badge_badge__Dk3qE.Badge_danger__yX3OH{background-color:#ff3b30;border-color:#ff3b30;color:#fff}.Badge_badge__Dk3qE.Badge_danger__yX3OH.Badge_outline__twOiq{background-color:#0000;border-color:#ff3b30;color:#ff3b30}.Badge_badge__Dk3qE.Badge_success__ncwAD{background-color:#def5e6;border-color:#def5e6;color:#2a5e45}.Badge_badge__Dk3qE.Badge_success__ncwAD.Badge_outline__twOiq{background-color:#def5e6;border-color:#2a5e45;color:#2a5e45}.Badge_badge__Dk3qE.Badge_white__\+DxPB{background-color:#fff;border-color:#fff;color:#17a2c6}.Badge_badge__Dk3qE.Badge_white__\+DxPB.Badge_outline__twOiq{background-color:#fff;border-color:#17a2c6;color:#17a2c6}.Badge_badge__Dk3qE.Badge_white-dark__feMQL{background-color:#fff;border-color:#fff;color:#000}.Badge_badge__Dk3qE.Badge_white-dark__feMQL.Badge_outline__twOiq{background-color:#fff;border-color:#000;color:#000}.Badge_badge__Dk3qE.Badge_white-gray__BoVlV{background-color:#fff;border-color:#fff;color:#8d8e93}.Badge_badge__Dk3qE.Badge_white-gray__BoVlV.Badge_outline__twOiq{background-color:#fff;border-color:#8d8e93;color:#8d8e93}.Badge_badge__Dk3qE.Badge_black__Ni6Nh{background-color:#000;border-color:#000;color:#fff}.Badge_badge__Dk3qE.Badge_black__Ni6Nh.Badge_outline__twOiq{background-color:#0000;border-color:#000;color:#000}.Badge_badge__Dk3qE.Badge_blue__d1ha7{background-color:#e7f5f9;border-color:#e7f5f9;color:#17a2c6}.Badge_badge__Dk3qE.Badge_blue__d1ha7.Badge_outline__twOiq{background-color:#e7f5f9;border-color:#17a2c6;color:#17a2c6}.Badge_badge__Dk3qE.Badge_green__Ypw2D{background-color:#4cd964;border-color:#4cd964;color:#fff}.Badge_badge__Dk3qE.Badge_green__Ypw2D.Badge_outline__twOiq{background-color:#0000;border-color:#4cd964;color:#4cd964}.Badge_badge__Dk3qE.Badge_purple__EU9bx{background-color:#954cf3;border-color:#954cf3;color:#fff}.Badge_badge__Dk3qE.Badge_purple__EU9bx.Badge_outline__twOiq{background-color:#0000;border-color:#954cf3;color:#954cf3}.Dtl_group__FZwiV{margin:0}.Dtl_item__iA7\+y{word-break:break-word}.Dtl_label__DIYSq,.Dtl_muted__8KcbS{color:#8e8e93}.dtl-group--as-list .Dtl_group__FZwiV{margin:0}.dtl-group--as-list[class*=mb-]{margin-bottom:0}.dtl-group--as-list .Dtl_item__iA7\+y:not(:empty){border-bottom:1px solid #e1e1e1;display:flex;margin-bottom:0;padding:15px 0}.dtl-group--as-list .Dtl_item__iA7\+y:not(:empty)[class*=col-]{margin-bottom:0}@media(max-width:991.98px){.dtl-group--as-list .Dtl_item__iA7\+y:not(:empty)[class*=col-]{padding-left:10px;padding-right:10px}}.dtl-group--as-list .Dtl_item__iA7\+y:not(:empty):first-child{padding-top:0}.dtl-group--as-list .Dtl_label__DIYSq{margin-right:15px;white-space:nowrap}.dtl-group--as-list .Dtl_value__vq4DU{font-weight:600;margin-left:auto;min-width:1%;text-align:right}.HComment_hComment__U6HQq{background-color:#e7f5f9;border-radius:16px;font-weight:400;max-width:100%;padding:10px 15px;position:relative;white-space:pre-line}.HComment_lb__W-3m\+{border-bottom-left-radius:2px}.HComment_rb__XfD3L{border-bottom-right-radius:2px}.Document_card__4Kmuv{background:#f6f6f6;border-radius:4px;cursor:default;display:flex;flex-direction:column;height:155px;min-width:140px;overflow:hidden;padding:10px 15px 15px;pointer-events:none;position:relative;width:140px}.Document_cardClickable__rhAGM{cursor:pointer;pointer-events:auto}.Document_cardInner__dYujh{border:2px solid #f6f6f6;border-radius:4px;bottom:0;display:block;left:0;position:absolute;right:0;top:0}.Document_cardInner__dYujh:before{background:#fff;border:2px solid #f6f6f6;content:"";display:block;height:50px;position:absolute;right:-33px;top:-33px;transform:rotate(45deg);width:50px}.Document_cardInner__dYujh:after{border-bottom:21px solid #00000008;border-right:21px solid #0000;content:"";display:block;height:0;position:absolute;right:-2px;top:-2px;width:0}.Document_cardTitle__ON4Et{-webkit-line-clamp:3;-webkit-box-orient:vertical;color:#000;display:-webkit-box;font-weight:600;line-height:1.25;overflow:hidden;padding-right:15px}.Document_cardTitleGray__NERsC{color:#8e8e93}.Document_cardMeta__0dSng{color:#8e8e93;font-size:13px;font-weight:400;line-height:1.54;margin-top:auto;padding-top:10px;white-space:pre-line}.Document_status__GMR2z{align-items:center;display:flex;gap:6px}.Document_statusPoint__vDh9a{background-color:#ff3824;border-radius:50%;height:16px;width:16px}.Document_statusDefault__uzemn{color:#8e8e93}.Document_statusError__6VmZc{color:#ff3a30}.Document_icon__7hGWb svg{bottom:0;left:0;margin:auto;position:absolute;right:0;top:0}.Document_loader__qH4Nu{align-items:center;display:flex;flex:auto;justify-content:center;margin-left:8px;margin-top:12px;position:relative}.ScrollTopButton_wrapper__BBVMX{align-items:center;background:#fff;border-radius:50%;box-shadow:0 4px 12px 2px rgba(0,0,0,.229);cursor:pointer;display:flex;justify-content:center;left:0;padding:10px;position:fixed;top:100%;transform:translate(280px);transition:transform .2s linear;z-index:100}.ScrollTopButton_wrapper__BBVMX.ScrollTopButton_visible__p6pUd{transform:translate(280px,calc(-100% - 20px))}.ScrollTopButton_wrapper__BBVMX svg{height:28px;width:28px}@media(max-width:991.98px){.ScrollTopButton_wrapper__BBVMX{transform:translate(20px)}.ScrollTopButton_wrapper__BBVMX.ScrollTopButton_visible__p6pUd{transform:translate(20px,calc(-100% - 20px))}}.ToggleButton_wrapper__asI0u{--toggle-button-min-height:initial;--toggle-button-padding-x:0;--toggle-button-padding-y:calc((var(--toggle-button-min-height) - var(--toggle-button-checkbox-size))/2);--toggle-button-border-radius:0;--toggle-button-border-color:"transparent";--toggle-button-content-gap:0;--toggle-button-checkbox-size:initial;--toggle-button-checkbox-border-radius:0;--toggle-button-checkbox-border-color:"transparent";border-radius:var(--toggle-button-border-radius);cursor:pointer;display:inline-flex;font-size:16px;line-height:1.5;outline:none;padding:0 var(--toggle-button-padding-x);position:relative;transition:color .3s ease,background-color .3s ease;vertical-align:middle}.ToggleButton_wrapper__asI0u:focus{outline:none}.ToggleButton_wrapper__asI0u:before{border:1px solid var(--toggle-button-border-color);border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:border-color .3s ease}.ToggleButton_wrapper__asI0u .ToggleButton_content__TSnl9{align-items:center;display:flex;padding:var(--toggle-button-padding-y) 0;position:relative}.ToggleButton_wrapper__asI0u .ToggleButton_content__TSnl9+.ToggleButton_right__ZckGX,.ToggleButton_wrapper__asI0u .ToggleButton_left__k-WKi+.ToggleButton_content__TSnl9{margin-left:var(--toggle-button-content-gap)}.ToggleButton_wrapper__asI0u .ToggleButton_left__k-WKi,.ToggleButton_wrapper__asI0u .ToggleButton_right__ZckGX{align-items:center;display:flex;height:var(--toggle-button-min-height);justify-content:center}.ToggleButton_wrapper__asI0u .ToggleButton_checkbox__zC4YY{align-items:center;border-radius:var(--toggle-button-checkbox-border-radius);display:flex;height:var(--toggle-button-checkbox-size);justify-content:center;min-width:var(--toggle-button-checkbox-size);position:relative;width:var(--toggle-button-checkbox-size)}.ToggleButton_wrapper__asI0u .ToggleButton_checkbox__zC4YY .ToggleButton_icon__Wo4-g{height:100%;opacity:0;width:100%}.ToggleButton_wrapper__asI0u .ToggleButton_checkbox__zC4YY.ToggleButton_isCircle__RB7q0{--toggle-button-checkbox-border-radius:50%}.ToggleButton_wrapper__asI0u .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8 .ToggleButton_icon__Wo4-g{opacity:.25}.ToggleButton_wrapper__asI0u .ToggleButton_checkbox__zC4YY:before{border:1px solid var(--toggle-button-checkbox-border-color);border-radius:inherit;bottom:0;content:"";display:block;left:0;pointer-events:none;position:absolute;right:0;top:0;transition:border-color .3s ease}.ToggleButton_wrapper__asI0u.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY .ToggleButton_icon__Wo4-g{opacity:1!important}.ToggleButton_wrapper__asI0u.ToggleButton_isDisabled__8L7As{cursor:default;pointer-events:none}.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4{--toggle-button-content-gap:5px;--toggle-button-checkbox-size:18px;--toggle-button-checkbox-border-radius:3px}.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_green__5h\+JZ,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_purple__bg2VQ,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_red__G98OI,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_secondary-dark__\+6cyr{--toggle-button-min-height:24px;--toggle-button-padding-x:5px;--toggle-button-padding-y:0;--toggle-button-border-radius:4px}.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_green__5h\+JZ .ToggleButton_left__k-WKi,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_green__5h\+JZ .ToggleButton_right__ZckGX,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_purple__bg2VQ .ToggleButton_left__k-WKi,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_purple__bg2VQ .ToggleButton_right__ZckGX,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_red__G98OI .ToggleButton_left__k-WKi,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_red__G98OI .ToggleButton_right__ZckGX,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_secondary-dark__\+6cyr .ToggleButton_left__k-WKi,.ToggleButton_wrapper__asI0u.ToggleButton_xxs__nhHQ4.ToggleButton_secondary-dark__\+6cyr .ToggleButton_right__ZckGX{padding:3px 0}.ToggleButton_wrapper__asI0u.ToggleButton_xs__dDvoZ{--toggle-button-content-gap:10px;--toggle-button-checkbox-size:22px;--toggle-button-checkbox-border-radius:6px}.ToggleButton_wrapper__asI0u.ToggleButton_xs__dDvoZ.ToggleButton_green__5h\+JZ,.ToggleButton_wrapper__asI0u.ToggleButton_xs__dDvoZ.ToggleButton_purple__bg2VQ,.ToggleButton_wrapper__asI0u.ToggleButton_xs__dDvoZ.ToggleButton_red__G98OI,.ToggleButton_wrapper__asI0u.ToggleButton_xs__dDvoZ.ToggleButton_secondary-dark__\+6cyr{--toggle-button-min-height:30px;--toggle-button-padding-x:10px;--toggle-button-padding-y:3px;--toggle-button-border-radius:8px}.ToggleButton_wrapper__asI0u.ToggleButton_sm__kI7E\+{--toggle-button-content-gap:10px;--toggle-button-checkbox-size:28px;--toggle-button-checkbox-border-radius:10px}.ToggleButton_wrapper__asI0u.ToggleButton_sm__kI7E\+.ToggleButton_green__5h\+JZ,.ToggleButton_wrapper__asI0u.ToggleButton_sm__kI7E\+.ToggleButton_purple__bg2VQ,.ToggleButton_wrapper__asI0u.ToggleButton_sm__kI7E\+.ToggleButton_red__G98OI,.ToggleButton_wrapper__asI0u.ToggleButton_sm__kI7E\+.ToggleButton_secondary-dark__\+6cyr{--toggle-button-min-height:40px;--toggle-button-padding-x:15px;--toggle-button-border-radius:10px}.ToggleButton_wrapper__asI0u.ToggleButton_md__bHu2c{--toggle-button-content-gap:10px;--toggle-button-checkbox-size:28px;--toggle-button-checkbox-border-radius:10px}.ToggleButton_wrapper__asI0u.ToggleButton_md__bHu2c.ToggleButton_green__5h\+JZ,.ToggleButton_wrapper__asI0u.ToggleButton_md__bHu2c.ToggleButton_purple__bg2VQ,.ToggleButton_wrapper__asI0u.ToggleButton_md__bHu2c.ToggleButton_red__G98OI,.ToggleButton_wrapper__asI0u.ToggleButton_md__bHu2c.ToggleButton_secondary-dark__\+6cyr{--toggle-button-min-height:50px;--toggle-button-padding-x:15px;--toggle-button-border-radius:10px}.ToggleButton_wrapper__asI0u.ToggleButton_lg__LlEth{--toggle-button-content-gap:10px;--toggle-button-checkbox-size:32px;--toggle-button-checkbox-border-radius:10px}.ToggleButton_wrapper__asI0u.ToggleButton_lg__LlEth.ToggleButton_green__5h\+JZ,.ToggleButton_wrapper__asI0u.ToggleButton_lg__LlEth.ToggleButton_purple__bg2VQ,.ToggleButton_wrapper__asI0u.ToggleButton_lg__LlEth.ToggleButton_red__G98OI,.ToggleButton_wrapper__asI0u.ToggleButton_lg__LlEth.ToggleButton_secondary-dark__\+6cyr{--toggle-button-min-height:60px;--toggle-button-padding-x:15px;--toggle-button-border-radius:16px}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob .ToggleButton_checkbox__zC4YY{background-color:#d8d8da73;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{font-weight:700}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY{background-color:#17a2c6;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob.ToggleButton_isDisabled__8L7As{color:#000000b3;opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_simple__SS8Ob.ToggleButton_isInvalid__5ZrIf{--toggle-button-checkbox-border-color:#ff3b30}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC .ToggleButton_checkbox__zC4YY{--toggle-button-checkbox-border-color:#e3e3e5;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{font-weight:700}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY{color:#17a2c6}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC.ToggleButton_isDisabled__8L7As{color:#000000b3;opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_simple-outline__O1ZAC.ToggleButton_isInvalid__5ZrIf{--toggle-button-checkbox-border-color:#ff3b30}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr{background-color:#f6f6f6;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr:focus,.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr:hover{background-color:#f0f0f0;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_noCheckbox__hcwOc .ToggleButton_content__TSnl9{min-height:var(--toggle-button-min-height)}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr .ToggleButton_checkbox__zC4YY{background-color:#d8d8da73;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY,.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{background-color:#17a2c6;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isDisabled__8L7As{opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isDisabled__8L7As:focus,.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isDisabled__8L7As:hover{background-color:#f6f6f6}.ToggleButton_wrapper__asI0u.ToggleButton_secondary-dark__\+6cyr.ToggleButton_isInvalid__5ZrIf{--toggle-button-border-color:#ff3b30}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ{background-color:#af52de1f;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ:before{border:1px solid #af52de80}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ:focus,.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ:hover{background-color:#af52de3d;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_noCheckbox__hcwOc .ToggleButton_content__TSnl9{min-height:var(--toggle-button-min-height)}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ .ToggleButton_checkbox__zC4YY{background-color:#d8d8da73;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY,.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{background-color:#af52de1f;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isDisabled__8L7As{opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isDisabled__8L7As:focus,.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isDisabled__8L7As:hover{background-color:#f6f6f6}.ToggleButton_wrapper__asI0u.ToggleButton_purple__bg2VQ.ToggleButton_isInvalid__5ZrIf{--toggle-button-border-color:#ff3b30}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ{background-color:#32b7431a;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ:focus,.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ:hover{background-color:#32b74333;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_noCheckbox__hcwOc .ToggleButton_content__TSnl9{min-height:var(--toggle-button-min-height)}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ .ToggleButton_checkbox__zC4YY{background-color:#d8d8da73;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY,.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{background-color:#32b743;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isDisabled__8L7As{opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isDisabled__8L7As:focus,.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isDisabled__8L7As:hover{background-color:#f6f6f6}.ToggleButton_wrapper__asI0u.ToggleButton_green__5h\+JZ.ToggleButton_isInvalid__5ZrIf{--toggle-button-border-color:#ff3b30}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI{background-color:#f017151a;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI:focus,.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI:hover{background-color:#f0171533;color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_noCheckbox__hcwOc .ToggleButton_content__TSnl9{min-height:var(--toggle-button-min-height)}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI .ToggleButton_checkbox__zC4YY{background-color:#d8d8da73;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI .ToggleButton_checkbox__zC4YY.ToggleButton_isMulti__CHiW8{color:#000}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isSelected__coYnt .ToggleButton_checkbox__zC4YY,.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isSelected__coYnt.ToggleButton_noCheckbox__hcwOc{background-color:#f01715;color:#fff}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isDisabled__8L7As{opacity:.7}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isDisabled__8L7As:focus,.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isDisabled__8L7As:hover{background-color:#f6f6f6}.ToggleButton_wrapper__asI0u.ToggleButton_red__G98OI.ToggleButton_isInvalid__5ZrIf{--toggle-button-border-color:#ff3b30}.BadgeNew_container__nP6AU{background-color:#17a2c61f;border:1px solid #17a2c680;border-radius:4px;cursor:auto;padding:0 5px;pointer-events:none;position:relative}.BadgeNew_containerPlaceholder__kkbpX{color:#69c3da}.BadgeNew_containerEditable__ja9uA{cursor:pointer;pointer-events:auto}.BadgeNew_containerContentEditable__ODPAN{cursor:text}.BadgeNew_containerPurple__kj1E3{background-color:#af52de1f;border:1px solid #af52de80}.BadgeNew_containerPurple__kj1E3.BadgeNew_containerPlaceholder__kkbpX{color:#af52de80}.BadgeNew_containerGray__HB7u4{background-color:#8e8e931f;border:1px solid #8e8e9380;color:#8e8e93}.BadgeNew_containerGray__HB7u4.BadgeNew_containerPlaceholder__kkbpX{color:#8e8e9380}.BadgeNew_containerDisableSelection__xqkSb::selection{background:#0000;color:inherit}.BadgeNew_containerDisableSelection__xqkSb ::selection{background:#0000;color:inherit}.BadgeNew_containerLoading__rznex .BadgeNew_placeholder__TE-yz,.BadgeNew_containerLoading__rznex .BadgeNew_value__EE5Rf{opacity:0}.BadgeNew_containerLoading__rznex .BadgeNew_value__EE5Rf+.BadgeNew_loader__S8LNT{display:flex}.BadgeNew_containerLoadingStart__cIr0O .BadgeNew_value__EE5Rf+.BadgeNew_loader__S8LNT{bottom:auto;left:0;right:auto;top:0;transform:translate(16px,6px)}.BadgeNew_containerInvalid__xazfN{background-color:#e7373733;border:1px solid #e7373780;color:#e73737}.BadgeNew_container__nP6AU .BadgeNew_value__EE5Rf{color:#000}.BadgeNew_container__nP6AU .BadgeNew_loader__S8LNT{align-items:center;background-color:inherit;border-radius:inherit;bottom:0;display:none;justify-content:center;left:0;position:absolute;right:0;top:0}.BadgeNew_container__nP6AU .BadgeNew_loader__S8LNT .BadgeNew_bubbleLoader__6EhMs{margin-top:calc(var(--bubble-loader-margin-top)*-1)}.TagWithRemove_container__d9Klf{background-color:#f6f6f6;border-radius:5px;color:#8e8e93;font-size:11px;padding:5px 10px}.TagWithRemove_container__d9Klf .TagWithRemove_close__BAar8{color:#0003;cursor:pointer;margin-left:5px;transition:color .1s ease-in-out}.TagWithRemove_container__d9Klf .TagWithRemove_close__BAar8:hover{color:#00000080}.FloatingBar_wrapper__tdeXc{align-items:center;background-color:#fff;box-shadow:0 4px 16px 0 #0006;display:flex;gap:10px;padding:10px 15px;position:fixed;transition:bottom .3s ease-in-out;z-index:4}@media(min-width:992px){.FloatingBar_wrapper__tdeXc{border-radius:20px;bottom:30px;bottom:calc(30px + var(--selection-bar-bottom-offset, 0));left:50%;left:calc(50% + var(--selection-bar-left-offset, 0)/2);transform:translateX(-50%)}}@media(max-width:991.98px){.FloatingBar_wrapper__tdeXc{bottom:0;left:0;right:0}}.FloatingBar_label__-qWHi{line-height:1.3}@media(min-width:992px){.FloatingBar_label__-qWHi{min-width:180px}}.FloatingBar_content__v-lxJ{margin-left:auto}.FloatingBar_closeButton__\+21OD{cursor:pointer;margin:-6px;opacity:.2;padding:6px;transition:opacity .3s ease-in-out}.FloatingBar_closeButton__\+21OD:hover{opacity:1}.ContentEditable_container__-kpOj{display:inline;white-space:pre-wrap}.ContentEditable_container__-kpOj:after{color:#0000004d;content:attr(placeholder-after-content)}.ContentEditable_containerFocused__7pS-G ::selection,.ContentEditable_containerFocused__7pS-G::selection{background:highlight;color:highlighttext}.UserPhoto_photo__fYOS9{align-items:center;background-color:#f6f6f6;border-radius:100%;display:flex;height:40px;justify-content:center;min-width:40px;overflow:hidden;position:relative;text-transform:uppercase;width:40px}.UserPhoto_photo__fYOS9.UserPhoto_empty__SHc3G{background-color:#17a2c6;color:#fff;font-size:18px;font-weight:600;line-height:1.22;text-align:center}.UserPhoto_photo__fYOS9.UserPhoto_lg__uhr98{font-size:42px;height:100px;min-width:100px;width:100px}.UserPhoto_photo__fYOS9.UserPhoto_md__kxAks{font-size:36px;height:80px;min-width:80px;width:80px}.UserPhoto_photo__fYOS9.UserPhoto_sm__MyMeY{font-size:22px;height:48px;min-width:48px;width:48px}.UserPhoto_photo__fYOS9.UserPhoto_gray__XKN8k{filter:grayscale(1)}.UserPhoto_photo__fYOS9.UserPhoto_gray__XKN8k.UserPhoto_empty__SHc3G{background-color:#e0e0e0;filter:none}.UserPhoto_photo__fYOS9 img{height:100%;max-width:100%;object-fit:cover}.UploadAvatar_container__daPH0,.UploadAvatar_container__daPH0 .UploadAvatar_label__15qQZ{align-items:center;display:flex;flex-direction:column;justify-content:center}.UploadAvatar_container__daPH0 .UploadAvatar_label__15qQZ{margin-bottom:0}.UploadAvatar_container__daPH0 .UploadAvatar_button__Afv5V{color:#17a2c6;cursor:pointer;font-size:16px;font-weight:600;line-height:1.25;margin-top:10px;text-align:center}.UploadAvatar_container__daPH0 .UploadAvatar_add__uM5a6{align-items:center;background-color:#17a2c6;border-radius:100%;color:#fff;cursor:pointer;display:flex;font-size:34px;font-weight:600;height:100px;justify-content:center;line-height:1.22;min-width:100px;overflow:hidden;position:relative;text-align:center;text-transform:uppercase;width:100px}.UploadAvatar_container__daPH0 .UploadAvatar_add__uM5a6:after{background:url(/static/media/plus-white.d21eea2b55598e4b403f.svg) 50% no-repeat;background-size:cover;content:"";display:block;height:56px;min-width:56px;width:56px}.UploadAvatar_container__daPH0 input[type=file]{display:none}.WithLoaderWrapper_wrapper__7ZS2l{position:relative}.BubbleLoader_bubbleLoader__nniYE{--bubble-loader-size:6px;animation-delay:-.16s;color:inherit;display:inline-block;position:relative;top:calc(var(--bubble-loader-size)*-1)}.BubbleLoader_bubbleLoader__nniYE,.BubbleLoader_bubbleLoader__nniYE:after,.BubbleLoader_bubbleLoader__nniYE:before{animation-fill-mode:both;animation:BubbleLoader_bubble-loader__KOQPo 1.8s ease-in-out infinite;border-radius:50%;height:var(--bubble-loader-size);width:var(--bubble-loader-size)}.BubbleLoader_bubbleLoader__nniYE:after,.BubbleLoader_bubbleLoader__nniYE:before{content:"";position:absolute}.BubbleLoader_bubbleLoader__nniYE:before{animation-delay:-.32s;left:calc(var(--bubble-loader-size)*-1.5)}.BubbleLoader_bubbleLoader__nniYE:after{left:calc(var(--bubble-loader-size)*1.5)}@keyframes BubbleLoader_bubble-loader__KOQPo{0%,80%,to{box-shadow:0 var(--bubble-loader-size) 0 calc(var(--bubble-loader-size)*-.41)}40%{box-shadow:0 var(--bubble-loader-size) 0 0}}.BubbleLoader_bubbleLoader__nniYE.lg{--bubble-loader-size:8px}.ProgressRing_progressRing__-QO4D{fill:#0000;display:inline-block;transform:rotate(-90deg);transform-origin:50% 50%}.ProgressRing_spin__oa-rh{animation-duration:2s;animation-iteration-count:infinite;animation-name:ProgressRing_ringSpinner__AqAuO;animation-timing-function:linear}.ProgressRing_primary__Pixbo .ProgressRing_base__qVKTx{stroke:#e1e1e1}.ProgressRing_primary__Pixbo .ProgressRing_color__8EDAU{stroke:#1386a4}.ProgressRing_secondary__nH8Ts .ProgressRing_base__qVKTx{stroke:#fff}.ProgressRing_secondary__nH8Ts .ProgressRing_color__8EDAU{stroke:#777}@keyframes ProgressRing_ringSpinner__AqAuO{0%{transform:rotate(-90deg)}to{transform:rotate(270deg)}}.SkeletonSimpleLine_wrapper__Zk8Kc{display:flex;flex-direction:column;gap:10px}.SkeletonSimpleLine_item__WpnA9{background:#f6f6f6;border-radius:16px;display:flex;flex:1 1;gap:10px;min-height:62px;padding:10px 15px}.SkeletonSimpleLine_item__WpnA9 .SkeletonSimpleLine_photo__DT4o1{height:40px;min-width:40px;width:40px}.SkeletonSimpleLine_item__WpnA9 .SkeletonSimpleLine_content__3lSkt{display:flex;flex:1 1;flex-direction:column;gap:5px;padding-top:4px}.SkeletonSimpleLine_item__WpnA9 .SkeletonSimpleLine_contentMeta__uQNaE{font-size:13px;line-height:1.54}.react-loading-skeleton{display:flex}.AwsCaptcha_captcha__\+dP4V{border:1px solid #e6e6e7;border-radius:16px;margin-top:10px;padding:10px 15px}.AwsCaptcha_captchaSuccess__XnXfE{background-color:#ffe27f4d;border-color:#ffe27f;font-weight:700;text-align:center}.AwsCaptcha_isLoading__4Ls-6{text-align:center}.AwsCaptcha_isLoading__4Ls-6 #AwsCaptcha_aws-captcha-container__7XuND{display:none}.TooltipsViewer_popoverViewer__XYEd\+{left:0;position:fixed;top:0;z-index:2000}.Tooltip_wrapper__\+SDCt{display:inline-block}.Tooltip_wrapper_relative__l8A7y{position:relative}.Tooltip_tip__Ok4Fc{display:flex;height:-moz-fit-content;height:fit-content;justify-content:center;left:50%;position:absolute;width:191px;z-index:auto}.Tooltip_tip__Ok4Fc .Tooltip_textWrapper__T\+XC9{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);background:#262626b3;border-radius:10px;color:#fff;font-size:13px;line-height:1.53;max-width:100%;padding:10px 15px}.Tooltip_tip__Ok4Fc .Tooltip_textWrapper__T\+XC9 p{margin-bottom:0}.Tooltip_tip__Ok4Fc:before{border:6px solid #0000;content:"";height:0;left:50%;margin-left:-6px;pointer-events:none;position:absolute;width:0}.Tooltip_top__ghUaI{transform:translate(-50%,calc(-100% + -6px))}.Tooltip_top__ghUaI:before{border-top-color:#262626b3;top:100%}.Tooltip_right__a17-l{justify-content:flex-start;transform:translate(6px,-50%)}.Tooltip_right__a17-l:before{border-right-color:#262626b3;left:-5px;top:50%;transform:translateX(0) translateY(-50%)}.Tooltip_bottom__BG08c{justify-content:center;transform:translate(-50%,6px)}.Tooltip_bottom__BG08c:before{border-bottom-color:#262626b3;bottom:100%}.Tooltip_left__qLzgj{justify-content:flex-end;transform:translate(calc(-100% + -6px),-50%)}.Tooltip_left__qLzgj:before{border-left-color:#262626b3;left:auto;right:-11px;top:50%;transform:translateX(0) translateY(-50%)}.LegacyInput_wrapper__GJVdM{align-items:center;display:flex;gap:10px;position:relative;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY{height:100%;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK{align-items:center;display:flex;gap:10px;justify-content:space-between;margin-bottom:2px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_label__LkHyQ{font-size:13px;font-weight:600;line-height:1.54;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_actionsContainer__w3UAn{align-items:center;display:flex;gap:5px;justify-content:flex-end;margin-left:auto}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_actionsContainer__w3UAn .LegacyInput_action__zgaRL{color:#18a2c6;cursor:pointer;font-size:13px;line-height:1.54;text-align:right;transition:color .3s ease-in-out}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_actionsContainer__w3UAn .LegacyInput_action__zgaRL:focus,.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_actionsContainer__w3UAn .LegacyInput_action__zgaRL:hover{color:#1386a4}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X{align-items:center;background-color:#fff;border:1px solid #e6e6e7;border-radius:10px;display:flex;padding:7px 15px;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x{align-items:center;display:flex;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainerWithClear__dtyBu{padding-right:20px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input{background:#0000;border:none;border-radius:0;color:#000;font-size:16px;font-weight:400;line-height:1.5;outline:none;padding:0;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input::placeholder{color:#d1d1d6}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=number]{-moz-appearance:textfield}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=text]::-ms-clear,.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=text]::-ms-reveal{display:none;height:0;width:0}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=search]::-webkit-search-cancel-button,.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=search]::-webkit-search-decoration,.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=search]::-webkit-search-results-button,.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x input[type=search]::-webkit-search-results-decoration{display:none}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x .LegacyInput_fieldActionsContainer__OWoEK{align-items:center;display:flex;gap:5px;margin-right:5px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_fieldContainer__Jup9x .LegacyInput_fieldActionsContainer__OWoEK .LegacyInput_action__zgaRL{color:#17a2c6;cursor:pointer;font-size:13px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_icon__aG91e{height:28px;min-width:28px;opacity:.2;width:28px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_icon__aG91e img{height:100%;width:100%}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconClickable__4aGtT{cursor:pointer;transition:opacity .2s linear}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconClickable__4aGtT:hover{opacity:.4;transition:opacity .2s linear}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconClear__hBtOf{align-items:center;background-color:#b5b6b6;border-radius:100%;color:#fff;cursor:pointer;display:flex;height:20px;justify-content:center;min-width:20px;opacity:0;width:20px}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconClear__hBtOf svg g g{fill:#fff}.LegacyInput_wrapper__GJVdM .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconClear__hBtOf:hover{opacity:1}.LegacyInput_wrapper__GJVdM.LegacyInput_cursorPointer__4CoKS .LegacyInput_body__wdE6X,.LegacyInput_wrapper__GJVdM.LegacyInput_cursorPointer__4CoKS input{cursor:pointer}.LegacyInput_wrapper__GJVdM.LegacyInput_cursorPointer__4CoKS input{caret-color:#0000}.LegacyInput_wrapper__GJVdM:hover .LegacyInput_iconClear__hBtOf{opacity:1!important}.LegacyInput_wrapper__GJVdM.LegacyInput_invalid__Err1s .LegacyInput_body__wdE6X{border-color:#ff3b30}.LegacyInput_wrapper__GJVdM.LegacyInput_noLabel__jcppA{height:50px}.LegacyInput_wrapper__GJVdM.LegacyInput_noLabel__jcppA .LegacyInput_inner__S4kYY{height:100%}.LegacyInput_wrapper__GJVdM.LegacyInput_noLabel__jcppA .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK{display:none}.LegacyInput_wrapper__GJVdM.LegacyInput_noLabel__jcppA .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X{height:100%}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV{height:62px}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY{background-color:#fff;border:1px solid #e6e6e7;border-radius:16px;padding:9px 15px}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK{margin-bottom:0}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_header__yEQsK .LegacyInput_label__LkHyQ{color:#8e8e93;font-weight:400;transition:all .2s ease}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_headerBig__7s57x .LegacyInput_action__zgaRL,.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_headerBig__7s57x .LegacyInput_label__LkHyQ{display:block;font-size:16px;transform:translateY(10px);transition:all .2s ease}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_headerBig__7s57x .LegacyInput_label__LkHyQ{color:#000;cursor:text;font-weight:600;opacity:.2}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X{border:none;border-radius:0;padding:0}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_bodyPR__-2cMm{padding-right:28px}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY .LegacyInput_body__wdE6X .LegacyInput_iconAbsolute__4yfPr{position:absolute;right:15px;top:50%;transform:translateY(-50%)}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV.LegacyInput_invalid__Err1s .LegacyInput_inner__S4kYY{border-color:#ff3b30}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV.LegacyInput_invalid__Err1s .LegacyInput_body__wdE6X{border-color:#0000}.LegacyInput_wrapper__GJVdM.LegacyInput_lg__o\+CpV.LegacyInput_cursorPointer__4CoKS .LegacyInput_inner__S4kYY{cursor:pointer}.LegacyInput_wrapper__GJVdM .LegacyInput_rmBtn__cKlc5{align-items:center;cursor:pointer;display:flex;height:28px;justify-content:center;min-width:28px;opacity:.25;transition:opacity .3s ease-in-out;width:28px}.LegacyInput_wrapper__GJVdM .LegacyInput_rmBtn__cKlc5 svg{height:28px;width:28px}.LegacyInput_wrapper__GJVdM .LegacyInput_rmBtn__cKlc5:hover{opacity:1}.LegacyInput_wrapper__GJVdM.LegacyInput_active__UyuhF .LegacyInput_body__wdE6X{border-color:#17a2c6!important}.LegacyInput_wrapper__GJVdM.LegacyInput_active__UyuhF.LegacyInput_lg__o\+CpV .LegacyInput_body__wdE6X{border-color:initial!important}.LegacyInput_wrapper__GJVdM.LegacyInput_active__UyuhF.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY{border-color:#17a2c6!important}.LegacyInput_wrapper__GJVdM.LegacyInput_readonly__o3Ndd .LegacyInput_label__LkHyQ,.LegacyInput_wrapper__GJVdM.LegacyInput_readonly__o3Ndd input{cursor:default!important}.LegacyInput_wrapper__GJVdM.LegacyInput_readonly__o3Ndd .LegacyInput_body__wdE6X,.LegacyInput_wrapper__GJVdM.LegacyInput_readonly__o3Ndd.LegacyInput_lg__o\+CpV .LegacyInput_inner__S4kYY{background-color:#f6f6f6}.LegacyInput_wrapper__GJVdM.LegacyInput_unfocused__nrxj0 input{opacity:0}.FieldInlineActions_actions__RB44a{align-items:center;display:flex;gap:5px;justify-content:flex-end;position:relative;z-index:1}.FieldInlineActions_actions__RB44a .FieldInlineActions_action__citfI{color:#18a2c6;cursor:pointer;text-align:right;transition:color .3s ease-in-out}.FieldInlineActions_actions__RB44a .FieldInlineActions_action__citfI:focus,.FieldInlineActions_actions__RB44a .FieldInlineActions_action__citfI:hover{color:#1386a4}.FieldWrapper_wrapper__wtANF{--field-wrapper-min-height:24px;--field-wrapper-content-gap:10px;--field-wrapper-content-padding-top:calc((var(--field-wrapper-min-height) - 24px)/2);--field-wrapper-field-left-padding:0;--field-wrapper-field-right-padding:0;--field-wrapper-field-border-radius:0;--field-wrapper-icon-size:24px;flex-grow:1;position:relative}.FieldWrapper_wrapper__wtANF .FieldWrapper_field__wmBbY{background-color:#fff;border-radius:var(--field-wrapper-field-border-radius);display:flex;overflow:hidden;padding-left:var(--field-wrapper-field-left-padding);padding-right:var(--field-wrapper-field-right-padding);position:relative}.FieldWrapper_wrapper__wtANF .FieldWrapper_field__wmBbY:before{border:1px solid #e6e6e7;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;transition:border-color .3s ease}.FieldWrapper_wrapper__wtANF .FieldWrapper_header__O5mga{align-items:center;display:flex;font-size:13px;gap:10px;line-height:20px;margin-bottom:2px;z-index:1}.FieldWrapper_wrapper__wtANF .FieldWrapper_header__O5mga .FieldWrapper_label__5AahA{font-weight:600;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.FieldWrapper_wrapper__wtANF .FieldWrapper_header__O5mga .FieldWrapper_actions__bl0\+w{margin-left:auto;padding-left:5px}.FieldWrapper_wrapper__wtANF .FieldWrapper_content__iLyCS{flex:1 1;min-width:1%;padding-top:var(--field-wrapper-content-padding-top);position:relative}.FieldWrapper_wrapper__wtANF.FieldWrapper_isInput__GrylC .FieldWrapper_content__iLyCS{height:var(--field-wrapper-min-height)}.FieldWrapper_wrapper__wtANF.FieldWrapper_isTextarea__euQ\+Z .FieldWrapper_content__iLyCS{min-height:var(--field-wrapper-min-height)}.FieldWrapper_wrapper__wtANF .FieldWrapper_left__QHeu3{margin-right:var(--field-wrapper-content-gap)}.FieldWrapper_wrapper__wtANF .FieldWrapper_right__hybTj{margin-left:var(--field-wrapper-content-gap)}.FieldWrapper_wrapper__wtANF .FieldWrapper_left__QHeu3,.FieldWrapper_wrapper__wtANF .FieldWrapper_right__hybTj{align-items:center;align-self:flex-start;display:flex;justify-content:center;min-height:var(--field-wrapper-min-height)}.FieldWrapper_wrapper__wtANF .FieldWrapper_left__QHeu3 .FieldWrapper_icon__D7ubF,.FieldWrapper_wrapper__wtANF .FieldWrapper_left__QHeu3 svg,.FieldWrapper_wrapper__wtANF .FieldWrapper_right__hybTj .FieldWrapper_icon__D7ubF,.FieldWrapper_wrapper__wtANF .FieldWrapper_right__hybTj svg{height:var(--field-wrapper-icon-size);opacity:.2;width:var(--field-wrapper-icon-size)}.FieldWrapper_wrapper__wtANF .FieldWrapper_rightClear__NfxgC{align-items:center;align-self:flex-start;display:flex;height:var(--field-wrapper-min-height);justify-content:center;margin-left:var(--field-wrapper-content-gap);position:relative;z-index:1}.FieldWrapper_wrapper__wtANF .FieldWrapper_rightClear__NfxgC .FieldWrapper_clearButton__Ce0x0{background-color:#0003;border-radius:100%;color:#fff;cursor:pointer;height:calc(var(--field-wrapper-icon-size) - 8px);transition:background-color .2s ease;width:calc(var(--field-wrapper-icon-size) - 8px)}.FieldWrapper_wrapper__wtANF .FieldWrapper_rightClear__NfxgC .FieldWrapper_clearButton__Ce0x0:hover{background-color:#0000004d}.FieldWrapper_wrapper__wtANF .FieldWrapper_rightClear__NfxgC .FieldWrapper_clearButton__Ce0x0 svg{height:100%;width:100%}.FieldWrapper_wrapper__wtANF .FieldWrapper_rightClear__NfxgC.FieldWrapper_absolute__zea\+y{background-color:inherit;height:calc(var(--field-wrapper-min-height) - 2px);min-width:28px;position:absolute;right:var(--field-wrapper-field-right-padding);top:1px}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9{overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea{background:#0000;border:none;border-radius:0;color:#000;display:block;font-size:16px;font-weight:400;line-height:1.5;outline:none;padding:0;width:100%}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input:focus,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea:focus{outline:none}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input::placeholder,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea::placeholder{color:#d1d1d6}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input::-webkit-inner-spin-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input::-webkit-outer-spin-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea::-webkit-inner-spin-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea::-webkit-outer-spin-button{-webkit-appearance:none}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=number],.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=number]{-moz-appearance:textfield}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=text]::-ms-clear,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=text]::-ms-reveal,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=text]::-ms-clear,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=text]::-ms-reveal{display:none;height:0;width:0}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=search]::-webkit-search-cancel-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=search]::-webkit-search-decoration,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=search]::-webkit-search-results-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 input[type=search]::-webkit-search-results-decoration,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=search]::-webkit-search-cancel-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=search]::-webkit-search-decoration,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=search]::-webkit-search-results-button,.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea[type=search]::-webkit-search-results-decoration{display:none}.FieldWrapper_wrapper__wtANF .FieldWrapper_originalField__iA\+U9 textarea{resize:none}.FieldWrapper_wrapper__wtANF .FieldWrapper_errorMessage__iZhBr,.FieldWrapper_wrapper__wtANF .FieldWrapper_helpText__iNo0D{font-size:13px;line-height:1.54;margin-top:5px}.FieldWrapper_wrapper__wtANF .FieldWrapper_helpText__iNo0D{color:#8e8e93}.FieldWrapper_wrapper__wtANF .FieldWrapper_errorMessage__iZhBr{color:#ff3a30}.FieldWrapper_wrapper__wtANF.FieldWrapper_isFocused__WWvfA .FieldWrapper_field__wmBbY:before{border-color:#17a2c6!important}.FieldWrapper_wrapper__wtANF.FieldWrapper_isInvalid__9w5IE:not(.FieldWrapper_isDisabled__rPo3W) .FieldWrapper_field__wmBbY:before{border-color:#ff3a30!important}.FieldWrapper_wrapper__wtANF.FieldWrapper_isDisabled__rPo3W .FieldWrapper_field__wmBbY{background-color:#f6f6f6}.FieldWrapper_wrapper__wtANF.FieldWrapper_isUnfocused__Tn6ut .FieldWrapper_originalField__iA\+U9{bottom:-999px;height:0;opacity:0;position:absolute;top:-999px;width:0}.FieldWrapper_wrapper__wtANF.FieldWrapper_isDisabled__rPo3W .FieldWrapper_field__wmBbY,.FieldWrapper_wrapper__wtANF.FieldWrapper_isDisabled__rPo3W .FieldWrapper_input__UIrpZ,.FieldWrapper_wrapper__wtANF.FieldWrapper_isReadonly__01MSZ .FieldWrapper_field__wmBbY,.FieldWrapper_wrapper__wtANF.FieldWrapper_isReadonly__01MSZ .FieldWrapper_input__UIrpZ{cursor:default;pointer-events:none}.FieldWrapper_wrapper__wtANF.FieldWrapper_xxs__1Gez8{--field-wrapper-min-height:24px;--field-wrapper-content-gap:5px;--field-wrapper-field-left-padding:5px;--field-wrapper-field-right-padding:5px;--field-wrapper-field-border-radius:4px}.FieldWrapper_wrapper__wtANF.FieldWrapper_xs__\+D2RC{--field-wrapper-min-height:30px;--field-wrapper-field-left-padding:10px;--field-wrapper-field-right-padding:10px;--field-wrapper-field-border-radius:8px}.FieldWrapper_wrapper__wtANF.FieldWrapper_sm__P6Jxz{--field-wrapper-min-height:40px;--field-wrapper-icon-size:28px;--field-wrapper-field-left-padding:15px;--field-wrapper-field-right-padding:15px;--field-wrapper-field-border-radius:10px}.FieldWrapper_wrapper__wtANF.FieldWrapper_md__KojrX{--field-wrapper-min-height:50px;--field-wrapper-icon-size:28px;--field-wrapper-field-left-padding:15px;--field-wrapper-field-right-padding:15px;--field-wrapper-field-border-radius:10px}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn{--field-wrapper-min-height:62px;--field-wrapper-icon-size:32px;--field-wrapper-field-left-padding:15px;--field-wrapper-field-right-padding:15px;--field-wrapper-field-border-radius:16px}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_content__iLyCS.FieldWrapper_withActiveShift__6jQqd{padding-top:calc(var(--field-wrapper-content-padding-top)/2 - 1px)}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_content__iLyCS:not(.FieldWrapper_withActiveShift__6jQqd) .FieldWrapper_header__O5mga .FieldWrapper_actions__bl0\+w{position:relative;top:calc(var(--field-wrapper-content-padding-top)*-1/2 - 1px)}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_content__iLyCS.FieldWrapper_headerNull__rKZ2K .FieldWrapper_header__O5mga{height:0}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_header__O5mga{align-items:flex-start;margin-bottom:0}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_header__O5mga .FieldWrapper_label__5AahA{color:#8d8e93;font-weight:400;position:relative;transition:all .3s ease}.FieldWrapper_wrapper__wtANF.FieldWrapper_lg__6JIMn .FieldWrapper_header__O5mga .FieldWrapper_label__5AahA.FieldWrapper_asPlaceholder__SQ-Ew{color:#d1d1d6;font-size:16px}.FieldWrapper_wrapper__wtANF.FieldWrapper_primary__UTWDJ .FieldWrapper_field__wmBbY:before{border-color:#17a2c6}.FieldWrapper_wrapper__wtANF.FieldWrapper_secondary__XOXGM .FieldWrapper_field__wmBbY{background-color:#f2f3f3}.FieldWrapper_wrapper__wtANF.FieldWrapper_secondary__XOXGM .FieldWrapper_field__wmBbY:before{border-color:#f2f3f3}.FieldWrapper_wrapper__wtANF.FieldWrapper_secondary__XOXGM.FieldWrapper_isFocused__WWvfA .FieldWrapper_field__wmBbY:before{border-color:#0000!important}.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv .FieldWrapper_field__wmBbY{background-color:#0000;border-radius:0}.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv .FieldWrapper_field__wmBbY:before{border-color:#0000;transition:none 0s ease 0s;transition:initial}.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv.FieldWrapper_isFocused__WWvfA .FieldWrapper_field__wmBbY:before{border-color:#0000!important}.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv.FieldWrapper_isInvalid__9w5IE .FieldWrapper_originalField__iA\+U9 input::placeholder,.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv.FieldWrapper_isInvalid__9w5IE .FieldWrapper_originalField__iA\+U9 textarea::placeholder{color:#ff3a30!important}.FieldWrapper_wrapper__wtANF.FieldWrapper_transparent__bROzv.FieldWrapper_isInvalid__9w5IE .FieldWrapper_field__wmBbY:before{border-color:#ff3a30!important;border-width:0 0 1px}.FieldWrapper_wrapper__wtANF.FieldWrapper_purple__14Ct9 .FieldWrapper_field__wmBbY{background-color:#af52de1f}.FieldWrapper_wrapper__wtANF.FieldWrapper_purple__14Ct9 .FieldWrapper_field__wmBbY:before{border-color:#af52de80}.FieldWrapper_wrapper__wtANF.FieldWrapper_fw-600__rND45 .FieldWrapper_originalField__iA\+U9,.FieldWrapper_wrapper__wtANF.FieldWrapper_fw-600__rND45 .FieldWrapper_originalField__iA\+U9 input{font-weight:600}.FieldWrapper_wrapper__wtANF.FieldWrapper_fw-700__rQ0XX .FieldWrapper_originalField__iA\+U9,.FieldWrapper_wrapper__wtANF.FieldWrapper_fw-700__rQ0XX .FieldWrapper_originalField__iA\+U9 input{font-weight:700}.LegacyCheckbox_wrapper__BUP6c{align-items:center;display:flex}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO{align-items:center;cursor:pointer;display:flex;gap:10px;position:relative}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO .LegacyCheckbox_checkContainer__T-CVp{align-items:center;background-color:#f2f3f3;border-radius:50%;display:flex;height:28px;justify-content:center;min-width:28px;width:28px}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO .LegacyCheckbox_checkContainer__T-CVp .LegacyCheckbox_icon__aqex2{opacity:0}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO .LegacyCheckbox_checkContainer__T-CVp .LegacyCheckbox_icon__aqex2 g{fill:#fff}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO .LegacyCheckbox_label__-nIBk{font-weight:400;margin-bottom:0;padding:2px 0;position:relative;word-break:break-word}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_gray__UmfjJ{background-color:#f6f6f6;border:1px solid #0000;border-radius:16px;cursor:pointer;height:48px;padding:10px 15px;transition:all .1s linear}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_gray__UmfjJ .LegacyCheckbox_checkContainer__T-CVp{background-color:#d8d8da}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_gray__UmfjJ .LegacyCheckbox_label__-nIBk{font-weight:400}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_gray__UmfjJ.LegacyCheckbox_invalid__ydzVM{border-color:#ff3b30}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_checked__-WtVF .LegacyCheckbox_checkContainer__T-CVp{background-color:#17a2c6}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_checked__-WtVF .LegacyCheckbox_checkContainer__T-CVp .LegacyCheckbox_icon__aqex2{opacity:1}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_formCheck__FKWIO.LegacyCheckbox_fw-400__f8AZy .LegacyCheckbox_label__-nIBk{font-weight:400}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_dark__9XJ6g .LegacyCheckbox_checkContainer__T-CVp{background-color:#0000000d}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_btn__zWdND{background-color:#f6f6f6;border-radius:10px;flex-direction:row-reverse;padding:10px 15px}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_btn__zWdND .LegacyCheckbox_label__-nIBk{display:inline-block;line-height:1.25;width:100%}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_btn__zWdND .LegacyCheckbox_checkContainer__T-CVp{background:#fff url(/static/media/minus.c25cf68b0bc02afc5e0c.svg) no-repeat 50%;background-size:cover;border:1px solid #fff;border-radius:50%;height:20px;min-width:20px;width:20px}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_btn__zWdND .LegacyCheckbox_icon__aqex2{height:20px;min-width:20px;width:20px}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_btn__zWdND.LegacyCheckbox_checked__-WtVF .LegacyCheckbox_checkContainer__T-CVp{background:#17a2c6 none}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_readonly__JeDrT,.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_readonly__JeDrT .LegacyCheckbox_label__-nIBk{cursor:default}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_readonly__JeDrT.LegacyCheckbox_btn__zWdND .LegacyCheckbox_checkContainer__T-CVp{background:#8e8e93 none}.LegacyCheckbox_wrapper__BUP6c .LegacyCheckbox_readonly__JeDrT.LegacyCheckbox_btn__zWdND .LegacyCheckbox_checkContainer__T-CVp .LegacyCheckbox_icon__aqex2{opacity:1}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_gray__UmfjJ{border-radius:16px 0 0 16px}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_gray__UmfjJ.LegacyCheckbox_invalid__ydzVM{border-right-color:#0000}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_secondarySelectWrapper__q40lr{height:48px;min-width:150px;width:50%}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_secondarySelectWrapper__q40lr .LegacyCheckbox_secondarySelect__C\+DfH .LegacyCheckbox_secondarySelectBorders__q4ALO{border-radius:0 16px 16px 0!important;height:48px;padding:9px 15px}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_secondarySelectWrapper__q40lr .LegacyCheckbox_secondarySelect__C\+DfH .LegacyCheckbox_secondarySelectBorders__q4ALO .multiselect-preview{align-items:center}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_secondaryInput__dQZm8{height:48px;min-width:200px;width:50%}.LegacyCheckbox_wrapper__BUP6c.LegacyCheckbox_withAdditionalVisible__KwSgx .LegacyCheckbox_secondaryInput__dQZm8>div:first-child{align-items:center;border-radius:0 16px 16px 0;display:flex}.ToggleButtonGroup_wrapper__-T\+0S{align-items:flex-start;display:inline-flex;flex-wrap:wrap;gap:10px}.ToggleButtonGroup_wrapper__-T\+0S .ToggleButtonGroup_connectedGroupButton__cVz9B{flex:0 1;white-space:nowrap}.ToggleButtonGroup_wrapper__-T\+0S .ToggleButtonGroup_connectedExtraField__HcDCh{min-width:110px}.MultiSelect_wrapper__apgxi{position:relative;width:100%}.MultiSelect_wrapperReadonly__UlRch{cursor:default;pointer-events:none}.MultiSelect_wrapperReadonly__UlRch .MultiSelect_dropdownWrapper__QJrDe{display:none}.MultiSelect_dropdownWrapper__QJrDe{background:#fff;border-radius:10px;box-shadow:0 0 10px #0003;max-height:360px;opacity:0;overflow:hidden;pointer-events:none;position:fixed;width:100%;z-index:-9999}.MultiSelect_dropdownWrapperOpen__NV0cu{opacity:1;pointer-events:auto;z-index:9999}.MultiSelectButton_topBar__3E4\+G{align-items:center;cursor:default;display:flex;justify-content:space-between;width:100%}.MultiSelectButton_topBarLabel__LuyPH{color:#000;font-size:13px;font-stretch:normal;font-style:normal;font-weight:600;letter-spacing:normal;line-height:1.54;margin-bottom:2px}.MultiSelectButton_topBarClear__vPO0B{color:#18a2c6;cursor:pointer;flex:auto;font-size:13px;line-height:1.54;padding-left:8px;text-align:right}.MultiSelectButton_multiselect__-0Qw8{background:#fff;border:1px solid #e6e6e7;cursor:pointer;outline:none;padding:10px 15px;position:relative;transition:border-color .2s ease;width:100%}.MultiSelectButton_multiselectError__ebxLQ{border-color:#ff3b30!important}.MultiSelectButton_multiselectReadonly__bQhTj{background:#f6f6f6;cursor:default;pointer-events:none}.MultiSelectButton_multiselectPreview__bgUvI{align-items:flex-end;display:flex;height:100%;padding-right:28px;text-align:left}.MultiSelectButton_multiselectLabel__rPg8P{color:#8e8e93;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;left:15px;letter-spacing:normal;line-height:1.54;position:absolute;top:10px}.MultiSelectButton_multiselectSelected__7Xa-q{color:#000;overflow:hidden;text-align:left;text-overflow:ellipsis;white-space:nowrap}.MultiSelectButton_multiselectSelectedCount__QEMa1,.MultiSelectButton_multiselectSelected__7Xa-q{font-size:16px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.25}.MultiSelectButton_multiselectSelectedCount__QEMa1{color:#8e8e93;position:absolute;right:45px;top:50%;transform:translateY(-50%)}.MultiSelectButton_multiselectPlaceholder__v0qUT{color:#d1d1d6!important}.MultiSelectButton_multiselectArrow__d6euu{align-items:center;display:flex;height:28px;justify-content:center;position:absolute;right:15px;top:55%;transform:translateY(-50%);width:28px}.MultiSelectButton_multiselectArrow__d6euu svg{height:24px;opacity:.2;transform:rotate(90deg);transition:opacity .15s ease,transform .15s ease;width:24px}.MultiSelectButton_multiselectArrowOpen__2q6eF{top:50%}.MultiSelectButton_multiselectArrowOpen__2q6eF svg{transform:rotate(270deg)}.MultiSelectButton_fw-400__BmsET{font-weight:400!important}.MultiSelectButton_xxs__13nHP{border-radius:4px;height:24px;padding:0 5px}.MultiSelectButton_xs__BHSTc{border-radius:8px;height:30px;padding:3px 10px}.MultiSelectButton_sm__KMrVg{border-radius:10px;height:40px}.MultiSelectButton_lg__hpH1i{border-radius:16px;height:62px}.MultiSelectButton_lg__hpH1i .MultiSelectButton_multiselectLabel__rPg8P{top:9px}.MultiSelectButton_lg__hpH1i .MultiSelectButton_multiselectSelected__7Xa-q{position:relative;width:calc(100% - 28px)}.MultiSelectButton_md__DsdTj{border-radius:10px;height:48px}.MultiSelectButton_md__DsdTj .MultiSelectButton_multiselectPreview__bgUvI{align-items:center}.MultiSelectButton_gray__IVWMg{background:#f2f3f3;border:none}.MultiSelectDropdown_dropdown__geR\+Q{-ms-overflow-style:none;background:#fff;height:100%;list-style:none;margin:0;max-height:360px;scrollbar-width:none}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_inner__3yTFq{height:100%;overflow:auto;overscroll-behavior-y:contain;padding:0 15px}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_search__miy6y{background:#fff;margin-left:15px;padding:10px 0;width:calc(100% - 30px);z-index:1}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchItem__Wp-a3{background-color:#f6f6f6;border-radius:10px;display:flex;overflow:hidden;padding:6px 15px 6px 48px;position:relative}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchItem__Wp-a3:before{background:url(/static/media/search.7c62f24aeaab9406de97.svg) no-repeat 50%;content:"";display:block;height:28px;left:15px;opacity:.25;position:absolute;top:50%;transform:translateY(-50%);width:28px}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchField__SpwmD{background:#0000;border:none;color:#000;display:block;flex:1 1;font-size:14px;font-weight:600;line-height:1.43;outline:none;padding:4px 0;width:100%}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchField__SpwmD::placeholder{color:#d1d1d6}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchClear__LXz\+6{background:#b5b6b6 url(/static/media/close-white.eeed2e1953561659273f.svg) no-repeat 50%;background-size:cover;border-radius:100%;cursor:pointer;height:20px;margin:4px 0 0 5px;order:1;width:20px}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_searchNoResults__WRnQr{padding:10px 0}.MultiSelectDropdown_dropdown__geR\+Q ul{margin:0;padding:0}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_item__MIoNz{background:#fff;border:1px solid #e6e6e7;border-radius:10px;cursor:pointer;display:flex;height:40px;justify-content:space-between;outline:none;padding:0 10px 0 15px;position:relative;transition:border-color .2s ease;width:100%}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemTitle__D1YeV{color:#8e8e93;font-size:13px;font-stretch:normal;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1.54;padding-top:10px}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemSub__lNBz9{cursor:pointer;display:flex;flex-wrap:wrap;grid-template-columns:1fr auto;padding:10px 33px 10px 0;position:relative}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemSub__lNBz9 .MultiSelectDropdown_text__CdG0r{font-size:16px;font-weight:400;line-height:24px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemSub__lNBz9 span{color:#8e8e93;flex-basis:100%;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;white-space:pre-wrap;width:auto}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemSub__lNBz9:nth-of-type(n+2){border-top:1px solid #ceced080}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_itemSubDisabled__ddjMr{color:#8d8e93;pointer-events:none}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_isCheck__Pl9dQ{position:absolute;right:0;top:50%;transform:translateY(-50%)}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_isCheck__Pl9dQ svg{color:#17a2c6}.MultiSelectDropdown_dropdown__geR\+Q .MultiSelectDropdown_isCheckPositionTop__0i0qx{top:10px;transform:none}.Switch_switcher__ONi7D{align-items:center;display:flex}.Switch_switcherLabel__ntIak{font-size:16px;line-height:1.75;margin-right:10px}.Switch_switcherLabelAfter__IBrKK{margin-left:10px;margin-right:0}.Switch_switcherBtn__Pm5pe{background-color:#e6e6e7;border-radius:14px;cursor:pointer;height:28px;margin-left:auto;min-width:48px;padding:2px;position:relative;transition:background-color .5s;-webkit-user-select:none;user-select:none;width:48px}.Switch_switcherBtnInner__pP1CE{position:relative}.Switch_switcherBtnOn__5xpXe,.Switch_switcherBtnPreOn__GX6cj{background-color:#17a2c6}.Switch_switcherBtnPreOff__i6cRb{background-color:#e6e6e7}.Switch_switcherBtnHandle__CDi3J{background-color:#fff;border-radius:20px;box-shadow:0 3px 8px #00000026,0 1px 1px #00000029,0 3px 1px #0000001a;height:24px;position:absolute;right:100%;top:0;transform:translateX(100%);transition:all .5s;width:24px}.Switch_switcherBtnOn__5xpXe .Switch_switcherBtnHandle__CDi3J,.Switch_switcherBtnPreOn__GX6cj .Switch_switcherBtnHandle__CDi3J{right:0;transform:translateX(0)}.Switch_switcherBtnPreOff__i6cRb .Switch_switcherBtnHandle__CDi3J{right:100%;transform:translateX(100%)}.Switch_switcherBox__j1NEx{background-color:#f6f6f6;border-radius:16px;padding:10px 15px}.Switch_switcherBox__j1NEx .Switch_switcherLabel__ntIak{line-height:1.25;margin-right:30px}.Switch_switcherBox__j1NEx .Switch_switcherLabelAfter__IBrKK{margin-left:30px;margin-right:0}.Switch_switcherGreen__PLB1a .Switch_switcherBtnOn__5xpXe,.Switch_switcherGreen__PLB1a .Switch_switcherBtnPreOn__GX6cj{background-color:#4cd964}.Switch_switcherDisabled__l-QbQ .Switch_switcherBtn__Pm5pe{cursor:default}.Switch_switcher__ONi7D.Switch_lg__aEeiz .Switch_switcherBtn__Pm5pe{border-radius:20px;height:30px;min-width:60px;width:60px}.Switch_switcher__ONi7D.Switch_lg__aEeiz .Switch_switcherBtnHandle__CDi3J{border-radius:50%;height:26px;width:26px}.Switch_switcher__ONi7D.Switch_lg__aEeiz.Switch_switcherBox__j1NEx{padding:15px}.Switch_switcher__ONi7D.Switch_bold__A0LHn .Switch_switcherLabel__ntIak{font-weight:600}.SignaturePad_signature__VVSDn{border-radius:10px;position:relative;width:100%}.SignaturePad_signature__VVSDn.SignaturePad_hasError__7S2aN{border-color:#ff3b30!important}.SignaturePad_signature__VVSDn canvas{height:100%;width:100%}.SignaturePad_signature__VVSDn .SignaturePad_img__LsyeL{align-items:center;display:flex;height:100%;justify-content:center;width:100%}.SignaturePad_signature__VVSDn .SignaturePad_topBar__L32jG{align-items:center;display:flex;font-size:13px;font-weight:600;justify-content:space-between;left:0;line-height:1.54;padding:10px 15px;pointer-events:none;position:absolute;right:0;top:0}.SignaturePad_signature__VVSDn .SignaturePad_topBar__L32jG .SignaturePad_label__zTUvs{color:#8e8e93;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;-webkit-user-select:none;user-select:none}.SignaturePad_signature__VVSDn .SignaturePad_topBar__L32jG .SignaturePad_clearButton__8loLY{color:#17a2c6;cursor:pointer;margin-left:auto;pointer-events:auto;text-align:right}.SignaturePad_signature__VVSDn.SignaturePad_primary__jVjCY{border:1px solid #e6e6e7}.SignaturePad_signature__VVSDn.SignaturePad_secondary__I\+YWv{background-color:#f6f6f6;border:1px solid #e6e6e7}.Switcher_switch__vG0sI{background-color:#eaeaea;border-radius:100px;display:flex;padding:4px}.Switcher_item__aGcgu{border-radius:100px;color:#b4b5b8;cursor:pointer;font-size:16px;font-weight:700;line-height:20px;padding:6px 10px}.Switcher_itemActive__TXAHo{background-color:#fff;box-shadow:0 2px 8px 0 #00114d38;color:#000}.DragAndDropItem_item__ie\+tD{align-items:center;background-color:#f6f6f6;border:1px solid #0000;border-radius:5px;cursor:grab;display:flex;margin-bottom:10px;margin-right:10px;padding:1.2px 10px;position:relative}.DragAndDropItem_item__ie\+tD:hover{background-color:#f1f1f1}.DragAndDropItem_item__ie\+tD:active{background-color:#e8e8e8}.DragAndDropItem_itemDisabled__\+\+6wT{cursor:default}.DragAndDropItem_itemDisabled__\+\+6wT:active,.DragAndDropItem_itemDisabled__\+\+6wT:hover{background-color:#f6f6f6}.DragAndDropItem_itemDisabledClose__wTJh9{display:none}.DragAndDropItem_itemIsFocused__5zVr5{border:1px solid #17a2c6}.DragAndDropItem_itemText__Mm77n{font-size:16px;line-height:24px;margin-top:-2px}.DragAndDropItem_itemText__Mm77n span{color:#8e8e93}.DragAndDropItem_itemUnsupported__BnocU{background-color:#ffe27f4d}.DragAndDropItem_itemUnsupported__BnocU:hover{background-color:#ffe27f99}.DragAndDropItem_itemClose__g0zRg{align-items:center;cursor:pointer;display:flex;height:24px;margin-left:5px}.DragAndDropItem_itemClose__g0zRg svg{height:20px;width:20px}.DragAndDropItem_itemClose__g0zRg svg *{fill:#0003}@media(hover:hover){.DragAndDropItem_itemWithPopup__pQw2\+:before{background-color:#8d8e93;border-radius:5px;color:#fff;content:attr(data-code);font-size:16px;left:10px;opacity:0;padding:0 5px;position:absolute;top:-15px;transition:opacity .2s ease-in .4s;visibility:hidden}.DragAndDropItem_itemWithPopup__pQw2\+:hover:before{opacity:1;visibility:visible}}.DragAndDropItem_itemDrag__G1Bl9,.DragAndDropItem_itemDrag__G1Bl9:active,.DragAndDropItem_itemDrag__G1Bl9:hover{background-color:#0000;border:1px dashed #e8e8e8}.DragAndDropItem_itemDrag__G1Bl9 .DragAndDropItem_itemClose__g0zRg,.DragAndDropItem_itemDrag__G1Bl9 .DragAndDropItem_itemText__Mm77n{visibility:hidden}.DragAndDropItem_dropFocus__2fpcv{opacity:.999;transform:translate(0)}.DragAndDropItem_dropFocus__2fpcv .DragAndDropItem_item__ie\+tD{transform:translate(0);transition:transform .15s ease-in}.DragAndDropItem_dropFocusBefore__PA-KV .DragAndDropItem_item__ie\+tD:after{border-right:1px solid #17a2c6;bottom:0;content:"";position:absolute;right:calc(100% + 11px);top:0}.DragAndDropItem_dropFocusAfter__RMMd6 .DragAndDropItem_item__ie\+tD:after{border-right:1px solid #17a2c6;bottom:0;content:"";left:calc(100% + 11px);position:absolute;top:0}.DragAndDropItem_dropFocusMove__UDzXr>.DragAndDropItem_item__ie\+tD,.DragAndDropItem_dropFocusMove__UDzXr>input{transform:translateX(11px)}.TextAreaWithSearch_textArea__Fp5aI{background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;cursor:default;display:flex;flex-direction:column;min-height:50px;padding:10px 15px 30px;position:relative;transition:border-color .2s ease;width:100%}.TextAreaWithSearch_textArea__Fp5aI .TextAreaWithSearch_textAreaInputContainer__hTOEC{max-width:100%}.TextAreaWithSearch_textAreaActive__O4x1E{border:1px solid #17a2c6}.TextAreaWithSearch_textAreaAvailable__vLbiy{cursor:text}.TextAreaWithSearch_textAreaCounter__OGvXx{bottom:10px;color:#d1d1d6;font-size:16px;font-weight:400;line-height:28px;position:absolute;right:15px;z-index:1}.TextAreaWithSearch_textAreaContent__\+yFsF{align-items:flex-start;display:flex;flex-wrap:wrap}.TextAreaWithSearch_textAreaDisabled__teesV{background-color:#f6f6f680;border:1px solid #e8e8e8;color:#d1d1d6;cursor:default}.TextAreaWithSearch_textAreaDisabled__teesV .TextAreaWithSearch_textAreaInputContainer__hTOEC{opacity:0}.TextAreaWithSearch_textAreaInput__53b04{border:none;font-size:15px;line-height:24;max-height:28px;max-width:100%;outline:none;transition:transform .15s ease-in;width:220px}.TextAreaWithSearch_textAreaInput__53b04::placeholder{color:#d1d1d6}.TextAreaWithSearch_textAreaInputContainer__hTOEC{position:relative}.TextAreaWithSearch_textAreaInputError__1VZKQ{border:1px solid #e73737}.TextAreaWithSearch_list__xicTp{background-color:#fff;border-radius:10px;box-shadow:0 0 10px #0003;left:0;max-height:214px;overflow:hidden;padding:0 5px;position:absolute;width:320px;z-index:999}.TextAreaWithSearch_listScroll__Syq3s{margin-right:-8px;max-height:inherit;overflow-y:scroll;padding:5px 0}.TextAreaWithSearch_listScroll__Syq3s.styled_scroll>*{margin-right:0!important}.TextAreaWithSearch_listEmpty__zjgUn{color:#d1d1d6;margin:0 auto;padding:8px 10px;text-align:center}.TextAreaWithSearch_listElem__zbAIW{border-bottom:1px solid #e8e8e8;padding:8px 10px}.TextAreaWithSearch_listElem__zbAIW:last-of-type{border-bottom:none}.TextAreaWithSearch_listElemLabel__3kOS2{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden;text-overflow:ellipsis}.TextAreaWithSearch_listElemLabel__3kOS2 span{color:#8e8e93}.TextAreaWithSearch_listElem__zbAIW:has(+.TextAreaWithSearch_listElemActive__NxZsT){border-color:#0000}.TextAreaWithSearch_listElemActive__NxZsT,.TextAreaWithSearch_listElem__zbAIW:hover{background-color:#f6f6f6;border-color:#0000;border-radius:8px;cursor:pointer}.TextAreaWithSearch_insideLabel__qity0{color:#d1d1d6;display:inline;font-size:13px!important;font-weight:400!important;left:15px;line-height:20px!important;pointer-events:none;top:20px}.TextAreaWithSearch_error__2kKVz{color:#e73737;font-size:13px;font-weight:400;line-height:20px;margin-top:2px}.MultiItemPicker_top__kf2-A{align-items:center;display:flex;justify-content:space-between;margin-bottom:5px;overflow:hidden}.MultiItemPicker_topLabel__23svX{display:flex;font-size:13px;font-weight:700;line-height:20px;margin-bottom:0;overflow:hidden}.MultiItemPicker_topButtons__k3aeZ button{background-color:#0000;border:none;color:#17a2c6;cursor:pointer;font-size:13px;font-weight:600;line-height:20px}.MultiItemPicker_topButtons__k3aeZ button:active,.MultiItemPicker_topButtons__k3aeZ button:hover{color:#1386a4}.MultiItemPicker_searchAreaMessage__MVsjL{color:#8e8e93;font-size:13px;margin:0;padding:0}.MultiItemPicker_textAreaBig__9Pl80{min-height:155px}.Dropdown_dropdown__WrA7E{position:relative}.Dropdown_popup__fqMXE{background:#fff;border-radius:10px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;max-width:-moz-fit-content;max-width:fit-content;min-height:44px;position:fixed;right:0;top:0;z-index:10}.DropdownContent_itemTitle__mp6gS{color:#8e8e93;font-size:10px;line-height:16px;margin-top:5px;padding:5px 10px;text-transform:uppercase}.DropdownContent_itemTitle__mp6gS:first-child{margin-top:0}.DropdownContent_scrollableArea__9eZN0{min-height:44px;padding:5px 5px 0;position:relative}.DropdownContent_scrollableArea__9eZN0.DropdownContent_resetTop__fbRQF{border-top-left-radius:0;border-top-right-radius:0;padding-top:0}.DropdownContent_scrollableArea__9eZN0.DropdownContent_resetBottom__BRNjN{border-bottom-left-radius:0;border-bottom-right-radius:0;padding-bottom:0}.DropdownContent_title__-UVzt{color:#8e8e93;font-size:10px;line-height:16px;padding:5px 10px;text-transform:uppercase}.DropdownContent_footer__X-l7k{border-top:1px solid #e8e8e8;padding:10px 15px}.DropdownContent_notFound__O2e4g{color:#8e8e93;font-size:16px;font-weight:400;line-height:1.5;padding:5px 10px}.DropdownContent_searchField__q4XlY{flex-grow:0;margin:10px}.DropdownContent_badges__CyeKa{display:flex;flex-wrap:wrap;gap:5px;margin:0 0 30px 5px}.DropdownContent_badges__CyeKa .DropdownContent_clearAll__5oeNN{background-color:#f6f6f6;border-radius:5px;color:#000;cursor:pointer;font-size:11px;font-weight:600;padding:5px 10px}.DropdownContentItem_item__jQbF4{border:none;border-radius:8px;color:#000;cursor:pointer;display:block;font-size:16px;font-weight:400;line-height:1.5;outline:none;padding:5px 10px;position:relative;text-align:left;text-decoration:none;transition:color .3s ease-in-out,background-color .3s ease-in-out;-webkit-user-select:none;user-select:none;vertical-align:middle;white-space:wrap}.DropdownContentItem_item__jQbF4:last-of-type{margin-bottom:5px}.DropdownContentItem_item__jQbF4.DropdownContentItem_focused__WZ078,.DropdownContentItem_item__jQbF4:hover{background-color:#f6f6f6;color:#000}.DropdownContentItem_item__jQbF4:focus{outline:none}.DropdownContentItem_item__jQbF4 .DropdownContentItem_description__iSNTJ{color:#8e8e93;font-size:13px;font-style:normal;font-weight:400;line-height:1.5;white-space:pre-wrap}.DropdownContentItem_item__jQbF4.DropdownContentItem_disabled__m-9QD{background-color:#f2f3f3;color:#d1d1d6;cursor:default;pointer-events:none}.DropdownContentItem_item__jQbF4.DropdownContentItem_selected__Y3Ba4{padding-right:48px}.DropdownContentItem_item__jQbF4.DropdownContentItem_selected__Y3Ba4 .DropdownContentItem_icon__dn1R1{color:#17a2c6;position:absolute;right:10px;top:2px}.DropdownContentItem_item__jQbF4.DropdownContentItem_selected__Y3Ba4 .DropdownContentItem_icon__dn1R1.DropdownContentItem_multi__Yi\+kQ{top:3px}.DropdownContentItem_item__jQbF4.DropdownContentItem_loading__pC7il{background-color:#f6f6f6;padding-right:48px}.DropdownContentItem_item__jQbF4.DropdownContentItem_loading__pC7il .DropdownContentItem_icon__dn1R1{display:none}.DropdownContentItem_item__jQbF4.DropdownContentItem_loading__pC7il .DropdownContentItem_loader__RTA04{position:absolute;right:10px;top:3px}.DropdownInput_container__ZmsB8{padding:5px 10px 15px;position:relative}.DropdownInput_containerLoading__Eu\+8F{pointer-events:none}.DropdownInput_container__ZmsB8 .DropdownInput_loader__SyfmG{position:absolute;right:0;top:-1px}.DropdownInput_container__ZmsB8 .DropdownInput_button__LjKce{padding-left:5px;padding-right:5px}.DropdownDate_container__2RKqL{padding:5px 10px 15px;position:relative}.DropdownDate_containerLoading__eSXA\+{pointer-events:none}.DateRewind_rewind__Y-fC9{align-items:center;display:flex}.DateRewind_rewindControl__ftlIT{cursor:pointer;height:28px;width:28px}.DateRewind_rewindControlInactive__Gb9t1{cursor:auto;opacity:.25}.DateRewind_rewindControlForward__EgWCy{transform:rotate(180deg)}.DateRewind_rewindSelected__4swZt{font-size:16px;font-weight:700;line-height:24px;text-align:center;width:150px}.DateRewind_rewindSelectedIsDay__eTzQ3{width:75px}.ShowMoreTooltip_wrapper__gHck3{position:relative}.ShowMoreTooltip_wrapper__gHck3.ShowMoreTooltip_inlineDashed__5BrFs{color:currentColor;display:inline-block}.ShowMoreTooltip_wrapper__gHck3.ShowMoreTooltip_inlineDashed__5BrFs.ShowMoreTooltip_hasTooltip__Bjq2U{cursor:pointer;position:relative;-webkit-text-decoration:underline dashed;text-decoration:underline dashed}.SelectionBar_wrapper__oSi5w{align-items:center;display:flex;font-size:13px;font-weight:400;line-height:1.54;text-transform:uppercase}.SelectionBar_label__JhbjM{color:#8e8e93}.SelectionBar_buttons__ILvSy{display:flex;gap:10px;margin-left:auto}.SelectionBar_buttons__ILvSy .SelectionBar_btn__bB1Ig{color:#17a2c6;cursor:pointer;transition:color .3s ease-in-out}.SelectionBar_buttons__ILvSy .SelectionBar_btn__bB1Ig:focus,.SelectionBar_buttons__ILvSy .SelectionBar_btn__bB1Ig:hover{color:#1386a4;text-decoration:none}.ShowMoreText_cursorPointer__HVAdc{cursor:pointer}.ShowMoreText_inner__O86pn{white-space:normal}.ShowMoreText_inner__O86pn :empty{display:none}.ShowMoreText_expanded__UdRni{overflow:hidden;white-space:pre-line}.ShowMoreText_lines1__CM6gy{-webkit-line-clamp:1}.ShowMoreText_lines1__CM6gy,.ShowMoreText_lines2__lS5JT{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines2__lS5JT{-webkit-line-clamp:2}.ShowMoreText_lines3__OCsim{-webkit-line-clamp:3}.ShowMoreText_lines3__OCsim,.ShowMoreText_lines4__unsXV{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines4__unsXV{-webkit-line-clamp:4}.ShowMoreText_lines5__T-HMI{-webkit-line-clamp:5}.ShowMoreText_lines5__T-HMI,.ShowMoreText_lines6__iklIL{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines6__iklIL{-webkit-line-clamp:6}.ShowMoreText_lines7__g0e8O{-webkit-line-clamp:7}.ShowMoreText_lines7__g0e8O,.ShowMoreText_lines8__sHpnf{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines8__sHpnf{-webkit-line-clamp:8}.ShowMoreText_lines9__wiTjn{-webkit-line-clamp:9}.ShowMoreText_lines10__xsh6p,.ShowMoreText_lines9__wiTjn{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines10__xsh6p{-webkit-line-clamp:10}.ShowMoreText_lines11__IwWiv{-webkit-line-clamp:11}.ShowMoreText_lines11__IwWiv,.ShowMoreText_lines12__2SpQQ{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines12__2SpQQ{-webkit-line-clamp:12}.ShowMoreText_lines13__oezsN{-webkit-line-clamp:13}.ShowMoreText_lines13__oezsN,.ShowMoreText_lines14__nGfas{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines14__nGfas{-webkit-line-clamp:14}.ShowMoreText_lines15__-CYPu{-webkit-line-clamp:15}.ShowMoreText_lines15__-CYPu,.ShowMoreText_lines16__5SqJN{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines16__5SqJN{-webkit-line-clamp:16}.ShowMoreText_lines17__4cdfx{-webkit-line-clamp:17}.ShowMoreText_lines17__4cdfx,.ShowMoreText_lines18__imoY2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines18__imoY2{-webkit-line-clamp:18}.ShowMoreText_lines19__bbgSa{-webkit-line-clamp:19}.ShowMoreText_lines19__bbgSa,.ShowMoreText_lines20__A7rwS{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ShowMoreText_lines20__A7rwS{-webkit-line-clamp:20}.ShowMoreText_button__eZXsu{display:inline-block}.ShowMoreItems_container__PXX6w{grid-gap:10px;display:grid;gap:10px;margin-bottom:10px}.ShowMoreItems_minimize__MXGsc{margin-top:10px}.ShowMoreDetails_wrapper__V0TnK{position:relative}.ShowMoreDetails_button__xUm7W{cursor:pointer;display:inline-block;max-width:100%;overflow:hidden;padding-right:21px;position:relative;text-overflow:ellipsis;white-space:nowrap}.ShowMoreDetails_button__xUm7W:after{background:url(/static/media/down.8b22722d7468ebd49b7a.svg) no-repeat 50%;background-size:100% 100%;bottom:0;content:"";display:block;height:20px;opacity:.4;position:absolute;right:0;width:20px}.ShowMoreDetails_line__Ocmw5{gap:5px}@media(max-width:991.98px){.ShowMoreDetails_line__Ocmw5{justify-content:flex-end}}.ShowMoreDetails_line__Ocmw5 .ShowMoreDetails_label__nh-G8{color:#8d8e93;display:inline}.ShowMoreDetails_line__Ocmw5 .ShowMoreDetails_value__Ld5g7,.ShowMoreDetails_line__Ocmw5 .ShowMoreDetails_value__Ld5g7 .a{display:inline}.TabsBarDesktop_wrapper__lB0rH{align-items:center;display:flex;overflow:hidden;position:relative}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_selectAll__qhis8{margin-right:8px}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_selectAll__qhis8:empty{margin-right:0}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_btn__JTdyV{font-weight:600;margin-right:8px;position:absolute;right:-9999px;top:-9999px}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_btnVisible__hXCOV{position:relative;right:auto;top:auto}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_btn__JTdyV:last-child{margin-right:0}.TabsBarDesktop_wrapper__lB0rH .TabsBarDesktop_btn__JTdyV.TabsBarDesktop_btnMore__meMC6{margin-left:auto}.TabsBarMobile_wrapper__BwZTl{-ms-overflow-style:none;align-items:center;display:flex;gap:10px;overflow-x:scroll;scrollbar-width:none;width:100%}.TabsBarMobile_wrapper__BwZTl::-webkit-scrollbar{display:none}.modal-body>.new-date-picker{border-radius:0;border-radius:initial;box-shadow:none;padding:0;width:auto}@media(max-width:991.98px){.modal-body>.new-date-picker>.control{height:44px;margin:-15px -15px 0}.modal-body>.new-date-picker>.control .action{opacity:1}.modal-body>.new-date-picker>.control .action.back,.modal-body>.new-date-picker>.control .action.close{margin-left:7px;margin-right:0;margin-top:0}.modal-body>.new-date-picker>.control .action.back~.action.close{display:none}.modal-body>.new-date-picker>.header .title{text-align:left}.modal-body>.new-date-picker>.body .day-list-picker .body,.modal-body>.new-date-picker>.body .day-picker .day-picker-year{height:auto;margin-left:0;margin-right:0;padding-left:0;padding-right:0}.modal-body>.new-date-picker>.body .day-list-picker .body.styled_scroll,.modal-body>.new-date-picker>.body .day-picker .day-picker-year.styled_scroll{overflow-y:hidden}.modal-body>.new-date-picker>.body .day-list-picker .body.styled_scroll>*,.modal-body>.new-date-picker>.body .day-picker .day-picker-year.styled_scroll>*{margin-right:0}.modal-body>.new-date-picker>.body .day-list-picker .header{margin-left:0;margin-right:0;padding-left:0;padding-right:0}}.day-picker-calendar{height:330px}.day-picker-calendar>.header .day-week{display:flex;margin-bottom:20px}.day-picker-calendar>.header .day-week .cell{color:#8e8e93;flex:1 1;font-size:16px;line-height:1.25;text-align:center;-webkit-user-select:none;user-select:none}.day-picker-calendar>.header .name-month{font-size:18px;font-weight:600;margin-bottom:10px}.day-picker-calendar>.body .row-week{display:flex;justify-content:space-around;margin-bottom:10px}.day-picker-calendar>.body .row-week:last-child{margin-bottom:0}.day-picker-calendar>.body .row-week .cell{align-items:center;background-color:#fff;border-radius:24px;cursor:pointer;display:flex;font-size:16px;height:40px;justify-content:center;margin-right:1px;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-user-select:none;user-select:none;width:40px}@media(max-width:767.98px){.day-picker-calendar>.body .row-week .cell{font-size:18px}}.day-picker-calendar>.body .row-week .cell:nth-child(7n+7){margin-right:0}.day-picker-calendar>.body .row-week .cell:hover{background-color:#f6f6f6}.day-picker-calendar>.body .row-week .cell.cell-selected{background-color:#17a2c6;color:#fff;font-weight:600}.day-picker-calendar>.body .row-week .cell.cell-current{color:#17a2c6;font-weight:600}.day-picker-calendar>.body .row-week .cell.cell-current.cell-selected{color:#fff}.day-picker-calendar>.body .row-week .cell.cell-locked{color:#ccc;cursor:default}.day-picker-calendar>.body .row-week .cell.cell-locked.cell-selected{background-color:#ccc;color:#fff}.day-picker-calendar>.body .row-week .cell.cell-locked.cell-selected.cell-current{color:#fff}.day-picker-calendar>.body .row-week .cell.cell-locked.cell-current{color:#17a2c6;opacity:.5}.day-picker-calendar>.body .row-week .cell.cell-locked:not(.cell-selected):hover{background-color:#fff}.day-picker-calendar>.body .row-week .cell.cell-other-month{color:#8e8e93}.day-picker-calendar>.body .row-week .cell.cell-other-month.cell-selected{background-color:#8e8e93;color:#fff}.day-picker-calendar>.body .row-week .cell.cell-hidden{cursor:default}.day-picker-calendar>.body .row-week .cell.cell-hidden:hover{background-color:#fff}.day-picker-month{height:428px}.day-picker-month>.body{padding-top:16px}.day-picker-month>.body .row-month{display:flex;justify-content:space-around;margin-bottom:2px}.day-picker-month>.body .row-month:last-child{margin-bottom:0}.day-picker-month>.body .row-month .cell{align-items:center;background-color:#fff;border-radius:16px;cursor:pointer;display:flex;font-size:16px;height:48px;justify-content:center;margin-right:2px;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-user-select:none;user-select:none;width:114px}@media(max-width:767.98px){.day-picker-month>.body .row-month .cell{font-size:18px}}.day-picker-month>.body .row-month .cell:nth-child(3){margin-right:0}.day-picker-month>.body .row-month .cell:hover{background-color:#f6f6f6}.day-picker-month>.body .row-month .cell.cell-selected{background-color:#17a2c6;color:#fff;font-weight:600}.day-picker-month>.body .row-month .cell.cell-current{color:#17a2c6;font-weight:600}.day-picker-month>.body .row-month .cell.cell-current.cell-selected{color:#fff}.day-picker-month>.body .row-month .cell.cell-locked{color:#ccc;cursor:default}.day-picker-month>.body .row-month .cell.cell-locked.cell-selected{background-color:#ccc;color:#fff}.day-picker-month>.body .row-month .cell.cell-locked.cell-selected.cell-current{color:#fff}.day-picker-month>.body .row-month .cell.cell-locked.cell-current{color:#17a2c6;opacity:.5}.day-picker-month>.body .row-month .cell.cell-locked:not(.cell-selected):hover{background-color:#fff}.day-picker-selector{background-color:#f6f6f6;border-radius:16px;height:48px;margin:30px 0 20px;padding:10px}.day-picker-selector>.body{display:flex;justify-content:space-between;position:relative}.day-picker-selector>.body .current-date .month,.day-picker-selector>.body .current-date .year{color:#17a2c6;cursor:pointer;font-size:18px;font-weight:700;line-height:1.56;margin-right:5px;-webkit-user-select:none;user-select:none}.day-picker-selector>.body .current-date .month:hover,.day-picker-selector>.body .current-date .year:hover{opacity:.8;transition:color .3s ease-in-out}.day-picker-selector>.body .current-date .month:active,.day-picker-selector>.body .current-date .year:active{opacity:1}.day-picker-selector>.body .button{cursor:pointer}.day-picker-selector>.body .button:hover{opacity:.4;transition:opacity .3s ease-in-out}.day-picker-selector>.body .button:active{opacity:1}.day-picker-selector>.body .button.disabled,.day-picker-selector>.body .button.disabled:active,.day-picker-selector>.body .button.disabled:hover{cursor:default;opacity:.2}.day-picker-selector>.body .button:before{content:"";display:block;height:28px;position:absolute;top:50%;transform:translateY(-50%);width:28px}.day-picker-selector>.body .button.prev:before{left:10px}.day-picker-selector>.body .button.next:before{background:url(/static/media/next.8242bf48f2db842e8207.svg) no-repeat 50%;right:8px}.day-picker-year{height:428px;margin-left:-30px;margin-right:-30px;padding-left:30px;padding-right:30px}.day-picker-year>.body{padding-top:16px}.day-picker-year>.body .row-year{display:flex;flex-wrap:wrap;gap:2px;justify-content:space-between}.day-picker-year>.body .row-year:after{content:"";flex:auto}.day-picker-year>.body .row-year .cell{align-items:center;background-color:#fff;border-radius:16px;cursor:pointer;display:flex;font-size:16px;height:48px;justify-content:center;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-user-select:none;user-select:none;width:84px}@media(max-width:767.98px){.day-picker-year>.body .row-year .cell{font-size:18px}}.day-picker-year>.body .row-year .cell:hover{background-color:#f6f6f6}.day-picker-year>.body .row-year .cell.cell-selected{background-color:#17a2c6;color:#fff;font-weight:600}.day-picker-year>.body .row-year .cell.cell-current{color:#17a2c6;font-weight:600}.day-picker-year>.body .row-year .cell.cell-current.cell-selected{color:#fff}.day-picker-year>.body .row-year .cell.cell-locked{color:#ccc;cursor:default}.day-picker-year>.body .row-year .cell.cell-locked.cell-selected{background-color:#ccc;color:#fff}.day-picker-year>.body .row-year .cell.cell-locked.cell-selected.cell-current{color:#fff}.day-picker-year>.body .row-year .cell.cell-locked.cell-current{color:#17a2c6;opacity:.5}.day-picker-year>.body .row-year .cell.cell-locked:not(.cell-selected):hover{background-color:#fff}.day-list-picker{padding-top:10px}.day-list-picker>.header{border-bottom:1px solid #ceced080;display:flex;margin-bottom:4px;margin-left:-30px;margin-right:-30px;padding-bottom:10px;padding-left:30px;padding-right:30px}.day-list-picker>.header .cell{color:#8e8e93;flex:1 1;font-size:16px;line-height:1.25;text-align:center;-webkit-user-select:none;user-select:none}.day-list-picker>.body{height:383px;margin-left:-30px;margin-right:-30px;overflow-x:hidden;overflow-y:scroll;padding-left:30px;padding-right:30px}.day-list-picker>.body .day-picker-calendar{height:auto}.day-list-picker>.body .day-picker-calendar .header .name-month{margin-top:18px}.new-date-picker{border-radius:16px;box-shadow:0 3px 8px #0000003d;padding:30px;width:405px}.new-date-picker>.control{display:flex;height:30px;justify-content:space-between;margin:-30px -30px 0}@media(max-width:991.98px){.new-date-picker>.control{height:44px}}.new-date-picker>.control .action{cursor:pointer;opacity:.25;padding:8px;transition:opacity .3s ease-in-out}.new-date-picker>.control .action:hover{opacity:1}.new-date-picker>.control .action.back,.new-date-picker>.control .action.close{height:44px;margin-top:2px;width:44px}.new-date-picker>.control .action.back{margin-left:2px}.new-date-picker>.control .action.close{margin-left:auto;margin-right:2px}.new-date-picker>.header{height:30px}.new-date-picker>.header .title{text-align:center}.new-date-picker>.footer{border-radius:0 0 16px 16px;box-shadow:0 -2px 8px 0 #00000026;margin:10px -30px -30px;text-align:center}.new-date-picker>.footer .selected-date{color:#17a2c6;cursor:pointer;display:inline-block;font-weight:700;line-height:1.25;padding:20px 20px 30px}.new-date-picker>.footer .selected-date:hover{opacity:.8;transition:color .3s ease-in-out}.new-date-picker>.footer .selected-date:active{opacity:1}.new-date-picker>.footer .selected-date.locked{color:#ccc;cursor:default;opacity:1}.Modal_controlButtonNext__JBcxk,.Modal_controlButtonPrev__tAR5a{background-color:#00000021;border-radius:24px;bottom:0;cursor:pointer;position:absolute;top:0;transition:background-color .6s;width:57px;z-index:1}.Modal_controlButtonNext__JBcxk:before,.Modal_controlButtonPrev__tAR5a:before{background-repeat:no-repeat;background-size:42px 42px;content:"";display:block;height:40px;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .6s;width:40px}.Modal_controlButtonNext__JBcxk:hover,.Modal_controlButtonPrev__tAR5a:hover{background-color:#0003}@media(max-width:991.98px){.Modal_controlButtonNext__JBcxk,.Modal_controlButtonPrev__tAR5a{background-color:#0003;border-radius:16px;bottom:auto;display:inline-block;height:40px;margin-bottom:5px;margin-top:10px;position:relative;top:auto;width:calc(50% - 15px)}.Modal_controlButtonNext__JBcxk:before,.Modal_controlButtonPrev__tAR5a:before{opacity:1}}.Modal_controlButtonPrev__tAR5a{left:-57px}.Modal_controlButtonPrev__tAR5a:before{background-image:url(/static/media/prev-white.4d88667ca8bad3cbaa58.svg)}@media(max-width:991.98px){.Modal_controlButtonPrev__tAR5a{left:10px}}.Modal_controlButtonNext__JBcxk{right:-57px}.Modal_controlButtonNext__JBcxk:before{background-image:url(/static/media/next-white.53171f655ed0d3907371.svg)}@media(max-width:991.98px){.Modal_controlButtonNext__JBcxk{margin-left:30px;right:10px}}.Modal_controlButtonDisabled__bpl9D{cursor:default}.Modal_controlButtonDisabled__bpl9D:before{opacity:.2}.ModalToolbarBtn_btn__5u1Sx{cursor:pointer;height:44px;padding:8px;position:relative;width:44px}@media(min-width:992px){.ModalToolbarBtn_btn__5u1Sx{opacity:.25;transition:opacity .3s ease-in-out}.ModalToolbarBtn_btn__5u1Sx:hover{opacity:1}}.Select_select__ZbOSZ .Select_field__sh4jl{cursor:pointer}.Select_select__ZbOSZ .Select_field__sh4jl .Select_placeholder__ITBR5{color:#d1d1d6}.Select_select__ZbOSZ .Select_icon__ly9uP{transition:transform .1s ease}.Select_select__ZbOSZ .Select_icon__ly9uP.Select_isOpen__x4rkG{transform:rotate(180deg)}.DateInput_readonly__3s1a7{cursor:pointer}.DateInput_readonly__3s1a7 input,.DateInput_readonly__3s1a7 label{pointer-events:none}.DateSelect_dateSelect__lNYuY .DateSelect_label__18S9q{font-size:13px;font-weight:600;line-height:20px;margin:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;word-break:keep-all}.DateSelect_dateSelect__lNYuY .DateSelect_select__hjHui{flex:1 1}.PhoneInput_container__kJr9r{align-items:center;display:flex}.PhoneInput_input__nmfSP{z-index:1}.PhoneInput_placeholder__9MoET{position:absolute;z-index:1}.PhoneInput_placeholderHidden__6b-tc{color:#0000}.PhoneInput_placeholderVisible__c\+nsU{color:#d1d1d6}.PhoneInputDropdown_popup__jY-aW{transform:translate(-15px,8px)}.PhoneInputDropdown_item__TNNHy{align-items:center;display:flex;justify-content:space-between}.PhoneInputDropdown_item__TNNHy>div:last-child{font-size:inherit}.PhoneInputDropdown_flag__70FM5{cursor:pointer;margin-right:5px}.CodeInput_text__C3hNr{color:#8e8e93;line-height:1.25;text-align:center}.CallMeButton_callMe__ZbSFj{color:#8e8e93;display:flex;flex-wrap:wrap;font-weight:600;gap:5px;justify-content:center;position:relative;text-align:center}.SearchResourceDropdownItem_wrapper__uhpZg{display:flex;gap:5px}.SearchResourceDropdownItem_textStatus__Efhz9,.SearchResourceDropdownItem_text__nLgl- .SearchResourceDropdownItem_code__NFGE6{color:#8d8e93}.SearchResourceDropdownItem_status__BXUAO{display:flex;gap:5px;margin-left:auto;margin-top:-2px;white-space:nowrap}.SearchResourceDropdownItem_status__BXUAO .SearchResourceDropdownItem_badge__lOYt3{font-weight:400;padding-left:5px;padding-right:5px}.SearchMedicationInput_unFocusComponent__sGa30{display:flex;position:relative}.SearchMedicationInput_unFocusComponent__sGa30 .SearchMedicationInput_code__f6Tak{color:#8d8e93;white-space:normal}.SearchMedicationInput_unFocusComponent__sGa30 .SearchMedicationInput_text__4-Qtg{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.MedicationRequest_modal_prescription__6lbfR{background-color:#f6f6f6;border-radius:16px;padding:15px}.SearchResourceInput_unFocusComponent__0eNeR{display:flex;position:relative}.SearchResourceInput_unFocusComponent__0eNeR .SearchResourceInput_code__dd3UH{color:#8d8e93;white-space:normal}.SearchResourceInput_unFocusComponent__0eNeR .SearchResourceInput_text__4LmVC{flex:1 1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TaskAppointment_modal_otherButtons__-kv1N{display:flex;gap:10px}.TaskOrder_modal_title__Dd2wx{font-size:13px;line-height:20px;margin-bottom:2px}.TaskOrder_modal_searchRow__DKlwb{align-items:flex-start;display:flex;flex:1 1;gap:5px}.TaskOrder_modal_searchRow__DKlwb+.TaskOrder_modal_searchRow__DKlwb{margin-top:10px}.TaskOrder_modal_searchRow__DKlwb .TaskOrder_modal_field__WCacd{flex:1 1}.slide-in-top{animation:slide-in-top .5s cubic-bezier(.25,.46,.45,.94) both}@keyframes slide-in-top{0%{opacity:0;transform:translateY(-100%)}to{opacity:1;transform:translateY(0)}}.fade-out{animation:fade-out .5s ease-out both}@keyframes fade-out{0%{opacity:1}to{opacity:0}}.animation-shake{animation:shake .7s ease;position:relative}@keyframes shake{0%,to{transform:translateX(0)}25%{transform:translateX(-5px)}50%{transform:translateX(5px)}75%{transform:translateX(-5px)}}.flag-icon{background-position:50%;background-repeat:no-repeat;background-size:contain;border-radius:3px;display:inline-block;height:15px;line-height:15px;position:relative;width:21px}.flag-icon:before{content:" "}.flag-icon--default{background-image:url(/static/media/default.fb0d1c0ef1137d38925c.svg)}.flag-icon--ad{background-image:url(/static/media/ad.9fb574eb2dc4e92f7b56.svg)}.flag-icon--ae{background-image:url(/static/media/ae.0a5ef63c04e063d7e4ea.svg)}.flag-icon--af{background-image:url(/static/media/af.ce5269e0efcd7736284a.svg)}.flag-icon--ag{background-image:url(/static/media/ag.5b8fc470dbd8b1069ced.svg)}.flag-icon--ai{background-image:url(/static/media/ai.645bc23f4da192c044b9.svg)}.flag-icon--al{background-image:url(/static/media/al.c39004c4792a7283aac6.svg)}.flag-icon--am{background-image:url(/static/media/am.f4d10b468422f61fc2cd.svg)}.flag-icon--ao{background-image:url(/static/media/ao.23e5bfc6aaf056ecc29d.svg)}.flag-icon--aq{background-image:url(/static/media/aq.5e871abf6391ddf00cec.svg)}.flag-icon--ar{background-image:url(/static/media/ar.93e8bc73e9d4085b5d7c.svg)}.flag-icon--as{background-image:url(/static/media/as.a0fac40a07987bfde661.svg)}.flag-icon--at{background-image:url(/static/media/at.b4793441131248c9ab26.svg)}.flag-icon--au{background-image:url(/static/media/au.1d332ad972631bf3d9cd.svg)}.flag-icon--aw{background-image:url(/static/media/aw.ab93aab52521bba76446.svg)}.flag-icon--ax{background-image:url(/static/media/ax.0703636b06377b3df8b9.svg)}.flag-icon--az{background-image:url(/static/media/az.fda1e9ba30dd3a77cd5a.svg)}.flag-icon--ba{background-image:url(/static/media/ba.4e6bd7e1c150b2966c59.svg)}.flag-icon--bb{background-image:url(/static/media/bb.906250b60a8fb430039e.svg)}.flag-icon--bd{background-image:url(/static/media/bd.94f2e9a952a3f2263ae9.svg)}.flag-icon--be{background-image:url(/static/media/be.bb1ad8e78e3e9e0499dc.svg)}.flag-icon--bf{background-image:url(/static/media/bf.4adc4d7127285c76b948.svg)}.flag-icon--bg{background-image:url(/static/media/bg.7f2d2c800e6ca1d66fc0.svg)}.flag-icon--bh{background-image:url(/static/media/bh.9747ca1406b91674efe9.svg)}.flag-icon--bi{background-image:url(/static/media/bi.7d16a8ec136489e9fa7f.svg)}.flag-icon--bj{background-image:url(/static/media/bj.e0feb8550f48f9e59b96.svg)}.flag-icon--bl{background-image:url(/static/media/bl.bd96e3e6f3b27475abd0.svg)}.flag-icon--bm{background-image:url(/static/media/bm.2dcc37a9714ef55397bf.svg)}.flag-icon--bn{background-image:url(/static/media/bn.8f6af3defd0f70a7858b.svg)}.flag-icon--bo{background-image:url(/static/media/bo.f64a76137a08071f87ec.svg)}.flag-icon--bq{background-image:url(/static/media/bq.4ff0519194d3c43d987a.svg)}.flag-icon--br{background-image:url(/static/media/br.90b0d65bc85ac65f7330.svg)}.flag-icon--bs{background-image:url(/static/media/bs.6308e5b7a00656268f5f.svg)}.flag-icon--bt{background-image:url(/static/media/bt.4c3c1adaf74faa900033.svg)}.flag-icon--bv{background-image:url(/static/media/bv.6e247db0b36ea74428e3.svg)}.flag-icon--bw{background-image:url(/static/media/bw.c10da069d3229c3d4149.svg)}.flag-icon--by{background-image:url(/static/media/by.594cd4be267bc46aa85d.svg)}.flag-icon--bz{background-image:url(/static/media/bz.82053fec8c99955977d9.svg)}.flag-icon--ca{background-image:url(/static/media/ca.aa1f0d1636a294ff482d.svg)}.flag-icon--cc{background-image:url(/static/media/cc.7f1ec5f28a92878d5e97.svg)}.flag-icon--cd{background-image:url(/static/media/cd.b9960c49fc9ac3374b0c.svg)}.flag-icon--cf{background-image:url(/static/media/cf.1af45470be245a0613e9.svg)}.flag-icon--cg{background-image:url(/static/media/cg.21b9f92e20ac31f06aac.svg)}.flag-icon--ch{background-image:url(/static/media/ch.781a7a1131b9c37eac79.svg)}.flag-icon--ci{background-image:url(/static/media/ci.df0d300f0cf7f4347536.svg)}.flag-icon--ck{background-image:url(/static/media/ck.e0c81c5d3874da162525.svg)}.flag-icon--cl{background-image:url(/static/media/cl.f83fcac651b4eaf53ad1.svg)}.flag-icon--cm{background-image:url(/static/media/cm.18a9141cd2859ae72c4d.svg)}.flag-icon--cn{background-image:url(/static/media/cn.74e57fe57fd57ff46b64.svg)}.flag-icon--co{background-image:url(/static/media/co.1996901cda3cca65d0c4.svg)}.flag-icon--cr{background-image:url(/static/media/cr.de2862b9e57bac2b6e2b.svg)}.flag-icon--cu{background-image:url(/static/media/cu.8881ac342beb8d0c522e.svg)}.flag-icon--cv{background-image:url(/static/media/cv.60597af15708bbabd1d6.svg)}.flag-icon--cw{background-image:url(/static/media/cw.bbfd47cbc494a18b7275.svg)}.flag-icon--cx{background-image:url(/static/media/cx.fe06dc5c17eadc3ffbe7.svg)}.flag-icon--cy{background-image:url(/static/media/cy.9c6a5454727c6e67b0c1.svg)}.flag-icon--cz{background-image:url(/static/media/cz.dd372d978f64827abbf0.svg)}.flag-icon--de{background-image:url(/static/media/de.4f1c4b47f1e33511ef2d.svg)}.flag-icon--dj{background-image:url(/static/media/dj.64ae550a103f57bc2926.svg)}.flag-icon--dk{background-image:url(/static/media/dk.7fceaa52c8a71964f231.svg)}.flag-icon--dm{background-image:url(/static/media/dm.4b9a7d434c03814da46a.svg)}.flag-icon--do{background-image:url(/static/media/do.abe900e4d4aa752a1eaa.svg)}.flag-icon--dz{background-image:url(/static/media/dz.7903e5d347b050b3b847.svg)}.flag-icon--ec{background-image:url(/static/media/ec.b4a94025329dc8883dd9.svg)}.flag-icon--ee{background-image:url(/static/media/ee.1be5271ffb1930d032ed.svg)}.flag-icon--eg{background-image:url(/static/media/eg.da2bbbc08ddaf534c452.svg)}.flag-icon--eh{background-image:url(/static/media/eh.e2c2068aca78eefc7b45.svg)}.flag-icon--er{background-image:url(/static/media/er.d205149cfdf8332cc792.svg)}.flag-icon--es{background-image:url(/static/media/es.6f108d1cc25b72bd2e3d.svg)}.flag-icon--et{background-image:url(/static/media/et.8cb58f4be48fcb47772c.svg)}.flag-icon--fi{background-image:url(/static/media/fi.d4b0d421df10902c8104.svg)}.flag-icon--fj{background-image:url(/static/media/fj.bad313c565836baedc50.svg)}.flag-icon--fk{background-image:url(/static/media/fk.3d4846c069b7a6071ba7.svg)}.flag-icon--fm{background-image:url(/static/media/fm.bc803f02b2fddf71542e.svg)}.flag-icon--fo{background-image:url(/static/media/fo.c735f3eebd4f03ddc5f4.svg)}.flag-icon--fr{background-image:url(/static/media/fr.87f4113c06c0673a3c7f.svg)}.flag-icon--ga{background-image:url(/static/media/ga.96b24428511354f69d53.svg)}.flag-icon--gb{background-image:url(/static/media/gb.cd8e4b4a71879c05452e.svg)}.flag-icon--gd{background-image:url(/static/media/gd.bec3d90a51d8a35cfe0c.svg)}.flag-icon--ge{background-image:url(/static/media/ge.9e2a4dbed688a5f4e5f7.svg)}.flag-icon--gf{background-image:url(/static/media/gf.8030da8e609989bf800f.svg)}.flag-icon--gg{background-image:url(/static/media/gg.aa2b45da1aa536f3f058.svg)}.flag-icon--gh{background-image:url(/static/media/gh.1f72bc0c6a7e5608c4a2.svg)}.flag-icon--gi{background-image:url(/static/media/gi.3d19d3fe9b993189c45a.svg)}.flag-icon--gl{background-image:url(/static/media/gl.2903be2705f4532beaa9.svg)}.flag-icon--gm{background-image:url(/static/media/gm.558ce2c68cbb47c1db03.svg)}.flag-icon--gn{background-image:url(/static/media/gn.ee54367e46a1c4266695.svg)}.flag-icon--gp{background-image:url(/static/media/gp.26a943a844767d0018ef.svg)}.flag-icon--gq{background-image:url(/static/media/gq.bc37c6d93d83718cae2b.svg)}.flag-icon--gr{background-image:url(/static/media/gr.05313a442d28384cbdf4.svg)}.flag-icon--gs{background-image:url(/static/media/gs.9f85a5394d47af39f03b.svg)}.flag-icon--gt{background-image:url(/static/media/gt.f2614a286457f744d46f.svg)}.flag-icon--gu{background-image:url(/static/media/gu.234e8340b23aad0a3721.svg)}.flag-icon--gw{background-image:url(/static/media/gw.532ea4d0cf661df25f2a.svg)}.flag-icon--gy{background-image:url(/static/media/gy.244337d881ca7897485e.svg)}.flag-icon--hk{background-image:url(/static/media/hk.f8c6f7a3748f6bfb5487.svg)}.flag-icon--hm{background-image:url(/static/media/hm.49f8a10609c667632bad.svg)}.flag-icon--hn{background-image:url(/static/media/hn.9b9be0fef445e0fab574.svg)}.flag-icon--hr{background-image:url(/static/media/hr.9e922aa3a2e3c962dd45.svg)}.flag-icon--ht{background-image:url(/static/media/ht.cee0d4743d50ca8b9cda.svg)}.flag-icon--hu{background-image:url(/static/media/hu.7bfd71d13cb800244958.svg)}.flag-icon--id{background-image:url(/static/media/id.e8c333de79a31d3fc1b8.svg)}.flag-icon--ie{background-image:url(/static/media/ie.ccd7f04c99a832621cb9.svg)}.flag-icon--il{background-image:url(/static/media/il.00ec7e5a333aaacd35d5.svg)}.flag-icon--im{background-image:url(/static/media/im.61e8c805e369b6e09386.svg)}.flag-icon--in{background-image:url(/static/media/in.4d0687634c4ae21fb6ce.svg)}.flag-icon--io{background-image:url(/static/media/io.5d656da92dfb83b7837a.svg)}.flag-icon--iq{background-image:url(/static/media/iq.ca50db4b84291c3d9f5c.svg)}.flag-icon--ir{background-image:url(/static/media/ir.a81756cf08905dcd9f5b.svg)}.flag-icon--is{background-image:url(/static/media/is.3837d9eb13801a68ee9c.svg)}.flag-icon--it{background-image:url(/static/media/it.885b4b28114b1955a438.svg)}.flag-icon--je{background-image:url(/static/media/je.257599216f44a732625c.svg)}.flag-icon--jm{background-image:url(/static/media/jm.06231be6c8c4ae5e0365.svg)}.flag-icon--jo{background-image:url(/static/media/jo.744383e887a9749fa0be.svg)}.flag-icon--jp{background-image:url(/static/media/jp.56394f09951de9452ebb.svg)}.flag-icon--ke{background-image:url(/static/media/ke.fae0fe0cbf9b5f926076.svg)}.flag-icon--kg{background-image:url(/static/media/kg.13d620f1ec8f0afecf98.svg)}.flag-icon--kh{background-image:url(/static/media/kh.56db8e7414d8ec0c8708.svg)}.flag-icon--ki{background-image:url(/static/media/ki.d76b1aa937a9db8c6933.svg)}.flag-icon--km{background-image:url(/static/media/km.24379e9629c13df19036.svg)}.flag-icon--kn{background-image:url(/static/media/kn.f60984ba4fe30b508229.svg)}.flag-icon--kp{background-image:url(/static/media/kp.01fc15dcc13c7a9b4e10.svg)}.flag-icon--kr{background-image:url(/static/media/kr.51c88e2cd7286f30252b.svg)}.flag-icon--kw{background-image:url(/static/media/kw.7c561a90ccf6e0f7d1af.svg)}.flag-icon--ky{background-image:url(/static/media/ky.5df25ab1096abf1bd60c.svg)}.flag-icon--kz{background-image:url(/static/media/kz.d57deef18c822fdfc765.svg)}.flag-icon--la{background-image:url(/static/media/la.1e2ac16461c3773bbe60.svg)}.flag-icon--lb{background-image:url(/static/media/lb.509d22c8af42cd9bd17b.svg)}.flag-icon--lc{background-image:url(/static/media/lc.63466de890002de4ff5b.svg)}.flag-icon--li{background-image:url(/static/media/li.d95497d544d5b5952ddf.svg)}.flag-icon--lk{background-image:url(/static/media/lk.f0bd9a1200947d91abe6.svg)}.flag-icon--lr{background-image:url(/static/media/lr.677bac3b61280071e413.svg)}.flag-icon--ls{background-image:url(/static/media/ls.f0f468029b3b8dd9bb3d.svg)}.flag-icon--lt{background-image:url(/static/media/lt.bd511a314acf1c5dc360.svg)}.flag-icon--lu{background-image:url(/static/media/lu.960b4f262605e281298c.svg)}.flag-icon--lv{background-image:url(/static/media/lv.97a6b53504a3f2ccd808.svg)}.flag-icon--ly{background-image:url(/static/media/ly.52762ac1eb0fc041535b.svg)}.flag-icon--ma{background-image:url(/static/media/ma.b7f26b7173785dedb38a.svg)}.flag-icon--mc{background-image:url(/static/media/mc.5f37147b248980c0a173.svg)}.flag-icon--md{background-image:url(/static/media/md.df0ed7dd8349c160f1a0.svg)}.flag-icon--me{background-image:url(/static/media/me.80150a83b0eb893b0315.svg)}.flag-icon--mf{background-image:url(/static/media/mf.c2e852ac3811cba2ffb9.svg)}.flag-icon--mg{background-image:url(/static/media/mg.72a373c9223f18216d0d.svg)}.flag-icon--mh{background-image:url(/static/media/mh.bcefbc78a06196902bdb.svg)}.flag-icon--mk{background-image:url(/static/media/mk.e5e251106f99e6166fe1.svg)}.flag-icon--ml{background-image:url(/static/media/ml.20120b60202db1dc34a1.svg)}.flag-icon--mm{background-image:url(/static/media/mm.f7a5d37fab88f2f90664.svg)}.flag-icon--mn{background-image:url(/static/media/mn.5a01cba47af27e7de6e9.svg)}.flag-icon--mo{background-image:url(/static/media/mo.aa03227b146479b7fd8d.svg)}.flag-icon--mp{background-image:url(/static/media/mp.532ee6a8cc3b59fbdb12.svg)}.flag-icon--mq{background-image:url(/static/media/mq.5d3c72dc5911b2d51399.svg)}.flag-icon--mr{background-image:url(/static/media/mr.11af0570379b4783419c.svg)}.flag-icon--ms{background-image:url(/static/media/ms.c8b56b87c6d8b1988b45.svg)}.flag-icon--mt{background-image:url(/static/media/mt.dc1d114927215b259bca.svg)}.flag-icon--mu{background-image:url(/static/media/mu.bbb2c55b65d13ba9ebae.svg)}.flag-icon--mv{background-image:url(/static/media/mv.111b9c126202e71a7d76.svg)}.flag-icon--mw{background-image:url(/static/media/mw.499bee90f52cd26d5022.svg)}.flag-icon--mx{background-image:url(/static/media/mx.17734c47ac034d93cd59.svg)}.flag-icon--my{background-image:url(/static/media/my.e076f84241d3cec37354.svg)}.flag-icon--mz{background-image:url(/static/media/mz.4cf13d33ba1f4e296add.svg)}.flag-icon--na{background-image:url(/static/media/na.cc441c3870f848cc1378.svg)}.flag-icon--nc{background-image:url(/static/media/nc.6441d652627f25b45ca9.svg)}.flag-icon--ne{background-image:url(/static/media/ne.e44f542617cbd89d1b68.svg)}.flag-icon--nf{background-image:url(/static/media/nf.53282ab7090e1dbff598.svg)}.flag-icon--ng{background-image:url(/static/media/ng.bd431ce4d24f21fd401a.svg)}.flag-icon--ni{background-image:url(/static/media/ni.08c898558d219a447dce.svg)}.flag-icon--nl{background-image:url(/static/media/nl.5c935d1a8929c3b2f955.svg)}.flag-icon--no{background-image:url(/static/media/no.6f48da316e50f80479af.svg)}.flag-icon--np{background-image:url(/static/media/np.1a86ae1822b258674d37.svg)}.flag-icon--nr{background-image:url(/static/media/nr.c297c7811187b34e7265.svg)}.flag-icon--nu{background-image:url(/static/media/nu.0e2ffaed0c8df62cf846.svg)}.flag-icon--nz{background-image:url(/static/media/nz.4bb208a3538cfb70c4b3.svg)}.flag-icon--om{background-image:url(/static/media/om.a366ff7d6cc994811832.svg)}.flag-icon--pa{background-image:url(/static/media/pa.898ef613a665233d98ca.svg)}.flag-icon--pe{background-image:url(/static/media/pe.b61f2ce06bccbd1d323e.svg)}.flag-icon--pf{background-image:url(/static/media/pf.c952c3d268d95c3c99c0.svg)}.flag-icon--pg{background-image:url(/static/media/pg.2f9f455e7c48e55d8ce6.svg)}.flag-icon--ph{background-image:url(/static/media/ph.03a85dc2584ea31703b1.svg)}.flag-icon--pk{background-image:url(/static/media/pk.21cc9cec8974dfb8d5a3.svg)}.flag-icon--pl{background-image:url(/static/media/pl.2b896b1777b48457c4be.svg)}.flag-icon--pm{background-image:url(/static/media/pm.60389f36b17373924678.svg)}.flag-icon--pn{background-image:url(/static/media/pn.7a4b00c1aa7f3d1efb4f.svg)}.flag-icon--pr{background-image:url(/static/media/pr.7b2dae125ec126d79c7c.svg)}.flag-icon--ps{background-image:url(/static/media/ps.171c2cc3d2c980c781eb.svg)}.flag-icon--pt{background-image:url(/static/media/pt.203f4d289e8cfd7588c8.svg)}.flag-icon--pw{background-image:url(/static/media/pw.377b910af1d8319db637.svg)}.flag-icon--py{background-image:url(/static/media/py.ab7893f7d2999f587e16.svg)}.flag-icon--qa{background-image:url(/static/media/qa.6da56fcbcc968c4d0439.svg)}.flag-icon--re{background-image:url(/static/media/re.2f2f8c34b297d6f605ee.svg)}.flag-icon--ro{background-image:url(/static/media/ro.ecee56c237044d2c8a84.svg)}.flag-icon--rs{background-image:url(/static/media/rs.3aa041b3e9efaf564f1a.svg)}.flag-icon--ru{background-image:url(/static/media/ru.56418c0035348a853d05.svg)}.flag-icon--rw{background-image:url(/static/media/rw.4964f70dc0f0058901d3.svg)}.flag-icon--sa{background-image:url(/static/media/sa.50ea4d42ac4e472fb575.svg)}.flag-icon--sb{background-image:url(/static/media/sb.ddb761e418c0f697696f.svg)}.flag-icon--sc{background-image:url(/static/media/sc.a577838f57646b6ad166.svg)}.flag-icon--sd{background-image:url(/static/media/sd.4348b5d376e0edf97d68.svg)}.flag-icon--se{background-image:url(/static/media/se.5925eeed33fda2fe6d98.svg)}.flag-icon--sg{background-image:url(/static/media/sg.6bee7beae792f2c3f2b0.svg)}.flag-icon--sh{background-image:url(/static/media/sh.155ef95b6c0395b84599.svg)}.flag-icon--si{background-image:url(/static/media/si.8b51e014784e91c0cdee.svg)}.flag-icon--sj{background-image:url(/static/media/sj.0f38236fabc71c09316f.svg)}.flag-icon--sk{background-image:url(/static/media/sk.f87b5e5a4eccceef2d06.svg)}.flag-icon--sl{background-image:url(/static/media/sl.621e5c1d9aed26211fbd.svg)}.flag-icon--sm{background-image:url(/static/media/sm.7b9f5392d310b92b3844.svg)}.flag-icon--sn{background-image:url(/static/media/sn.6a91a683ac60d188e780.svg)}.flag-icon--so{background-image:url(/static/media/so.352fd61934dbf6f2f694.svg)}.flag-icon--sr{background-image:url(/static/media/sr.1068452299f695067180.svg)}.flag-icon--ss{background-image:url(/static/media/ss.d8e7ebaec17c6a745508.svg)}.flag-icon--st{background-image:url(/static/media/st.9904067df3b4f5751fcd.svg)}.flag-icon--sv{background-image:url(/static/media/sv.ac799a09e5f8faa84445.svg)}.flag-icon--sx{background-image:url(/static/media/sx.ea567ca1d7a7baae57df.svg)}.flag-icon--sy{background-image:url(/static/media/sy.39ba575341e68164b163.svg)}.flag-icon--sz{background-image:url(/static/media/sz.407df50f34cabaf60338.svg)}.flag-icon--tc{background-image:url(/static/media/tc.073a1b17190ef0dad132.svg)}.flag-icon--td{background-image:url(/static/media/td.4fa10ce6833030b72642.svg)}.flag-icon--tf{background-image:url(/static/media/tf.7a1947bc1aea09d87708.svg)}.flag-icon--tg{background-image:url(/static/media/tg.46df76e899c118e637d3.svg)}.flag-icon--th{background-image:url(/static/media/th.27eecf6ce8bbf85badd9.svg)}.flag-icon--tj{background-image:url(/static/media/tj.b008c8da856f150cbe5d.svg)}.flag-icon--tk{background-image:url(/static/media/tk.bc925d100a477ebfc7a6.svg)}.flag-icon--tl{background-image:url(/static/media/tl.d9536e3c245e1975baeb.svg)}.flag-icon--tm{background-image:url(/static/media/tm.c223e9e493015b5bb0b2.svg)}.flag-icon--tn{background-image:url(/static/media/tn.230bdecc63f5e340b6d6.svg)}.flag-icon--to{background-image:url(/static/media/to.a794c86a126307ec7820.svg)}.flag-icon--tr{background-image:url(/static/media/tr.632263b01d2f2613b8f6.svg)}.flag-icon--tt{background-image:url(/static/media/tt.90635f4fc17ec54c210b.svg)}.flag-icon--tv{background-image:url(/static/media/tv.1c068b5f6e16f2d8fbf4.svg)}.flag-icon--tw{background-image:url(/static/media/tw.eca90b0e5f68316a3fc9.svg)}.flag-icon--tz{background-image:url(/static/media/tz.32496f6b1d4a4ce3eef3.svg)}.flag-icon--ua{background-image:url(/static/media/ua.441bda487cbc53f49cb0.svg)}.flag-icon--ug{background-image:url(/static/media/ug.fe0130ed5af5ce0e9cb9.svg)}.flag-icon--um{background-image:url(/static/media/um.b7dfc0dcd2efb192c6e5.svg)}.flag-icon--us{background-image:url(/static/media/us.09363498ebaf364ea918.svg)}.flag-icon--uy{background-image:url(/static/media/uy.d8a131de5c82789a159b.svg)}.flag-icon--uz{background-image:url(/static/media/uz.13f0704ddf784aac24c4.svg)}.flag-icon--va{background-image:url(/static/media/va.aa44e0c9fac19a5970b5.svg)}.flag-icon--vc{background-image:url(/static/media/vc.1eba2b4324a79881f79c.svg)}.flag-icon--ve{background-image:url(/static/media/ve.43f07c50dbc59c92ac00.svg)}.flag-icon--vg{background-image:url(/static/media/vg.0379a280bab884770f3d.svg)}.flag-icon--vi{background-image:url(/static/media/vi.8d6c513813dc0ff1d4ba.svg)}.flag-icon--vn{background-image:url(/static/media/vn.941aba9cb3636b8a05f3.svg)}.flag-icon--vu{background-image:url(/static/media/vu.908b4641030a759b4019.svg)}.flag-icon--wf{background-image:url(/static/media/wf.c5c203bb077988423563.svg)}.flag-icon--ws{background-image:url(/static/media/ws.020e2a3e50316a29ca6b.svg)}.flag-icon--xk{background-image:url(/static/media/xk.276ad6c25f0c34536b6c.svg)}.flag-icon--ye{background-image:url(/static/media/ye.732ec9753647c25341b8.svg)}.flag-icon--yt{background-image:url(/static/media/yt.3ecd0dadb72afa802d89.svg)}.flag-icon--za{background-image:url(/static/media/za.f288fe651a6583a0e44c.svg)}.flag-icon--zm{background-image:url(/static/media/zm.5c6f192bb77e6699f3b7.svg)}.flag-icon--zw{background-image:url(/static/media/zw.e0dca96a5523f75e0427.svg)}.modal-open body{overflow:hidden}.modal-open.isWindows .nearest_appt,.modal-open.isWindows .swapper_bar,.modal-open.isWindows body{padding-right:17px}.modal-open.isWindows .swapper_bar-btn_resize{left:calc(50% - 8.5px)}.modal-root{position:relative;z-index:1040}.modal-overlay{background-color:#00000085;bottom:0;left:0;position:fixed;top:0;width:100vw}.modal-overlay--hidden{background-color:#0000}@media(max-width:991.98px){.modal-overlay{display:none}}.modal,.modal-blocked-overlay{bottom:0;left:0;position:fixed;top:0;width:100vw}.modal{outline:0;overflow-x:hidden;overflow-y:auto}.modal-dialog{margin:0;position:relative;width:auto}@media(min-width:992px){.modal-dialog{margin:60px auto;min-height:calc(100% - 120px)}}@media(min-width:992px)and (max-height:1000px){.modal-dialog{margin-bottom:40px;margin-top:40px;min-height:calc(100% - 80px)}}@media(min-width:992px)and (max-height:800px){.modal-dialog{margin-bottom:24px;margin-top:24px;min-height:calc(100% - 48px)}}@media(max-width:991.98px){.modal-dialog{height:100%}}@media(min-width:992px){.modal-dialog,.modal-dialog--md{max-width:405px}.modal-dialog--sm{max-width:320px}.modal-dialog--lg{max-width:700px}.modal-dialog--xl{max-width:820px}.modal-dialog--xxl{max-width:970px}.modal-dialog--centered{align-items:center;display:flex}}.modal-dialog--scrollable{height:calc(100% - 120px)}@media(max-height:1000px){.modal-dialog--scrollable{height:calc(100% - 80px)}}@media(max-height:800px){.modal-dialog--scrollable{height:calc(100% - 48px)}}@media(max-width:991.98px){.modal-dialog--scrollable{height:100%}}.modal-dialog--scrollable .modal-content{max-height:100%;overflow:hidden}.modal-dialog--scrollable .modal-body{-webkit-overflow-scrolling:touch;max-height:100%;overflow-y:auto}.modal-dialog .modal-header--bordered,.modal-dialog--header-bordered .modal-header{border-bottom:1px solid #ceced080;padding-bottom:15px}.modal-dialog .modal-footer--shadow,.modal-dialog--footer-shadow .modal-footer{box-shadow:0 -2px 8px 0 #00000026;z-index:1}.modal-dialog .modal-footer--bordered,.modal-dialog--footer-bordered .modal-footer{border-top:1px solid #e0e0dd;padding-top:9px}@media(min-width:992px){.modal-dialog--height-auto .modal-content{min-height:0;min-height:auto}.modal-dialog--full-height .modal-content{min-height:100%}}.modal-content{background-color:#fff;border-radius:16px;display:flex;flex-direction:column;pointer-events:auto;position:relative;width:100%}@media(max-width:991.98px){.modal-content{border-radius:0;min-height:100%}}.modal-toolbar{align-items:center;display:flex;gap:2px;height:44px;justify-content:space-between;min-height:44px;padding:0 2px;position:relative}.modal-toolbar>:only-child{margin-left:auto}@media(max-width:991.98px){.modal-toolbar>:only-child{margin-left:0}.modal-toolbar--reverse-lg{flex-direction:row-reverse}}.modal-toolbar-meta{color:#d1d1d6;font-weight:600;line-height:1.25}.modal-toolbar-progress{align-items:center;display:flex;height:44px;justify-content:center;width:44px}@media(min-width:992px){.modal-toolbar-progress{margin-left:auto;margin-right:2px}}.modal-toolbar-empty{height:44px;width:44px}.modal-header{padding:0 30px 10px}.modal-header:first-child{padding-top:30px}@media(max-width:991.98px){.modal-header{padding:0 15px 10px}.modal-header:first-child{padding-top:20px}}@media(min-width:992px){.modal-toolbar+.modal-header{margin-top:-14px}}.modal-header .modal-header-title{margin-bottom:0}@media(max-width:991.98px){.modal-header .modal-header-title.mobile-center{margin:0 auto;text-align:center}}.modal-body{flex:1 1;overscroll-behavior-y:contain;padding:20px 30px;position:relative}.modal-body--loading{align-items:center;display:flex;justify-content:center}.modal-body--loading.styled_scroll{overflow-y:hidden!important}.modal-body:first-child{padding-top:30px}.modal-body:last-child{padding-bottom:30px}.modal-toolbar+.modal-body{margin-top:-14px;padding-top:0}@media(max-width:991.98px){.modal-body{padding:20px 15px}.modal-body:first-child{padding-top:15px}.modal-body:last-child{padding-bottom:15px}.modal-toolbar+.modal-body{margin-top:0;padding-top:10px}}.modal-footer{padding:10px 30px 30px}@media(max-width:991.98px){.modal-footer{padding:10px 15px 15px}}.RightSidebar_modal__QTYZd{background-color:#0000;bottom:0;left:0;pointer-events:none;position:fixed;right:0;top:0;transition:background-color .3s ease-in-out;z-index:13}.RightSidebar_modal__QTYZd .RightSidebar_container__ihphx{max-width:680px;transform:translateX(100%);transition:transform .3s ease-in-out;width:100%}.RightSidebar_modalVisible__qv64f{background-color:#0000004d;pointer-events:auto}.RightSidebar_modalVisible__qv64f .RightSidebar_container__ihphx{transform:translateX(0)}@media(max-width:991.98px){.RightSidebar_modal__QTYZd .RightSidebar_container__ihphx{max-width:100%}}.RightSidebar_container__ihphx{border-left:1px solid #ceced080;bottom:0;pointer-events:auto;position:fixed;right:0;top:0;transform:translateX(100%);transition:bottom .3s ease-in-out;width:100%;z-index:20}.RightSidebar_containerVisible__Qnvdg{transform:translateX(0)}.Deprecation_modal_footerButtons__Vk4DE{display:flex;flex-wrap:wrap;gap:10px}.Chat_modal_chatModal__KGy\+K .modal-content{height:100%}@media(min-height:700px){.Chat_modal_chatModal__KGy\+K .modal-content{height:680px}}@media(min-height:1000px){.Chat_modal_chatModal__KGy\+K .modal-content{height:742px}}.Chat_modal_chatModal__KGy\+K .Chat_modal_chat__i6WHl{overflow-y:scroll!important;padding-bottom:0;padding-top:0;position:relative}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatInner__\+sk1\+{display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatInnerFixed__aA7u\+{max-height:100%}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessages__ePvK\+{display:flex;flex-direction:column;padding-bottom:20px;padding-top:20px;position:relative;width:100%}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessage__fpP07{display:flex;max-width:290px;position:relative}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageInner__A4Dz5{background-color:#f2f3f3;border-radius:16px;font-size:15px;line-height:1.33;padding:10px 15px;white-space:pre-line}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageInnerMember__oPcE6{color:#17a2c6;display:flex;font-size:13px;font-weight:700;line-height:1.54}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessage__fpP07 .red_marker{align-self:flex-end}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageDanger__pkNRi .Chat_modal_chatMessageInner__A4Dz5{background-color:#ff3b30;color:#fff}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageLeft__4WcDv{align-self:flex-start}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageLeft__4WcDv .Chat_modal_chatMessageInner__A4Dz5{border-bottom-left-radius:3px}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageRight__P3HWn{align-self:flex-end}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatMessageRight__P3HWn .Chat_modal_chatMessageInner__A4Dz5{background-color:#17a2c6;border-bottom-right-radius:3px;color:#fff;text-align:left}.Chat_modal_chatModal__KGy\+K .Chat_modal_chat__i6WHl .Chat_modal_chatMessageLeft__4WcDv+.Chat_modal_chatMessageLeft__4WcDv,.Chat_modal_chatModal__KGy\+K .Chat_modal_chat__i6WHl .Chat_modal_chatMessageLeft__4WcDv+.Chat_modal_chatMessageRight__P3HWn,.Chat_modal_chatModal__KGy\+K .Chat_modal_chat__i6WHl .Chat_modal_chatMessageRight__P3HWn+.Chat_modal_chatMessageLeft__4WcDv,.Chat_modal_chatModal__KGy\+K .Chat_modal_chat__i6WHl .Chat_modal_chatMessageRight__P3HWn+.Chat_modal_chatMessageRight__P3HWn{padding-top:5px}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatEmpty__ierV2{bottom:30px;position:absolute;text-align:center;transition:opacity .15s ease-in-out;-webkit-user-select:none;user-select:none}.Chat_modal_chatModal__KGy\+K .Chat_modal_chatEmptyContent__V3bRq{bottom:auto;padding-bottom:10px;position:relative}.Chat_modal_chatModal__KGy\+K .modal-footer{background-color:#fff;box-shadow:0 -2px 8px 0 #00000026;z-index:1}.Chat_modal_chatModalWithInput__6Offo .modal-footer{padding-bottom:17px;padding-top:17px}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_input__idnFM{align-items:flex-end;display:flex;position:relative}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_inputField__dPNJv,.Chat_modal_chatModalWithInput__6Offo .Chat_modal_inputField__dPNJv:before{border:none;outline:none}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_inputField__dPNJv textarea{color:#000;font-weight:600;line-height:1.5}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_input__idnFM .Chat_modal_btn__0BIlj{background:url(/static/media/send.b88ed171965e7488973c.svg) no-repeat 50%;border:none;cursor:pointer;height:44px;margin-bottom:-10px;margin-right:-8px;margin-top:-10px;outline:none;padding:8px;position:relative;width:44px}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_input__idnFM .Chat_modal_btn__0BIlj:disabled{filter:grayscale(100%);opacity:.3}.Chat_modal_chatModalWithInput__6Offo .Chat_modal_input__idnFM .Chat_modal_btn__0BIlj:active,.Chat_modal_chatModalWithInput__6Offo .Chat_modal_input__idnFM .Chat_modal_btn__0BIlj:focus{outline:none}.CustomAlert_modal_footerButtons__ryIUO{display:flex;flex-wrap:wrap;gap:10px}.AuthTosText_wrapper__xaP0I{color:#8e8e93;font-size:14px;line-height:1.43}.AuthTosText_a__cWfkX{color:#8e8e93;cursor:pointer;text-decoration:underline}.AuthTosText_a__cWfkX:focus,.AuthTosText_a__cWfkX:hover{color:#17a2c6;text-decoration:underline}.RadioTabs_radioTabs__DOhr7{display:flex;position:relative}.RadioTabs_radioTabsDefault__3\+ecU{background-color:#f2f3f3;border-radius:16px;padding:3px}.RadioTabs_radioTabsDefault__3\+ecU .RadioTabs_item__quNUm{border-radius:13px;flex-basis:0;flex-grow:1;font-weight:600;line-height:1.25;padding:11px 20px}.RadioTabs_radioTabsDefault__3\+ecU .RadioTabs_itemActive__rGEa2{background-color:#fff}.RadioTabs_radioTabsDefault__3\+ecU .RadioTabs_item__quNUm+.RadioTabs_radioTabsDefault__3\+ecU .RadioTabs_item__quNUm{margin-left:3px}.RadioTabs_radioTabsModern__FKo\+8{background-color:#eaeaea;border-radius:12px;padding:5px}.RadioTabs_radioTabsModern__FKo\+8 .RadioTabs_item__quNUm{border-radius:8px;color:#8e8e93;flex-basis:0;flex-grow:1;font-size:13px;font-weight:600;line-height:20px;padding:7px 17.5px}.RadioTabs_radioTabsModern__FKo\+8 .RadioTabs_itemActive__rGEa2{background-color:#fff;color:#000}.RadioTabs_radioTabsDark__2WYKk{margin-left:-10px}.RadioTabs_radioTabsDark__2WYKk:after,.RadioTabs_radioTabsDark__2WYKk:before{bottom:0;content:"";display:block;position:absolute;top:0}.RadioTabs_radioTabsDark__2WYKk:before{background-color:#fff;left:0;width:10px;z-index:1}.RadioTabs_radioTabsDark__2WYKk:after{background-image:linear-gradient(270deg,#fff 23%,#fff0);right:0;width:30px}.RadioTabs_radioTabsDark__2WYKk .RadioTabs_scroll__yUwDl{padding-right:20px}.RadioTabs_radioTabsDark__2WYKk .RadioTabs_item__quNUm{background-color:#f6f6f6;border-radius:10px;font-size:16px;font-weight:700;line-height:1.5;margin-left:10px;padding:8px 15px}.RadioTabs_radioTabsDark__2WYKk .RadioTabs_itemActive__rGEa2{background-color:#000;color:#fff}.RadioTabs_radioTabsDark__2WYKk .RadioTabs_itemSm__dYWLX{font-size:14px;line-height:20px;padding:5px 15px}.RadioTabs_radioTabsDark__2WYKk .RadioTabs_itemLg__WjBC\+{align-items:center;display:flex;height:50px;justify-content:center}.RadioTabs_radioTabsLight__3k3q6:after{background-image:linear-gradient(270deg,#fff 23%,#fff0);bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:30px}.RadioTabs_radioTabsLight__3k3q6 .RadioTabs_scroll__yUwDl{padding-right:20px}.RadioTabs_radioTabsLight__3k3q6 .RadioTabs_item__quNUm{border-radius:10px;padding:8px 10px}.RadioTabs_radioTabsLight__3k3q6 .RadioTabs_itemActive__rGEa2{background-color:#f6f6f6}.RadioTabs_scroll__yUwDl{display:flex;overflow-x:scroll;scrollbar-width:none;width:calc(100% + 40px)}.RadioTabs_scroll__yUwDl::-webkit-scrollbar{display:none}.RadioTabs_item__quNUm{cursor:pointer;text-align:center;white-space:nowrap}.RadioTabs_itemActive__rGEa2{cursor:default}.RadioTabs_itemDisabled__QinE7{cursor:default;opacity:.5;pointer-events:none}.RadioTabs_count__4jxVF{color:#999;display:inline-block;margin-left:5px}.Select_modal_selectModalGroup__3e7gx{margin-top:-10px}.modal-dialog--header-bordered .Select_modal_selectModalGroup__3e7gx{margin-top:0}.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR{align-items:center;display:flex;font-weight:600;gap:15px;margin-left:-30px;margin-right:-30px;padding:10px 30px;position:relative}@media(max-width:991.98px){.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR{margin-left:-15px;margin-right:-15px;padding:10px 15px}}.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR:hover{cursor:pointer}.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR .Select_modal_checkContainer__aG9kl{background-color:#f2f3f3;border-radius:50%;height:28px;width:28px}.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR .Select_modal_checkContainer__aG9kl .Select_modal_icon__7uWxA{opacity:0}.Select_modal_selectModal__uH7sI .Select_modal_item__X5hCR .Select_modal_checkContainer__aG9kl .Select_modal_icon__7uWxA g{fill:#fff}.Select_modal_selectModal__uH7sI .Select_modal_itemActive__4mWGi .Select_modal_checkContainer__aG9kl{background-color:#17a2c6}.Select_modal_selectModal__uH7sI .Select_modal_itemActive__4mWGi .Select_modal_checkContainer__aG9kl .Select_modal_icon__7uWxA{opacity:1}.Select_modal_selectModal__uH7sI .Select_modal_itemChild__Xeama{font-weight:400;margin-left:-15px}@media(max-width:991.98px){.Select_modal_selectModal__uH7sI .Select_modal_itemChild__Xeama{margin-left:0}}.Select_modal_selectModal__uH7sI .Select_modal_itemChildActive__54N7R .Select_modal_checkContainer__aG9kl,.Select_modal_selectModal__uH7sI .Select_modal_itemChildActive__54N7R .Select_modal_icon__7uWxA{height:14px;width:14px}.Select_modal_selectModal__uH7sI .Select_modal_itemParentActive__ydvNK .Select_modal_checkContainer__aG9kl{opacity:.33}.Select_modal_footerButtons__wPItP{display:flex;flex-wrap:wrap;gap:10px}.ConfigureCoe_buttons__lwdJE{display:flex;gap:10px}@media(max-width:991.98px){.ConfigureCoe_buttons__lwdJE{flex-direction:column}}.ConfigureTos_buttons__cE16g{display:flex;gap:10px}@media(max-width:991.98px){.ConfigureTos_buttons__cE16g{flex-direction:column}}.ConfigurePreview_completed__Av-Iu{text-decoration:line-through}.LoginForm_a__3SxVp{color:#8e8e93;cursor:pointer;text-decoration:underline}.LoginForm_a__3SxVp:focus,.LoginForm_a__3SxVp:hover{color:#17a2c6;text-decoration:underline}.LoginForm_additionalText__Ei-Oo{color:#8e8e93;display:flex;flex-wrap:wrap;font-weight:600;gap:5px;justify-content:center;position:relative;text-align:center}.LoginForm_changeLanguage__fUVxs{color:#8e8e93;font-size:14px;line-height:1.43;text-align:center}.JoinConference_modal_buttons__vP6wa{display:flex;flex-direction:column;gap:10px}.RatingStars_ratingStars__dlUa9{max-height:30px}.RatingStars_group__xXf3p{display:inline-block;max-height:29px}.RatingStars_item__N5847{cursor:pointer;display:inline-block;height:30px;padding-left:7px;padding-right:8px;position:relative;width:45px}.RatingStars_item__N5847:first-child{margin-left:-7px}.RatingStars_item__N5847:after,.RatingStars_item__N5847:before{background-size:cover;content:"";display:block;height:30px;left:50%;position:absolute;top:0;transform:translateX(-50%);width:30px}.RatingStars_item__N5847:before{background:url(/static/media/star-empty.8668ed270f4ae2071947.svg) no-repeat 50%;opacity:.11}.RatingStars_item__N5847:after{background:url(/static/media/star.74eecee6cb1939d2cbc3.svg) no-repeat 50%;opacity:0}.RatingStars_item__N5847.RatingStars_active__24DCi:before{opacity:0}.RatingStars_item__N5847.RatingStars_active__24DCi:after{opacity:1}.RatingStars_group__xXf3p:hover .RatingStars_item__N5847:before{opacity:0}.RatingStars_group__xXf3p:hover .RatingStars_item__N5847:after{opacity:1}.RatingStars_group__xXf3p:hover .RatingStars_item__N5847:hover~.RatingStars_item__N5847:before{opacity:.11}.RatingStars_group__xXf3p:hover .RatingStars_item__N5847:hover~.RatingStars_item__N5847:after{opacity:0}.RatingStars_meta__KdpPO{color:#8e8e93;text-align:center}.ApptSurvey_modal_item__x-Jom+.ApptSurvey_modal_item__x-Jom{margin-top:20px}.ApptSurvey_modal_buttons__SjWzp{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.DaySlotPicker_DaySlotPicker__HLb6e{max-width:698px}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDateContent__EgH4D,.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3{column-gap:10px;display:flex}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3.DaySlotPicker_isMobile__hblkG{-ms-overflow-style:none;margin-left:-15px;overflow-x:scroll;padding-left:15px;padding-right:15px;scrollbar-width:none;width:calc(100% + 30px)}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3.DaySlotPicker_isMobile__hblkG::-webkit-scrollbar{display:none}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN{align-items:center;background-color:#f6f6f6;border-radius:24px;cursor:pointer;display:flex;flex-direction:column;font-size:14px;height:48px;justify-content:center;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-user-select:none;user-select:none;width:48px}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN .DaySlotPicker_day__yw2fO{font-weight:600;line-height:1}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN .DaySlotPicker_weekDay__4m5p6{color:#8e8e93;font-weight:400;line-height:1}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellSelected__HJll1{background-color:#17a2c6;color:#fff;font-weight:600}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellSelected__HJll1 .DaySlotPicker_weekDay__4m5p6{color:#fff}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellCurrent__X3mKS{color:#17a2c6;font-weight:600}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellCurrent__X3mKS.DaySlotPicker_cellSelected__HJll1,.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellCurrent__X3mKS.DaySlotPicker_cellSelected__HJll1 .DaySlotPicker_weekDay__4m5p6{color:#fff}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellCurrent__X3mKS .DaySlotPicker_weekDay__4m5p6{color:#17a2c6}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg{color:#ccc;cursor:default;opacity:.5;pointer-events:none}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg .DaySlotPicker_day__yw2fO{font-weight:400}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg .DaySlotPicker_weekDay__4m5p6{color:#ccc}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellSelected__HJll1{background-color:#ccc;color:#fff}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellSelected__HJll1 .DaySlotPicker_weekDay__4m5p6,.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellSelected__HJll1.DaySlotPicker_cellCurrent__X3mKS,.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellSelected__HJll1.DaySlotPicker_cellCurrent__X3mKS .DaySlotPicker_weekDay__4m5p6{color:#fff}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellCurrent__X3mKS,.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLocked__uGvEg.DaySlotPicker_cellCurrent__X3mKS .DaySlotPicker_weekDay__4m5p6{color:#17a2c6}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cellLoader__yn3pX .bubble-loader{opacity:.3}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN.DaySlotPicker_selectedDate__Wh24e{background-color:#17a2c6;color:#fff;cursor:auto;display:flex;flex-direction:row;font-weight:600;justify-content:space-between;min-width:198px;padding:0 20px}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN.DaySlotPicker_selectedDate__Wh24e .DaySlotPicker_cellClose__V14U3{cursor:pointer}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN.DaySlotPicker_selectedDate__Wh24e .DaySlotPicker_cellClose__V14U3 svg g g{fill:#fff}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_cell__81SjN.DaySlotPicker_moreDates__Iu5wL{font-weight:600;padding:0 20px;width:auto}.DaySlotPicker_DaySlotPicker__HLb6e>.DaySlotPicker_body__AmSJR .DaySlotPicker_rowBoardDate__ThWP3 .DaySlotPicker_notice__y4UWI{color:#8e8e93;display:flex;font-size:13px;justify-content:center;margin-top:5px}.TimeSlotPicker_control__R-0k\+{display:flex;height:30px;justify-content:space-between;margin:-30px -30px 0}@media(max-width:991.98px){.TimeSlotPicker_control__R-0k\+{height:44px}}.TimeSlotPicker_control__R-0k\+ .TimeSlotPicker_action__6\+ZeH{cursor:pointer;opacity:.25;padding:8px;transition:opacity .3s ease-in-out}.TimeSlotPicker_control__R-0k\+ .TimeSlotPicker_action__6\+ZeH:hover{opacity:1}.TimeSlotPicker_control__R-0k\+ .TimeSlotPicker_action__6\+ZeH.TimeSlotPicker_close__UzfJH{height:44px;margin-left:auto;margin-right:2px;margin-top:2px;width:44px}.TimeSlotPicker_header__tO0x8{height:30px}.TimeSlotPicker_header__tO0x8 .title{text-align:left}.TimeSlotPicker_footer__63gXm{border-radius:0 0 16px 16px;box-shadow:0 -2px 8px 0 #00000026;margin:10px -30px -30px;text-align:center}.TimeSlotPicker_footer__63gXm .TimeSlotPicker_selectedSlot__-c4dZ{color:#17a2c6;cursor:pointer;display:inline-block;font-weight:700;line-height:1.25;padding:20px 20px 30px}.TimeSlotPicker_footer__63gXm .TimeSlotPicker_selectedSlot__-c4dZ:hover{opacity:.8;transition:color .3s ease-in-out}.TimeSlotPicker_footer__63gXm .TimeSlotPicker_selectedSlot__-c4dZ:active{opacity:1}.TimeSlotPicker_footer__63gXm .TimeSlotPicker_selectedSlot__-c4dZ.TimeSlotPicker_locked__OGQ2j{color:#ccc;cursor:default;opacity:1}.TimeSlotPicker_notify__-SwTT{background:#ffe27f4d;border:1px solid #ffe27f;border-radius:16px;color:#000;font-size:14px;font-style:normal;font-weight:400;line-height:1.43;margin-top:25px;padding:9px 15px;width:100%}.WindowSlotPicker_WindowSlotPicker__4cJes{padding-bottom:10px;padding-top:25px;position:relative}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w{padding-bottom:25px}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w:last-child{padding-bottom:0}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_chunkDay__x-EuI{font-size:18px;font-weight:600;padding-bottom:8px}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l{display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;max-width:698px;width:100%}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3{align-items:center;background-color:#f6f6f6;border-radius:10px;cursor:pointer;display:flex;font-size:14px;font-weight:600;gap:5px;height:40px;justify-content:center;transition:background-color .2s ease-in-out,color .2s ease-in-out;-webkit-user-select:none;user-select:none;width:calc(16.66667% - 8.33333px)}@media(max-width:698px){.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3{width:calc(25% - 7.5px)}}@media(max-width:500px){.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3{width:calc(33.33333% - 6.66667px)}}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3 .WindowSlotPicker_icon__0yl1Z{display:none;transition:width .15s ease-in-out}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3.WindowSlotPicker_cellSelected__VuVHa{background-color:#17a2c6;color:#fff;font-weight:600}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3.WindowSlotPicker_cellSelected__VuVHa .WindowSlotPicker_icon__0yl1Z{display:block}.WindowSlotPicker_body__BJ9mP .WindowSlotPicker_rowWrapper__Gk28w .WindowSlotPicker_rowSlot__H3s2l .WindowSlotPicker_cell__AApy3.WindowSlotPicker_cellSelected__VuVHa .WindowSlotPicker_icon__0yl1Z g{fill:#fff}.WindowSlotPicker_loading__ekn17{align-items:center;background-color:#fff9;display:flex;height:100%;justify-content:center;min-height:56px;position:absolute;width:100%}.BookingRebook_modal_body__MHzF8{min-height:300px}.StripeInner_field__w4dhy{min-width:100%}.PaymentMethodsIcon_icon__-RMtR{align-items:center;background:#fff no-repeat 50%;background-size:contain;border-radius:6px;display:flex;height:28px;justify-content:center;min-width:39px;overflow:hidden;position:relative;width:39px}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_visa__QJ7xv{background-image:url(/static/media/visa.75d724baca122b37d355.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_mastercard__Ec7KM{background-image:url(/static/media/mastercard.1df1972a91b26a975445.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_maestro__RppdW{background-image:url(/static/media/maestro.d6f13f3ef72d9f7453d4.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_unionpay__WB4oA{background-image:url(/static/media/unionpay.c9981c7d70401756038e.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_jcb__ruP66{background-image:url(/static/media/jcb.1a573c0e52cbb7c8d30f.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_discover__Ylo5l{background-image:url(/static/media/discover.6033ee3e8997792ba6ef.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_american-express__UlT4v{background-image:url(/static/media/american-express.17f8c2a57bdb22840f2d.svg)}.PaymentMethodsIcon_icon__-RMtR.PaymentMethodsIcon_diners-club__KL0v1{background-image:url(/static/media/diners-club.97cc7d24f420e82b529e.svg)}.PaymentMethodsList_item__Kmmau+.PaymentMethodsList_item__Kmmau{margin-top:10px}.PaymentMethodsList_checkbox__rALzr{margin-right:5px}.Types_audio__cyqzM,.Types_document__XkKkj,.Types_image__\+fvbK,.Types_unknown__Ru63S,.Types_video__eDn\+C{align-items:center;cursor:pointer;display:flex;height:100%;justify-content:center;position:relative;width:100%}.Types_audio__cyqzM:before,.Types_document__XkKkj:before,.Types_image__\+fvbK:before,.Types_unknown__Ru63S:before,.Types_video__eDn\+C:before{background-color:#00000014;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0;z-index:1}.Types_audio__cyqzM .Types_loader__oXxlf,.Types_document__XkKkj .Types_loader__oXxlf,.Types_image__\+fvbK .Types_loader__oXxlf,.Types_unknown__Ru63S .Types_loader__oXxlf,.Types_video__eDn\+C .Types_loader__oXxlf{left:50%;position:absolute;top:50%}.Types_image__\+fvbK:after{background-image:url(/static/media/image.25e42da46bdfd64d2d67.svg)}.Types_image__\+fvbK img{height:100%;object-fit:cover;width:100%}.Types_video__eDn\+C:after{background-image:url(/static/media/play.872a84112a74a016844c.svg);background-position:1px}.Types_video__eDn\+C:not(.Types_isError__lz32h):after{background-color:#7b7b7b;background-image:url(/static/media/play-white.98fc51c4596ca130f68c.svg);border-radius:100%;opacity:1}.Types_video__eDn\+C:not(.Types_isError__lz32h) video{display:block}.Types_audio__cyqzM audio{display:none}.Types_document__XkKkj:after{background-image:url(/static/media/document.f39f0d3448a223837767.svg)}.Types_document__XkKkj.Types_withDate__iSe2p:after{transform:translate(-50%,-75%)}.Types_document__XkKkj.Types_withDate__iSe2p .Types_documentDate__MZ34N{color:#666;font-size:14px;margin-top:50px}.Types_unknown__Ru63S:after{background-image:url(/static/media/unknown.4d3c783fb4c4e6d678e7.svg)}.Types_isDefault__4qeDL canvas,.Types_isDefault__4qeDL img,.Types_isDefault__4qeDL object,.Types_isDefault__4qeDL video,.Types_isLoading__nUZck canvas,.Types_isLoading__nUZck img,.Types_isLoading__nUZck object,.Types_isLoading__nUZck video{display:none}.Types_isDefault__4qeDL:after{background-size:100%;content:"";display:block;height:42px;width:42px}.Types_isDefault__4qeDL .Types_icon__l0Tkw,.Types_isDefault__4qeDL:after{left:50%;opacity:.2;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.Types_audio__7l-u4,.Types_document__HHfz5,.Types_image__OONe6,.Types_unknown__Q-2SS,.Types_video__D01DZ{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}@media(max-width:991.98px){.Types_audio__7l-u4,.Types_document__HHfz5,.Types_image__OONe6,.Types_unknown__Q-2SS,.Types_video__D01DZ{align-items:start}}.Types_audio__7l-u4 .Types_loader__s1VD0,.Types_document__HHfz5 .Types_loader__s1VD0,.Types_image__OONe6 .Types_loader__s1VD0,.Types_unknown__Q-2SS .Types_loader__s1VD0,.Types_video__D01DZ .Types_loader__s1VD0{left:50%;position:absolute;top:50%}.Types_image__OONe6 img{max-width:100%}.Types_image__OONe6 .Types_defaultContent__DWJYW .Types_icon__UQd5K:after{background-image:url(/static/media/image.25e42da46bdfd64d2d67.svg)}.Types_video__D01DZ:not(.Types_isLoading__VxZ\+v):not(.Types_isError__lUtDu) .embed-responsive,.Types_video__D01DZ:not(.Types_isLoading__VxZ\+v):not(.Types_isError__lUtDu) video{display:block}.Types_video__D01DZ .Types_defaultContent__DWJYW .Types_icon__UQd5K:after{background-image:url(/static/media/play.872a84112a74a016844c.svg)}.Types_audio__7l-u4:not(.Types_isLoading__VxZ\+v):not(.Types_isDefault__t2dx8){padding:20px 30px 0}@media(max-width:991.98px){.Types_audio__7l-u4:not(.Types_isLoading__VxZ\+v):not(.Types_isDefault__t2dx8){padding-left:10px;padding-right:10px}}.Types_audio__7l-u4:not(.Types_isLoading__VxZ\+v):not(.Types_isDefault__t2dx8) audio{display:block;width:100%}.Types_document__HHfz5 iframe,.Types_document__HHfz5 object{border:0;display:block;height:100%;margin-bottom:0;max-height:800px;min-height:70vh;padding-bottom:0;width:100%}.Types_document__HHfz5 object p{padding:20px 30px}.Types_document__HHfz5 .Types_defaultContent__DWJYW .Types_icon__UQd5K:after{background-image:url(/static/media/document.f39f0d3448a223837767.svg)}.Types_unknown__Q-2SS .Types_defaultContent__DWJYW .Types_icon__UQd5K:after{background-image:url(/static/media/unknown.4d3c783fb4c4e6d678e7.svg)}.Types_warning__DAPIm{max-width:380px;padding:20px 10px 40px;text-align:center}.Types_isDefault__t2dx8,.Types_isLoading__VxZ\+v{min-height:380px}.Types_isDefault__t2dx8 .embed-responsive,.Types_isDefault__t2dx8 audio,.Types_isDefault__t2dx8 canvas,.Types_isDefault__t2dx8 img,.Types_isDefault__t2dx8 video,.Types_isLoading__VxZ\+v .embed-responsive,.Types_isLoading__VxZ\+v audio,.Types_isLoading__VxZ\+v canvas,.Types_isLoading__VxZ\+v img,.Types_isLoading__VxZ\+v video{display:none}.Types_defaultContent__DWJYW{align-items:center;background-color:#00000014;border-radius:16px;display:flex;flex:1 1;flex-direction:column;justify-content:center;margin:20px 10px 15px;max-width:400px;min-height:224px}.Types_defaultContent__DWJYW .Types_icon__UQd5K{opacity:.2}.MediaViewer_wrapper__fWKjc .modal-body{min-height:400px;padding:0;position:static}.MediaViewer_wrapper__fWKjc .modal-body:last-child{padding-bottom:20px}.MediaViewer_headerPanel__qgCPq{display:flex}.MediaViewer_headerPanel__qgCPq .MediaViewer_links__l4Jgx *+*{margin-left:5px}.MediaViewer_headerPanel__qgCPq .MediaViewer_count__NuDHW{color:#8e8e93;margin-left:auto}.MediaViewer_content__Rt0J9{position:relative;width:100%}.MediaViewer_modalBody__ICXCx{align-items:stretch;display:flex}.MediaPreview_wrapper__TF7I0{display:flex;flex-wrap:wrap;margin-bottom:-10px;margin-left:-10px}.MediaPreview_item__hwzjW{border-radius:16px;height:112px;margin-bottom:10px;margin-left:10px;overflow:hidden;position:relative;width:200px}.MediaPreview_details__9Gyk0{background-color:#fff3;border-radius:0 0 16px 16px;bottom:0;cursor:pointer;font-size:13px;left:0;opacity:.2;padding:5px 10px;position:absolute;right:0;transition:background-color .3s ease-in-out,opacity .3s ease-in-out;z-index:1}.MediaPreview_item__hwzjW:hover .MediaPreview_details__9Gyk0{background-color:#fffc;opacity:1}.BaseDocuments_modal__z1xGJ .modal-body{min-height:278px}.h_table{border-collapse:collapse;box-sizing:border-box;display:table;empty-cells:show;font-size:14px;line-height:1.43;width:100%}@media(max-width:991.98px){.h_table{display:flex;flex-direction:column}}.h_table--empty{display:block}.h_table-thead{display:table-header-group}@media(max-width:991.98px){.h_table-thead{display:none}}.h_table-thead .h_table-tr{color:#8e8e93;cursor:default}.h_table-tbody{display:table-row-group}@media(max-width:991.98px){.h_table-tbody{display:flex;flex-direction:column}}.h_table-tbody--loading{position:relative}.h_table-tbody--loading:before{background:#ffffffb3;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.h_table--empty .h_table-tbody{display:block;padding:15px;text-align:center}.h_table-tr{border-top:1px solid #e1e1e1;cursor:pointer;display:table-row}.h_table-tr--disabled{cursor:default}@media(max-width:991.98px){.h_table-tr{display:flex;flex-wrap:wrap;padding-bottom:10px;padding-top:10px}}.h_table-thead .h_table-tr:first-child{border-bottom:1px solid #e1e1e1;border-top:0}.h_table-tbody .h_table-tr:first-child{border-top-width:0}.h_table-tr--loader{cursor:default;height:106px;position:relative}@media(max-width:991.98px){.h_table-tr--loader{height:76px}}.h_table-tr--loader>div>div{left:50%;margin-left:-28px;margin-top:-28px;position:absolute;top:50%}.h_table-td,.h_table-th{display:table-cell;min-width:144px;padding:10px 15px}@media(max-width:991.98px){.h_table-td,.h_table-th{display:block;min-width:124px}}.h_table-td:first-child,.h_table-th:first-child{padding-left:0}.h_table-td:last-child,.h_table-th:last-child{padding-right:0}@media(max-width:991.98px){.h_table-td{flex:1 1;min-width:auto;padding-bottom:0;padding-left:0;padding-right:0}}.h_table--last_border .h_table-tr:last-child{border-bottom:1px solid #e1e1e1}.h_table--appointments .h_table-th--details,.h_table--documents .h_table-th--details,.h_table--labs .h_table-th--details,.h_table--medical_history .h_table-th--details,.h_table--medications .h_table-th--details{width:100%}@media(max-width:991.98px){.h_table--appointments .h_table-tr .h_table-td--date,.h_table--appointments .h_table-tr .h_table-td--label,.h_table--documents .h_table-tr .h_table-td--date,.h_table--documents .h_table-tr .h_table-td--label,.h_table--labs .h_table-tr .h_table-td--date,.h_table--labs .h_table-tr .h_table-td--label,.h_table--medical_history .h_table-tr .h_table-td--date,.h_table--medical_history .h_table-tr .h_table-td--label,.h_table--medications .h_table-tr .h_table-td--date,.h_table--medications .h_table-tr .h_table-td--label{padding-top:0}}.h_table--appointments .h_table-td--delimiter,.h_table--documents .h_table-td--delimiter,.h_table--labs .h_table-td--delimiter,.h_table--medical_history .h_table-td--delimiter,.h_table--medications .h_table-td--delimiter{display:none;height:0;margin:0;padding:0}@media(max-width:991.98px){.h_table--appointments .h_table-td--delimiter,.h_table--documents .h_table-td--delimiter,.h_table--labs .h_table-td--delimiter,.h_table--medical_history .h_table-td--delimiter,.h_table--medications .h_table-td--delimiter{display:block;flex-basis:100%;order:2}}.h_table--appointments .h_table-td--label,.h_table--documents .h_table-td--label,.h_table--labs .h_table-td--label,.h_table--medical_history .h_table-td--label,.h_table--medications .h_table-td--label{padding-left:0}@media(max-width:991.98px){.h_table--appointments .h_table-td--label,.h_table--documents .h_table-td--label,.h_table--labs .h_table-td--label,.h_table--medical_history .h_table-td--label,.h_table--medications .h_table-td--label{order:0}}.h_table--appointments .h_table-td--details,.h_table--documents .h_table-td--details,.h_table--labs .h_table-td--details,.h_table--medical_history .h_table-td--details,.h_table--medications .h_table-td--details{width:100%}.h_table--appointments .h_table-td--details:first-letter,.h_table--documents .h_table-td--details:first-letter,.h_table--labs .h_table-td--details:first-letter,.h_table--medical_history .h_table-td--details:first-letter,.h_table--medications .h_table-td--details:first-letter{text-transform:uppercase}@media(max-width:991.98px){.h_table--appointments .h_table-td--details,.h_table--documents .h_table-td--details,.h_table--labs .h_table-td--details,.h_table--medical_history .h_table-td--details,.h_table--medications .h_table-td--details{order:3}}.h_table--appointments .h_table-td--details .text-clamp,.h_table--documents .h_table-td--details .text-clamp,.h_table--labs .h_table-td--details .text-clamp,.h_table--medical_history .h_table-td--details .text-clamp,.h_table--medications .h_table-td--details .text-clamp{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.h_table--appointments .h_table-td--details .badge-self_reported,.h_table--documents .h_table-td--details .badge-self_reported,.h_table--labs .h_table-td--details .badge-self_reported,.h_table--medical_history .h_table-td--details .badge-self_reported,.h_table--medications .h_table-td--details .badge-self_reported{margin-left:5px;position:relative;top:-1px}.h_table--appointments .h_table-td--code,.h_table--documents .h_table-td--code,.h_table--labs .h_table-td--code,.h_table--medical_history .h_table-td--code,.h_table--medications .h_table-td--code{white-space:nowrap}@media(max-width:991.98px){.h_table--appointments .h_table-td--code,.h_table--documents .h_table-td--code,.h_table--labs .h_table-td--code,.h_table--medical_history .h_table-td--code,.h_table--medications .h_table-td--code{color:#8e8e93;flex:0 1;order:4;padding-left:15px;text-align:right}}.h_table--appointments .h_table-td--date,.h_table--documents .h_table-td--date,.h_table--labs .h_table-td--date,.h_table--medical_history .h_table-td--date,.h_table--medications .h_table-td--date{white-space:nowrap}@media(max-width:991.98px){.h_table--appointments .h_table-td--date,.h_table--documents .h_table-td--date,.h_table--labs .h_table-td--date,.h_table--medical_history .h_table-td--date,.h_table--medications .h_table-td--date{order:1;text-align:right}}.h_table--labs .h_table-td--status{white-space:nowrap}@media(max-width:991.98px){.h_table--labs .h_table-td--status{flex:0 1;font-size:16px;order:4;padding-left:15px;text-align:right}}.h_table--labs .h_table-td--date .event_status{color:#000;display:none;font-size:16px;line-height:1.5}.h_table--documents .h_table-td--label{min-width:288px}@media(max-width:991.98px){.h_table--documents .h_table-td--label{min-width:1px}}.h_table--documents .h_table-td--details-label{display:none}.h_table--appointments .h_table-td--label{min-width:170px}@media(max-width:991.98px){.h_table--appointments .h_table-td--label{min-width:1px}}.DocumentsFormsList_document__\+HO7e,.DocumentsList_document__uxWk2{height:112px;margin-bottom:10px;margin-left:10px;min-width:200px;width:200px}.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb{align-items:flex-end;display:flex;flex-wrap:nowrap;margin-bottom:-10px;margin-top:10px}@media(max-width:991.98px){.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb{flex-wrap:wrap;margin-top:-10px}.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb .MedicalHistorySearch_search__LVv2G{margin-top:10px}}.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb .MedicalHistorySearch_tabs__p7XYy{max-width:100%;position:relative;width:100%}@media(max-width:991.98px){.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb .MedicalHistorySearch_tabs__p7XYy{margin-bottom:10px}}.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb .MedicalHistorySearch_buttons__W89vP{text-align:right}@media(max-width:991.98px){.MedicalHistorySearch_searchParams__bMbtI .MedicalHistorySearch_row__vqNcb .MedicalHistorySearch_buttons__W89vP{padding-right:0!important;text-align:start}}.NearestAppt_nearestAppt__3c9tl{-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background-color:#f9f9f9bf;bottom:0;box-shadow:0 -2px 9px 0 #00000017;height:88px;left:0;position:fixed;right:0;transform:translateY(100%);transition:transform .2s ease-in-out .2s;z-index:5}.NearestAppt_nearestApptVisible__BKUEV{transform:translateY(0)}.NearestAppt_nearestAppt__3c9tl>.container{max-width:1200px;padding-bottom:15px;padding-top:15px}.NearestAppt_nearestApptWrapper__RcaC2{display:flex;transition:opacity .2s ease-in-out .2s}.NearestAppt_nearestApptWrapperHidden__myV7i .NearestAppt_nearestApptWrapper__RcaC2{opacity:0}.NearestAppt_nearestApptLogo__ajkFY{align-items:center;background-color:#17a2c6;border-radius:16px;display:flex;height:58px;justify-content:center;margin-right:15px;width:58px}.NearestAppt_nearestApptLogo__ajkFY img{margin-left:1px;max-height:38px}.NearestAppt_nearestApptContent__bDf7e{align-items:center;display:flex;flex:1 1}.NearestAppt_nearestApptContentText__aecxc{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;flex:1 1;overflow:hidden}.NearestAppt_nearestApptContentButtons__fGAbD{margin-left:15px}.NearestAppt_nearestApptContentBtn__z\+kZs{display:block;margin:-8px;opacity:.25;padding:8px;position:relative;transition:opacity .3s ease-in-out}.NearestAppt_nearestApptContentBtn__z\+kZs:hover{opacity:1}.NearestAppt_nearestApptContentBtn__z\+kZs:before{background-image:url(/static/media/up.6cb65d878260df30fcdb.svg);content:"";display:block;height:28px;width:28px}.Notifications_popupNotices__BpHgv{max-width:334px;padding:0 10px 10px;position:fixed;right:0;top:0;width:100%;z-index:1060}.Notifications_popupNoticesItem__C7L-G{background-color:#000000b3;border-radius:16px;box-shadow:0 2px 8px 0 #00114d2b;color:#fff;margin-top:10px;max-width:calc(100% - 20px);padding:15px;position:absolute;top:0;width:100%}.Notifications_popupNoticesItem__C7L-G .Notifications_body__4RP89{font-size:14px;line-height:1.43}.Notifications_popupNoticesItem__C7L-G .Notifications_body__4RP89 p{font-size:medium;margin-bottom:10px}.Notifications_popupNoticesItem__C7L-G .Notifications_body__4RP89 p:last-child{margin-bottom:0}.Notifications_popupNoticesItem__C7L-G .Notifications_body__4RP89 a{color:#75c3d7;font-weight:600}.Notifications_popupNoticesTolbar__5n\+W0{color:#fff;display:flex;font-size:16px;font-weight:600;justify-content:flex-start;line-height:1.25;margin-bottom:10px}.Notifications_popupNoticesTolbarIcon__32DcK{color:#fff;margin-right:5px;opacity:.34}.Notifications_popupNoticesTolbarTitle__SgMMf{margin-right:5px;opacity:.34}.Notifications_popupNoticesTolbarClose__PTUNw{color:#fff;cursor:pointer;margin-left:auto;opacity:.25}.Notifications_popupNoticesTitle__f3iQ6{color:#fff;font-weight:600;line-height:1.25;margin-bottom:5px}.Notifications_popupNoticesButtons__eg1Hg{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:-5px;margin-top:15px}.Notifications_popupNoticesDismiss__eeuh4{background-color:inherit;border-radius:16px;box-shadow:inherit;color:#8e8e93;cursor:pointer;display:flex;font-weight:600;justify-content:center;left:0;margin-top:25px;padding:10px 15px;position:absolute;right:0}.Notifications_container__E4C5f{background-color:#fff;height:100%;position:relative}.Notifications_box__qT5gi{display:flex;flex-direction:column;height:100%;position:relative}.Notifications_box__qT5gi .Notifications_header__V5Ova{align-items:center;display:flex;justify-content:space-between;padding:12px 10px 10px}.Notifications_box__qT5gi .Notifications_header__V5Ova .Notifications_title__IYTYL{text-align:center}.Notifications_box__qT5gi .Notifications_body__Vt6aD{padding:20px}.Notifications_closeIcon__3t4yx,.Notifications_hideIcon__q5RS4,.Notifications_readIcon__pYDdZ{cursor:pointer;opacity:.2;transition:opacity .3s ease-in-out}.Notifications_closeIcon__3t4yx:hover,.Notifications_hideIcon__q5RS4:hover,.Notifications_readIcon__pYDdZ:hover{opacity:1}.NotificationsListItem_item__uD2MU{background-color:#f6f6f6;border:1px solid #f6f6f6;border-radius:16px;padding:15px;position:relative}.NotificationsListItem_item__uD2MU+.NotificationsListItem_item__uD2MU{margin-top:10px}.NotificationsListItem_item__uD2MU .NotificationsListItem_redMark__HhmOL{background-color:red;border:2px solid #fff;border-radius:50%;display:block;height:14px;left:-4px;margin-right:5px;min-width:14px;opacity:0;position:absolute;top:-4px;transition:opacity .2s ease;width:14px}.NotificationsListItem_item__uD2MU .NotificationsListItem_redMarkVisible__16P2X{opacity:1}.NotificationsListItem_item__uD2MU .NotificationsListItem_title__DoPvc{color:#8d8e93}.NotificationsListItem_item__uD2MU .NotificationsListItem_text__6hCWV{font-weight:600}.NotificationsListItem_itemButtons__31UDc{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px;margin-top:10px}.NotificationsListItem_itemButtons__31UDc .btn{border-radius:8px}.NotificationsListItem_itemDate__C7IIq{color:#8e8e93;line-height:1.25;margin-left:auto;margin-top:10px;padding-left:15px}.NotificationsListItem_itemViewed__KCL7f{opacity:.5}.NotificationsGroup_group__EIxXF{margin-left:-20px;margin-right:-20px;padding:20px 20px 0}.NotificationsGroup_group__EIxXF:first-child{margin-top:-20px}.NotificationsGroup_groupOpen__3cMY5{margin-bottom:10px}.NotificationsGroup_header__bKHdS{align-items:center;display:flex;margin-bottom:5px}.NotificationsGroup_header__bKHdS .NotificationsGroup_title__fQY7c{align-items:center;display:flex;margin-right:auto}.NotificationsGroup_header__bKHdS .NotificationsGroup_title__fQY7c .NotificationsGroup_text__iQ977{color:#8e8e93;font-size:13px;font-weight:400;line-height:1.54}.NotificationsGroup_header__bKHdS .NotificationsGroup_title__fQY7c .NotificationsGroup_redMark__Bn1rU{background-color:red;border:2px solid #fff;border-radius:50%;display:inline-block;height:14px;margin-right:5px;min-width:14px;position:relative;transition:opacity .2s ease,margin-left .2s ease .1s,margin-bottom .2s ease;width:14px}.NotificationsGroup_header__bKHdS .NotificationsGroup_title__fQY7c .NotificationsGroup_redMarkSecondary__PNrUf{margin-bottom:-14px;margin-left:-19px;opacity:0}.NotificationsGroup_header__bKHdS .NotificationsGroup_title__fQY7c .NotificationsGroup_apptLink__fiQ6b{align-items:center;cursor:pointer;display:flex}.NotificationsGroup_header__bKHdS .NotificationsGroup_markAllAsRead__JUUPC{color:#17a2c6;cursor:pointer;font-size:13px;font-weight:400;line-height:1.54;transition:color .3s ease-in-out}.NotificationsGroup_header__bKHdS .NotificationsGroup_markAllAsRead__JUUPC:focus,.NotificationsGroup_header__bKHdS .NotificationsGroup_markAllAsRead__JUUPC:hover{color:#1386a4}.NotificationsGroup_showMoreButtonDisabled__LM528{opacity:.5}
/*!
 * Bootstrap Reboot v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 * Forked from Normalize.css, licensed MIT (https://github.com/necolas/normalize.css/blob/master/LICENSE.md)
 */*,:after,:before{box-sizing:border-box}html{-webkit-text-size-adjust:100%;-webkit-tap-highlight-color:rgba(0,0,0,0);font-family:sans-serif;line-height:1.15}article,aside,figcaption,figure,footer,header,hgroup,main,nav,section{display:block}body{background-color:#fff;color:#212529;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,Liberation Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:1rem;font-weight:400;margin:0;text-align:left}[tabindex="-1"]:focus:not(:focus-visible){outline:0!important}hr{box-sizing:initial;height:0;overflow:visible}h1,h2,h3,h4,h5,h6{margin-bottom:.5rem;margin-top:0}p{margin-bottom:1rem;margin-top:0}abbr[data-original-title],abbr[title]{border-bottom:0;cursor:help;text-decoration:underline;-webkit-text-decoration:underline dotted;text-decoration:underline dotted;-webkit-text-decoration-skip-ink:none;text-decoration-skip-ink:none}address{font-style:normal;line-height:inherit}address,dl,ol,ul{margin-bottom:1rem}dl,ol,ul{margin-top:0}ol ol,ol ul,ul ol,ul ul{margin-bottom:0}dt{font-weight:700}dd{margin-bottom:.5rem;margin-left:0}blockquote{margin:0 0 1rem}b,strong{font-weight:bolder}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}a{background-color:#0000;color:#007bff;text-decoration:none}a:hover{color:#0056b3;text-decoration:underline}a:not([href]):not([class]),a:not([href]):not([class]):hover{color:inherit;text-decoration:none}code,kbd,pre,samp{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}pre{-ms-overflow-style:scrollbar;margin-bottom:1rem;margin-top:0;overflow:auto}figure{margin:0 0 1rem}img{border-style:none}img,svg{vertical-align:middle}svg{overflow:hidden}table{border-collapse:collapse}caption{caption-side:bottom;color:#6c757d;padding-bottom:.75rem;padding-top:.75rem;text-align:left}th{text-align:inherit;text-align:-webkit-match-parent}label{display:inline-block;margin-bottom:.5rem}button{border-radius:0}button:focus:not(:focus-visible){outline:0}button,input,optgroup,select,textarea{font-family:inherit;font-size:inherit;line-height:inherit;margin:0}button,input{overflow:visible}button,select{text-transform:none}[role=button]{cursor:pointer}select{word-wrap:normal}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]:not(:disabled),[type=reset]:not(:disabled),[type=submit]:not(:disabled),button:not(:disabled){cursor:pointer}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}input[type=checkbox],input[type=radio]{box-sizing:border-box;padding:0}textarea{overflow:auto;resize:vertical}fieldset{border:0;margin:0;min-width:0;padding:0}legend{color:inherit;display:block;font-size:1.5rem;line-height:inherit;margin-bottom:.5rem;max-width:100%;padding:0;white-space:normal;width:100%}progress{vertical-align:initial}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:none;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}output{display:inline-block}summary{cursor:pointer;display:list-item}template{display:none}[hidden]{display:none!important}/*!
 * Bootstrap Grid v4.5.3 (https://getbootstrap.com/)
 * Copyright 2011-2020 The Bootstrap Authors
 * Copyright 2011-2020 Twitter, Inc.
 * Licensed under MIT (https://github.com/twbs/bootstrap/blob/main/LICENSE)
 */html{-ms-overflow-style:scrollbar;box-sizing:border-box}*,:after,:before{box-sizing:inherit}.container,.container-fluid,.container-lg,.container-md,.container-sm,.container-xl{margin-left:auto;margin-right:auto;padding-left:15px;padding-right:15px;width:100%}@media(min-width:576px){.container,.container-sm{max-width:540px}}@media(min-width:768px){.container,.container-md,.container-sm{max-width:720px}}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm{max-width:960px}}@media(min-width:1200px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1140px}}.row{display:flex;flex-wrap:wrap;margin-left:-15px;margin-right:-15px}.no-gutters{margin-left:0;margin-right:0}.no-gutters>.col,.no-gutters>[class*=col-]{padding-left:0;padding-right:0}.col,.col-1,.col-10,.col-11,.col-12,.col-2,.col-3,.col-4,.col-5,.col-6,.col-7,.col-8,.col-9,.col-auto,.col-lg,.col-lg-1,.col-lg-10,.col-lg-11,.col-lg-12,.col-lg-2,.col-lg-3,.col-lg-4,.col-lg-5,.col-lg-6,.col-lg-7,.col-lg-8,.col-lg-9,.col-lg-auto,.col-md,.col-md-1,.col-md-10,.col-md-11,.col-md-12,.col-md-2,.col-md-3,.col-md-4,.col-md-5,.col-md-6,.col-md-7,.col-md-8,.col-md-9,.col-md-auto,.col-sm,.col-sm-1,.col-sm-10,.col-sm-11,.col-sm-12,.col-sm-2,.col-sm-3,.col-sm-4,.col-sm-5,.col-sm-6,.col-sm-7,.col-sm-8,.col-sm-9,.col-sm-auto,.col-xl,.col-xl-1,.col-xl-10,.col-xl-11,.col-xl-12,.col-xl-2,.col-xl-3,.col-xl-4,.col-xl-5,.col-xl-6,.col-xl-7,.col-xl-8,.col-xl-9,.col-xl-auto{padding-left:15px;padding-right:15px;position:relative;width:100%}.col{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-1>*{flex:0 0 100%;max-width:100%}.row-cols-2>*{flex:0 0 50%;max-width:50%}.row-cols-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-4>*{flex:0 0 25%;max-width:25%}.row-cols-5>*{flex:0 0 20%;max-width:20%}.row-cols-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-auto{flex:0 0 auto;max-width:100%;width:auto}.col-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-3{flex:0 0 25%;max-width:25%}.col-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-6{flex:0 0 50%;max-width:50%}.col-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-9{flex:0 0 75%;max-width:75%}.col-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-12{flex:0 0 100%;max-width:100%}.order-first{order:-1}.order-last{order:13}.order-0{order:0}.order-1{order:1}.order-2{order:2}.order-3{order:3}.order-4{order:4}.order-5{order:5}.order-6{order:6}.order-7{order:7}.order-8{order:8}.order-9{order:9}.order-10{order:10}.order-11{order:11}.order-12{order:12}.offset-1{margin-left:8.33333333%}.offset-2{margin-left:16.66666667%}.offset-3{margin-left:25%}.offset-4{margin-left:33.33333333%}.offset-5{margin-left:41.66666667%}.offset-6{margin-left:50%}.offset-7{margin-left:58.33333333%}.offset-8{margin-left:66.66666667%}.offset-9{margin-left:75%}.offset-10{margin-left:83.33333333%}.offset-11{margin-left:91.66666667%}@media(min-width:576px){.col-sm{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-sm-1>*{flex:0 0 100%;max-width:100%}.row-cols-sm-2>*{flex:0 0 50%;max-width:50%}.row-cols-sm-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-sm-4>*{flex:0 0 25%;max-width:25%}.row-cols-sm-5>*{flex:0 0 20%;max-width:20%}.row-cols-sm-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-sm-auto{flex:0 0 auto;max-width:100%;width:auto}.col-sm-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-sm-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-sm-3{flex:0 0 25%;max-width:25%}.col-sm-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-sm-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-sm-6{flex:0 0 50%;max-width:50%}.col-sm-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-sm-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-sm-9{flex:0 0 75%;max-width:75%}.col-sm-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-sm-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-sm-12{flex:0 0 100%;max-width:100%}.order-sm-first{order:-1}.order-sm-last{order:13}.order-sm-0{order:0}.order-sm-1{order:1}.order-sm-2{order:2}.order-sm-3{order:3}.order-sm-4{order:4}.order-sm-5{order:5}.order-sm-6{order:6}.order-sm-7{order:7}.order-sm-8{order:8}.order-sm-9{order:9}.order-sm-10{order:10}.order-sm-11{order:11}.order-sm-12{order:12}.offset-sm-0{margin-left:0}.offset-sm-1{margin-left:8.33333333%}.offset-sm-2{margin-left:16.66666667%}.offset-sm-3{margin-left:25%}.offset-sm-4{margin-left:33.33333333%}.offset-sm-5{margin-left:41.66666667%}.offset-sm-6{margin-left:50%}.offset-sm-7{margin-left:58.33333333%}.offset-sm-8{margin-left:66.66666667%}.offset-sm-9{margin-left:75%}.offset-sm-10{margin-left:83.33333333%}.offset-sm-11{margin-left:91.66666667%}}@media(min-width:768px){.col-md{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-md-1>*{flex:0 0 100%;max-width:100%}.row-cols-md-2>*{flex:0 0 50%;max-width:50%}.row-cols-md-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-md-4>*{flex:0 0 25%;max-width:25%}.row-cols-md-5>*{flex:0 0 20%;max-width:20%}.row-cols-md-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-md-auto{flex:0 0 auto;max-width:100%;width:auto}.col-md-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-md-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-md-3{flex:0 0 25%;max-width:25%}.col-md-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-md-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-md-6{flex:0 0 50%;max-width:50%}.col-md-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-md-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-md-9{flex:0 0 75%;max-width:75%}.col-md-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-md-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-md-12{flex:0 0 100%;max-width:100%}.order-md-first{order:-1}.order-md-last{order:13}.order-md-0{order:0}.order-md-1{order:1}.order-md-2{order:2}.order-md-3{order:3}.order-md-4{order:4}.order-md-5{order:5}.order-md-6{order:6}.order-md-7{order:7}.order-md-8{order:8}.order-md-9{order:9}.order-md-10{order:10}.order-md-11{order:11}.order-md-12{order:12}.offset-md-0{margin-left:0}.offset-md-1{margin-left:8.33333333%}.offset-md-2{margin-left:16.66666667%}.offset-md-3{margin-left:25%}.offset-md-4{margin-left:33.33333333%}.offset-md-5{margin-left:41.66666667%}.offset-md-6{margin-left:50%}.offset-md-7{margin-left:58.33333333%}.offset-md-8{margin-left:66.66666667%}.offset-md-9{margin-left:75%}.offset-md-10{margin-left:83.33333333%}.offset-md-11{margin-left:91.66666667%}}@media(min-width:992px){.col-lg{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-lg-1>*{flex:0 0 100%;max-width:100%}.row-cols-lg-2>*{flex:0 0 50%;max-width:50%}.row-cols-lg-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-lg-4>*{flex:0 0 25%;max-width:25%}.row-cols-lg-5>*{flex:0 0 20%;max-width:20%}.row-cols-lg-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-lg-auto{flex:0 0 auto;max-width:100%;width:auto}.col-lg-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-lg-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-lg-3{flex:0 0 25%;max-width:25%}.col-lg-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-lg-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-lg-6{flex:0 0 50%;max-width:50%}.col-lg-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-lg-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-lg-9{flex:0 0 75%;max-width:75%}.col-lg-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-lg-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-lg-12{flex:0 0 100%;max-width:100%}.order-lg-first{order:-1}.order-lg-last{order:13}.order-lg-0{order:0}.order-lg-1{order:1}.order-lg-2{order:2}.order-lg-3{order:3}.order-lg-4{order:4}.order-lg-5{order:5}.order-lg-6{order:6}.order-lg-7{order:7}.order-lg-8{order:8}.order-lg-9{order:9}.order-lg-10{order:10}.order-lg-11{order:11}.order-lg-12{order:12}.offset-lg-0{margin-left:0}.offset-lg-1{margin-left:8.33333333%}.offset-lg-2{margin-left:16.66666667%}.offset-lg-3{margin-left:25%}.offset-lg-4{margin-left:33.33333333%}.offset-lg-5{margin-left:41.66666667%}.offset-lg-6{margin-left:50%}.offset-lg-7{margin-left:58.33333333%}.offset-lg-8{margin-left:66.66666667%}.offset-lg-9{margin-left:75%}.offset-lg-10{margin-left:83.33333333%}.offset-lg-11{margin-left:91.66666667%}}@media(min-width:1200px){.col-xl{flex-basis:0;flex-grow:1;max-width:100%}.row-cols-xl-1>*{flex:0 0 100%;max-width:100%}.row-cols-xl-2>*{flex:0 0 50%;max-width:50%}.row-cols-xl-3>*{flex:0 0 33.3333333333%;max-width:33.3333333333%}.row-cols-xl-4>*{flex:0 0 25%;max-width:25%}.row-cols-xl-5>*{flex:0 0 20%;max-width:20%}.row-cols-xl-6>*{flex:0 0 16.6666666667%;max-width:16.6666666667%}.col-xl-auto{flex:0 0 auto;max-width:100%;width:auto}.col-xl-1{flex:0 0 8.33333333%;max-width:8.33333333%}.col-xl-2{flex:0 0 16.66666667%;max-width:16.66666667%}.col-xl-3{flex:0 0 25%;max-width:25%}.col-xl-4{flex:0 0 33.33333333%;max-width:33.33333333%}.col-xl-5{flex:0 0 41.66666667%;max-width:41.66666667%}.col-xl-6{flex:0 0 50%;max-width:50%}.col-xl-7{flex:0 0 58.33333333%;max-width:58.33333333%}.col-xl-8{flex:0 0 66.66666667%;max-width:66.66666667%}.col-xl-9{flex:0 0 75%;max-width:75%}.col-xl-10{flex:0 0 83.33333333%;max-width:83.33333333%}.col-xl-11{flex:0 0 91.66666667%;max-width:91.66666667%}.col-xl-12{flex:0 0 100%;max-width:100%}.order-xl-first{order:-1}.order-xl-last{order:13}.order-xl-0{order:0}.order-xl-1{order:1}.order-xl-2{order:2}.order-xl-3{order:3}.order-xl-4{order:4}.order-xl-5{order:5}.order-xl-6{order:6}.order-xl-7{order:7}.order-xl-8{order:8}.order-xl-9{order:9}.order-xl-10{order:10}.order-xl-11{order:11}.order-xl-12{order:12}.offset-xl-0{margin-left:0}.offset-xl-1{margin-left:8.33333333%}.offset-xl-2{margin-left:16.66666667%}.offset-xl-3{margin-left:25%}.offset-xl-4{margin-left:33.33333333%}.offset-xl-5{margin-left:41.66666667%}.offset-xl-6{margin-left:50%}.offset-xl-7{margin-left:58.33333333%}.offset-xl-8{margin-left:66.66666667%}.offset-xl-9{margin-left:75%}.offset-xl-10{margin-left:83.33333333%}.offset-xl-11{margin-left:91.66666667%}}.d-none{display:none!important}.d-inline{display:inline!important}.d-inline-block{display:inline-block!important}.d-block{display:block!important}.d-table{display:table!important}.d-table-row{display:table-row!important}.d-table-cell{display:table-cell!important}.d-flex{display:flex!important}.d-inline-flex{display:inline-flex!important}@media(min-width:576px){.d-sm-none{display:none!important}.d-sm-inline{display:inline!important}.d-sm-inline-block{display:inline-block!important}.d-sm-block{display:block!important}.d-sm-table{display:table!important}.d-sm-table-row{display:table-row!important}.d-sm-table-cell{display:table-cell!important}.d-sm-flex{display:flex!important}.d-sm-inline-flex{display:inline-flex!important}}@media(min-width:768px){.d-md-none{display:none!important}.d-md-inline{display:inline!important}.d-md-inline-block{display:inline-block!important}.d-md-block{display:block!important}.d-md-table{display:table!important}.d-md-table-row{display:table-row!important}.d-md-table-cell{display:table-cell!important}.d-md-flex{display:flex!important}.d-md-inline-flex{display:inline-flex!important}}@media(min-width:992px){.d-lg-none{display:none!important}.d-lg-inline{display:inline!important}.d-lg-inline-block{display:inline-block!important}.d-lg-block{display:block!important}.d-lg-table{display:table!important}.d-lg-table-row{display:table-row!important}.d-lg-table-cell{display:table-cell!important}.d-lg-flex{display:flex!important}.d-lg-inline-flex{display:inline-flex!important}}@media(min-width:1200px){.d-xl-none{display:none!important}.d-xl-inline{display:inline!important}.d-xl-inline-block{display:inline-block!important}.d-xl-block{display:block!important}.d-xl-table{display:table!important}.d-xl-table-row{display:table-row!important}.d-xl-table-cell{display:table-cell!important}.d-xl-flex{display:flex!important}.d-xl-inline-flex{display:inline-flex!important}}@media print{.d-print-none{display:none!important}.d-print-inline{display:inline!important}.d-print-inline-block{display:inline-block!important}.d-print-block{display:block!important}.d-print-table{display:table!important}.d-print-table-row{display:table-row!important}.d-print-table-cell{display:table-cell!important}.d-print-flex{display:flex!important}.d-print-inline-flex{display:inline-flex!important}}.flex-row{flex-direction:row!important}.flex-column{flex-direction:column!important}.flex-row-reverse{flex-direction:row-reverse!important}.flex-column-reverse{flex-direction:column-reverse!important}.flex-wrap{flex-wrap:wrap!important}.flex-nowrap{flex-wrap:nowrap!important}.flex-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-fill{flex:1 1 auto!important}.flex-grow-0{flex-grow:0!important}.flex-grow-1{flex-grow:1!important}.flex-shrink-0{flex-shrink:0!important}.flex-shrink-1{flex-shrink:1!important}.justify-content-start{justify-content:flex-start!important}.justify-content-end{justify-content:flex-end!important}.justify-content-center{justify-content:center!important}.justify-content-between{justify-content:space-between!important}.justify-content-around{justify-content:space-around!important}.align-items-start{align-items:flex-start!important}.align-items-end{align-items:flex-end!important}.align-items-center{align-items:center!important}.align-items-baseline{align-items:baseline!important}.align-items-stretch{align-items:stretch!important}.align-content-start{align-content:flex-start!important}.align-content-end{align-content:flex-end!important}.align-content-center{align-content:center!important}.align-content-between{align-content:space-between!important}.align-content-around{align-content:space-around!important}.align-content-stretch{align-content:stretch!important}.align-self-auto{align-self:auto!important}.align-self-start{align-self:flex-start!important}.align-self-end{align-self:flex-end!important}.align-self-center{align-self:center!important}.align-self-baseline{align-self:baseline!important}.align-self-stretch{align-self:stretch!important}@media(min-width:576px){.flex-sm-row{flex-direction:row!important}.flex-sm-column{flex-direction:column!important}.flex-sm-row-reverse{flex-direction:row-reverse!important}.flex-sm-column-reverse{flex-direction:column-reverse!important}.flex-sm-wrap{flex-wrap:wrap!important}.flex-sm-nowrap{flex-wrap:nowrap!important}.flex-sm-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-sm-fill{flex:1 1 auto!important}.flex-sm-grow-0{flex-grow:0!important}.flex-sm-grow-1{flex-grow:1!important}.flex-sm-shrink-0{flex-shrink:0!important}.flex-sm-shrink-1{flex-shrink:1!important}.justify-content-sm-start{justify-content:flex-start!important}.justify-content-sm-end{justify-content:flex-end!important}.justify-content-sm-center{justify-content:center!important}.justify-content-sm-between{justify-content:space-between!important}.justify-content-sm-around{justify-content:space-around!important}.align-items-sm-start{align-items:flex-start!important}.align-items-sm-end{align-items:flex-end!important}.align-items-sm-center{align-items:center!important}.align-items-sm-baseline{align-items:baseline!important}.align-items-sm-stretch{align-items:stretch!important}.align-content-sm-start{align-content:flex-start!important}.align-content-sm-end{align-content:flex-end!important}.align-content-sm-center{align-content:center!important}.align-content-sm-between{align-content:space-between!important}.align-content-sm-around{align-content:space-around!important}.align-content-sm-stretch{align-content:stretch!important}.align-self-sm-auto{align-self:auto!important}.align-self-sm-start{align-self:flex-start!important}.align-self-sm-end{align-self:flex-end!important}.align-self-sm-center{align-self:center!important}.align-self-sm-baseline{align-self:baseline!important}.align-self-sm-stretch{align-self:stretch!important}}@media(min-width:768px){.flex-md-row{flex-direction:row!important}.flex-md-column{flex-direction:column!important}.flex-md-row-reverse{flex-direction:row-reverse!important}.flex-md-column-reverse{flex-direction:column-reverse!important}.flex-md-wrap{flex-wrap:wrap!important}.flex-md-nowrap{flex-wrap:nowrap!important}.flex-md-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-md-fill{flex:1 1 auto!important}.flex-md-grow-0{flex-grow:0!important}.flex-md-grow-1{flex-grow:1!important}.flex-md-shrink-0{flex-shrink:0!important}.flex-md-shrink-1{flex-shrink:1!important}.justify-content-md-start{justify-content:flex-start!important}.justify-content-md-end{justify-content:flex-end!important}.justify-content-md-center{justify-content:center!important}.justify-content-md-between{justify-content:space-between!important}.justify-content-md-around{justify-content:space-around!important}.align-items-md-start{align-items:flex-start!important}.align-items-md-end{align-items:flex-end!important}.align-items-md-center{align-items:center!important}.align-items-md-baseline{align-items:baseline!important}.align-items-md-stretch{align-items:stretch!important}.align-content-md-start{align-content:flex-start!important}.align-content-md-end{align-content:flex-end!important}.align-content-md-center{align-content:center!important}.align-content-md-between{align-content:space-between!important}.align-content-md-around{align-content:space-around!important}.align-content-md-stretch{align-content:stretch!important}.align-self-md-auto{align-self:auto!important}.align-self-md-start{align-self:flex-start!important}.align-self-md-end{align-self:flex-end!important}.align-self-md-center{align-self:center!important}.align-self-md-baseline{align-self:baseline!important}.align-self-md-stretch{align-self:stretch!important}}@media(min-width:992px){.flex-lg-row{flex-direction:row!important}.flex-lg-column{flex-direction:column!important}.flex-lg-row-reverse{flex-direction:row-reverse!important}.flex-lg-column-reverse{flex-direction:column-reverse!important}.flex-lg-wrap{flex-wrap:wrap!important}.flex-lg-nowrap{flex-wrap:nowrap!important}.flex-lg-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-lg-fill{flex:1 1 auto!important}.flex-lg-grow-0{flex-grow:0!important}.flex-lg-grow-1{flex-grow:1!important}.flex-lg-shrink-0{flex-shrink:0!important}.flex-lg-shrink-1{flex-shrink:1!important}.justify-content-lg-start{justify-content:flex-start!important}.justify-content-lg-end{justify-content:flex-end!important}.justify-content-lg-center{justify-content:center!important}.justify-content-lg-between{justify-content:space-between!important}.justify-content-lg-around{justify-content:space-around!important}.align-items-lg-start{align-items:flex-start!important}.align-items-lg-end{align-items:flex-end!important}.align-items-lg-center{align-items:center!important}.align-items-lg-baseline{align-items:baseline!important}.align-items-lg-stretch{align-items:stretch!important}.align-content-lg-start{align-content:flex-start!important}.align-content-lg-end{align-content:flex-end!important}.align-content-lg-center{align-content:center!important}.align-content-lg-between{align-content:space-between!important}.align-content-lg-around{align-content:space-around!important}.align-content-lg-stretch{align-content:stretch!important}.align-self-lg-auto{align-self:auto!important}.align-self-lg-start{align-self:flex-start!important}.align-self-lg-end{align-self:flex-end!important}.align-self-lg-center{align-self:center!important}.align-self-lg-baseline{align-self:baseline!important}.align-self-lg-stretch{align-self:stretch!important}}@media(min-width:1200px){.flex-xl-row{flex-direction:row!important}.flex-xl-column{flex-direction:column!important}.flex-xl-row-reverse{flex-direction:row-reverse!important}.flex-xl-column-reverse{flex-direction:column-reverse!important}.flex-xl-wrap{flex-wrap:wrap!important}.flex-xl-nowrap{flex-wrap:nowrap!important}.flex-xl-wrap-reverse{flex-wrap:wrap-reverse!important}.flex-xl-fill{flex:1 1 auto!important}.flex-xl-grow-0{flex-grow:0!important}.flex-xl-grow-1{flex-grow:1!important}.flex-xl-shrink-0{flex-shrink:0!important}.flex-xl-shrink-1{flex-shrink:1!important}.justify-content-xl-start{justify-content:flex-start!important}.justify-content-xl-end{justify-content:flex-end!important}.justify-content-xl-center{justify-content:center!important}.justify-content-xl-between{justify-content:space-between!important}.justify-content-xl-around{justify-content:space-around!important}.align-items-xl-start{align-items:flex-start!important}.align-items-xl-end{align-items:flex-end!important}.align-items-xl-center{align-items:center!important}.align-items-xl-baseline{align-items:baseline!important}.align-items-xl-stretch{align-items:stretch!important}.align-content-xl-start{align-content:flex-start!important}.align-content-xl-end{align-content:flex-end!important}.align-content-xl-center{align-content:center!important}.align-content-xl-between{align-content:space-between!important}.align-content-xl-around{align-content:space-around!important}.align-content-xl-stretch{align-content:stretch!important}.align-self-xl-auto{align-self:auto!important}.align-self-xl-start{align-self:flex-start!important}.align-self-xl-end{align-self:flex-end!important}.align-self-xl-center{align-self:center!important}.align-self-xl-baseline{align-self:baseline!important}.align-self-xl-stretch{align-self:stretch!important}}.m-0{margin:0!important}.mt-0,.my-0{margin-top:0!important}.mr-0,.mx-0{margin-right:0!important}.mb-0,.my-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.m-1{margin:.25rem!important}.mt-1,.my-1{margin-top:.25rem!important}.mr-1,.mx-1{margin-right:.25rem!important}.mb-1,.my-1{margin-bottom:.25rem!important}.ml-1,.mx-1{margin-left:.25rem!important}.m-2{margin:.5rem!important}.mt-2,.my-2{margin-top:.5rem!important}.mr-2,.mx-2{margin-right:.5rem!important}.mb-2,.my-2{margin-bottom:.5rem!important}.ml-2,.mx-2{margin-left:.5rem!important}.m-3{margin:1rem!important}.mt-3,.my-3{margin-top:1rem!important}.mr-3,.mx-3{margin-right:1rem!important}.mb-3,.my-3{margin-bottom:1rem!important}.ml-3,.mx-3{margin-left:1rem!important}.m-4{margin:1.5rem!important}.mt-4,.my-4{margin-top:1.5rem!important}.mr-4,.mx-4{margin-right:1.5rem!important}.mb-4,.my-4{margin-bottom:1.5rem!important}.ml-4,.mx-4{margin-left:1.5rem!important}.m-5{margin:3rem!important}.mt-5,.my-5{margin-top:3rem!important}.mr-5,.mx-5{margin-right:3rem!important}.mb-5,.my-5{margin-bottom:3rem!important}.ml-5,.mx-5{margin-left:3rem!important}.p-0{padding:0!important}.pt-0,.py-0{padding-top:0!important}.pr-0,.px-0{padding-right:0!important}.pb-0,.py-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.p-1{padding:.25rem!important}.pt-1,.py-1{padding-top:.25rem!important}.pr-1,.px-1{padding-right:.25rem!important}.pb-1,.py-1{padding-bottom:.25rem!important}.pl-1,.px-1{padding-left:.25rem!important}.p-2{padding:.5rem!important}.pt-2,.py-2{padding-top:.5rem!important}.pr-2,.px-2{padding-right:.5rem!important}.pb-2,.py-2{padding-bottom:.5rem!important}.pl-2,.px-2{padding-left:.5rem!important}.p-3{padding:1rem!important}.pt-3,.py-3{padding-top:1rem!important}.pr-3,.px-3{padding-right:1rem!important}.pb-3,.py-3{padding-bottom:1rem!important}.pl-3,.px-3{padding-left:1rem!important}.p-4{padding:1.5rem!important}.pt-4,.py-4{padding-top:1.5rem!important}.pr-4,.px-4{padding-right:1.5rem!important}.pb-4,.py-4{padding-bottom:1.5rem!important}.pl-4,.px-4{padding-left:1.5rem!important}.p-5{padding:3rem!important}.pt-5,.py-5{padding-top:3rem!important}.pr-5,.px-5{padding-right:3rem!important}.pb-5,.py-5{padding-bottom:3rem!important}.pl-5,.px-5{padding-left:3rem!important}.m-n1{margin:-.25rem!important}.mt-n1,.my-n1{margin-top:-.25rem!important}.mr-n1,.mx-n1{margin-right:-.25rem!important}.mb-n1,.my-n1{margin-bottom:-.25rem!important}.ml-n1,.mx-n1{margin-left:-.25rem!important}.m-n2{margin:-.5rem!important}.mt-n2,.my-n2{margin-top:-.5rem!important}.mr-n2,.mx-n2{margin-right:-.5rem!important}.mb-n2,.my-n2{margin-bottom:-.5rem!important}.ml-n2,.mx-n2{margin-left:-.5rem!important}.m-n3{margin:-1rem!important}.mt-n3,.my-n3{margin-top:-1rem!important}.mr-n3,.mx-n3{margin-right:-1rem!important}.mb-n3,.my-n3{margin-bottom:-1rem!important}.ml-n3,.mx-n3{margin-left:-1rem!important}.m-n4{margin:-1.5rem!important}.mt-n4,.my-n4{margin-top:-1.5rem!important}.mr-n4,.mx-n4{margin-right:-1.5rem!important}.mb-n4,.my-n4{margin-bottom:-1.5rem!important}.ml-n4,.mx-n4{margin-left:-1.5rem!important}.m-n5{margin:-3rem!important}.mt-n5,.my-n5{margin-top:-3rem!important}.mr-n5,.mx-n5{margin-right:-3rem!important}.mb-n5,.my-n5{margin-bottom:-3rem!important}.ml-n5,.mx-n5{margin-left:-3rem!important}.m-auto{margin:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.mr-auto,.mx-auto{margin-right:auto!important}.mb-auto,.my-auto{margin-bottom:auto!important}.ml-auto,.mx-auto{margin-left:auto!important}@media(min-width:576px){.m-sm-0{margin:0!important}.mt-sm-0,.my-sm-0{margin-top:0!important}.mr-sm-0,.mx-sm-0{margin-right:0!important}.mb-sm-0,.my-sm-0{margin-bottom:0!important}.ml-sm-0,.mx-sm-0{margin-left:0!important}.m-sm-1{margin:.25rem!important}.mt-sm-1,.my-sm-1{margin-top:.25rem!important}.mr-sm-1,.mx-sm-1{margin-right:.25rem!important}.mb-sm-1,.my-sm-1{margin-bottom:.25rem!important}.ml-sm-1,.mx-sm-1{margin-left:.25rem!important}.m-sm-2{margin:.5rem!important}.mt-sm-2,.my-sm-2{margin-top:.5rem!important}.mr-sm-2,.mx-sm-2{margin-right:.5rem!important}.mb-sm-2,.my-sm-2{margin-bottom:.5rem!important}.ml-sm-2,.mx-sm-2{margin-left:.5rem!important}.m-sm-3{margin:1rem!important}.mt-sm-3,.my-sm-3{margin-top:1rem!important}.mr-sm-3,.mx-sm-3{margin-right:1rem!important}.mb-sm-3,.my-sm-3{margin-bottom:1rem!important}.ml-sm-3,.mx-sm-3{margin-left:1rem!important}.m-sm-4{margin:1.5rem!important}.mt-sm-4,.my-sm-4{margin-top:1.5rem!important}.mr-sm-4,.mx-sm-4{margin-right:1.5rem!important}.mb-sm-4,.my-sm-4{margin-bottom:1.5rem!important}.ml-sm-4,.mx-sm-4{margin-left:1.5rem!important}.m-sm-5{margin:3rem!important}.mt-sm-5,.my-sm-5{margin-top:3rem!important}.mr-sm-5,.mx-sm-5{margin-right:3rem!important}.mb-sm-5,.my-sm-5{margin-bottom:3rem!important}.ml-sm-5,.mx-sm-5{margin-left:3rem!important}.p-sm-0{padding:0!important}.pt-sm-0,.py-sm-0{padding-top:0!important}.pr-sm-0,.px-sm-0{padding-right:0!important}.pb-sm-0,.py-sm-0{padding-bottom:0!important}.pl-sm-0,.px-sm-0{padding-left:0!important}.p-sm-1{padding:.25rem!important}.pt-sm-1,.py-sm-1{padding-top:.25rem!important}.pr-sm-1,.px-sm-1{padding-right:.25rem!important}.pb-sm-1,.py-sm-1{padding-bottom:.25rem!important}.pl-sm-1,.px-sm-1{padding-left:.25rem!important}.p-sm-2{padding:.5rem!important}.pt-sm-2,.py-sm-2{padding-top:.5rem!important}.pr-sm-2,.px-sm-2{padding-right:.5rem!important}.pb-sm-2,.py-sm-2{padding-bottom:.5rem!important}.pl-sm-2,.px-sm-2{padding-left:.5rem!important}.p-sm-3{padding:1rem!important}.pt-sm-3,.py-sm-3{padding-top:1rem!important}.pr-sm-3,.px-sm-3{padding-right:1rem!important}.pb-sm-3,.py-sm-3{padding-bottom:1rem!important}.pl-sm-3,.px-sm-3{padding-left:1rem!important}.p-sm-4{padding:1.5rem!important}.pt-sm-4,.py-sm-4{padding-top:1.5rem!important}.pr-sm-4,.px-sm-4{padding-right:1.5rem!important}.pb-sm-4,.py-sm-4{padding-bottom:1.5rem!important}.pl-sm-4,.px-sm-4{padding-left:1.5rem!important}.p-sm-5{padding:3rem!important}.pt-sm-5,.py-sm-5{padding-top:3rem!important}.pr-sm-5,.px-sm-5{padding-right:3rem!important}.pb-sm-5,.py-sm-5{padding-bottom:3rem!important}.pl-sm-5,.px-sm-5{padding-left:3rem!important}.m-sm-n1{margin:-.25rem!important}.mt-sm-n1,.my-sm-n1{margin-top:-.25rem!important}.mr-sm-n1,.mx-sm-n1{margin-right:-.25rem!important}.mb-sm-n1,.my-sm-n1{margin-bottom:-.25rem!important}.ml-sm-n1,.mx-sm-n1{margin-left:-.25rem!important}.m-sm-n2{margin:-.5rem!important}.mt-sm-n2,.my-sm-n2{margin-top:-.5rem!important}.mr-sm-n2,.mx-sm-n2{margin-right:-.5rem!important}.mb-sm-n2,.my-sm-n2{margin-bottom:-.5rem!important}.ml-sm-n2,.mx-sm-n2{margin-left:-.5rem!important}.m-sm-n3{margin:-1rem!important}.mt-sm-n3,.my-sm-n3{margin-top:-1rem!important}.mr-sm-n3,.mx-sm-n3{margin-right:-1rem!important}.mb-sm-n3,.my-sm-n3{margin-bottom:-1rem!important}.ml-sm-n3,.mx-sm-n3{margin-left:-1rem!important}.m-sm-n4{margin:-1.5rem!important}.mt-sm-n4,.my-sm-n4{margin-top:-1.5rem!important}.mr-sm-n4,.mx-sm-n4{margin-right:-1.5rem!important}.mb-sm-n4,.my-sm-n4{margin-bottom:-1.5rem!important}.ml-sm-n4,.mx-sm-n4{margin-left:-1.5rem!important}.m-sm-n5{margin:-3rem!important}.mt-sm-n5,.my-sm-n5{margin-top:-3rem!important}.mr-sm-n5,.mx-sm-n5{margin-right:-3rem!important}.mb-sm-n5,.my-sm-n5{margin-bottom:-3rem!important}.ml-sm-n5,.mx-sm-n5{margin-left:-3rem!important}.m-sm-auto{margin:auto!important}.mt-sm-auto,.my-sm-auto{margin-top:auto!important}.mr-sm-auto,.mx-sm-auto{margin-right:auto!important}.mb-sm-auto,.my-sm-auto{margin-bottom:auto!important}.ml-sm-auto,.mx-sm-auto{margin-left:auto!important}}@media(min-width:768px){.m-md-0{margin:0!important}.mt-md-0,.my-md-0{margin-top:0!important}.mr-md-0,.mx-md-0{margin-right:0!important}.mb-md-0,.my-md-0{margin-bottom:0!important}.ml-md-0,.mx-md-0{margin-left:0!important}.m-md-1{margin:.25rem!important}.mt-md-1,.my-md-1{margin-top:.25rem!important}.mr-md-1,.mx-md-1{margin-right:.25rem!important}.mb-md-1,.my-md-1{margin-bottom:.25rem!important}.ml-md-1,.mx-md-1{margin-left:.25rem!important}.m-md-2{margin:.5rem!important}.mt-md-2,.my-md-2{margin-top:.5rem!important}.mr-md-2,.mx-md-2{margin-right:.5rem!important}.mb-md-2,.my-md-2{margin-bottom:.5rem!important}.ml-md-2,.mx-md-2{margin-left:.5rem!important}.m-md-3{margin:1rem!important}.mt-md-3,.my-md-3{margin-top:1rem!important}.mr-md-3,.mx-md-3{margin-right:1rem!important}.mb-md-3,.my-md-3{margin-bottom:1rem!important}.ml-md-3,.mx-md-3{margin-left:1rem!important}.m-md-4{margin:1.5rem!important}.mt-md-4,.my-md-4{margin-top:1.5rem!important}.mr-md-4,.mx-md-4{margin-right:1.5rem!important}.mb-md-4,.my-md-4{margin-bottom:1.5rem!important}.ml-md-4,.mx-md-4{margin-left:1.5rem!important}.m-md-5{margin:3rem!important}.mt-md-5,.my-md-5{margin-top:3rem!important}.mr-md-5,.mx-md-5{margin-right:3rem!important}.mb-md-5,.my-md-5{margin-bottom:3rem!important}.ml-md-5,.mx-md-5{margin-left:3rem!important}.p-md-0{padding:0!important}.pt-md-0,.py-md-0{padding-top:0!important}.pr-md-0,.px-md-0{padding-right:0!important}.pb-md-0,.py-md-0{padding-bottom:0!important}.pl-md-0,.px-md-0{padding-left:0!important}.p-md-1{padding:.25rem!important}.pt-md-1,.py-md-1{padding-top:.25rem!important}.pr-md-1,.px-md-1{padding-right:.25rem!important}.pb-md-1,.py-md-1{padding-bottom:.25rem!important}.pl-md-1,.px-md-1{padding-left:.25rem!important}.p-md-2{padding:.5rem!important}.pt-md-2,.py-md-2{padding-top:.5rem!important}.pr-md-2,.px-md-2{padding-right:.5rem!important}.pb-md-2,.py-md-2{padding-bottom:.5rem!important}.pl-md-2,.px-md-2{padding-left:.5rem!important}.p-md-3{padding:1rem!important}.pt-md-3,.py-md-3{padding-top:1rem!important}.pr-md-3,.px-md-3{padding-right:1rem!important}.pb-md-3,.py-md-3{padding-bottom:1rem!important}.pl-md-3,.px-md-3{padding-left:1rem!important}.p-md-4{padding:1.5rem!important}.pt-md-4,.py-md-4{padding-top:1.5rem!important}.pr-md-4,.px-md-4{padding-right:1.5rem!important}.pb-md-4,.py-md-4{padding-bottom:1.5rem!important}.pl-md-4,.px-md-4{padding-left:1.5rem!important}.p-md-5{padding:3rem!important}.pt-md-5,.py-md-5{padding-top:3rem!important}.pr-md-5,.px-md-5{padding-right:3rem!important}.pb-md-5,.py-md-5{padding-bottom:3rem!important}.pl-md-5,.px-md-5{padding-left:3rem!important}.m-md-n1{margin:-.25rem!important}.mt-md-n1,.my-md-n1{margin-top:-.25rem!important}.mr-md-n1,.mx-md-n1{margin-right:-.25rem!important}.mb-md-n1,.my-md-n1{margin-bottom:-.25rem!important}.ml-md-n1,.mx-md-n1{margin-left:-.25rem!important}.m-md-n2{margin:-.5rem!important}.mt-md-n2,.my-md-n2{margin-top:-.5rem!important}.mr-md-n2,.mx-md-n2{margin-right:-.5rem!important}.mb-md-n2,.my-md-n2{margin-bottom:-.5rem!important}.ml-md-n2,.mx-md-n2{margin-left:-.5rem!important}.m-md-n3{margin:-1rem!important}.mt-md-n3,.my-md-n3{margin-top:-1rem!important}.mr-md-n3,.mx-md-n3{margin-right:-1rem!important}.mb-md-n3,.my-md-n3{margin-bottom:-1rem!important}.ml-md-n3,.mx-md-n3{margin-left:-1rem!important}.m-md-n4{margin:-1.5rem!important}.mt-md-n4,.my-md-n4{margin-top:-1.5rem!important}.mr-md-n4,.mx-md-n4{margin-right:-1.5rem!important}.mb-md-n4,.my-md-n4{margin-bottom:-1.5rem!important}.ml-md-n4,.mx-md-n4{margin-left:-1.5rem!important}.m-md-n5{margin:-3rem!important}.mt-md-n5,.my-md-n5{margin-top:-3rem!important}.mr-md-n5,.mx-md-n5{margin-right:-3rem!important}.mb-md-n5,.my-md-n5{margin-bottom:-3rem!important}.ml-md-n5,.mx-md-n5{margin-left:-3rem!important}.m-md-auto{margin:auto!important}.mt-md-auto,.my-md-auto{margin-top:auto!important}.mr-md-auto,.mx-md-auto{margin-right:auto!important}.mb-md-auto,.my-md-auto{margin-bottom:auto!important}.ml-md-auto,.mx-md-auto{margin-left:auto!important}}@media(min-width:992px){.m-lg-0{margin:0!important}.mt-lg-0,.my-lg-0{margin-top:0!important}.mr-lg-0,.mx-lg-0{margin-right:0!important}.mb-lg-0,.my-lg-0{margin-bottom:0!important}.ml-lg-0,.mx-lg-0{margin-left:0!important}.m-lg-1{margin:.25rem!important}.mt-lg-1,.my-lg-1{margin-top:.25rem!important}.mr-lg-1,.mx-lg-1{margin-right:.25rem!important}.mb-lg-1,.my-lg-1{margin-bottom:.25rem!important}.ml-lg-1,.mx-lg-1{margin-left:.25rem!important}.m-lg-2{margin:.5rem!important}.mt-lg-2,.my-lg-2{margin-top:.5rem!important}.mr-lg-2,.mx-lg-2{margin-right:.5rem!important}.mb-lg-2,.my-lg-2{margin-bottom:.5rem!important}.ml-lg-2,.mx-lg-2{margin-left:.5rem!important}.m-lg-3{margin:1rem!important}.mt-lg-3,.my-lg-3{margin-top:1rem!important}.mr-lg-3,.mx-lg-3{margin-right:1rem!important}.mb-lg-3,.my-lg-3{margin-bottom:1rem!important}.ml-lg-3,.mx-lg-3{margin-left:1rem!important}.m-lg-4{margin:1.5rem!important}.mt-lg-4,.my-lg-4{margin-top:1.5rem!important}.mr-lg-4,.mx-lg-4{margin-right:1.5rem!important}.mb-lg-4,.my-lg-4{margin-bottom:1.5rem!important}.ml-lg-4,.mx-lg-4{margin-left:1.5rem!important}.m-lg-5{margin:3rem!important}.mt-lg-5,.my-lg-5{margin-top:3rem!important}.mr-lg-5,.mx-lg-5{margin-right:3rem!important}.mb-lg-5,.my-lg-5{margin-bottom:3rem!important}.ml-lg-5,.mx-lg-5{margin-left:3rem!important}.p-lg-0{padding:0!important}.pt-lg-0,.py-lg-0{padding-top:0!important}.pr-lg-0,.px-lg-0{padding-right:0!important}.pb-lg-0,.py-lg-0{padding-bottom:0!important}.pl-lg-0,.px-lg-0{padding-left:0!important}.p-lg-1{padding:.25rem!important}.pt-lg-1,.py-lg-1{padding-top:.25rem!important}.pr-lg-1,.px-lg-1{padding-right:.25rem!important}.pb-lg-1,.py-lg-1{padding-bottom:.25rem!important}.pl-lg-1,.px-lg-1{padding-left:.25rem!important}.p-lg-2{padding:.5rem!important}.pt-lg-2,.py-lg-2{padding-top:.5rem!important}.pr-lg-2,.px-lg-2{padding-right:.5rem!important}.pb-lg-2,.py-lg-2{padding-bottom:.5rem!important}.pl-lg-2,.px-lg-2{padding-left:.5rem!important}.p-lg-3{padding:1rem!important}.pt-lg-3,.py-lg-3{padding-top:1rem!important}.pr-lg-3,.px-lg-3{padding-right:1rem!important}.pb-lg-3,.py-lg-3{padding-bottom:1rem!important}.pl-lg-3,.px-lg-3{padding-left:1rem!important}.p-lg-4{padding:1.5rem!important}.pt-lg-4,.py-lg-4{padding-top:1.5rem!important}.pr-lg-4,.px-lg-4{padding-right:1.5rem!important}.pb-lg-4,.py-lg-4{padding-bottom:1.5rem!important}.pl-lg-4,.px-lg-4{padding-left:1.5rem!important}.p-lg-5{padding:3rem!important}.pt-lg-5,.py-lg-5{padding-top:3rem!important}.pr-lg-5,.px-lg-5{padding-right:3rem!important}.pb-lg-5,.py-lg-5{padding-bottom:3rem!important}.pl-lg-5,.px-lg-5{padding-left:3rem!important}.m-lg-n1{margin:-.25rem!important}.mt-lg-n1,.my-lg-n1{margin-top:-.25rem!important}.mr-lg-n1,.mx-lg-n1{margin-right:-.25rem!important}.mb-lg-n1,.my-lg-n1{margin-bottom:-.25rem!important}.ml-lg-n1,.mx-lg-n1{margin-left:-.25rem!important}.m-lg-n2{margin:-.5rem!important}.mt-lg-n2,.my-lg-n2{margin-top:-.5rem!important}.mr-lg-n2,.mx-lg-n2{margin-right:-.5rem!important}.mb-lg-n2,.my-lg-n2{margin-bottom:-.5rem!important}.ml-lg-n2,.mx-lg-n2{margin-left:-.5rem!important}.m-lg-n3{margin:-1rem!important}.mt-lg-n3,.my-lg-n3{margin-top:-1rem!important}.mr-lg-n3,.mx-lg-n3{margin-right:-1rem!important}.mb-lg-n3,.my-lg-n3{margin-bottom:-1rem!important}.ml-lg-n3,.mx-lg-n3{margin-left:-1rem!important}.m-lg-n4{margin:-1.5rem!important}.mt-lg-n4,.my-lg-n4{margin-top:-1.5rem!important}.mr-lg-n4,.mx-lg-n4{margin-right:-1.5rem!important}.mb-lg-n4,.my-lg-n4{margin-bottom:-1.5rem!important}.ml-lg-n4,.mx-lg-n4{margin-left:-1.5rem!important}.m-lg-n5{margin:-3rem!important}.mt-lg-n5,.my-lg-n5{margin-top:-3rem!important}.mr-lg-n5,.mx-lg-n5{margin-right:-3rem!important}.mb-lg-n5,.my-lg-n5{margin-bottom:-3rem!important}.ml-lg-n5,.mx-lg-n5{margin-left:-3rem!important}.m-lg-auto{margin:auto!important}.mt-lg-auto,.my-lg-auto{margin-top:auto!important}.mr-lg-auto,.mx-lg-auto{margin-right:auto!important}.mb-lg-auto,.my-lg-auto{margin-bottom:auto!important}.ml-lg-auto,.mx-lg-auto{margin-left:auto!important}}@media(min-width:1200px){.m-xl-0{margin:0!important}.mt-xl-0,.my-xl-0{margin-top:0!important}.mr-xl-0,.mx-xl-0{margin-right:0!important}.mb-xl-0,.my-xl-0{margin-bottom:0!important}.ml-xl-0,.mx-xl-0{margin-left:0!important}.m-xl-1{margin:.25rem!important}.mt-xl-1,.my-xl-1{margin-top:.25rem!important}.mr-xl-1,.mx-xl-1{margin-right:.25rem!important}.mb-xl-1,.my-xl-1{margin-bottom:.25rem!important}.ml-xl-1,.mx-xl-1{margin-left:.25rem!important}.m-xl-2{margin:.5rem!important}.mt-xl-2,.my-xl-2{margin-top:.5rem!important}.mr-xl-2,.mx-xl-2{margin-right:.5rem!important}.mb-xl-2,.my-xl-2{margin-bottom:.5rem!important}.ml-xl-2,.mx-xl-2{margin-left:.5rem!important}.m-xl-3{margin:1rem!important}.mt-xl-3,.my-xl-3{margin-top:1rem!important}.mr-xl-3,.mx-xl-3{margin-right:1rem!important}.mb-xl-3,.my-xl-3{margin-bottom:1rem!important}.ml-xl-3,.mx-xl-3{margin-left:1rem!important}.m-xl-4{margin:1.5rem!important}.mt-xl-4,.my-xl-4{margin-top:1.5rem!important}.mr-xl-4,.mx-xl-4{margin-right:1.5rem!important}.mb-xl-4,.my-xl-4{margin-bottom:1.5rem!important}.ml-xl-4,.mx-xl-4{margin-left:1.5rem!important}.m-xl-5{margin:3rem!important}.mt-xl-5,.my-xl-5{margin-top:3rem!important}.mr-xl-5,.mx-xl-5{margin-right:3rem!important}.mb-xl-5,.my-xl-5{margin-bottom:3rem!important}.ml-xl-5,.mx-xl-5{margin-left:3rem!important}.p-xl-0{padding:0!important}.pt-xl-0,.py-xl-0{padding-top:0!important}.pr-xl-0,.px-xl-0{padding-right:0!important}.pb-xl-0,.py-xl-0{padding-bottom:0!important}.pl-xl-0,.px-xl-0{padding-left:0!important}.p-xl-1{padding:.25rem!important}.pt-xl-1,.py-xl-1{padding-top:.25rem!important}.pr-xl-1,.px-xl-1{padding-right:.25rem!important}.pb-xl-1,.py-xl-1{padding-bottom:.25rem!important}.pl-xl-1,.px-xl-1{padding-left:.25rem!important}.p-xl-2{padding:.5rem!important}.pt-xl-2,.py-xl-2{padding-top:.5rem!important}.pr-xl-2,.px-xl-2{padding-right:.5rem!important}.pb-xl-2,.py-xl-2{padding-bottom:.5rem!important}.pl-xl-2,.px-xl-2{padding-left:.5rem!important}.p-xl-3{padding:1rem!important}.pt-xl-3,.py-xl-3{padding-top:1rem!important}.pr-xl-3,.px-xl-3{padding-right:1rem!important}.pb-xl-3,.py-xl-3{padding-bottom:1rem!important}.pl-xl-3,.px-xl-3{padding-left:1rem!important}.p-xl-4{padding:1.5rem!important}.pt-xl-4,.py-xl-4{padding-top:1.5rem!important}.pr-xl-4,.px-xl-4{padding-right:1.5rem!important}.pb-xl-4,.py-xl-4{padding-bottom:1.5rem!important}.pl-xl-4,.px-xl-4{padding-left:1.5rem!important}.p-xl-5{padding:3rem!important}.pt-xl-5,.py-xl-5{padding-top:3rem!important}.pr-xl-5,.px-xl-5{padding-right:3rem!important}.pb-xl-5,.py-xl-5{padding-bottom:3rem!important}.pl-xl-5,.px-xl-5{padding-left:3rem!important}.m-xl-n1{margin:-.25rem!important}.mt-xl-n1,.my-xl-n1{margin-top:-.25rem!important}.mr-xl-n1,.mx-xl-n1{margin-right:-.25rem!important}.mb-xl-n1,.my-xl-n1{margin-bottom:-.25rem!important}.ml-xl-n1,.mx-xl-n1{margin-left:-.25rem!important}.m-xl-n2{margin:-.5rem!important}.mt-xl-n2,.my-xl-n2{margin-top:-.5rem!important}.mr-xl-n2,.mx-xl-n2{margin-right:-.5rem!important}.mb-xl-n2,.my-xl-n2{margin-bottom:-.5rem!important}.ml-xl-n2,.mx-xl-n2{margin-left:-.5rem!important}.m-xl-n3{margin:-1rem!important}.mt-xl-n3,.my-xl-n3{margin-top:-1rem!important}.mr-xl-n3,.mx-xl-n3{margin-right:-1rem!important}.mb-xl-n3,.my-xl-n3{margin-bottom:-1rem!important}.ml-xl-n3,.mx-xl-n3{margin-left:-1rem!important}.m-xl-n4{margin:-1.5rem!important}.mt-xl-n4,.my-xl-n4{margin-top:-1.5rem!important}.mr-xl-n4,.mx-xl-n4{margin-right:-1.5rem!important}.mb-xl-n4,.my-xl-n4{margin-bottom:-1.5rem!important}.ml-xl-n4,.mx-xl-n4{margin-left:-1.5rem!important}.m-xl-n5{margin:-3rem!important}.mt-xl-n5,.my-xl-n5{margin-top:-3rem!important}.mr-xl-n5,.mx-xl-n5{margin-right:-3rem!important}.mb-xl-n5,.my-xl-n5{margin-bottom:-3rem!important}.ml-xl-n5,.mx-xl-n5{margin-left:-3rem!important}.m-xl-auto{margin:auto!important}.mt-xl-auto,.my-xl-auto{margin-top:auto!important}.mr-xl-auto,.mx-xl-auto{margin-right:auto!important}.mb-xl-auto,.my-xl-auto{margin-bottom:auto!important}.ml-xl-auto,.mx-xl-auto{margin-left:auto!important}}.text-monospace{font-family:SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace!important}.text-justify{text-align:justify!important}.text-wrap{white-space:normal!important}.text-nowrap{white-space:nowrap!important}.text-truncate{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-left{text-align:left!important}.text-right{text-align:right!important}.text-center{text-align:center!important}@media(min-width:576px){.text-sm-left{text-align:left!important}.text-sm-right{text-align:right!important}.text-sm-center{text-align:center!important}}@media(min-width:768px){.text-md-left{text-align:left!important}.text-md-right{text-align:right!important}.text-md-center{text-align:center!important}}@media(min-width:992px){.text-lg-left{text-align:left!important}.text-lg-right{text-align:right!important}.text-lg-center{text-align:center!important}}@media(min-width:1200px){.text-xl-left{text-align:left!important}.text-xl-right{text-align:right!important}.text-xl-center{text-align:center!important}}.text-lowercase{text-transform:lowercase!important}.text-uppercase{text-transform:uppercase!important}.text-capitalize{text-transform:capitalize!important}.font-weight-light{font-weight:300!important}.font-weight-lighter{font-weight:lighter!important}.font-weight-normal{font-weight:400!important}.font-weight-bold{font-weight:700!important}.font-weight-bolder{font-weight:bolder!important}.font-italic{font-style:italic!important}.text-white{color:#fff!important}.text-primary{color:#007bff!important}a.text-primary:focus,a.text-primary:hover{color:#0056b3!important}.text-secondary{color:#6c757d!important}a.text-secondary:focus,a.text-secondary:hover{color:#494f54!important}.text-success{color:#28a745!important}a.text-success:focus,a.text-success:hover{color:#19692c!important}.text-info{color:#17a2b8!important}a.text-info:focus,a.text-info:hover{color:#0f6674!important}.text-warning{color:#ffc107!important}a.text-warning:focus,a.text-warning:hover{color:#ba8b00!important}.text-danger{color:#dc3545!important}a.text-danger:focus,a.text-danger:hover{color:#a71d2a!important}.text-light{color:#f8f9fa!important}a.text-light:focus,a.text-light:hover{color:#cbd3da!important}.text-dark{color:#343a40!important}a.text-dark:focus,a.text-dark:hover{color:#121416!important}.text-body{color:#212529!important}.text-muted{color:#6c757d!important}.text-black-50{color:#00000080!important}.text-white-50{color:#ffffff80!important}.text-hide{background-color:#0000;border:0;color:#0000;font:0/0 a;text-shadow:none}.text-decoration-none{text-decoration:none!important}.text-break{word-wrap:break-word!important;word-break:break-word!important}.text-reset{color:inherit!important}.embed-responsive{display:block;overflow:hidden;padding:0;position:relative;width:100%}.embed-responsive:before{content:"";display:block}.embed-responsive .embed-responsive-item,.embed-responsive embed,.embed-responsive iframe,.embed-responsive object,.embed-responsive video{border:0;bottom:0;height:100%;left:0;position:absolute;top:0;width:100%}.embed-responsive-21by9:before{padding-top:42.85714286%}.embed-responsive-16by9:before{padding-top:56.25%}.embed-responsive-4by3:before{padding-top:75%}.embed-responsive-1by1:before{padding-top:100%}body{color:#000;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-size:16px;line-height:1.5;overflow-x:hidden;position:relative}.a,a{color:#17a2c6;cursor:pointer;transition:color .3s ease-in-out}.a:focus,.a:hover,a:focus,a:hover{color:#1386a4;text-decoration:none}:focus{outline:none}.title-lg,.title-md,.title-sm,.title-xs{font-stretch:normal;font-style:normal;font-weight:700;letter-spacing:normal;padding-bottom:0}.title-xs{font-size:16px;font-weight:600;line-height:1.25;margin-bottom:10px}.title-sm{font-size:18px;line-height:1.56;margin-bottom:10px}.title-md{font-size:22px;line-height:1.36;margin-bottom:10px}.title-lg{font-size:32px;line-height:1.5;margin-bottom:30px}.title-lg.text-ellipsis{flex-grow:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}@media(max-width:991.98px){.title-lg,.title-md{line-height:1.27}.title-lg{font-size:22px}}.font-weight-400{font-weight:400!important}.font-weight-600{font-weight:600}.font-weight-700{font-weight:700}.text-muted{color:#8e8e93}.text-danger{color:#ff3b30}.text-meta{color:#8e8e93;font-size:13px;font-weight:400;line-height:1.54}.text-ellipsis{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.text-clamp-1{-webkit-line-clamp:1}.text-clamp-1,.text-clamp-2{-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-clamp-2{-webkit-line-clamp:2}.text-clamp-3{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.text-capitalize{text-transform:capitalize}.text-no-select{-webkit-user-select:none;user-select:none}.text-pre-line{white-space:pre-line}.text-first-letter-uppercase:first-letter{text-transform:uppercase}.text-nowrap{white-space:nowrap}.search-popup-group-item.text-clamp,.search-popup-search_by-value.text-clamp,.value-text-clamp{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.cursor-pointer{cursor:pointer!important}.cursor-default{cursor:default!important}.position_relative{position:relative}.h-100{height:100%}.pt-10{padding-top:10px}.pt-20{padding-top:20px!important}.pb-5{padding-bottom:5px!important}.pb-10{padding-bottom:10px}.pb-20{padding-bottom:20px}.pb-30{padding-bottom:30px}.mb-5{margin-bottom:5px!important}.mb-10{margin-bottom:10px}.mb-15{margin-bottom:15px}.mb-20{margin-bottom:20px}.mb-30{margin-bottom:30px}.mb-30i{margin-bottom:30px!important}.mb--2{margin-bottom:-2px!important}.mb--5{margin-bottom:-5px!important}.mb--10{margin-bottom:-10px!important}.mb--20{margin-bottom:-20px}.mt-5{margin-top:5px!important}.mt-10{margin-top:10px}.mt-15{margin-top:15px}.mt-20{margin-top:20px}.mt-30{margin-top:30px}.mt-30i{margin-top:30px!important}.mt-100{margin-top:100px}.mt--10{margin-top:-10px}.mt--20{margin-top:-20px}.mt_mt-10+.mt_mt-10{margin-top:10px}.mt_mt-20+.mt_mt-20{margin-top:20px}.mt_mt-30+.mt_mt-30{margin-top:30px}.ml-5{margin-left:5px!important}.ml-10{margin-left:10px!important}.ml-20{margin-left:20px!important}.mr-10{margin-right:10px}.pe-none{pointer-events:none}.container-overflow-x-hidden{overflow-x:hidden}.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:100%}@media(min-width:992px){.container,.container-lg,.container-md,.container-sm,.container-xl{max-width:1200px}}.max_width--md{max-width:760px}.max_width--lg{max-width:860px}.row--gutters-0{margin-left:0;margin-right:0}.row--gutters-0>[class*=col]{padding-left:0;padding-right:0}.row--gutters-10{margin-left:-10px;margin-right:-10px}.row--gutters-10>[class*=col]{padding-left:10px;padding-right:10px}.row--gutters-5{margin-left:-5px;margin-right:-5px}.row--gutters-5>[class*=col]{padding-left:5px;padding-right:5px}.row--equal_height{display:flex;flex-wrap:wrap}.row--equal_height>[class*=col-]{display:flex}.row--equal_height>[class*=col-]>[class*=-item],.row--equal_height>[class*=col-]>div{width:100%}@media(max-width:991.98px){.row{margin-left:-10px;margin-right:-10px}.row>[class*=col-]{padding-left:10px;padding-right:10px}.row--gutters-5{margin-left:-5px;margin-right:-5px}.row--gutters-5>[class*=col]{padding-left:5px;padding-right:5px}}.row--mb-10{margin-bottom:-10px}.row--mb-10>[class*=col-]{margin-bottom:10px}.row--mb-20{margin-bottom:-20px}.row--mb-20>[class*=col-]{margin-bottom:20px}.row--mb-30{margin-bottom:-30px}.row--mb-30>[class*=col-]{margin-bottom:30px}.gap-10{display:flex;gap:10px}.isWindows .styled_scroll{overflow-x:hidden;overflow-y:scroll}.isWindows .styled_scroll>*{margin-right:-8px}.isWindows .styled_scroll::-webkit-scrollbar{background-color:red;width:8px}.isWindows .styled_scroll::-webkit-scrollbar-thumb{border-radius:10px;border-style:solid;border-width:3px 3px 3px 1px}.isWindows .styled_scroll::-webkit-scrollbar-button{display:none}.isWindows .styled_scroll:not(.styled_scroll--locked):hover::-webkit-scrollbar-thumb{background-color:#babac0}.isWindows .styled_scroll:not(.styled_scroll--locked):hover::-webkit-scrollbar-thumb:hover{background-color:#a0a0a5}.isWindows .styled_scroll::-webkit-scrollbar{background-color:#fff;border-color:#fff}.isWindows .styled_scroll::-webkit-scrollbar-track,.isWindows .styled_scroll::-webkit-scrollbar-track:hover{background-color:#fff}.isWindows .styled_scroll::-webkit-scrollbar-thumb{background-color:#fff;border-color:#fff}.isWindows .styled_scroll--bg-gray::-webkit-scrollbar{background-color:#f9f9f9;border-color:#f9f9f9}.isWindows .styled_scroll--bg-gray::-webkit-scrollbar-track,.isWindows .styled_scroll--bg-gray::-webkit-scrollbar-track:hover{background-color:#f9f9f9}.isWindows .styled_scroll--bg-gray::-webkit-scrollbar-thumb{background-color:#f9f9f9;border-color:#f9f9f9}body,html{height:100%}body{-webkit-overflow-scrolling:touch}.isWindows body{overflow-y:scroll}#root{height:100%;position:relative;width:100%}.ct_actions{align-items:center;display:flex;justify-content:center;position:absolute;right:15px;top:17px;z-index:1}.ct_actions:before{background-color:#e0e0dd;content:"";display:block;height:28px;left:-11px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.ct_actions-btn{cursor:pointer;height:28px;opacity:.25;transition:opacity .3s ease-in-out;width:28px}.ct_actions-btn:hover{opacity:1}.ct_actions-btn--info{background:url(/static/media/info.024a4d427786c9b91f4a.svg) no-repeat 50%}.ct_actions-btn--edit{background:url(/static/media/settings.7f93aad8da765331cb11.svg) no-repeat 50%}.ct_actions-btn--remove{background:url(/static/media/trash.458b21269604a40eda04.svg) no-repeat 50%}.ct_actions--dark .ct_actions-btn{opacity:1}.ct_actions--x1{padding-right:68px}.ct_actions--full{bottom:0;cursor:pointer;padding-left:11px;padding-right:15px;position:absolute;right:0;top:0}.ct_actions--full:hover .ct_actions-btn{opacity:1}.ct_actions--full:before{left:0}.ct_actions--max-63{bottom:auto;height:100%;max-height:63px}.ct_actions--inline{left:auto;position:relative;right:auto;top:auto}.ct_actions--inline:before{display:none}.ct_actions--outside{left:calc(100% + 10px);right:auto}.ct_actions--outside:before{display:none}.meta{border-radius:20px;display:inline-block;padding:10px 15px}.meta--secondary{color:#17a2c6}.meta--secondary,.meta--secondary-dark{background-color:#f6f6f6;font-weight:600;line-height:1.25}.meta-group{margin-bottom:-10px;margin-left:-5px;position:relative}.meta-group .meta{margin-bottom:10px;margin-left:5px}.box{margin-bottom:30px;position:relative}.box:last-child{margin-bottom:0}.box-header{padding-bottom:10px;position:relative}.box-header-link{color:#17a2c6;cursor:pointer;font-weight:700;line-height:28px;text-align:right}.box-header-link:focus,.box-header-link:hover{color:#1386a4;text-decoration:none}.box-body{position:relative}.box-body--padding{padding:20px 0}.box-footer{padding-top:10px}.box--full-height{display:flex;flex-direction:column;height:100%}@media(max-width:991.98px){.box--full-height .box-body{flex:1 1;margin-left:-15px;margin-right:-15px;overflow-y:auto;padding-left:15px;padding-right:15px}.box--full-height .box-footer{margin-top:auto}}.box--with-icon .box-icon{left:-48px;position:absolute;top:-37px}@media(max-width:991.98px){.box--with-icon .box-icon{left:auto;right:-41px;top:-51px}}.box--with-icon .box-header{padding-left:130px}@media(max-width:991.98px){.box--with-icon .box-header{padding-left:0}}.box--md{max-width:760px}.box--lg{max-width:820px}@media(min-width:992px){.box--desktop-footer-fixed{padding-bottom:110px}.box--desktop-footer-fixed .box-footer{background-color:#fff;bottom:0;box-shadow:0 -2px 8px 0 #00000026;left:0;padding:30px 15px;position:fixed;right:0}.box--desktop-footer-fixed .box-footer:after,.box--desktop-footer-fixed .box-footer:before{content:"";height:30px;position:absolute;top:-15px;width:60px}}@media(min-width:992px)and (max-width:1310px){.box--desktop-footer-fixed .box-footer:after,.box--desktop-footer-fixed .box-footer:before{width:30px}}@media(min-width:992px){.box--desktop-footer-fixed .box-footer:before{background:linear-gradient(270deg,#fff0,#fff);left:0}.box--desktop-footer-fixed .box-footer:after{background:linear-gradient(90deg,#fff0,#fff);right:0}}@media(max-width:991.98px){.box--mobile-footer-fixed{padding-bottom:80px}.box--mobile-footer-fixed .box-footer{background-color:#fff;bottom:0;box-shadow:0 -2px 8px 0 #00000026;left:0;padding:15px;position:fixed;width:100vw}}.text-group p{margin-bottom:0}.text-group p.mb-30{margin-bottom:30px}.text-group p:last-child{margin-bottom:0}.text-group--md{max-width:760px}.text-group--lg{max-width:820px}.search-popup{background-color:#fff;border-radius:10px;box-shadow:0 1px 4px 0 #00000059;left:0;overflow:hidden;position:absolute;right:0;top:calc(100% + 10px);z-index:100}.search-popup-scroll{-webkit-overflow-scrolling:touch;max-height:70vh;overflow-y:auto;padding:10px 0}.search-popup-item{cursor:pointer;padding:10px 15px;transition:background-color .3s ease-in-out}.search-popup-item:hover{background-color:#f0f0f0}.search-popup-item-title{font-size:16px;font-weight:600;line-height:1.25}.search-popup-item-meta{color:#8e8e93;font-size:13px;line-height:1.54}.search-popup-group-title{font-size:16px;font-weight:600;line-height:1.25;padding:5px 15px}.search-popup-group-item{align-items:center;cursor:pointer;display:flex;gap:11px;padding:5px 15px;position:relative}.search-popup-group-item .check-container{align-items:center;background-color:#f2f3f3;border-radius:50%;display:flex;height:20px;justify-content:center;width:20px}.search-popup-group-item .check-container__icon{opacity:0}.search-popup-group-item .check-container__icon g{fill:#fff}.search-popup-group-item--active .check-container{background-color:#17a2c6}.search-popup-group-item--active .check-container__icon{opacity:1}.search-popup-group-item em{font-style:normal;font-weight:600}.search-popup-group-loader{padding:0 15px 5px;position:relative}.search-popup-group-loader .bubble-loader{left:15px;opacity:.2}.search-popup-search_by{font-size:14px;margin-top:-10px;padding-bottom:10px}.search-popup-search_by--bordered{border-top:1px solid #e6e6e7;margin-top:0;padding-top:10px}.search-popup-search_by-btn{background:none;border:none;cursor:pointer;display:flex;margin:0;outline:none;padding:10px 15px;text-align:left;text-transform:none;transition:background-color .3s ease-in-out;width:100%}.search-popup-search_by-btn:focus{outline:none}.search-popup-search_by-btn:hover{background-color:#f0f0f0}.search-popup-search_by--group .search-popup-search_by-btn{padding:5px 15px}.search-popup-search_by-label{display:inline-block}.search-popup-search_by-value{display:inline;font-weight:600;margin-left:5px}.search-popup-error{font-size:16px;font-weight:600;line-height:1.25;padding:10px 15px}.simple_header{align-items:flex-end;display:flex;position:relative}.simple_header-link{color:#17a2c6;cursor:pointer;font-weight:600;line-height:28px;margin-left:auto;padding-left:10px;text-align:right;white-space:nowrap}.simple_header-link:focus,.simple_header-link:hover{color:#1386a4;text-decoration:none}.simple_header-link+.simple_header-link{margin-left:10px}.fake-border{border:2px solid #ff3b30;border-radius:16px;bottom:0;display:block;left:0;position:absolute;right:0;top:0}.red_marker{position:relative}.red_marker:after{background-color:#ff3b30;border-radius:100%;content:"";display:inline-block;height:10px;margin-left:2px;vertical-align:super;width:10px}.red_marker--info{vertical-align:middle}.red_marker--info:not(.btn){font-size:0}.red_marker--info:after{color:#fff;content:"!";font-size:16px;height:16px;line-height:15px;text-align:center;width:16px}.patient_item{background-color:#f6f6f6;border-radius:16px;display:flex;margin:0;padding:15px;position:relative;transition:background-color .3s ease-in-out}.patient_item-content{flex:1 1;max-width:calc(100% - 50px)}.patient_item-content-title{color:#000;font-size:16px;font-weight:600;line-height:1.25}.patient_item-content-meta,.patient_item-content-title{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.patient_item-content-meta{color:#8e8e93;font-size:13px;line-height:1.54}.patient_item--link{cursor:pointer}.patient_item--link:hover{background-color:#f2f3f3}.alert{border:1px solid #e0e0dd;border-radius:16px;padding:15px}.alert-title{font-weight:700}.alert--warning{background-color:#ffe27f4d;border-color:#ffe27f}.alert--danger{background-color:#ff3b30;border-color:#ff3b30;color:#fff}.action-point--completed:before,.action-point--pay_attention:before{border-radius:100%;content:"";display:inline-block;height:16px;margin-right:5px;min-width:16px;position:relative;width:16px}.action-point--pay_attention:before{background-color:#ff3824}.action-point--completed:before{background-color:#07dd89}.tsform{position:relative}.tsform-item+.tsform-item{margin-top:10px}.tsform-item[class*=col]{margin-top:0}.tsform-item-inner{display:block;margin:0;position:relative}.tsform-item .tsform-header{display:flex;font-size:13px;font-weight:400;line-height:1.54;margin-bottom:2px}.tsform-item .tsform-header .tsform-label{color:#000;display:block;font-weight:600;margin-bottom:0;margin-right:auto;-webkit-user-select:none;user-select:none}.tsform-item .tsform-header .tsform-label-clamp-1{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tsform-item .tsform-header .tsform-label-clamp-2{-webkit-line-clamp:2;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.tsform-item .tsform-header-action{color:#18a2c6;cursor:pointer;margin-left:10px;text-align:right;transition:color .3s ease-in-out}.tsform-item .tsform-header-action:focus,.tsform-item .tsform-header-action:hover{color:#1386a4}.tsform-item .tsform-body{border:1px solid #e6e6e7;border-radius:10px;padding:9px 15px;position:relative}.tsform-item .tsform-field input,.tsform-item .tsform-field select,.tsform-item .tsform-field textarea{background:#0000;border:none;border-radius:0;color:#000;display:block;font-size:16px;font-weight:400;line-height:1.25;outline:none;padding:0;width:100%}.tsform-item .tsform-field input--placeholder,.tsform-item .tsform-field input::placeholder,.tsform-item .tsform-field select--placeholder,.tsform-item .tsform-field select::placeholder,.tsform-item .tsform-field textarea--placeholder,.tsform-item .tsform-field textarea::placeholder{color:#d1d1d6}.tsform-item .tsform-field input::-webkit-inner-spin-button,.tsform-item .tsform-field input::-webkit-outer-spin-button,.tsform-item .tsform-field select::-webkit-inner-spin-button,.tsform-item .tsform-field select::-webkit-outer-spin-button,.tsform-item .tsform-field textarea::-webkit-inner-spin-button,.tsform-item .tsform-field textarea::-webkit-outer-spin-button{-webkit-appearance:none}.tsform-item .tsform-field input[type=number],.tsform-item .tsform-field select[type=number],.tsform-item .tsform-field textarea[type=number]{-moz-appearance:textfield}.tsform-item .tsform-field input[type=text]::-ms-clear,.tsform-item .tsform-field input[type=text]::-ms-reveal,.tsform-item .tsform-field select[type=text]::-ms-clear,.tsform-item .tsform-field select[type=text]::-ms-reveal,.tsform-item .tsform-field textarea[type=text]::-ms-clear,.tsform-item .tsform-field textarea[type=text]::-ms-reveal{display:none;height:0;width:0}.tsform-item .tsform-field input[type=search]::-webkit-search-cancel-button,.tsform-item .tsform-field input[type=search]::-webkit-search-decoration,.tsform-item .tsform-field input[type=search]::-webkit-search-results-button,.tsform-item .tsform-field input[type=search]::-webkit-search-results-decoration,.tsform-item .tsform-field select[type=search]::-webkit-search-cancel-button,.tsform-item .tsform-field select[type=search]::-webkit-search-decoration,.tsform-item .tsform-field select[type=search]::-webkit-search-results-button,.tsform-item .tsform-field select[type=search]::-webkit-search-results-decoration,.tsform-item .tsform-field textarea[type=search]::-webkit-search-cancel-button,.tsform-item .tsform-field textarea[type=search]::-webkit-search-decoration,.tsform-item .tsform-field textarea[type=search]::-webkit-search-results-button,.tsform-item .tsform-field textarea[type=search]::-webkit-search-results-decoration{display:none}.tsform-item .tsform-field textarea{line-height:1.5}.tsform-item .tsform-icon{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.tsform-item .tsform-icon--calendar{height:28px;opacity:.2;width:28px}.tsform-item .tsform-field-clear{background:#b5b6b6 url(/static/media/close-white.eeed2e1953561659273f.svg) no-repeat 50%;background-size:cover;border-radius:100%;cursor:pointer;height:20px;min-width:20px;opacity:0;order:1;position:absolute;right:10px;top:50%;transform:translateY(-50%);transition:opacity .3s;width:20px}.tsform-item:hover .tsform-field-clear{opacity:1}.tsform-item-remove_button{background:url(/static/media/trash.458b21269604a40eda04.svg) no-repeat 50%;cursor:pointer;height:28px;margin-left:10px;opacity:.25;transition:opacity .3s ease-in-out;width:28px}.tsform-item-remove_button:hover{opacity:1}.tsform-item--with_remove{align-items:center;display:flex;position:relative}.tsform-item--with_remove .tsform-item-inner{flex:1 1}.tsform-item--lg .tsform-item-inner{border:1px solid #e6e6e7;border-radius:16px;display:flex;flex-direction:column;justify-content:center}.tsform-item--lg.tsform-item--input .tsform-item-inner,.tsform-item--lg.tsform-item--select .tsform-item-inner{max-height:62px;min-height:50px}.tsform-item--lg .tsform-header{padding:9px 15px 0}.tsform-item--lg .tsform-header .tsform-label{color:#8e8e93;font-weight:400}.tsform-item--lg .tsform-body{border:0;border-radius:0;position:static}.tsform-item--lg .tsform-header+.tsform-body{padding-top:0}.tsform-item--lg .tsform-field-clear{height:24px;min-width:24px;right:15px;width:24px}.tsform-item--gray .tsform-body{background-color:#f6f6f6}.tsform-item--gray .tsform-icon{bottom:6px;top:auto;transform:none}.tsform-item--value-bold .tsform-body .tsform-field input{font-weight:600}.tsform-item--value-bold .tsform-icon{bottom:6px;top:auto;transform:none}.tsform-item--lg.tsform-item--gray .tsform-body{background-color:#0000}.tsform-item--lg.tsform-item--gray .tsform-item-inner{background-color:#f6f6f6}.tsform-item--gray-without-border .tsform-body{background-color:#f6f6f6;border-color:#f6f6f6}.tsform-item--gray-without-border .tsform-icon{bottom:6px;top:auto;transform:none}.tsform-item--lg.tsform-item--gray-without-border .tsform-body{background-color:#0000;border-color:#0000}.tsform-item--lg.tsform-item--gray-without-border .tsform-item-inner{background-color:#f6f6f6;border-color:#f6f6f6}.tsform-item--readonly .tsform-item-inner{background-color:#f6f6f6;cursor:default}.tsform-item--readonly .tsform-field input,.tsform-item--readonly .tsform-field select,.tsform-item--readonly .tsform-field textarea{cursor:default}.tsform-item--fw-400 input,.tsform-item--fw-400 select,.tsform-item--fw-400 textarea{font-weight:400!important}.tsform-join-group{display:flex;margin-left:0;margin-right:0;position:relative}.tsform-join-group>[class*=col]{padding-left:0;padding-right:0}.tsform-join-group .tsform-item:not([class*=col]){flex:1 1 auto;margin-top:0}.tsform-join-group .tsform-item:not([class*=col]):first-child:not(:last-child) .multiselect,.tsform-join-group .tsform-item:not([class*=col]):first-child:not(:last-child) .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):first-child:not(:last-child) .tsform-item-inner,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-right-radius:0;border-right-color:#0000;border-top-right-radius:0}.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child) .multiselect,.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child) .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child) .tsform-item-inner,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item:not([class*=col]):not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner{border-left-color:#e6e6e7}.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):first-child:not(:last-child) .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):first-child:not(:last-child) .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):first-child:not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-right-radius:0;border-right-color:#0000;border-top-right-radius:0}.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child) .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child) .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child) .tsform-item-inner,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col]:not([class*=col-lg]):not([class*=col-md]):not([class*=col-sm]):not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner{border-left-color:#e6e6e7}@media(min-width:992px){.tsform-join-group .tsform-item.col-lg:first-child:not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-lg:first-child:not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-lg:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-lg]:first-child:not(:last-child) .multiselect,.tsform-join-group [class*=col-lg]:first-child:not(:last-child) .tsform-body,.tsform-join-group [class*=col-lg]:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-right-radius:0;border-right-color:#0000;border-top-right-radius:0}.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child) .multiselect,.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child) .tsform-body,.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-lg]:last-child:not(:first-child) .multiselect,.tsform-join-group [class*=col-lg]:last-child:not(:first-child) .tsform-body,.tsform-join-group [class*=col-lg]:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-lg:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-lg:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-lg]:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-lg]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-lg]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-lg]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner{border-left-color:#e6e6e7}}@media(max-width:991.98px){.tsform-join-group .tsform-item.col-lg+.tsform-item.col-lg,.tsform-join-group [class*=col-lg]+[class*=col-lg]{margin-top:10px}}@media(min-width:768px){.tsform-join-group .tsform-item.col-md:first-child:not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-md:first-child:not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-md:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-md]:first-child:not(:last-child) .multiselect,.tsform-join-group [class*=col-md]:first-child:not(:last-child) .tsform-body,.tsform-join-group [class*=col-md]:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-right-radius:0;border-right-color:#0000;border-top-right-radius:0}.tsform-join-group .tsform-item.col-md:last-child:not(:first-child) .multiselect,.tsform-join-group .tsform-item.col-md:last-child:not(:first-child) .tsform-body,.tsform-join-group .tsform-item.col-md:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-md]:last-child:not(:first-child) .multiselect,.tsform-join-group [class*=col-md]:last-child:not(:first-child) .tsform-body,.tsform-join-group [class*=col-md]:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.tsform-join-group .tsform-item.col-md:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-md:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-md:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-md:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-md]:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-md]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-md]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-md]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner{border-left-color:#e6e6e7}}@media(max-width:767.98px){.tsform-join-group .tsform-item.col-md+.tsform-item.col-md,.tsform-join-group [class*=col-md]+[class*=col-md]{margin-top:10px}}@media(min-width:576px){.tsform-join-group .tsform-item.col-sm:first-child:not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-sm:first-child:not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-sm:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-sm]:first-child:not(:last-child) .multiselect,.tsform-join-group [class*=col-sm]:first-child:not(:last-child) .tsform-body,.tsform-join-group [class*=col-sm]:first-child:not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-right-radius:0;border-right-color:#0000;border-top-right-radius:0}.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child) .multiselect,.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child) .tsform-body,.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .multiselect,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child) .tsform-item-inner,.tsform-join-group [class*=col-sm]:last-child:not(:first-child) .multiselect,.tsform-join-group [class*=col-sm]:last-child:not(:first-child) .tsform-body,.tsform-join-group [class*=col-sm]:last-child:not(:first-child) .tsform-item-inner,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .multiselect,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .tsform-body,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child) .tsform-item-inner{border-bottom-left-radius:0;border-top-left-radius:0;margin-left:-1px}.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-sm:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group .tsform-item.col-sm:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-sm]:last-child:not(:first-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-sm]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-sm]:last-child:not(:first-child).tsform-item--gray-without-border .tsform-item-inner,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child).tsform-item--gray-without-border .multiselect,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-body,.tsform-join-group [class*=col-sm]:not(:first-child):not(:last-child).tsform-item--gray-without-border .tsform-item-inner{border-left-color:#e6e6e7}}@media(max-width:575.98px){.tsform-join-group .tsform-item.col-sm+.tsform-item.col-sm,.tsform-join-group [class*=col-sm]+[class*=col-sm]{margin-top:10px}}.tsform-join-group--checkbox{flex-wrap:wrap;margin-bottom:-10px;margin-left:-5px;margin-right:-5px}.tsform-join-group--checkbox .form-check{flex:0 0 auto;margin-bottom:10px;max-width:100%;padding-left:5px;padding-right:5px;width:auto}@media(max-width:767.98px){.tsform-join-group--checkbox .form-check{flex-basis:100%;flex-grow:1}.tsform-join-group--checkbox .form-check .form-check-label{white-space:normal}}.modal .tsform-join-group--checkbox{margin-bottom:20px}.modal .tsform-join-group--checkbox .ct_actions{right:0;top:50%;transform:translateY(-50%)}.modal .tsform-join-group--checkbox .ct_actions-btn{opacity:1}.modal .tsform-join-group--checkbox .ct_actions+.form-check{margin-right:53px}.tsform-item--cursor-pointer:not(.tsform-item--readonly) .tsform-field input,.tsform-item--cursor-pointer:not(.tsform-item--readonly) .tsform-field select,.tsform-item--cursor-pointer:not(.tsform-item--readonly) .tsform-field textarea,.tsform-item--cursor-pointer:not(.tsform-item--readonly) .tsform-item-inner{cursor:pointer}.tsform-item--cursor-pointer:not(.tsform-item--readonly) .tsform-icon{bottom:6px;top:auto;transform:none}.tsform-item--error .tsform-body,.tsform-item--error .tsform-item-inner{border-color:#ff3b30!important;border-right-width:1px!important;z-index:1}.tsform-group--bg .tsform-item{border-bottom:1px solid #ceced080;padding:6px 0}.tsform-group--bg .tsform-body,.tsform-group--bg .tsform-header{padding:0}.tsform-item--unfocused .tsform-field input,.tsform-item--unfocused .tsform-field select,.tsform-item--unfocused .tsform-field textarea{opacity:0}.chat-modal .modal-content{height:100%}@media(min-height:700px){.chat-modal .modal-content{height:680px}}@media(min-height:1000px){.chat-modal .modal-content{height:742px}}.chat-modal .chat{overflow-y:scroll!important;padding-bottom:0;padding-top:0;position:relative}.chat-modal .chat-inner{display:flex;flex-direction:column;justify-content:flex-end;min-height:100%}.chat-modal .chat-inner--fixed{max-height:100%}.chat-modal .chat-messages{display:flex;flex-direction:column;padding-bottom:37px;padding-top:20px;position:relative;width:100%}.chat-modal .chat-message{display:flex;max-width:290px;position:relative}.chat-modal .chat-message .chat-message-inner{background-color:#f2f3f3;border-radius:16px;font-size:15px;line-height:1.33;padding:10px 15px;white-space:pre-line}.chat-modal .chat-message .chat-message-inner span.member{color:#17a2c6;display:flex;font-size:13px;font-weight:700;line-height:1.54}.chat-modal .chat-message .red_marker{align-self:flex-end}.chat-modal .chat-message--danger .chat-message-inner{background-color:#ff3b30;color:#fff}.chat-modal .chat-message--left{align-self:flex-start}.chat-modal .chat-message--left .chat-message-inner{border-bottom-left-radius:3px}.chat-modal .chat-message--right{align-self:flex-end}.chat-modal .chat-message--right .chat-message-inner{background-color:#17a2c6;border-bottom-right-radius:3px;color:#fff;text-align:left}.chat-modal .chat .chat-message--left+.chat-message--left,.chat-modal .chat .chat-message--left+.chat-message--right,.chat-modal .chat .chat-message--right+.chat-message--left,.chat-modal .chat .chat-message--right+.chat-message--right{padding-top:5px}.chat-modal .chat .chat-status{bottom:10px;color:#8e8e93;font-size:14px;left:15px;margin-top:5px;position:absolute}.chat-modal .chat .chat-status .bubble-loader{right:-12px;top:-8px}.chat-modal .chat .chat-empty{bottom:30px;position:absolute;text-align:center;transition:opacity .15s ease-in-out;-webkit-user-select:none;user-select:none}.chat-modal .chat .chat-empty--content{bottom:auto;padding-bottom:10px;position:relative}.chat-modal .chat .chat-empty--hide{opacity:0}.chat-modal .modal-footer{background-color:#fff;box-shadow:0 -2px 8px 0 #00000026;z-index:1}.chat-modal--with-input .modal-footer{padding-bottom:17px;padding-top:17px}.chat-modal--with-input .chat-input{align-items:flex-end;display:flex;position:relative}.chat-modal--with-input .chat-input-field{background:#0000;border:none;color:#000;display:block;font-weight:600;line-height:1.5;margin:0;outline:none;padding:0;resize:none;width:100%}.chat-modal--with-input .chat-input-field::placeholder{color:#d1d1d6}.chat-modal--with-input .chat-input-btn{background:url(/static/media/send.b88ed171965e7488973c.svg) no-repeat 50%;border:none;cursor:pointer;height:44px;margin-bottom:-10px;margin-right:-8px;margin-top:-10px;outline:none;padding:8px;position:relative;width:44px}.chat-modal--with-input .chat-input-btn:disabled{filter:grayscale(100%);opacity:.3}.chat-modal--with-input .chat-input-btn:active,.chat-modal--with-input .chat-input-btn:focus{outline:none}.appt_video_target{background:#f6f6f6;border-radius:16px;margin-bottom:30px;position:relative}.appt_conference{margin-bottom:30px}@media(max-width:991.98px){.appt_conference{display:none}}.appt_conference-title{margin-bottom:10px}.appt_conference>.row{display:flex;flex-wrap:wrap;margin-bottom:-10px}.appt_conference>.row [class*=col]{margin-bottom:10px;max-width:33.333333%}.appt_conference-item{background-color:#f6f6f6;border-radius:16px;display:flex;padding:15px;position:relative;transition:background-color .3s ease-in-out}.appt_conference-content{align-self:center}.appt_conference-content-title{color:#000;font-size:16px;font-weight:600;line-height:1.25}.appt_conference-content-meta{font-size:13px;line-height:1.54}.appt_conference-link{align-self:center;line-height:20px;margin-left:auto;padding-left:10px;text-align:right}.g-map{background:#f6f6f6;border-radius:16px;overflow:hidden}.g-map,.g-map-inner{bottom:0;left:0;position:absolute;right:0;top:0}.g-map-inner>div{background:#f6f6f6!important}.g-map-inner iframe+div{border:none!important}.g-map--static *{cursor:default}.g-map--active{border:2px solid #17a2c6}.pd-search-params .row{margin-bottom:-10px}.pd-search-params .row>[class*=col]{margin-bottom:10px}.pd-search-params-item--search{max-width:300px}@media(max-width:767.98px){.pd-search-params-item--search{max-width:100%}}.pd-search-params-item--date{max-width:310px}@media(max-width:767.98px){.pd-search-params-item--date{max-width:100%}}@media(max-width:991.98px){.pd-search-params-filters--input{max-width:calc(100% - 130px)}}.pd-search-params-filters--btn{align-self:flex-end;margin-left:auto}@media(max-width:991.98px){.pd-search-params-filters--btn{max-width:130px}}.isWindows .styled_scroll .event_details-wrapper{padding-right:8px}.event_details-wrapper+.event_details-wrapper{margin-top:30px}.event_details-wrapper-label{border:1px solid #0000;border-radius:5px;font-weight:700;margin-bottom:10px;padding:3px 15px}.event_details{background-color:#f6f6f6;border-radius:16px;padding:10px 15px 15px;position:relative}.event_details+.event_details{margin-top:10px}.event_details-header{display:flex;flex-wrap:wrap;margin-left:-20px}.event_details-code,.event_details-text,.event_details-title{margin-left:20px}.event_details-text,.event_details-title{margin-right:auto}.event_details-title{font-weight:700;white-space:pre-line}.event_details-title:first-letter{text-transform:uppercase}.event_details-code{color:#8e8e93}.event_details-body{margin-top:10px}.event_details-line{white-space:pre-line;word-break:break-word}.event_details-line--date{color:#8e8e93}.event_details-range{margin-top:20px}.event_details-range-title{color:#8d8e93}.ps_documents-group{display:flex;margin-left:-10px}.ps_documents-group--has-scroll{position:relative}.ps_documents-group--has-scroll:before{background-color:#fff;bottom:0;content:"";display:block;left:0;position:absolute;top:0;width:10px;z-index:1}.ps_documents-group--has-scroll:after{background-image:linear-gradient(270deg,#fff 23%,#fff0);bottom:0;content:"";display:block;position:absolute;right:0;top:0;width:30px}.ps_documents-group-scroll{display:flex;overflow-x:scroll;padding-right:20px;scrollbar-width:none;width:calc(100% + 40px)}.ps_documents-group-scroll::-webkit-scrollbar{display:none}.ps_documents-group-scroll--wrapped{flex-wrap:wrap;margin-bottom:-10px}.ps_patient_nav .row{margin-bottom:-20px}.ps_patient_nav .row>[class*=col-]{margin-bottom:20px}@media(max-width:991.98px){.ps_patient_nav .row{margin-bottom:-10px}.ps_patient_nav .row>[class*=col-]{margin-bottom:10px}}.ps_patient_nav-item{background-color:#f6f6f6;border-radius:16px;color:inherit;display:block;padding:15px;position:relative;transition:background-color .3s ease-in-out}.ps_patient_nav-item:active,.ps_patient_nav-item:focus,.ps_patient_nav-item:hover{background-color:#f0f0f0;color:inherit}.ps_patient_nav-item-label{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ps_patient_nav-item-label span{color:#999}.ps_patient_nav-item-icon{align-items:center;border-radius:100%;display:flex;height:48px;justify-content:center;margin-bottom:10px;min-width:48px;position:relative;width:48px}.ps_patient_nav-item-icon svg{height:36px;width:36px}@media(max-width:991.98px){.ps_patient_nav-item{align-items:center;display:flex;padding-bottom:11px;padding-right:53px;padding-top:11px}.ps_patient_nav-item:before{background:url(/static/media/next.8242bf48f2db842e8207.svg) no-repeat 50%;content:"";display:block;height:28px;opacity:.25;position:absolute;right:15px;top:50%;transform:translateY(-50%);transition:opacity .3s ease-in-out;width:28px}.ps_patient_nav-item:hover:before{opacity:1}.ps_patient_nav-item-label{flex:1 1;margin-left:10px;padding-right:50px;position:relative}.ps_patient_nav-item-label span{padding-left:10px;position:absolute;right:0}.ps_patient_nav-item-icon{height:40px;margin-bottom:0;min-width:40px;width:40px}.ps_patient_nav-item-icon svg{height:28px;width:28px}}.badge-self_reported{background-color:#e7f5f9;border-radius:10px;font-size:11px;font-weight:400;line-height:1.45;padding:1px 5px;white-space:nowrap}.Sidebar_wrapper__8AdM3{-webkit-overflow-scrolling:touch;background-color:#f9f9f9;border-right:1px solid #e1e1e2;bottom:0;display:flex;flex-direction:column;left:0;overflow-y:auto;padding:30px 10px;position:fixed;top:0;width:260px;z-index:1}.Sidebar_wrapper__8AdM3 .Sidebar_body__G4bli{display:flex;flex-direction:column;margin-bottom:30px}.SidebarFooter_wrapper__gpJJw{color:#8d8e93;font-size:14px;letter-spacing:-.2px;line-height:1.43;margin-top:auto;padding-left:10px;padding-right:10px;text-align:center}.SidebarFooter_wrapper__gpJJw a,.SidebarFooter_wrapper__gpJJw a:focus,.SidebarFooter_wrapper__gpJJw a:hover{color:#8d8e93}.SidebarLogo_wrapper__NWZNh{margin-bottom:24px;padding-left:10px;padding-right:10px;text-align:center}.SidebarLogo_wrapper__NWZNh img{height:97px}.SidebarMenuItem_item__JPFsQ{align-items:flex-start;border-radius:10px;color:#000;display:inline-flex;font-weight:600;line-height:1.25;padding:6px 10px;transition:background-color .2s ease-in-out}.SidebarMenuItem_item__JPFsQ:focus,.SidebarMenuItem_item__JPFsQ:hover{color:#000}.SidebarMenuItem_item__JPFsQ+.SidebarMenuItem_item__JPFsQ{margin-top:8px}.SidebarMenuItem_item__JPFsQ.active{background-color:#f0f0f0;cursor:default}.SidebarMenuItem_item__JPFsQ .SidebarMenuItem_icon__Yvmfu{color:#17a2c6;margin-right:10px}.SidebarMenuItem_item__JPFsQ .SidebarMenuItem_icon__Yvmfu svg{height:28px;width:28px}.SidebarMenuItem_item__JPFsQ .SidebarMenuItem_text__5UK6x{padding-bottom:5px;padding-right:10px;padding-top:3px}.SidebarMenuItem_item__JPFsQ .SidebarMenuItem_counter__0XB5n{background-color:#8e8e93;border-radius:16px;color:#fff;line-height:1.25;margin-left:auto;min-width:28px;opacity:.5;padding:4px 10px;text-align:center}.default_layout{background-color:#fff;height:100%;position:relative}.default_layout .sidebar{transition:left .4s ease-in-out,bottom .3s ease-in-out}@media(max-width:991.98px){.default_layout .sidebar{left:-260px}.sidebar-open .default_layout .sidebar{left:0}}.default_layout--full-height{display:flex;flex-direction:column;min-height:100%}.default_layout--full-height .content-app-wrapper,.default_layout--full-height .content-wrapper{display:flex;flex:1 1;flex-direction:column;min-height:100%}.content-wrapper{display:flex;flex-direction:column;left:260px;max-width:calc(100% - 260px);position:relative;transition:left .4s ease-in-out}@media(max-width:991.98px){.content-wrapper{left:0;max-width:100%;min-width:100%}.sidebar-open .content-wrapper{left:260px;max-width:calc(100% - 260px);min-width:100vw}}.content-wrapper--full-width{left:0;min-width:100%}@media(max-width:991.98px){.sidebar-open .content-wrapper--full-width{left:0;min-width:100%}}.content-wrapper-overlay{background:#00000085;bottom:0;display:none;left:0;position:absolute;right:0;top:0}@media(max-width:991.98px){.content-wrapper-overlay{display:block}}.content-app-wrapper{background:#fff;height:100%;position:relative;transition:margin-bottom .3s ease-in-out}.content{min-height:100%;min-height:-webkit-fill-available;min-height:-moz-available;min-height:stretch;padding:0 0 30px;position:relative}@media(max-width:991.98px){.content{padding-bottom:15px}}.Burger_burger__yWTKd{cursor:pointer;margin-left:-8px;padding:0 8px;position:relative}.GoBack_toolbarGoBack__t7fOR{border-radius:10px;cursor:pointer;display:inline-block;height:28px;position:relative;width:28px}.GoBack_toolbarGoBack__t7fOR .GoBack_icon__0zwNn{color:#000;left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);transition:opacity .3s ease-in-out}@media(min-width:992px){.GoBack_toolbarGoBack__t7fOR{background-color:#f6f6f6;height:36px;margin-left:-5px;transition:background-color .3s ease-in-out;width:36px}.GoBack_toolbarGoBack__t7fOR .GoBack_icon__0zwNn{opacity:.25}.GoBack_toolbarGoBack__t7fOR:hover{background-color:#f0f0f0}.GoBack_toolbarGoBack__t7fOR:hover .GoBack_icon__0zwNn{opacity:1}}.Notification_container__ESCtF{align-items:center;border-radius:10px;cursor:pointer;display:flex;height:28px;justify-content:center;position:relative;width:28px}@media(min-width:992px){.Notification_container__ESCtF{background-color:#f6f6f6;height:36px;transition:background-color .3s ease-in-out;width:36px}.Notification_container__ESCtF svg{opacity:.25;transition:opacity .3s ease-in-out}.Notification_container__ESCtF:hover{background-color:#f0f0f0}.Notification_container__ESCtF:hover svg{opacity:1}}.Notification_containerRedMark__ITPs4:before{background-color:red;border:2px solid #fff;border-radius:50%;content:"";height:14px;position:absolute;right:-4px;top:-4px;width:14px}.Toolbar_toolbar__u3AOd{align-items:center;box-sizing:border-box;display:flex;justify-content:space-between;left:0;min-height:44px;padding:10px 15px 2px;pointer-events:none;position:sticky;right:0;top:0;transition:background-color .3s ease-in-out,box-shadow .3s ease-in-out,left .4s ease-in-out;width:100%;z-index:12}.Toolbar_toolbar__u3AOd>*{pointer-events:auto}@media(max-width:991.98px){.Toolbar_toolbar__u3AOd{padding:8px 15px;pointer-events:auto}}.Toolbar_toolbarFixed__x1\+ku .Toolbar_goBack__nVVRd,.Toolbar_toolbarFixed__x1\+ku .Toolbar_rightSidebarButton__TsiIn{box-shadow:0 4px 12px 2px #00000026}@media(max-width:991.98px){.Toolbar_toolbarFixed__x1\+ku{background-color:#fff;box-shadow:0 8px 24px #959da533}.Toolbar_toolbarFixed__x1\+ku .Toolbar_goBack__nVVRd,.Toolbar_toolbarFixed__x1\+ku .Toolbar_rightSidebarButton__TsiIn{box-shadow:none}}.Toolbar_goBack__nVVRd,.Toolbar_rightSidebarButton__TsiIn{transition:box-shadow .3s ease-in-out}.Toolbar_rightSidebarButtonHidden__nN8Th{visibility:hidden}.Toolbar_rightSidebarButtonDisplayNone__6MUNp{display:none}.Toolbar_rightSidebar__eMSfD{display:flex;gap:10px}.Toolbar_rightSidebarAlignRight__NVNIT{margin-left:auto}.CautionNotice_caution_notice__BhW5r{background-color:#ffda01;border-radius:16px;bottom:30px;box-shadow:0 0 8px 0 #0000001a;left:50%;max-width:970px;position:fixed;transform:translateX(-50%);width:100%}.CautionNotice_caution_noticeInner__0Qsfe{padding:30px}.CautionNotice_caution_noticeTitle__p89\+s{font-weight:700}.CautionNotice_caution_noticeClose__eQ4-F{cursor:pointer;display:block;height:28px;position:absolute;right:10px;top:10px;width:28px}@media(max-width:991.98px){.CautionNotice_caution_notice__BhW5r{border-radius:0;bottom:0}.CautionNotice_caution_noticeInner__0Qsfe{padding:40px 15px 15px}}.LoginPage_wrapper__JzY3T{display:flex;flex-direction:column;height:100%;padding-bottom:40px;padding-top:40px}@media(max-width:991.98px){.LoginPage_wrapper__JzY3T{padding-bottom:20px;padding-top:20px}}.LoginPage_body__fCkTn,.LoginPage_footer__8YMjc,.LoginPage_header__pluh6{margin-left:auto!important;margin-right:auto!important;max-width:345px;width:100%}.LoginPage_header__pluh6{margin-top:40px;text-align:center}@media(min-width:992px){.LoginPage_header__pluh6{margin-top:auto}}.LoginPage_header__pluh6 .LoginPage_logo__8vDaC{height:46px;margin-bottom:30px}.LoginPage_footer__8YMjc{align-items:flex-end;color:#8e8e93;display:flex;flex-wrap:wrap;font-size:14px;justify-content:center;line-height:1.43;margin-top:auto;max-width:560px;min-height:150px;padding-left:15px;padding-right:15px;padding-top:20px;text-align:center}.QuickLinks_item__JZtzk a{font-weight:700}.AddPlace_modal_addAddress__4zWXW .modal-content{min-height:550px;overflow:hidden}@media(max-width:991.98px){.AddPlace_modal_addAddress__4zWXW .modal-content{min-height:100%}}.AddPlace_modal_addAddress__4zWXW .modal-body{display:flex;flex-direction:column}@media(min-width:992px){.AddPlace_modal_addAddress__4zWXW .modal-body{padding-bottom:30px}}.AddPlace_modal_addAddressMap__ASVno{flex:1 1;min-height:361px;position:relative;transition:min-height .4s ease}.AddPlace_modal_addAddressMapDetails__wXFzj .AddPlace_modal_addAddressMap__ASVno{min-height:206px}.AddPlaceModalDetails_details__qiXPY{position:relative}.AddPlaceModalDetails_details__qiXPY .tsform-item--readonly .tsform-field input{cursor:pointer}.AddPlaceModalDetails_buttons__LQZd8{display:flex;flex-wrap:wrap;gap:10px}.SelectCountryFlag_flagSelector__POBOn{cursor:pointer;display:inline-block;height:28px;position:relative;width:28px}.SelectCountryFlag_flagSelector_disabled__RqW7n{cursor:default}.SelectCountryFlag_flagSelectorFlagAll__4c-2v{content:"";display:block;height:28px;left:50%;margin-left:-14px;margin-top:-14px;position:absolute;top:50%;width:28px}.SelectCountryFlag_flagSelector__POBOn .SelectCountryFlag_flagIcon__UV7tP{height:15px;left:50%;margin-left:-10px;margin-top:-7px;position:absolute;top:50%;width:21px}.AddPlaceModalSearchPlace_submit__-h7Pv{display:flex;margin-bottom:20px;position:relative}@media(max-width:991.98px){.AddPlaceModalSearchPlace_submit__-h7Pv{display:block}}.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_location__lQsoo{min-width:auto}@media(max-width:991.98px){.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_location__lQsoo{background-color:#fff;border-radius:11px;height:38px;left:10px;min-height:38px!important;min-width:38px!important;position:absolute;top:calc(100% + 30px);width:38px;z-index:1}}.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_submitButton__pplPx{margin-left:10px}@media(max-width:991.98px){.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_submitButton__pplPx{margin-left:auto;margin-top:10px;min-width:100%}}.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_searchWrapper__pz3Kf{flex:1 1;position:relative}@media(min-width:992px){.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_search__UMjPE{border-bottom-left-radius:0;border-top-left-radius:0;padding-left:10px}.AddPlaceModalSearchPlace_submit__-h7Pv .AddPlaceModalSearchPlace_search__UMjPE>div:first-child{margin-right:5px}}.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector{background-color:#f2f3f3;border-radius:8px 0 0 8px;height:40px;position:relative;width:43px}@media(min-width:992px){.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector{margin-left:10px}.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector:after{background-color:#e0e0dd;content:"";display:block;height:28px;position:absolute;right:0;top:50%;transform:translateY(-50%);width:1px;z-index:1}.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector .flag-icon{margin-left:-8px}.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector .flag_selector-all{margin-left:-11px}}@media(max-width:991.98px){.AddPlaceModalSearchPlace_submit__-h7Pv .flag_selector{background-color:#fff;border-radius:11px;height:38px;left:58px;position:absolute;top:calc(100% + 30px);width:38px;z-index:1}}.SelectAddress_modal_checkbox__3R5wQ{margin-bottom:0;padding-right:40px}.SelectAddress_modal_listRow__xwv6O{min-width:100%;position:relative}.SelectAddress_modal_listRow__xwv6O+.SelectAddress_modal_listRow__xwv6O{margin-top:20px}.SelectAddress_modal_editButton__HPaRD{position:absolute;right:0;top:10px}.SelectAddress_modal_editButton__HPaRD:before{background-color:#e0e0dd;content:"";display:block;height:28px;left:-11px;position:absolute;top:50%;transform:translateY(-50%);width:1px}.SelectAddress_modal_editButton__HPaRD .SelectAddress_modal_icon__e-gNi{cursor:pointer;opacity:.2;transition:opacity .3s ease-in-out}.SelectAddress_modal_editButton__HPaRD:hover .SelectAddress_modal_icon__e-gNi{opacity:1}.SelectAddressDesktop_container__9odMA{border-radius:16px;height:260px;margin-bottom:30px;position:relative;width:100%}.SelectAddressDesktop_containerCollapsed__YjcPb{height:84px}.SelectAddressDesktop_containerCollapsed__YjcPb .SelectAddressDesktop_content__BMU46{align-items:center;display:flex;height:100%;justify-content:space-between;padding:0 20px 0 78px}.SelectAddressDesktop_containerCollapsed__YjcPb .SelectAddressDesktop_addressLabel__mp3Xd{color:#8e8e93;font-size:13px;font-weight:400;line-height:20px}.SelectAddressDesktop_containerCollapsed__YjcPb .SelectAddressDesktop_addressValue__a029a{font-size:18px;line-height:24px}.SelectAddressDesktop_containerCollapsed__YjcPb .SelectAddressDesktop_map__4-3dN .g-map{height:200%;left:calc(-100% + 48px);top:-17.5%;width:200%}.SelectAddressDesktop_containerCollapsed__YjcPb .SelectAddressDesktop_buttons__2J8la{margin-top:0}.SelectAddressDesktop_map__4-3dN{border-radius:16px;height:100%;overflow:hidden;position:absolute;width:100%}.SelectAddressDesktop_content__BMU46{padding:40px 0 0 30px;position:relative}.SelectAddressDesktop_address__muTgZ{font-size:32px;font-weight:700;line-height:48px}.SelectAddressDesktop_buttons__2J8la{display:flex;gap:10px;margin-top:20px}.SelectAddressMobile_mobile__co03A{margin-bottom:30px;padding:0 15px;position:relative}.SelectAddressMobile_mobileAddress__D8dz9{margin:-36px 45px 14px;position:relative;text-align:center;z-index:5}.SelectAddressMobile_mobileAddressTitle__R\+InC{font-size:18px;font-weight:700;line-height:1.33;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.SelectAddressMobile_mobileAddressMeta__8XiJg{align-items:center;color:#8e8e93;cursor:pointer;display:flex;font-size:13px;font-weight:400;justify-content:center;line-height:1.54;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap;z-index:3}.SelectAddressMobile_mobileAddressArrow__mtyz2{bottom:1px;height:20px;position:relative;width:20px}.SelectAddressMobile_mobileAddressImage__U-swz{height:100%;object-fit:contain;width:100%}.SelectAddressMobile_mobileMap__Mo0FB{height:268px;position:relative;transition:all .2s linear}.SelectAddressMobile_mobileMapInner__bmAqg{background:#f6f6f6;border-radius:16px;height:100%;overflow:hidden;position:relative;width:100%}.SelectAddressMobile_mobileMapButtonsWrapper__zj-o\+{align-items:center;bottom:15px;display:flex;flex-direction:row;flex-wrap:nowrap;gap:10px;left:50%;position:absolute;transform:translate(-50%);width:calc(100% - 30px)}@media(max-width:500px){.SelectAddressMobile_mobileMapButtonsWrapper__zj-o\+{flex-direction:column}}.SelectAddressMobile_mobileMapButton__CEqMB{min-width:192px;width:50%}@media(max-width:500px){.SelectAddressMobile_mobileMapButton__CEqMB{width:100%}}.SelectAddressMobile_mobileMapBtn__5bDlc,.SelectAddressMobile_mobileMapWarning__0QW2h{border-radius:100px;font-weight:600;padding:18px;white-space:nowrap}.SelectAddressMobile_mobileMapWarning__0QW2h{background-color:#fff6d8;border:2px solid #ffe27f;text-align:center;top:-30px}.SelectAddressMobile_mobile__co03A .SelectAddressMobile_collapsed__7RmN5{height:0;transition:all .2s linear}.SelectAddressMobile_mobile__co03A .SelectAddressMobile_collapsed__7RmN5 .SelectAddressMobile_mobileMapButtonsWrapper__zj-o\+{display:none}@media(max-width:500px){.SelectAddressMobile_mobileMapHeight__8kNxr{height:350px}}.SelectedVoucherOrCode_wrapper__9sRlu{margin-bottom:30px;position:relative}@media(max-width:991.98px){.SelectedVoucherOrCode_wrapper__9sRlu{margin-left:15px;margin-right:15px}}.SelectedVoucherOrCode_practice__6A0hI{margin-bottom:10px}.SelectedVoucherOrCode_group__-H2Sm{display:flex}.SelectedVoucherOrCode_groupItem__8hlrB{white-space:nowrap}.SelectedVoucherOrCode_groupItem__8hlrB+.SelectedVoucherOrCode_groupItem__8hlrB{margin-left:10px}@media(max-width:991.98px){.SelectedVoucherOrCode_group__-H2Sm{-ms-overflow-style:none;margin-left:-15px;overflow-x:scroll;scrollbar-width:none}.SelectedVoucherOrCode_group__-H2Sm .SelectedVoucherOrCode_groupItem__8hlrB:first-child{margin-left:15px}.SelectedVoucherOrCode_group__-H2Sm::-webkit-scrollbar{display:none}}.SelectedVoucherOrCode_badgeLabel__UWQnZ{margin-right:5px;opacity:.5}.VoucherCard_wrapper__Uv1Rv{background-color:#f6f6f6;border-radius:16px;transition:background-color .3s ease-in-out}.VoucherCard_wrapperClickable__4\+yP-{cursor:pointer}.VoucherCard_wrapperClickable__4\+yP-:hover{background-color:#f0f0f0}.VoucherCard_body__ql-1F{align-items:flex-start;display:flex;padding:10px 15px}.VoucherCard_body__ql-1F .VoucherCard_content__q8DG-{flex:1 1;position:relative}.VoucherCard_body__ql-1F .VoucherCard_content__q8DG- .VoucherCard_title__aHwRR{display:flex;font-size:13px;line-height:20px}.VoucherCard_body__ql-1F .VoucherCard_content__q8DG- .VoucherCard_titleText__Nytpy{flex:1 1}.VoucherCard_body__ql-1F .VoucherCard_content__q8DG- .VoucherCard_titlePrice__LGJ3K{color:#8e8e93;font-size:13px;line-height:20px;margin-left:5px}.VoucherCard_body__ql-1F .VoucherCard_content__q8DG- .VoucherCard_subtitle__1g7T\+{font-weight:600}.VoucherCard_body__ql-1F .VoucherCard_checkbox__IWvSW+.VoucherCard_content__q8DG-{margin-left:15px}.VoucherCard_footer__dnT-c{border-radius:0 0 16px 16px;color:#17a2c6;cursor:pointer;font-weight:700;padding:11px 15px 10px;position:relative;text-align:center;transition:background-color .3s ease-in-out}.VoucherCard_footer__dnT-c:before{background-color:#e8e8e8;content:"";display:block;height:1px;left:15px;position:absolute;right:15px;top:0}.VoucherCard_footer__dnT-c:focus,.VoucherCard_footer__dnT-c:hover{background-color:#f0f0f0}.SelectCode_loader__36Hu4{opacity:.3}.SelectCode_loader__36Hu4,.SelectCode_notFound__ZIQph{align-items:center;display:flex;justify-content:center;margin-top:10px}.SelectCode_notFound__ZIQph{background:#f6f6f6;border-radius:15px;font-weight:600;padding:10px 15px}.SelectVoucher_loader__QqlpH{opacity:.3}.SelectVoucher_loader__QqlpH,.SelectVoucher_notFound__4xl-L{align-items:center;display:flex;justify-content:center;margin-top:10px}.SelectVoucher_notFound__4xl-L{background:#f6f6f6;border-radius:15px;font-weight:600;padding:10px 15px}.Voucher_modal_modalBody__R4s0q{padding-top:0!important}.Voucher_modal_infoText__F8YqM{color:#8e8e93;font-size:14px}.Voucher_modal_infoText__F8YqM p:last-child{margin-bottom:0}.SelectPractice_wrapper__lftbe{margin-bottom:30px;position:relative}.SelectPractice_header__CkxZl{align-items:baseline;display:flex;justify-content:space-between;margin-bottom:10px}@media(max-width:991.98px){.SelectPractice_header__CkxZl{padding-left:15px;padding-right:15px}}.SelectPractice_header__CkxZl .SelectPractice_title__lS8Rr{font-size:32px;line-height:1.5;margin-bottom:0}@media(max-width:991.98px){.SelectPractice_header__CkxZl .SelectPractice_title__lS8Rr{font-size:20px}}.SelectPractice_body__VSH8a{position:relative}.SelectPractice_overlay__tDXWC{background-color:#ffffff80;height:100%;left:0;position:absolute;top:0;width:100%;z-index:2}.SelectPractice_bar__1-hvZ{background-color:#f6f6f6;border-radius:16px;padding:10px}.SelectPractice_barMobile__v\+QwB{padding:0 10px}@media(max-width:991.98px){.SelectService_help__3SsgO{padding:0 15px}}.SelectService_helpHeader__g\+Cz4{align-items:center;display:flex;justify-content:space-between;margin-bottom:10px;position:relative}@media(max-width:991.98px){.SelectService_helpHeader__g\+Cz4{align-items:baseline}}.SelectService_helpHeaderTitle__NroYx{font-size:22px;font-weight:700;line-height:1.36}@media(max-width:991.98px){.SelectService_helpHeaderTitle__NroYx{font-size:18px;line-height:1.27}}.SelectService_helpHeaderTypeSwitcher__NAQ7n{color:#17a2c6;cursor:pointer;font-size:16px;font-style:normal;font-weight:600;line-height:1.5;text-align:right}.SelectService_helpItem__4yxGF{align-items:flex-start;background-color:#f6f6f6;border-radius:16px;color:#000;cursor:pointer;display:flex;font-size:16px;font-style:normal;font-weight:700;gap:10px;height:68px;line-height:1.5;overflow:hidden;padding:10px 68px 10px 20px;position:relative;transition:all .3s ease-in-out;-webkit-user-select:none;user-select:none}.SelectService_helpItem--short__WiB-W{padding-left:20px}.SelectService_helpItemBody__TYxim{column-gap:5px;display:flex;flex-wrap:wrap;width:100%}.SelectService_helpItemBody__TYxim .SelectService_texClamp2__2zBjO{display:inline;margin-bottom:2px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:100%}.SelectService_helpItem__4yxGF .ct_actions{z-index:3}.SelectService_helpItemIcon__wfiHs{display:block;left:0;position:absolute;top:50%;transform:translateY(-50%)}.SelectService_helpItemButton__QfNPl{align-items:center;border:none;color:#17a2c6;cursor:pointer;font-size:18px;font-style:normal;font-weight:700;justify-content:center;line-height:28px;outline:none;padding-left:40px;padding-right:40px}.SelectService_helpItemButton__QfNPl:focus,.SelectService_helpItemButton__QfNPl:hover{color:#17a2c6;outline:none}@media(max-width:991.98px){.SelectService_helpItemButton__QfNPl{padding:10px 20px}}.SelectService_disabled__vaTgJ{opacity:.25;pointer-events:none}.ServiceInfo_modal_modalBody__MO1ZL.modal-body{padding-top:0}.ServiceInfo_modal_badgesContainer__CRNGm{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.ServiceInfo_modal_description__\+BXGG{margin-top:10px}.ServiceInfo_modal_buttons__oEFmu{display:flex;flex-wrap:wrap;gap:10px}@media(min-width:992px){.HomePage_toolbar__e0pNm{padding-bottom:10px}}.EncounterDuration_wrapper__QcaO2{align-items:center;color:#8e8e93;display:flex;justify-content:center;white-space:nowrap}.ApptContacts_wrapper__blBH8{display:flex;gap:20px}@media(min-width:768px){.ApptContacts_wrapperDisabled__KpJW2{display:none}}@media(max-width:767.98px){.ApptContacts_wrapper__blBH8{gap:10px}}.ApptContacts_button__Osny8{flex:1 1;max-width:33.3333%}@media(max-width:767.98px){.ApptContacts_button__Osny8{flex-wrap:wrap;padding:5px}}.ApptContacts_button__Osny8.ApptContacts_disabled__sT1eX{display:none}.ApptContacts_button__Osny8 span{display:none;max-width:100%;overflow:hidden;text-overflow:ellipsis;vertical-align:middle;white-space:nowrap}@media(min-width:768px){.ApptContacts_button__Osny8 span.ApptContacts_full__INLej{display:block}}@media(min-width:576px)and (max-width:767.98px){.ApptContacts_button__Osny8 span.ApptContacts_short__-d9lJ{display:block}}@media(max-width:575.98px){.ApptContacts_button__Osny8 span.ApptContacts_extraShort__v9h83{display:block}}.ActorProfile_modal_actorProfile__TCXs2 .ActorProfile_modal_userPhoto__0q741{align-items:center;display:flex;justify-content:center;margin:0 auto 10px}.ActorProfile_modal_actorProfile__TCXs2 .ActorProfile_modal_title__jJbZ3{margin-bottom:5px;text-align:center}.ActorProfile_modal_meta__8dXq5{color:#8e8e93;line-height:1.25;text-align:center}.ActorProfile_modal_metaRole__nWaK\+{display:inline-block}.ActorProfile_modal_modalBody__k5\+WG{margin-top:-14px}.ActorProfile_modal_desc__WHuQT{padding-top:15px;white-space:pre-line}.ActorProfile_modal_specialties__XdmWf{margin-top:20px}.ActorProfile_modal_desc__WHuQT+.ActorProfile_modal_specialties__XdmWf{margin-top:30px}.ActorProfile_modal_contacts__saJ4L+.ActorProfile_modal_desc__WHuQT{margin-top:30px;padding:0}.ActorProfile_modal_contacts__saJ4L{display:flex;gap:10px;justify-content:center;position:relative}.ActorProfile_modal_badges__YXCQL{display:flex;flex-wrap:wrap;gap:10px}.ApptButtons_wrapper__ugnyk{align-items:flex-start;display:flex;gap:10px;position:relative}.ApptHeader_wrapper__YYJYU{display:flex;gap:10px}@media(max-width:1199.98px){.ApptHeader_wrapper__YYJYU{flex-direction:column}}.ApptHeader_title__U7i0g{line-height:1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ApptHeader_controls__zPk4V{display:flex;flex:1 1}.ApptHeader_badges__GIohx{display:flex;gap:5px}.ApptHeader_buttons__BW5od{margin-left:auto;padding-left:20px}.ApptMap_wrapper__dKD0w{background:#f6f6f6;border-radius:16px;min-height:260px;padding:30px}.ApptMap_marker__8R5x4,.ApptMap_wrapper__dKD0w{align-items:center;display:flex;justify-content:center;position:relative}.ApptMap_marker__8R5x4{background-color:#07dd89;border-radius:100%;height:100px;margin-bottom:30px;min-width:100px;width:100px}.ApptMap_marker__8R5x4 svg g{fill:#fff}@media(max-width:991.98px){.ApptMap_marker__8R5x4{height:70px;min-width:70px;width:70px}}.PatientPhotoAndName_content__Uy5BS{align-items:center;display:inline-flex;margin-right:auto;max-width:100%;min-width:1px}.PatientPhotoAndName_content__Uy5BS .PatientPhotoAndName_userPhoto__FksN\+{margin-right:10px}.PatientPhotoAndName_textContainer__bGzDa{align-items:flex-start;display:flex;flex-direction:column;max-width:100%;min-width:1px}.PatientPhotoAndName_textContainer__bGzDa .PatientPhotoAndName_text__9wEuJ{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.PatientPhotoAndName_textContainer__bGzDa .PatientPhotoAndName_text__9wEuJ.PatientPhotoAndName_withMoreInfo__nG-\+D{line-height:1.1}.PatientPhotoAndName_textContainer__bGzDa .PatientPhotoAndName_moreInfoText__4OvQi{color:#8e8e93;font-size:13px;line-height:18px}.PatientPhotoAndName_textContainer__bGzDa .PatientPhotoAndName_deceasedBadge__cbTD6{position:relative}.PatientPhotoAndName_additionalInfo__tHtwY{flex-grow:0;margin-left:15px;max-width:100%;min-width:1%;overflow:hidden;white-space:nowrap}@media(max-width:991.98px){.PatientPhotoAndName_mobileView__mI\+zm.PatientPhotoAndName_content__Uy5BS{display:flex;flex-direction:column;margin-left:auto;margin-right:auto}.PatientPhotoAndName_mobileView__mI\+zm .PatientPhotoAndName_userPhoto__FksN\+{margin-right:0;order:1;z-index:1}.PatientPhotoAndName_mobileView__mI\+zm .PatientPhotoAndName_textContainer__bGzDa{order:3}.PatientPhotoAndName_mobileView__mI\+zm .PatientPhotoAndName_textContainer__bGzDa .PatientPhotoAndName_text__9wEuJ{margin-bottom:10px;z-index:1}.PatientPhotoAndName_mobileView__mI\+zm .PatientPhotoAndName_deceasedBadge__cbTD6{align-self:center;margin-top:0}.PatientPhotoAndName_mobileView__mI\+zm .PatientPhotoAndName_additionalInfo__tHtwY{margin-left:0;margin-top:-10px;order:3}}.ApptPatient_wrapper__yf6pG{position:relative}.ApptPatient_apptPatient__a1gxb{background-color:#f6f6f6;border-radius:16px 16px 0 0;padding:15px;position:relative}.ApptPatient_isMobile__Ld97y .ApptPatient_apptPatient__a1gxb{border-radius:16px;margin-top:41px;padding:15px;position:relative}.ApptPatient_apptPatient__a1gxb .ApptPatient_name__FXmIB{align-items:center;display:flex;gap:10px;margin-bottom:20px;position:relative;width:100%}.ApptPatient_isMobile__Ld97y .ApptPatient_apptPatient__a1gxb .ApptPatient_name__FXmIB{margin-bottom:0;transform:translateY(-51px)}.ApptPatient_apptPatient__a1gxb .ApptPatient_mobileInfo__FMAbO{align-items:center;display:flex;flex-direction:column;justify-content:center}.ApptPatient_apptPatient__a1gxb .ApptPatient_mobileInfo__FMAbO .ApptPatient_text__c7Rgp{color:#8e8e93;margin-bottom:-15px}.ApptPatient_isMobile__Ld97y .ApptPatient_apptPatient__a1gxb .ApptPatient_mobileInfo__FMAbO{margin-top:-51px}.ApptPatient_isMobile__Ld97y .ApptPatient_apptPatient__a1gxb .ApptPatient_desktopInfo__rAtC\+{margin-top:-41px}.ApptPatient_apptPatient__a1gxb .ApptPatient_moreButton__fcjfC{display:block;font-weight:400;margin-bottom:-15px;padding:15px;text-align:center}.ApptPatient_controls__hKPB7{align-items:center;background-color:#f6f6f6;border-radius:0 0 16px 16px;border-top:1px solid #ceced080;display:flex;padding:15px;position:relative}.ApptPatient_isMobile__Ld97y .ApptPatient_controls__hKPB7{align-items:normal;background-color:initial;border-radius:0;border-radius:initial;border-top:0;flex-direction:column;margin-top:10px;padding:0}.ApptPatient_controls__hKPB7 .ApptPatient_buttons__oXm0q{align-items:center;display:flex;gap:10px}.ApptPatient_controls__hKPB7 .ApptPatient_encounterControl__pq-S2{align-items:center;display:flex;justify-content:center;margin-left:auto;min-height:40px}.ApptPatient_isMobile__Ld97y .ApptPatient_controls__hKPB7 .ApptPatient_encounterControl__pq-S2{margin-left:0;margin-top:10px;min-height:0;min-height:auto}.Notes_wrapper__ntWbV{background-color:#f6f6f6;border-top:1px solid #e8e8e8;display:flex;flex:1 1;flex-direction:column;margin-bottom:-40px;padding-bottom:80px;padding-top:20px}.Notes_container__iRWOb{display:flex;flex:1 1;margin-left:auto;margin-left:var(--container-margin-left,auto);margin-right:auto;margin-right:var(--container-margin-right,auto);position:relative}.Notes_inner__xrZHo{display:flex;flex:1 1;flex-direction:column}.Notes_inner__xrZHo .Notes_content__NmOrf{display:flex;flex:1 1;gap:20px;position:relative}.Notes_inner__xrZHo .Notes_content__NmOrf .Notes_sections__i0Nio{flex:1 1}.Notes_noResults__7vrsk{align-self:flex-start;background-color:#fff;border-radius:16px;font-weight:600;padding:15px;text-align:center;width:100%}.Notes_sidebar__jGc82{position:sticky;top:0}@media(max-width:991.98px){.Notes_sidebarContent__YaGh2{left:0;position:absolute;right:0;top:0}}.TextBlockInput_dropdown__6\+HWq{display:inline}.TextBlockInput_input__ZJVV\+{display:inline;white-space:pre-wrap}.TextBlockInput_inputBlocked__2v1Qd{animation:TextBlockInput_blinker__GhH11 1s linear infinite;color:#8e8e93;pointer-events:none;-webkit-user-select:none;user-select:none}@keyframes TextBlockInput_blinker__GhH11{50%{opacity:.5}}.TextBlockText_text__MMDbI{display:inline;white-space:pre-wrap}.TextBlockText_text__MMDbI:after{color:#0000004d;content:attr(placeholder-after-content)}.PlaceholderDate_badge__CK-gg[data-selected=true]{background-color:#17a2c638;border:1px solid #17a2c6}.PlaceholderDate_badgeGray__ASfyY[data-selected=true]{background-color:#8e8e9338;border:1px solid #8e8e93}.PlaceholderDate_badgePurple__BWTEM[data-selected=true]{background-color:#af52de38;border:1px solid #af52de}.PlaceholderResource_dropdown__iI\+3M{display:inline}.PlaceholderResource_dropdown__iI\+3M[data-selected=true] .PlaceholderResource_badge__nsIWO{background-color:#17a2c638;border:1px solid #17a2c6}.PlaceholderResource_dropdown__iI\+3M[data-selected=true] .PlaceholderResource_badgeGray__-y8Tg{background-color:#8e8e9338;border:1px solid #8e8e93}.PlaceholderResource_dropdown__iI\+3M[data-selected=true] .PlaceholderResource_badgePurple__yTe3r{background-color:#af52de38;border:1px solid #af52de}.PlaceholderSelect_dropdown__g6Ukh{display:inline}.PlaceholderSelect_dropdown__g6Ukh[data-selected=true] .PlaceholderSelect_badge__Hqjeq{background-color:#17a2c638;border:1px solid #17a2c6}.PlaceholderSelect_dropdown__g6Ukh[data-selected=true] .PlaceholderSelect_badgeGray__Vu50Q{background-color:#8e8e9338;border:1px solid #8e8e93}.PlaceholderSelect_dropdown__g6Ukh[data-selected=true] .PlaceholderSelect_badgePurple__m8Qhw{background-color:#af52de38;border:1px solid #af52de}.PlaceholderText_badge__YV0Ky{display:inline;white-space:pre-wrap}.PlaceholderText_badge__YV0Ky[data-selected=true]{background-color:#17a2c638;border:1px solid #17a2c6}.PlaceholderText_badgeGray__4LMyq[data-selected=true]{background-color:#8e8e9338;border:1px solid #8e8e93}.PlaceholderText_badgePurple__r29wD[data-selected=true]{background-color:#af52de38;border:1px solid #af52de}.TextBlock_editableBlocked__7khdE{pointer-events:none;-webkit-user-select:none;user-select:none}.TextBlock_editableInline__unp0I{display:inline}.TextBlock_editablePlainText__nWR2o{pointer-events:none;-webkit-user-select:auto;user-select:auto}.MacrosPlus_dropdown__VYcHa{display:block}.Block_wrapper__m3vIp{align-items:flex-start;display:flex;gap:10px;position:relative}.Block_wrapper__m3vIp .Block_title__MKz4n{font-size:16px;font-weight:700;line-height:24px;margin-bottom:2px}.Block_wrapper__m3vIp .Block_content__WzDdO{flex:1 1}.Block_wrapper__m3vIp .Block_buttons__N1C2t{display:flex;gap:10px;max-height:24px}.Block_wrapper__m3vIp .Block_buttons__N1C2t .Block_button__w4Ioz{opacity:0;transition:opacity .2s ease-in-out}.Block_wrapper__m3vIp:hover .Block_buttons__N1C2t .Block_button__w4Ioz{opacity:1}.Block_wrapper__m3vIp.Block_secondLevel__zN87x .Block_buttons__N1C2t{min-width:66px}.Block_peNone__WpWNF{pointer-events:none}.ResourceBlock_wrapper__WM2To{display:flex;flex:1 1;flex-direction:column;gap:10px;position:relative}.ResourceBlockItem_resourceBlock__qcbQ\+{background-color:#f6f6f6;border:1px solid #e6e6e7;border-radius:8px;display:flex;gap:10px;padding:4px 10px;transition:background-color .3s ease-in-out}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_left__pvhOU{align-items:flex-start;display:flex;flex-direction:column}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_left__pvhOU:empty{display:none}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA{display:flex;flex:1 1;flex-direction:column;justify-content:center}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_value__1HxYA{display:flex;gap:10px}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_value__1HxYA .ResourceBlockItem_code__40Oke{color:#8d8e93}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_value__1HxYA .ResourceBlockItem_code__40Oke:empty{display:none}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_value__1HxYA .ResourceBlockItem_title__B5cZ5{font-weight:600}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_meta__0Iwd7{-webkit-line-clamp:1;-webkit-box-orient:vertical;display:-webkit-box;overflow:hidden}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_right__EWQ2q{align-items:flex-end;display:flex;flex-direction:column;justify-content:flex-start;padding-top:1px}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_right__EWQ2q:empty{display:none}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_meta__0Iwd7{color:#8e8e93;font-size:13px;line-height:1.54}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_clickable__xbu8S{cursor:pointer}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_clickable__xbu8S:hover{background-color:#f0f0f0}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_hasError__jj7D8{border-color:#ff3a30!important}@media(max-width:767.98px){.ResourceBlockItem_resourceBlock__qcbQ\+{flex-wrap:wrap;gap:0}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_content__sGurA .ResourceBlockItem_value__1HxYA .ResourceBlockItem_code__40Oke{margin-left:auto;order:1}.ResourceBlockItem_resourceBlock__qcbQ\+ .ResourceBlockItem_right__EWQ2q{align-items:flex-start;min-width:100%}}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_purple__Aykiy{background-color:#af52de1f;border-color:#af52de80}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_purple__Aykiy.ResourceBlockItem_clickable__xbu8S:hover{background-color:#af52de26}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_blue__LeqOk{background-color:#17a2c61f;border:1px solid #17a2c680}.ResourceBlockItem_resourceBlock__qcbQ\+.ResourceBlockItem_blue__LeqOk.ResourceBlockItem_clickable__xbu8S:hover{background-color:#17a2c626}.FormBuilder_container__ng8vg{--form-builder-padding:0;--form-builder-block-gap:0;--form-builder-block-inline-left-max-width:0;display:flex;flex-direction:column}.BlockReviewOfSystems_plain__aAOXv{padding:var(--form-builder-padding)}.BlockReviewOfSystems_form__56Bg\+{display:flex;flex-direction:column}.BlockReviewOfSystems_formBlock__5ck93{display:flex;flex-direction:row;gap:var(--form-builder-block-gap);padding:var(--form-builder-padding)}.BlockReviewOfSystems_formBlock__5ck93+.BlockReviewOfSystems_formBlock__5ck93{border-top:1px solid #e8e8e8}.BlockReviewOfSystems_formBlockLeft__YqPn6{flex:1 1;max-width:var(--form-builder-block-inline-left-max-width)}.BlockReviewOfSystems_formBlockLeft__YqPn6 .BlockReviewOfSystems_title__uH0Uu{font-weight:600}.BlockReviewOfSystems_formBlockLeft__YqPn6 .BlockReviewOfSystems_description__78F4-{color:#8d8e93}.BlockReviewOfSystems_formBlockRight__iA3lk{display:flex;flex:1 1;flex-direction:column;gap:calc(var(--form-builder-block-gap)/2) var(--form-builder-block-gap)}@media(max-width:767.98px){.BlockReviewOfSystems_formBlock__5ck93{flex-direction:column}}.BlockReviewOfSystems_buttons__PBx7p{display:flex;flex-direction:column;gap:5px}.BlockReviewOfSystems_buttonsGroup__3YcaZ{display:flex;flex-direction:row;flex-wrap:wrap;gap:5px}.BlockReviewOfSystems_buttonsGroupButton__4GwZw{text-wrap:nowrap}.BlockReviewOfSystems_buttonsGroupInput__Sntc-{flex-grow:0}.BlockReviewOfSystems_buttonsGroupInputInner__6I-zU{min-width:110px}.BlockReviewOfSystems_buttonsGroupActions__ZBCgG{align-items:center;display:flex;justify-content:flex-end}.BlockReviewOfSystems_buttonsGroupActions__ZBCgG .BlockReviewOfSystems_button__08xJ4{text-transform:uppercase}.BlockReviewOfSystems_buttonsGroupActions__ZBCgG .BlockReviewOfSystems_button__08xJ4.builder_button_hover_none:hover,.ButtonDefault_button__vd6ba.builder_button_hover_none:hover{background-color:inherit}.BlockElement_formFieldInline__fP9Vx .BlockElement_left__Z9L83:empty{display:none}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg{display:flex;flex-direction:row;gap:var(--form-builder-block-gap);padding:var(--form-builder-padding)}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg+.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg{border-top:1px solid #e8e8e8}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg .BlockElement_left__Z9L83{flex:1 1;max-width:var(--form-builder-block-inline-left-max-width)}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg .BlockElement_left__Z9L83 .BlockElement_title__m0h6h{font-weight:600}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg .BlockElement_left__Z9L83 .BlockElement_description__msfUp{color:#8d8e93}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg .BlockElement_right__0rLPx{display:flex;flex:1 1;flex-direction:column;gap:calc(var(--form-builder-block-gap)/2) var(--form-builder-block-gap)}.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg[class*=builder_right_flex_direction_row] .BlockElement_right__0rLPx{flex-direction:row}@media(max-width:767.98px){.BlockElement_formFieldInline__fP9Vx.BlockElement_form__qp1Xg{flex-direction:column}}.BlockElement_formFieldInline__fP9Vx.BlockElement_plain__ftmEZ{padding:0 var(--form-builder-padding)}.BlockElement_formFieldInline__fP9Vx.BlockElement_plain__ftmEZ:first-child{padding-top:calc(var(--form-builder-padding)/2)}.BlockElement_formFieldInline__fP9Vx.BlockElement_plain__ftmEZ:last-child{padding-bottom:calc(var(--form-builder-padding)/2)}.BlockElement_bmi__1O9TW{display:inline-block}.BlockElement_bmi__1O9TW .BlockElement_badge__Iscq8{background-color:#af52de1f;border:1px solid #af52de80;border-radius:4px;padding:0 5px;position:relative}.GroupDefault_groupDefault__HfWH9.GroupDefault_form__eZ0GY{display:flex;flex-direction:column;gap:5px}.GroupDefault_groupDefault__HfWH9.GroupDefault_form__eZ0GY .GroupDefault_fields__HYShn{display:flex;flex-direction:column;gap:5px;justify-content:flex-start}.GroupDefault_groupDefault__HfWH9.GroupDefault_form__eZ0GY .GroupDefault_field__9cgBD,.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj{display:flex;gap:5px}.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj .GroupSecondary_fields__3EPD9{display:flex;flex:1 1;flex-direction:column;gap:5px;justify-content:flex-start;margin-right:auto}.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj .GroupSecondary_field__sqhAN{display:flex;flex:0 1;gap:5px;justify-content:flex-start}.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj .GroupSecondary_field__sqhAN:hover .GroupSecondary_trash__Qiibs{opacity:1;pointer-events:auto}.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj .GroupSecondary_field__sqhAN .GroupSecondary_trash__Qiibs{margin-left:auto;opacity:0;pointer-events:none;transition:opacity .2s ease-in-out}.GroupSecondary_groupSecondary__KCJPz.GroupSecondary_form__X4EWj .GroupSecondary_button__CgiCj{align-self:flex-start;margin-left:20px}.DateTime_container__xkr\+M{color:#8e8e93}.InputDefault_wrapper__K\+XuP{display:flex;gap:10px}.ToggleButtonDefault_group__imCr4>:last-child{flex-grow:0}.ToggleButtonForm_toggleButtonGroup__NwKzi{flex-direction:column}.ToggleButtonForm_group__HiFXW>:last-child{flex-grow:0}.TextElement_default__qEV9V,.TextElement_infoText__2Cyn7,.TitleElement_default__siAtK,.TitleElement_title__snnw7{padding-left:var(--form-builder-padding);padding-right:var(--form-builder-padding)}.TemplateBlock_container__zMl1U{border-radius:8px}.TemplateBlock_container__zMl1U+.TemplateBlock_container__zMl1U{margin-top:20px}.TemplateBlock_container__zMl1U.TemplateBlock_isInvalid__hv1vI .TemplateBlock_header__Jm9Tj{background-color:#e7373733;border-color:#e7373780}.TemplateBlock_container__zMl1U.TemplateBlock_isInvalid__hv1vI .TemplateBlock_header__Jm9Tj .TemplateBlock_edit__P9Au3{color:#e73737}.TemplateBlock_header__Jm9Tj{background:#17a2c61f;border:1px solid #17a2c680;border-top-left-radius:inherit;border-top-right-radius:inherit;display:flex;padding:5px 10px}.TemplateBlock_header__Jm9Tj .TemplateBlock_title__yxGoN{font-weight:600;margin-right:auto}.TemplateBlock_header__Jm9Tj .TemplateBlock_edit__P9Au3{background-color:#0000;border:none;color:#17a2c6;font-size:13px;line-height:20px;outline:none;text-transform:uppercase}.TemplateBlock_header__Jm9Tj .TemplateBlock_right__KxF5n{font-weight:400}.TemplateBlock_body__TrRBs{border:1px solid #e8e8e8;border-top:0 solid #e8e8e8;position:relative}.TemplateBlock_body__TrRBs:last-child{border-bottom-left-radius:inherit;border-bottom-right-radius:inherit}.TemplateBlock_body__TrRBs .TemplateBlock_emptyBlock__GEBdX{color:#8d8e93;cursor:pointer;padding:5px 10px}.TemplateBlock_body__TrRBs .TemplateBlock_hiddenBlock__PDSxA{left:0;opacity:0;position:absolute;right:0;top:0}.TemplateBlock_footer__upjME{border:1px solid #e8e8e8;border-bottom-left-radius:inherit;border-bottom-right-radius:inherit;border-top:0 solid #e8e8e8;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-end;padding:10px}.TemplateBlock_footer__upjME .TemplateBlock_error__YNQgb{color:#ff3a30;font-size:13px;line-height:1.54;min-width:100%;text-align:right}.TemplateBlock_notes__x5C7y{--form-builder-padding:10px;--form-builder-block-gap:10px;--form-builder-block-inline-left-max-width:210px}.TemplateBlock_notes__x5C7y [class*=builder_vitals_input],.TemplateBlock_notes__x5C7y [class*=vitals_input]{flex:0 1;min-width:90px}.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_header__Jm9Tj{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:0;margin-bottom:2px;padding:0}.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_header__Jm9Tj .TemplateBlock_edit__P9Au3{display:none;pointer-events:none}.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_body__TrRBs{background:#0000 none repeat 0 0/auto auto padding-box border-box scroll;background:initial;border:0;padding:0}.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_body__TrRBs .TemplateBlock_emptyBlock__GEBdX{pointer-events:none}.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_body__TrRBs .TemplateBlock_notes__x5C7y{--form-builder-padding:0;--form-builder-block-gap:0}.TemplateBlock_container__zMl1U.TemplateBlock_isPdf__NLu\+W .TemplateBlock_footer__upjME,.TemplateBlock_container__zMl1U.TemplateBlock_isPdf__NLu\+W .TemplateBlock_header__Jm9Tj,.TemplateBlock_container__zMl1U.TemplateBlock_isPlain__r-gXJ .TemplateBlock_footer__upjME{display:none}.BlockOrderWrapper_wrapper__ZiEme{position:relative;transition:background-color .5s ease}.BlockOrderWrapper_wrapperDrag__zgbMJ{opacity:.5}.BlockOrderWrapper_wrapperHasChildren__920wi>.BlockOrderWrapper_button__8cA73{top:15px}.BlockOrderWrapper_wrapperDraggable__ds9Vi>.BlockOrderWrapper_button__8cA73{display:flex}.BlockOrderWrapper_wrapperDraggable__ds9Vi:hover>.BlockOrderWrapper_button__8cA73{opacity:1}.BlockOrderWrapper_wrapperHighlighted__NQL0z{background-color:#ffe27f26}.BlockOrderWrapper_wrapperEmpty__IzGj4:after{content:"";height:25px;left:0;position:absolute;right:0;top:-10px}.BlockOrderWrapper_wrapperEmpty__IzGj4 .BlockOrderWrapper_dropBottom__ml-86,.BlockOrderWrapper_wrapperEmpty__IzGj4 .BlockOrderWrapper_dropTop__31sBP{bottom:auto;top:6px;transform:translateY(-50%)}.BlockOrderWrapper_wrapperDropAreaExtension__kQLiX:after,.BlockOrderWrapper_wrapperDropAreaExtension__kQLiX:before{content:"";height:7px;left:0;position:absolute;right:0}.BlockOrderWrapper_wrapperDropAreaExtension__kQLiX:after{top:-5px}.BlockOrderWrapper_wrapperDropAreaExtension__kQLiX:before{bottom:-5px}.BlockOrderWrapper_drop__V86sc{background-color:rgba(23,162,198,.502);display:block;height:2px;position:absolute}.BlockOrderWrapper_dropTop__31sBP{left:0;right:0;top:-6px}.BlockOrderWrapper_dropBottom__ml-86{bottom:-6px;left:0;right:0}.BlockOrderWrapper_button__8cA73{align-items:center;background-color:#fff;border:1px solid #e8e8e8;border-radius:10px;cursor:grab;display:none;height:32px;justify-content:center;left:-10px;opacity:0;position:absolute;top:0;transition:opacity .2s;width:20px;z-index:1}.BlockOrderWrapper_buttonActive__lCA2P{cursor:grabbing}.BlockOrderWrapper_buttonDeep1__DwMFn{transform:translateX(-100%)}.Blocks_blocks__Ddt0Z{display:flex;flex-direction:column}.Blocks_block__arJan+.Blocks_block__arJan{margin-top:10px}.Blocks_block__arJan.Blocks_withPadding__Zam96{padding:0 20px}.Blocks_block__arJan.Blocks_hasChildren__zhLBK{border-top:1px solid #e8e8e8;padding-bottom:5px;padding-top:15px}.Blocks_blockContent__07euQ{margin-left:30px;margin-top:10px}.Blocks_warning__m0B6X{border-radius:8px;padding:4px 10px;text-align:center}.BlocksPlain_blocks__wsEkI{display:flex;flex-direction:column}.BlocksPlain_block__WyYvj+.BlocksPlain_block__WyYvj{margin-top:10px}.BlocksPlain_block__WyYvj.BlocksPlain_withPadding__QvTGe{padding:0 20px}.BlocksPlain_block__WyYvj.BlocksPlain_hasChildren__64da-{border-top:1px solid #e8e8e8;padding-bottom:5px;padding-top:15px}.BlocksPlain_blockContent__Jb3S3{gap:5px;margin-top:10px;padding:0 0 0 30px}.BlocksPlain_warning__3K-Dq{border-radius:8px;padding:4px 10px;text-align:center}.Section_wrapper__GHLNa{background-color:#fff;border-radius:16px;position:relative}.Section_wrapper__GHLNa.Section_error__zecUp:before{border:1px solid #ff3a30;border-radius:inherit;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.Section_wrapper__GHLNa .Section_header__4TX5P{border-bottom:1px solid #e8e8e8;padding:15px 20px}.Section_wrapper__GHLNa .Section_body__HNspU{padding:15px 0}.Section_wrapper__GHLNa .Section_body__HNspU .Section_title__4abLj{padding-left:20px;padding-right:20px}.Section_wrapper__GHLNa .Section_footer__vChOP{border-top:1px solid #e8e8e8;padding:15px 20px}.Section_wrapper__GHLNa .Section_title__4abLj{align-items:center;display:flex;gap:10px}.Section_wrapper__GHLNa .Section_blocks__2V2tN:not(:empty){margin-top:10px}.Section_wrapper__GHLNa+.Section_wrapper__GHLNa{margin-top:20px}.SectionEncounter_meta__OSBuD{color:#8e8e93;font-size:13px;font-weight:400;line-height:1.54;text-transform:uppercase}.SectionEncounter_patientInfo__p5ujh{margin-top:15px}.SectionEncounter_patientInfo__p5ujh .SectionEncounter_lastItem__ZoIb3{border-bottom:0!important;padding-bottom:0!important}.SectionEncounter_statusAlert__IAz5J{margin:10px 20px 0}.SectionEncounter_blocks__To5eD{margin-top:10px}.SectionEncounter_blocks__To5eD:empty{display:none}.SectionEncounter_encounterControl__nE73F{display:flex;flex-wrap:wrap;gap:10px;position:relative}.SectionEncounter_encounterControl__nE73F:empty{display:none}.SectionEncounter_encounterControl__nE73F .SectionEncounter_duration__XZehX{text-align:center}@media(max-width:991.98px){.SectionEncounter_encounterControl__nE73F .SectionEncounter_duration__XZehX{order:1;width:100%}}.SectionEncounter_encounterControl__nE73F .SectionEncounter_doneButton__UOaeQ{margin-left:auto}@media(max-width:991.98px){.SectionEncounter_encounterControl__nE73F .SectionEncounter_doneButton__UOaeQ{flex:1 1}}.Sign_buttons__8h7i7{display:flex;gap:10px}@media(max-width:767.98px){.Sign_buttons__8h7i7{flex-wrap:wrap}}.Sign_buttons__8h7i7 .Sign_clientNotification__bA0nr{margin-left:auto}@media(max-width:767.98px){.Sign_buttons__8h7i7 .Sign_clientNotification__bA0nr{min-width:100%;order:-1}}.SectionAddAddendum_block__uW8vs{padding:15px 20px}.SectionAddAddendum_block__uW8vs:last-child{padding-bottom:0}.SectionAddAddendum_footer__1Xr8x{display:flex}.SectionAddAddendum_footer__1Xr8x .SectionAddAddendum_buttons__83pwn{display:flex;gap:10px;margin-left:auto}.SectionAddendum_block__zp10p{border-top:1px solid #e8e8e8;padding:15px 20px}.SectionAddendum_block__zp10p:last-child{padding-bottom:0}.SectionAddendum_block__zp10p .SectionAddendum_title__by8Fb{margin-bottom:10px}.SectionAddendum_block__zp10p .SectionAddendum_title__by8Fb .SectionAddendum_date__MVis4{font-weight:600}.SectionAddendum_block__zp10p .SectionAddendum_title__by8Fb .SectionAddendum_meta__oYWiI{color:#8d8e93}.SectionAddendum_block__zp10p .SectionAddendum_content__fkfK-{white-space:pre-wrap}.BeforeSignErrors_error__YxE3f{color:#8e8e93;font-size:13px;line-height:1.54}.BeforeSignErrors_error__YxE3f.BeforeSignErrors_active__MIf67,.BeforeSignErrors_error__YxE3f.BeforeSignErrors_active__MIf67 .BeforeSignErrors_button__zpi0d{color:#ff3a30}.BeforeSignErrors_error__YxE3f .BeforeSignErrors_button__zpi0d{display:inline-block;font-size:inherit;font-weight:inherit;line-height:inherit;transition:none 0s ease 0s;transition:initial;vertical-align:initial}.SignDetails_wrapper__PSx-2{min-width:1%}.SignDetails_cosigner__D0fS9{color:#8e8e93;font-size:13px;font-weight:400;line-height:1.54}.SignErrors_error__r9XhU{color:#ff3a30;font-size:13px;line-height:1.54}.SignUnsignedChanges_error__MBCUH{color:#8e8e93;font-size:13px;line-height:1.54}.SignUnsignedChanges_error__MBCUH.SignUnsignedChanges_active__tfLRH,.SignUnsignedChanges_error__MBCUH.SignUnsignedChanges_active__tfLRH .SignUnsignedChanges_button__g6kka{color:#ff3a30}.SignUnsignedChanges_error__MBCUH .SignUnsignedChanges_button__g6kka{display:inline-block;font-size:inherit;font-weight:inherit;line-height:inherit;transition:none 0s ease 0s;transition:initial;vertical-align:initial}.SectionSign_container__7rw5u{align-items:center;display:flex;flex-wrap:wrap;gap:10px;padding:0 20px}.SectionSign_container__7rw5u .SectionSign_details__D5Ikl{align-items:center;display:flex;flex:1 1;flex-wrap:wrap;gap:10px;justify-content:space-between;min-width:1%}.SectionSign_container__7rw5u .SectionSign_buttons__I2SGw{display:flex;gap:10px}@media(max-width:767.98px){.SectionSign_container__7rw5u .SectionSign_buttons__I2SGw{width:100%}}.SectionSign_info__-wQPL{border-top:1px solid #e8e8e8;margin-top:10px;padding:10px 20px 0;text-align:right}.SectionSign_info__-wQPL:empty{display:none}@media(max-width:767.98px){.SectionSign_info__-wQPL{text-align:left}}.Sidebar_wrapper__ym8Pk{width:60px}.Sidebar_wrapper__ym8Pk .Sidebar_item__FxZLP{align-items:center;color:#000;cursor:pointer;display:flex;flex-direction:column}.Sidebar_wrapper__ym8Pk .Sidebar_item__FxZLP .Sidebar_icon__NZeN6{align-items:center;background-color:#fff;border-radius:10px;display:flex;height:40px;justify-content:center;min-width:40px;width:40px}.Sidebar_wrapper__ym8Pk .Sidebar_item__FxZLP .Sidebar_label__cogb6{font-size:11px;line-height:20px;max-width:100%;overflow:hidden;text-align:center;text-overflow:ellipsis;white-space:nowrap}.Sidebar_wrapper__ym8Pk .Sidebar_item__FxZLP.Sidebar_active__9A-Rt .Sidebar_icon__NZeN6{background-color:#000;color:#fff}.Sidebar_wrapper__ym8Pk .Sidebar_item__FxZLP+.Sidebar_item__FxZLP{margin-top:10px}.DocumentUploader_modal_title__eGeJE{word-break:break-word}.DocumentUploader_modal_body__lar1K{display:flex;flex-direction:column;gap:10px}.DocumentUploader_modal_buttons__WDqWL{display:flex;gap:10px}.ApptDocuments_title__mb-TA{margin-bottom:10px}.ApptDocuments_documentsContainer__Ak7M7{display:flex;flex-wrap:wrap;gap:10px}@media(max-width:1089px){.ApptDocuments_documentsContainer__Ak7M7{display:grid;grid-template-columns:1fr 1fr 1fr 1fr}.ApptDocuments_documentsContainer__Ak7M7 .ApptDocuments_document__6xdH-{border-radius:14px;width:auto}}@media(max-width:692px){.ApptDocuments_documentsContainer__Ak7M7{grid-template-columns:1fr 1fr 1fr}}@media(max-width:490px){.ApptDocuments_documentsContainer__Ak7M7{grid-template-columns:1fr 1fr}}@media(max-width:332px){.ApptDocuments_documentsContainer__Ak7M7{grid-template-columns:1fr}}.ApptDocuments_documentsContainer__Ak7M7 .ApptDocuments_document__6xdH-{margin-left:0}.ApptDocuments_documentsContainer__Ak7M7 .ApptDocuments_error__A9q0l .ApptDocuments_document__6xdH-{cursor:pointer;pointer-events:auto}.ApptDocuments_documentsContainer__Ak7M7.ApptDocuments_vertical__FmnuI{display:grid;grid-template-columns:1fr 1fr}.ApptDocuments_documentsContainer__Ak7M7.ApptDocuments_vertical__FmnuI .ApptDocuments_document__6xdH-{width:auto}@media(max-width:767.98px){.ApptDocuments_documentsContainer__Ak7M7.ApptDocuments_vertical__FmnuI .ApptDocuments_document__6xdH-{border-radius:14px}}@media(max-width:490px){.ApptDocuments_documentsContainer__Ak7M7.ApptDocuments_vertical__FmnuI{grid-template-columns:1fr}}.ApptFillOutForms_devButton__WF5NK{border-radius:16px!important;margin-bottom:10px;margin-top:-10px;padding:5px;text-transform:capitalize;width:calc(50% - 5px)}.ApptFillOutForms_devButton__WF5NK+.ApptFillOutForms_devButton__WF5NK{margin-left:10px}.SidebarContent_wrapper__wJtK1{display:flex;flex-direction:column;gap:10px;width:340px}@media(max-width:991.98px){.SidebarContent_wrapper__wJtK1{width:100%}}.SidebarContent_content__aZieH{background-color:#fff;border-radius:16px;padding:15px}.SidebarContent_header__UiIC\+{display:flex;gap:10px}.TopBar_wrapper__-qwM9{align-items:center;display:flex;gap:10px}.TopBar_layoutsSelect__TYlvv{min-width:230px}.TopBar_links__6p95-{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-end}.TopBar_links__6p95- .TopBar_link__YLN5l{font-weight:600}.TopBar_links__6p95- .TopBar_link__YLN5l+.TopBar_link__YLN5l{margin-left:10px;padding-left:11px;position:relative}.TopBar_links__6p95- .TopBar_link__YLN5l+.TopBar_link__YLN5l:before{background:#00000029;content:"";display:block;height:100%;left:0;position:absolute;width:1px}.ApptPage_content__jb\+aH{display:flex;flex-direction:column;min-height:100%;padding-bottom:0}.ApptPage_patientsList__iLOz-{border-top:1px solid #e8e8e8;padding-bottom:20px;padding-top:20px}@media(max-width:991.98px){.ApptPage_patientsList__iLOz-{border-top:0;padding-top:0}}.ApptsSearch_apptsSearch__BKNTr{align-items:flex-end;display:flex;flex-wrap:wrap;gap:10px}.ApptsSearch_apptsSearch__BKNTr .ApptsSearch_tabs__XFolH{flex-grow:1}@media(max-width:767.98px){.ApptsSearch_apptsSearch__BKNTr .ApptsSearch_tabs__XFolH{flex:1 1}}.ApptsSearch_apptsSearch__BKNTr .ApptsSearch_practiceSelect__1Ny8B{max-width:33.33333%;min-width:33.33333%}@media(max-width:767.98px){.ApptsSearch_apptsSearch__BKNTr .ApptsSearch_practiceSelect__1Ny8B{flex:1 1;max-width:100%;min-width:100%;order:-1}}.ApptsListItem_item__UTGWw{background-color:#f6f6f6;border:2px solid #f6f6f6;border-radius:16px;color:inherit;cursor:pointer;display:flex;line-height:1.5;padding:15px;transition:background-color .3s ease-in-out,border-color .3s ease-in-out}.ApptsListItem_item__UTGWw:focus,.ApptsListItem_item__UTGWw:hover{background-color:#f0f0f0;border-color:#f0f0f0;color:inherit}.ApptsListItem_item__UTGWw+.ApptsListItem_item__UTGWw{margin-top:10px}.ApptsListItem_itemActive__VFxYT,.ApptsListItem_itemActive__VFxYT:hover{border-color:#17a2c6}.ApptsListItem_table__x8iV2{display:flex;width:100%}@media(max-width:1200px){.ApptsListItem_table__x8iV2{flex-wrap:wrap}}.ApptsListItem_table__x8iV2 .ApptsListItem_tableItem__Zg69T{display:flex;flex-direction:column;gap:5px;padding:0}.ApptsListItem_table__x8iV2 .ApptsListItem_dateBlock__cD1xA{flex-basis:35%}.ApptsListItem_table__x8iV2 .ApptsListItem_dateBlock__cD1xA .ApptsListItem_date__Y9N\+g{font-weight:600}@media(max-width:1200px){.ApptsListItem_table__x8iV2 .ApptsListItem_dateBlock__cD1xA{flex-basis:42%}}@media(max-width:992px){.ApptsListItem_table__x8iV2 .ApptsListItem_dateBlock__cD1xA{flex-basis:100%;flex-direction:row;justify-content:space-between}}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM{flex-basis:30%;margin-left:15px;overflow:hidden}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_type__YP4\+R{font-weight:600}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_typeLabel__HgfG3{color:#8e8e93;font-weight:400;white-space:nowrap}@media(max-width:992px){.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_type__YP4\+R{font-weight:400}}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_officeText__HS61g{display:flex;max-width:50%;width:-moz-fit-content;width:fit-content;word-break:break-word}@media(max-width:992px){.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_officeText__HS61g{max-width:100%}}@media(min-width:1200px){.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_officeText__HS61g{max-width:100%}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM .ApptsListItem_officeTextName__POOS8{max-width:-moz-fit-content;max-width:fit-content;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}}@media(max-width:1200px){.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM{display:flex;flex-basis:auto;margin-left:0;margin-top:10px;order:1;width:100%}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlockOffice__57\+fl{color:#8e8e93;display:flex}.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlockOffice__57\+fl .ApptsListItem_officeText__HS61g+.ApptsListItem_officeText__HS61g{margin-left:15px}}@media(max-width:992px){.ApptsListItem_table__x8iV2 .ApptsListItem_typeBlock__MlffM{order:0}}.ApptsListItem_table__x8iV2 .ApptsListItem_durationBlock__jK-Py{flex-basis:15%;justify-content:space-between;margin-left:15px}.ApptsListItem_table__x8iV2 .ApptsListItem_durationBlock__jK-Py .ApptsListItem_duration__Eog5K{font-weight:600}.ApptsListItem_table__x8iV2 .ApptsListItem_durationBlock__jK-Py .ApptsListItem_timeDiff__0YQv-{color:#8e8e93}@media(max-width:1200px){.ApptsListItem_table__x8iV2 .ApptsListItem_durationBlock__jK-Py{flex-grow:1;margin-left:10px}}.ApptsListItem_table__x8iV2 .ApptsListItem_statusBlockItem__tUeH4{flex-basis:28%;margin-left:15px;text-align:end}@media(max-width:1200px){.ApptsListItem_table__x8iV2 .ApptsListItem_statusBlockItem__tUeH4{flex-basis:30%;margin-left:10px}}.ApptsListItem_table__x8iV2 .ApptsListItem_statusBlock__srfdH{align-items:flex-end;display:flex;flex-direction:column}.ApptsListItem_table__x8iV2 .ApptsListItem_idBlock__fxOJA{color:#8e8e93;font-size:12px;margin-top:10px}@media(max-width:992px){.ApptsListItem_table__x8iV2 .ApptsListItem_statusBlock__srfdH{display:flex;flex-direction:column;justify-content:space-between}.ApptsListItem_table__x8iV2 .ApptsListItem_date__Y9N\+g{display:flex;flex-direction:column}}.ApptsListItem_cost__u\+aXV{text-align:center}.ApptsListItem_cost__u\+aXV .ApptsListItem_textMeta__fwX-q{margin-top:-2px;text-decoration:line-through}@media(max-width:992px){.ApptsListItem_cost__u\+aXV{white-space:nowrap}}.ApptsListItem_status__kbFbL{align-items:center;background-color:rgba(0,0,0,.051);border-radius:20px;color:#8e8e93;display:flex;justify-content:center;margin-bottom:5px;padding:4px 10px;position:relative;text-align:right;white-space:nowrap;width:-moz-fit-content;width:fit-content}.ApptsListItem_status__kbFbL .ApptsListItem_textMeta__fwX-q{margin-top:-2px}@media(max-width:767.98px){.ApptsListItem_status__kbFbL{font-size:13px;margin-bottom:0}}@media(max-width:575.98px){.ApptsListItem_status__kbFbL{max-width:100%;position:relative;right:auto;text-align:left;top:auto;width:100%}}.ApptsListItem_status__kbFbL+.ApptsListItem_indicators__ETDUg{color:#e73737;white-space:nowrap;word-break:keep-all}@media(max-width:767.98px){.ApptsListItem_status__kbFbL+.ApptsListItem_indicators__ETDUg{font-size:13px}}.AccountsList_contactListItem__AW4k-{background-color:#f6f6f6;border-radius:16px;padding:15px}.AccountsList_contactListItem__AW4k-+.AccountsList_contactListItem__AW4k-{margin-top:10px}.AccountsList_contactListItem__AW4k- .AccountsList_title__lGh8b{font-weight:600}.AccountsList_contactListItem__AW4k- .AccountsList_label__2Ysbc{color:#8e8e93;line-height:1.25}.AccountsList_contactListItem__AW4k- .AccountsList_buttons__k7Qsu{display:flex;gap:10px;margin-top:10px}.AccountsList_contactListItem__AW4k- .AccountsList_buttons__k7Qsu:empty{margin-top:0}.AddressController_title__A7mQ0{margin-bottom:20px}.AddressAutocomplete_wrapper__pjkcA{position:relative}.AddressAutocomplete_wrapper__pjkcA .AddressAutocomplete_flag__BkR2e{height:50px;left:10px;position:absolute;top:50%;transform:translateY(-50%);width:53px;z-index:10}.AddressAutocomplete_wrapper__pjkcA .AddressAutocomplete_flag__BkR2e:after{background-color:#e9e9e9;content:"";display:block;height:60%;position:absolute;right:0;top:20%;width:1px}.AddressAutocomplete_wrapper__pjkcA .AddressAutocomplete_input__wrFAo{padding-left:68px}.AddAddress_addAddress__B6Si1 .AddAddress_btns__XCGwB{display:flex;gap:10px}.AddAddress_addAddress__B6Si1.AddAddress_blocked__xDd-D:before{content:"";height:100%;left:0;position:absolute;top:0;width:100%;z-index:100}.ContactsList_list__jDQ-H,.SelectContactSystem_buttons__XXwPB{display:flex;flex-direction:column;gap:10px}.InsuranceController_wrapper__6TJoL{display:flex;flex-wrap:wrap}.InsuranceController_title__jXgEI{flex:0 1;margin-bottom:20px;margin-right:auto;order:0}.InsuranceController_buttons__XB8o3{margin-bottom:20px;order:1;padding-left:10px}.InsuranceController_list__pybxB{min-width:100%;order:2}.InsuranceController_isModal__br\+HW .InsuranceController_buttons__XB8o3{margin-bottom:0;margin-top:20px;order:3}.TypeAheadPopup_wrapper__fX2hR{background:#fff;border-radius:16px;box-shadow:0 2px 8px rgba(0,17,77,.173);height:100%;max-height:365px;overflow-y:scroll;padding:0;width:100%;z-index:5}.TypeAheadPopup_wrapper__fX2hR .TypeAheadPopup_loader__Rlysc{margin:19px 15px;position:relative}.TypeAheadPopup_wrapper__fX2hR .TypeAheadPopup_loader__Rlysc .TypeAheadPopup_bubbleLoader__d6i6R{left:15px;opacity:.2}.TypeAheadPopup_wrapper__fX2hR .TypeAheadPopup_scrollArea__jlqcR{display:flex;flex-direction:column;overflow-y:hidden;padding:0}.TypeAheadPopup_wrapper__fX2hR .TypeAheadPopup_error__ckxna{margin:19px 15px}.TypeAheadPopup_isLoading__QZzfR{overflow:hidden}.TypeAheadPopup_isLoading__QZzfR .TypeAheadPopup_scrollArea__jlqcR{max-height:365px;position:relative}.TypeAheadPopup_isLoading__QZzfR .TypeAheadPopup_scrollArea__jlqcR:after{background-color:#ffffffb3;bottom:0;content:"";display:block;left:0;position:absolute;right:0;top:0}.TypeAheadPopup_isLoading__QZzfR .TypeAheadPopup_loader__Rlysc{left:50%;margin:0;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:1}.TypeAheadPopup_isLoading__QZzfR .TypeAheadPopup_loader__Rlysc .TypeAheadPopup_bubbleLoader__d6i6R{opacity:1}.TypeAheadPopup_group__r3qg2:not(:first-child){margin-bottom:20px;margin-top:20px}.TypeAheadPopup_group__r3qg2:last-child{margin-bottom:0}.TypeAheadPopup_groupTitle__eoU09{font-weight:600;padding:10px 15px}.TypeAheadPopup_groupTitle__eoU09 em{font-style:normal;font-weight:600}.TypeAheadPopup_item__quMbl{cursor:pointer;padding:10px 15px;transition:background-color .2s linear}.TypeAheadPopup_item__quMbl:hover{background-color:#f6f6f6;transition:background-color .2s linear}.TypeAheadPopup_itemInner__8B9tc{display:flex;justify-content:space-between}.TypeAheadPopup_itemInnerTitle__d6hYN{flex-grow:1;padding-right:10px;width:auto}.TypeAheadPopup_itemInnerTitle__d6hYN em{font-style:normal;font-weight:600}.TypeAheadPopup_itemInnerRightText__TKoSn{color:#8e8e93;text-align:right;white-space:nowrap}.TypeAheadPopup_itemInnerMetaText__3KOAZ{color:#8e8e93;position:relative;white-space:nowrap}.TypeAheadPopup_itemInnerMetaText__3KOAZ:before{content:" • ";display:inline-block;text-align:center;width:16px}.TypeAheadPopup_itemSubText__XliPy{color:#8e8e93;flex:1 1;text-align:right;white-space:nowrap;width:100%}.TypeAheadPopup_useAsIs__fA4xN{border-top:1px solid hsla(240,2%,81%,.502)}.TypeAheadPopup_useAsIs__fA4xN span{font-weight:600}.TypeAhead_wrapper__kpyaG{position:relative;width:100%}.TypeAhead_unFocusedWrapper__qxlVp{color:#000;display:flex;font-size:16px;font-weight:600;line-height:1.25;max-width:calc(100% - 30px);position:absolute}.tsform-item--fw-400 .TypeAhead_unFocusedWrapper__qxlVp{font-weight:400}.TypeAhead_unFocusedWrapper__qxlVp .TypeAhead_text__nLnyI{min-width:1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.TypeAhead_unFocusedWrapper__qxlVp .TypeAhead_meta__PWi08{color:#8e8e93;flex:1 0 auto;overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.TypeAhead_unFocusedWrapper__qxlVp .TypeAhead_meta__PWi08:before{content:" • ";display:inline-block;text-align:center;width:16px}.TypeAhead_ddWrapper__61kDE{max-height:365px;position:fixed;z-index:5}.InsuranceListAddButton_button__pVztg{background-color:#f6f6f6;border-radius:16px;color:#8d8e93;cursor:pointer;font-weight:700;height:130px;padding:15px;position:relative;transition:background-color .3s ease-in-out}.InsuranceListAddButton_button__pVztg:hover{background-color:#f0f0f0}.InsuranceListAddButton_button__pVztg:after{background-image:url(/static/media/plus.834ee39d4092eb2b9acb.svg);bottom:15px;content:"";display:block;height:28px;opacity:.2;position:absolute;right:15px;width:28px}.ViewInsurance_badge__CYd-6{margin-left:5px}.ViewInsurance_list__hVvD4{padding-left:15px;padding-right:15px}@media(max-width:991.98px){.ViewInsurance_list__hVvD4{padding-left:10px;padding-right:10px}}.InsuranceListItem_item__weU2h{background-color:#f6f6f6;border-radius:16px;cursor:pointer;height:130px;overflow:hidden;padding:15px;position:relative;transition:background-color .3s ease-in-out}.InsuranceListItem_item__weU2h:hover{background-color:#f0f0f0}.InsuranceListItem_header__mqgBh{display:flex;flex:1 1 100%;font-size:13px;line-height:18px;margin-bottom:5px;min-width:1px}.InsuranceListItem_headerText__5x3Tl{color:#8e8e93;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.InsuranceListItem_header__mqgBh .InsuranceListItem_badge__\+qlvW{margin-left:5px}.InsuranceListItem_body__BiuDK .InsuranceListItem_title__iTzSA{-webkit-line-clamp:3;-webkit-box-orient:vertical;display:-webkit-box;font-weight:700;overflow:hidden;text-overflow:ellipsis;word-break:break-word}.InsuranceListItem_deleteButton__JXgHR{background-image:url(/static/media/trash.458b21269604a40eda04.svg);bottom:15px;content:"";display:block;height:28px;opacity:0;pointer-events:none;position:absolute;right:15px;transition:opacity .3s ease-in-out;width:28px}.InsuranceListItem_view__IXJ1A:hover .InsuranceListItem_deleteButton__JXgHR{opacity:.2;pointer-events:auto}.InsuranceListItem_checkbox__FEaL6{bottom:15px;position:absolute;right:15px}.CocPatientHeader_header__NSOEx{display:flex}@media(max-width:991.98px){.CocPatientHeader_header__NSOEx{align-items:center;flex-direction:column}}.CocPatientHeader_content__8L3BF{align-items:center;display:inline-flex;margin-right:auto;max-width:100%;min-width:1px;padding-right:20px}.CocPatientHeader_content__8L3BF .CocPatientHeader_text__u4haN{margin-bottom:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.CocPatientHeader_buttonGroup__tAr\+J{align-items:center;display:flex;white-space:nowrap}@media(max-width:991.98px){.CocPatientHeader_buttonGroup__tAr\+J{margin-top:10px}}.CocPatientHeader_buttonGroup__tAr\+J .CocPatientHeader_button__w0duN{color:#17a2c6;cursor:pointer;display:inline-block;font-size:18px;font-stretch:normal;font-style:normal;font-weight:700;font-weight:600;letter-spacing:normal;line-height:1.56;margin-bottom:0;padding-bottom:0;transition:color .3s ease-in-out}.CocPatientHeader_buttonGroup__tAr\+J .CocPatientHeader_button__w0duN:focus,.CocPatientHeader_buttonGroup__tAr\+J .CocPatientHeader_button__w0duN:hover{color:#1386a4;text-decoration:none}.CocPatientHeader_buttonGroup__tAr\+J .CocPatientHeader_button__w0duN+.CocPatientHeader_button__w0duN{margin-left:10px}.PracticeIcon_icon__ic7d3{position:relative}.PracticeIcon_icon__ic7d3:before{background-color:#e3e3e4;border:1px solid #00000014;border-radius:12px;bottom:-5px;content:"";display:block;left:-5px;opacity:0;position:absolute;right:-5px;top:-5px;transition:opacity .3s}.PracticeIcon_icon__ic7d3.PracticeIcon_isActive__PxP6O:before,.PracticeIcon_icon__ic7d3.PracticeIcon_isHoverable__mnCy7:hover:before{opacity:.88}.PracticeIcon_icon__ic7d3 .PracticeIcon_inner__u3raB{align-items:center;background-color:#fff;border-radius:8px;display:flex;height:40px;justify-content:center;min-width:40px;position:relative;width:40px}.PracticeIcon_icon__ic7d3 .PracticeIcon_inner__u3raB img{max-width:100%}.PracticeIcon_icon__ic7d3 .PracticeIcon_inner__u3raB.PracticeIcon_firstLetters__nSb5U{background-color:#17a2c6;color:#fff;font-size:18px;font-weight:600;line-height:1;text-transform:uppercase}.PracticeIcon_icon__ic7d3 .PracticeIcon_inner__u3raB.PracticeIcon_empty__TD0sn{background-color:#17a2c6}.PracticeIcon_icon__ic7d3 .PracticeIcon_inner__u3raB.PracticeIcon_empty__TD0sn img{max-height:24px;max-width:24px}.PracticeIcon_icon__ic7d3.PracticeIcon_secondary__0IDRR .PracticeIcon_inner__u3raB.PracticeIcon_firstLetters__nSb5U{background-color:#fff;color:#0003}.PracticeIcon_icon__ic7d3.PracticeIcon_secondary__0IDRR .PracticeIcon_inner__u3raB.PracticeIcon_empty__TD0sn{background-color:#fff}.PatientsList_patientsListItem__sHV0g{color:#000;display:block}.PatientsList_patientsListItem__sHV0g:focus,.PatientsList_patientsListItem__sHV0g:hover{color:#000}.PatientsList_patientsListItem__sHV0g+.PatientsList_patientsListItem__sHV0g{margin-top:10px}.PatientsList_patientsList__Njrjj .PatientsList_deceasedValue__MVQEe{display:inline;opacity:.2}.PatientsList_patientsList__Njrjj.PatientsList_isModal__5tocD .PatientsList_patientsListItem__sHV0g+.PatientsList_patientsListItem__sHV0g{margin-top:0}.PaymentMethodSelector_container__5uTjJ{background-color:#f6f6f6;border-radius:16px;cursor:pointer;padding:10px 15px;position:relative;transition:background-color .3s ease-in-out}.PaymentMethodSelector_container__5uTjJ:hover{background-color:#f0f0f0}.PaymentMethodSelector_label__TY-tw{color:#8e8e93;font-size:13px;font-style:normal;font-weight:400;line-height:20px}.PaymentMethodSelector_cardNumber__FHfs\+{align-items:center;color:#000;display:flex;font-size:16px;font-style:normal;font-weight:600;line-height:20px;margin-top:2px}.PaymentMethodSelector_cardNumber__FHfs\+ .PaymentMethodSelector_icon__ZB7mE{height:20px;margin-right:6px;min-width:28px;width:28px}.PaymentMethodSelector_bubbleLoader__hGoDq{align-items:center;display:flex;height:20px;margin-left:15px;opacity:.2}.PaymentMethodSelector_editIcon__dB5dG{opacity:.2;position:absolute;right:15px;top:50%;transform:translateY(-50%)}.Breadcrumbs_wrapper__VEiFh{display:flex;flex-wrap:wrap;gap:5px;margin-bottom:10px;width:100%}.Breadcrumbs_wrapper__VEiFh .Breadcrumbs_item__l2zge{font-weight:400;white-space:nowrap}.BookingLayout_maxWidth860__Hq-T0{max-width:860px}.BookingLayout_body__9wLro,.BookingLayout_body__9wLro .container .BookingLayout_maxWidth860__Hq-T0{margin:0 auto}.BookingLayout_body__9wLro.box--desktop-footer-fixed .box-footer .btn.mt-10{margin-top:10px}.BookingLayout_body__9wLro.box--desktop-footer-fixed .box-footer .btn.mt-20{margin-top:20px}@media(min-width:992px){.sidebar+.content-wrapper .BookingLayout_body__9wLro{margin:0}.sidebar+.content-wrapper .BookingLayout_body__9wLro.box--desktop-footer-fixed .box-footer{left:260px}.sidebar+.content-wrapper .BookingLayout_body__9wLro .container .BookingLayout_maxWidth860__Hq-T0{margin:0}}.box--desktop-footer-fixed .box-footer.BookingLayout_footer__H\+m\+l{padding:30px 0}@media(max-width:991.98px){.box--desktop-footer-fixed .box-footer.BookingLayout_footer__H\+m\+l{padding:15px 0}}.CopyVoucher_container__C9fvg{background-color:#ffe27f4d;border:1px solid #ffe27f;border-radius:16px;display:flex;font-size:14px;font-weight:400;justify-content:space-between;line-height:20px;padding:10px 15px;text-align:left}.CopyVoucher_copy__1IGVF{color:#17a2c6;cursor:pointer;font-weight:600;padding-left:20px;-webkit-user-select:none;user-select:none}.PatientItem_containerDesktop__oRP1K,.PatientItem_containerMobile__RDgWo{background-color:#f6f6f6;border-radius:16px;min-height:62px;padding:8px 15px}.PatientItem_containerDesktop__oRP1K+.PatientItem_containerDesktop__oRP1K,.PatientItem_containerDesktop__oRP1K+.PatientItem_containerMobile__RDgWo,.PatientItem_containerMobile__RDgWo+.PatientItem_containerDesktop__oRP1K,.PatientItem_containerMobile__RDgWo+.PatientItem_containerMobile__RDgWo{margin-top:10px}.PatientItem_containerDesktop__oRP1K{align-items:center;display:flex;flex-direction:row;justify-content:flex-start}.PatientItem_containerDesktop__oRP1K .PatientItem_column__5E14t:first-child{flex:1 1}.PatientItem_containerDesktop__oRP1K .PatientItem_column__5E14t:nth-child(2){width:43%}.PatientItem_containerDesktop__oRP1K .PatientItem_column__5E14t:nth-child(3){width:7%}.PatientItem_containerMobileHeader__6A3aY{display:flex;margin-bottom:2px}.PatientItem_containerMobile__RDgWo .PatientItem_column__5E14t{margin-top:10px}.PatientItem_containerMobile__RDgWo .PatientItem_column__5E14t .PatientItem_insurance__CvpYB{width:100%}.PatientItem_column__5E14t{align-items:flex-start;display:flex;flex-direction:column;padding-right:15px;position:relative}.PatientItem_column__5E14t:last-child{padding-right:0}.PatientItem_columnAlignEnd__3-e82{align-items:flex-end;margin-left:auto}.PatientItem_row__FgMYp{color:#000;font-size:16px;font-style:normal;font-weight:600;line-height:20px}.PatientItem_rowLabel__FklJi{color:#8e8e93;font-size:13px;font-weight:400}.PatientItem_noWrap__2h4KQ{white-space:nowrap}.PatientItem_loader__9UyC8{opacity:.2;padding:10px 15px}.PatientItem_selectInsurance__kZHdd{margin-top:-2px}.VoucherSelector_voucherCard__YqDBp{margin-top:10px}.VoucherSelector_voucherCard__YqDBp>div{align-items:center}.VoucherSelector_loader__LBZ3s{opacity:.3}.VoucherSelector_loader__LBZ3s,.VoucherSelector_notFound__qR9ar{align-items:center;display:flex;justify-content:center;margin-top:10px}.VoucherSelector_notFound__qR9ar{background:#f6f6f6;border-radius:15px;font-weight:600;padding:10px 15px}.VoucherSelect_modal_submitButton__shYxt{width:100%}.Voucher_voucher__N0aOZ{align-items:center;background-color:#17a2c6;border-radius:10px;color:#fff;display:flex;font-size:13px;font-weight:600;line-height:20px;padding:6px 10px}.Voucher_voucher__N0aOZ span{margin-right:5px}.Voucher_closeIcon__gyufy{cursor:pointer;height:20px;width:20px}.Voucher_selector__h1cQV{align-items:center;cursor:pointer;display:flex;font-weight:600}.Voucher_selector__h1cQV span{margin-left:5px}.BookingFinishPage_paymentInfo__nPqFb{align-items:center;display:flex;justify-content:space-between}.BookingFinishPage_paymentInfo__nPqFb .BookingFinishPage_priceForAll__3--my{color:#8d8e93;display:inline-block;font-size:16px;font-weight:400;margin-left:5px;text-decoration:line-through}.BookingFinishPage_copyVoucher__No-CP{margin:10px 0}.PatientDetails_header__4vbl0{align-items:center;display:flex;justify-content:space-between;margin:0 0 10px}.PatientDetails_header__4vbl0 .PatientDetails_title__gIJkC{color:#000;font-size:18px;font-style:normal;font-weight:700;line-height:1.56;margin:0 5px 0 0}.PatientDetails_iconsContainer__0j6S7{align-items:center;display:flex;gap:10px;margin-right:15px}.PatientDetails_icon__RP7mR{cursor:pointer;height:28px;opacity:.2;transition:opacity .1s linear;width:28px}.PatientDetails_icon__RP7mR:hover{opacity:1;transition:opacity .1s linear}.PatientDetails_input__u3JHm{background-color:#f6f6f6!important}.PatientDetails_input__u3JHm:before{border-color:#f6f6f6!important}.BookingSelectPatients_patientItem__b8\+7w+.BookingSelectPatients_patientItem__b8\+7w{margin-top:10px}.BookingSelectPatients_patientItemDetails__Tedyt+.BookingSelectPatients_patientItemDetails__Tedyt,.BookingSelectPatients_patientItemDetails__Tedyt+.BookingSelectPatients_patientItem__b8\+7w,.BookingSelectPatients_patientItem__b8\+7w+.BookingSelectPatients_patientItemDetails__Tedyt{margin-top:30px}.BookingChat_layout__e6yz-{height:100%}.BookingChat_layout__e6yz- #toolbar+.container{height:calc(100% - 48px)}@media(max-width:991.98px){.BookingChat_layout__e6yz- #toolbar+.container{height:calc(100% - 44px)}}.BookingChat_layout__e6yz- .container{height:100%}.BookingChat_layout__e6yz- .container .box{height:calc(100% + 10px)}.BookingChat_layout__e6yz- .container .box-body{flex:1 1;position:relative}.BookingChat_chat__Z8XvM{bottom:0;left:0;overflow-y:hidden;padding-bottom:0;padding-top:0;position:absolute;right:0;top:0}.BookingChat_chatInner__tl7NV{float:revert;height:100%;transform:rotate(180deg);width:100%}@media(min-width:992px){.BookingChat_chatInner__tl7NV{padding-right:10px}}@media(max-width:991.98px){.BookingChat_chatInner__tl7NV{padding-left:15px;padding-right:15px}}.BookingChat_chatMessages__ilWNu,.BookingChat_chatVariants__dk16S{padding-bottom:37px;transform:rotate(180deg)}.BookingChat_chatMessages__ilWNu{display:flex;flex-direction:column;padding-top:20px;position:relative;width:100%}.BookingChat_chatMessage__zhYjQ{display:flex;max-width:290px;position:relative}.BookingChat_chatMessageInner__GfM8n{background-color:#f6f6f6;border-radius:16px;font-size:15px;line-height:1.33;overflow:hidden;padding:10px 15px;white-space:pre-line}.BookingChat_chatMessageInnerMember__p1mTP{color:#17a2c6;display:flex;font-size:13px;font-weight:700;line-height:1.54}.BookingChat_chatMessage__zhYjQ .red_marker{align-self:flex-end}.BookingChat_chatMessageDanger__\+WSpe .BookingChat_chatMessageInner__GfM8n{background-color:#ff3b30;color:#fff}.BookingChat_chatMessageLeft__Z2pQg{align-self:flex-start}.BookingChat_chatMessageLeft__Z2pQg .BookingChat_chatMessageInner__GfM8n{border-bottom-left-radius:3px}.BookingChat_chatMessageRight__V0IqE{align-self:flex-end}.BookingChat_chatMessageRight__V0IqE .BookingChat_chatMessageInner__GfM8n{background-color:#17a2c6;border-bottom-right-radius:3px;color:#fff;text-align:left}.BookingChat_chat__Z8XvM .BookingChat_chatMessageLeft__Z2pQg+.BookingChat_chatMessageLeft__Z2pQg,.BookingChat_chat__Z8XvM .BookingChat_chatMessageLeft__Z2pQg+.BookingChat_chatMessageRight__V0IqE,.BookingChat_chat__Z8XvM .BookingChat_chatMessageRight__V0IqE+.BookingChat_chatMessageLeft__Z2pQg,.BookingChat_chat__Z8XvM .BookingChat_chatMessageRight__V0IqE+.BookingChat_chatMessageRight__V0IqE{padding-top:5px}.BookingChat_chat__Z8XvM .BookingChat_status__4LWKH{bottom:10px;color:#8e8e93;font-size:14px;left:15px;margin-top:5px;position:absolute}.BookingChat_chat__Z8XvM .BookingChat_status__4LWKH .bubble-loader{right:-12px;top:-8px}.BookingChat_chatEmpty__Ge554{bottom:30px;position:absolute;text-align:center;transition:opacity .15s ease-in-out}.BookingChat_chatEmptyContent__VEygs{bottom:auto;padding-bottom:10px;position:relative}.BookingChat_checkbox__eXlZQ+.BookingChat_checkbox__eXlZQ{margin-top:5px}.BookingChat_checkbox__eXlZQ>div:before{background-color:#f6f6f6}.SymptomItem_item__yZsfq{border-bottom:1px solid #ceced080;cursor:pointer;padding:15px 20px;position:relative;text-transform:capitalize}.SymptomItem_item__yZsfq:last-child{border-bottom:none}.SymptomItem_checkbox__J08Xd{position:absolute;right:20px;top:50%;transform:translateY(-50%)}.OfficesPhones_modal_officeItem__4RX8J{align-items:center;background:#f6f6f6;border-radius:16px;display:flex;justify-content:space-between;margin-top:10px;padding:10px 15px}.OfficesPhones_modal_name__4uJ9n{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:auto}.OfficesPhones_modal_phone__XoHB8{color:#17a2c6;cursor:pointer}.AllSymptoms_categoryName__VJCO-{font-weight:600;line-height:20px;margin-bottom:10px;margin-top:20px}.AllSymptoms_listContainer__R0oK5{background-color:#f6f6f6;border-radius:10px}.AllSymptoms_notFound__YgNQO{align-items:center;display:flex;flex-direction:column;width:100%}.AllSymptoms_notFound__YgNQO .AllSymptoms_button__LS6\+Z{width:-moz-fit-content;width:fit-content}.CategorizedSymptoms_group__OpMIk{margin-bottom:20px}.CategorizedSymptoms_group__OpMIk:last-child{margin-bottom:0}.CategorizedSymptoms_itemsContainer__chFv4{background-color:#f6f6f6;border-radius:10px;overflow:hidden}.CategorizedSymptoms_item__FH20A{background-color:#0000;cursor:pointer;display:block;font-weight:600;line-height:1.25;margin-bottom:0;padding:15px 50px 15px 20px;position:relative;transition:background-color .3s ease-in-out}.CategorizedSymptoms_item__FH20A:hover{background-color:#eeefef}.CategorizedSymptoms_item__FH20A+.CategorizedSymptoms_item__FH20A{border-top:1px solid #ceced080}.CategorizedSymptoms_icon__J\+GUn{background-color:#0000;right:15px;top:50%;transform:translateY(-50%)}.CategorizedSymptoms_icon__J\+GUn,.CategorizedSymptoms_icon__J\+GUn:before{background-position:50%;background-repeat:no-repeat;background-size:cover;display:block;height:28px;position:absolute;width:28px}.CategorizedSymptoms_icon__J\+GUn:before{background-image:url(/static/media/next.8242bf48f2db842e8207.svg);content:"";left:0;opacity:.2;top:0;transition:opacity .3s ease-in-out}.CategorizedSymptoms_item__FH20A:hover .CategorizedSymptoms_icon__J\+GUn:before{opacity:1}.CommonSymptoms_container__WEUmZ{display:flex;flex-wrap:wrap;margin-bottom:-10px;margin-left:-10px}.CommonSymptoms_symptomContainer__QmW8x{display:flex;margin-bottom:10px;margin-left:10px;position:relative;width:calc(20% - 10px)}@media(max-width:767.98px){.CommonSymptoms_symptomContainer__QmW8x{width:calc(33.333% - 10px)}}.CommonSymptoms_label__IGxfC{align-items:center;background-color:#f6f6f6;border-radius:10px;cursor:pointer;display:flex;flex-direction:column;flex-grow:1;margin-bottom:0;padding:10px;position:relative;transition:background-color .3s ease-in-out}.CommonSymptoms_label__IGxfC:hover{background-color:#eeefef}.CommonSymptoms_label__IGxfC img{max-width:100%}.CommonSymptoms_label__IGxfC input{left:0;opacity:0;position:absolute;top:0}.CommonSymptoms_text__PDR9M{color:#000;display:block;font-size:13px;font-weight:700;line-height:1.54;margin-top:auto;text-align:center}.CommonSymptoms_checkbox__VIfFt{position:absolute;right:10px;top:10px}.SelectedSymptoms_badges__jzCTp{display:flex;flex-wrap:wrap;gap:10px;margin-top:-20px;text-transform:capitalize}.SelectPractice_modal_wrapper__F\+TEt{background-color:#f6f6f6;border-radius:16px;cursor:pointer;transition:background-color .3s ease-in-out}.SelectPractice_modal_wrapper__F\+TEt:hover{background-color:#f0f0f0}.SelectPractice_modal_wrapper__F\+TEt+.SelectPractice_modal_wrapper__F\+TEt{margin-top:10px}.SelectPractice_modal_body__GHV2c{align-items:center;display:flex;padding:10px 15px}.SelectPractice_modal_body__GHV2c .SelectPractice_modal_content__fD8-9{flex:1 1;position:relative}.SelectPractice_modal_body__GHV2c .SelectPractice_modal_content__fD8-9 .SelectPractice_modal_title__2\+THK{align-items:center;display:flex;font-weight:600}.SelectPractice_modal_body__GHV2c .SelectPractice_modal_content__fD8-9 .SelectPractice_modal_titleText__Rqd-p{flex:1 1}.SelectPractice_modal_body__GHV2c .SelectPractice_modal_content__fD8-9 .SelectPractice_modal_titlePrice__lnEna{color:#8e8e93;margin-left:5px}.SelectPractice_modal_body__GHV2c .SelectPractice_modal_checkbox__5g9t4+.SelectPractice_modal_content__fD8-9{margin-left:15px}.TrendsList_container__HxodC{display:flex;flex-wrap:wrap;gap:10px}.TrendsList_container__HxodC .TrendsList_chart__3\+Sa8{max-width:calc(33.3% - 6.66667px);width:100%}@media(max-width:1100px){.TrendsList_container__HxodC .TrendsList_chart__3\+Sa8{max-width:calc(50% - 5px)}}@media(max-width:991.98px){.TrendsList_container__HxodC .TrendsList_chart__3\+Sa8{max-width:calc(33.3% - 6.66667px)}}@media(max-width:821px){.TrendsList_container__HxodC .TrendsList_chart__3\+Sa8{max-width:calc(50% - 5px)}}@media(max-width:575.98px){.TrendsList_container__HxodC .TrendsList_chart__3\+Sa8{max-width:100%}}.TrendsListChart_container__4dQXN{background-color:#f6f6f6;border-radius:16px;display:flex;flex-direction:column;height:100%;max-height:180px;max-width:340px;padding:15px 16px;width:100%}.TrendsListChart_title__akVFz{font-size:16px;font-weight:600;line-height:20px;margin-bottom:10px;text-align:left}.TrendsListChart_chart__Y0q24{height:120px;position:relative;width:100%}.ChangePsPatientPractice_dropdownButton__hUMHa{background-color:#f6f6f6;border-radius:20px;color:#000;cursor:pointer;display:block;font-weight:700;padding:8px 15px;transition:color .3s ease-in-out}.ChangePsPatientPractice_dropdownButton__hUMHa>div{border-bottom:1px dashed #000;min-width:1%;overflow:hidden;text-overflow:ellipsis;transition:border-bottom-color .3s ease-in-out;white-space:nowrap}.TimelineChart_timelineChart__QLq00{border:1px solid #e6e6e7;border-radius:16px;height:200px;margin-bottom:30px;padding:5px 15px 10px}.TimelineChart_formGroup__5QFow{max-width:240px}@media(max-width:576px){.TimelineChart_formGroup__5QFow{max-width:100%}}.TimelineChart_toRight__ljYqY{margin-left:auto}
/*# sourceMappingURL=main.e0662c69.css.map*/