: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: rgba(255, 255, 255, .7);--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( to right, #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{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-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,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@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--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-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--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-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%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.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{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-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--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-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(0)}to{transform:rotate(360deg)}}@font-face{font-family:Bagoss Standard Alt;src:url(BagossStandardAlt-Medium.eot);src:url(BagossStandardAlt-Medium.eot?#iefix) format("embedded-opentype"),url(/assets/BagossStandardAlt-Medium-JCkMBhC7.woff2) format("woff2"),url(/assets/BagossStandardAlt-Medium-64oBIBvG.woff) format("woff"),url(/assets/BagossStandardAlt-Medium-ze84gxYu.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Bagoss Standard Alt;src:url(BagossStandardAlt-Regular.eot);src:url(BagossStandardAlt-Regular.eot?#iefix) format("embedded-opentype"),url(/assets/BagossStandardAlt-Regular-B25bUcmH.woff2) format("woff2"),url(/assets/BagossStandardAlt-Regular-CnfDl4Nw.woff) format("woff"),url(/assets/BagossStandardAlt-Regular-BuWhswqo.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}body .fade.model-show{display:block;opacity:1;background:#00000042}.custom-dt .react-datetime-picker__wrapper{width:100%;padding:.375rem .75rem;font-size:1rem;font-weight:400;line-height:1.5;color:#2c384af2;color:var(--cui-input-color, rgba(44, 56, 74, .95));background-color:#fff;background-color:var(--cui-input-bg, #fff);background-clip:padding-box;border:1px solid #b1b7c1;border:1px solid var(--cui-input-border-color, #b1b7c1);-webkit-appearance:none;-moz-appearance:none;appearance:none;border-radius:.25rem;transition:border-color .15s ease-in-out,box-shadow .15s ease-in-out}.appointment-modal .modal-dialog{max-width:650px}.mrt-box .result-box{height:100%;cursor:pointer}.mrt-box-inner{border-right:1px solid #979797;padding:0 6px;margin-bottom:15px}.table>:not(caption)>*>*{border-color:#dee2e6!important;padding:.5rem 1rem}.table>:not(caption)>*>*{border-color:#dee2e6}body .btn-primary{background:#037cab!important;border:1px solid #037cab!important;color:#fff!important}.pagination li.page-item.btn a.page-link{color:#037cab!important}.btn-primary svg{margin-right:6px}body .chatboxhead .btn-primary:hover{border:1px solid #037cab!important;opacity:.9}.w-no-wrap{white-space:no-wrap}a.grid_icon img{max-width:15px;max-height:12px}a.grid_icon{padding:5px;box-shadow:0 0 5px #0000001f;margin-right:5px;border-radius:5px;width:30px;text-align:center;height:30px;display:inline-flex;align-items:center;justify-content:center}td.no_wrap{white-space:nowrap}body .reserve p{border-radius:0 20px 20px!important;background:#eee!important;color:#000!important}.date-text{display:block;text-align:right;font-size:11px;line-height:11px}.message p{min-width:173px;padding-bottom:25px!important;padding-left:14px;padding-top:6px}.outline-0{outline:none!important}.date-text i{margin-left:5px;color:#666}.message p .date-text{margin:0;position:absolute;right:13px;bottom:7px}.add_task .modal-dialog{max-width:701px}.add_task .modal-dialog .custom-dt{width:100%}.tooltip{position:relative;border-bottom:1px dashed #000}body .reserve{max-width:90%}body .sent{max-width:90%;margin-right:0;margin-left:auto}body .reserve .sent{margin:0;max-width:100%}.chat_scroll{height:100%!important}.right-float{float:right}.form-select:focus,.accordion-button:focus{border-color:#80bdff!important;box-shadow:0 0 0 .2rem #007bff40!important}.sidebar{--cui-sidebar-width: 0 !important}.gap-20{grid-gap:20px!important;gap:20px px!important}.form-check-input{position:inherit!important}.w-90{width:90%}.col-sm-12{padding-left:0!important;padding-right:0!important}.row{margin-right:calc(-.5 * var(--cui-gutter-x));margin-left:calc(-.5 * var(--cui-gutter-x))}.example:not(:first-child){margin-top:1.5rem}.dark-theme .example .tab-content{background-color:#ffffff1a!important}.example code[class*=language-],.example pre[class*=language-]{font-size:.875rem!important}.example :not(pre)>code[class*=language-],.example pre[class*=language-]{background:transparent}.example+p{margin-top:1.5rem}.example .preview+p,.example .preview .col+p{margin-top:2rem}.example .preview>.form-control+.form-control,.example .preview .col>.form-control+.form-control{margin-top:.5rem}.example .preview>.nav+.nav,.example .preview>.alert+.alert,.example .preview>.navbar+.navbar,.example .preview>.progress+.progress,.example .preview .col>.nav+.nav,.example .preview .col>.alert+.alert,.example .preview .col>.navbar+.navbar,.example .preview .col>.progress+.progress{margin-top:1rem}.example .preview>.dropdown-menu,.example .preview .col>.dropdown-menu{position:static;display:block}.example .preview>:last-child,.example .preview .col>:last-child{margin-bottom:0}.example .preview>svg+svg,.example .preview>img+img,.example .preview .col>svg+svg,.example .preview .col>img+img{margin-left:.5rem}.example .preview>.btn,.example .preview>.btn-group,.example .preview .col>.btn,.example .preview .col>.btn-group{margin:.25rem .125rem}.example .preview>.btn-toolbar+.btn-toolbar,.example .preview .col>.btn-toolbar+.btn-toolbar{margin-top:.5rem}.example .preview>.list-group,.example .preview .col>.list-group{max-width:400px}.example .preview>[class*=list-group-horizontal],.example .preview .col>[class*=list-group-horizontal]{max-width:100%}.example .preview .fixed-top,.example .preview .sticky-top,.example .preview .col .fixed-top,.example .preview .col .sticky-top{position:static;margin:-1rem -1rem 1rem}.example .preview .fixed-bottom,.example .preview .col .fixed-bottom{position:static;margin:1rem -1rem -1rem}.example .preview .pagination,.example .preview .col .pagination{margin-top:.5rem;margin-bottom:.5rem}.example .preview .card-body.table-responsive th:first-child,.example .preview .col .card-body.table-responsive th:first-child{max-width:150px!important;width:140px!important;min-width:100px!important;word-break:break-all}.example .preview .card-body.table-responsive td:last-child,.example .preview .col .card-body.table-responsive td:last-child{white-space:nowrap}:root{--main: #1d53bf;--primary: #1d53bf;--secondary: #001645;--darkBlue: #03246b;--darkGray: rgba(19, 24, 37, .5);--Gray: #93a1bf;--lightGray: #93a1bf;--fadeGray: #cdd3e1;--light: #f2f4f7;--white: #edf1f7;--lightPink: #ff9f9f;--lightYellow: #ffe19f;--lightGreen: #90d69c;--milkGray: #e4e7f0;--dark: #131825;--primary-dark: #1f2733;--secondary-blue: #6187d3;--scrollbar-width-sm: 5px;--scrollbar-width-md: 7px;--scrollbar-width-lg: 9px;--scrollbar-bg: #e4e7f0;--scroll-track-bg: #e4e7f0;--scroll-thumb-bg: #93a1bf;--scroll-thumb-outline: #93a1bf}#root{height:100vh}body{background:#fff;overflow-x:hidden;font-family:Bagoss Standard Alt!important;font-size:14px}b,strong{font-weight:500}button{padding:0;background:none;border:none}.scrollbar{width:100%;height:100%;max-height:100%;overflow:hidden auto}.scrollbar-sm{padding:0 4px 0 0}.scrollbar-sm::-webkit-scrollbar{width:var(--scrollbar-width-sm);height:var(--scrollbar-width-sm);background:var(--scrollbar-bg);border-radius:var(--scrollbar-width-sm);background-clip:padding-box;border:0px solid transparent}.scrollbar-sm::-webkit-scrollbar-track{box-shadow:inset 0 0 var(--scrollbar-width-sm) var(--scroll-track-bg);border-radius:var(--scrollbar-width-sm);border:1px solid transparent}.scrollbar-sm::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-bg);outline:1px solid var(--scroll-thumb-outline);border-radius:var(--scrollbar-width-sm)}.scrollbar-md{padding:0 4px 0 0}.scrollbar-md::-webkit-scrollbar{width:var(--scrollbar-width-md);height:var(--scrollbar-width-md);background:var(--scrollbar-bg);border-radius:var(--scrollbar-width-md);background-clip:padding-box;border:0px solid transparent}.scrollbar-md::-webkit-scrollbar-track{box-shadow:inset 0 0 var(--scrollbar-width-sm) var(--scroll-track-bg);border-radius:var(--scrollbar-width-md)}.scrollbar-md::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-bg);outline:1px solid var(--scroll-thumb-outline);border-radius:var(--scrollbar-width-md)}.scrollbar-lg{padding:0 6px 0 0}.scrollbar-lg::-webkit-scrollbar{width:var(--scrollbar-width-lg);height:var(--scrollbar-width-lg);background:var(--scrollbar-bg);border-radius:var(--scrollbar-width-lg);background-clip:padding-box;border:0px solid transparent}.scrollbar-lg::-webkit-scrollbar-track{box-shadow:inset 0 0 var(--scrollbar-width-sm) var(--scroll-track-bg);border-radius:var(--scrollbar-width-lg)}.scrollbar-lg::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-bg);outline:1px solid var(--scroll-thumb-outline);border-radius:var(--scrollbar-width-lg)}.scrollbar-sm::-webkit-scrollbar-thumb:hover,.scrollbar-md::-webkit-scrollbar-thumb:hover,.scrollbar-lg::-webkit-scrollbar-thumb:hover{background-color:#808ca5}div[id*=react-select-]::-webkit-scrollbar{width:var(--scrollbar-width-sm);height:var(--scrollbar-width-sm);background:var(--scrollbar-bg);border-radius:var(--scrollbar-width-sm);background-clip:padding-box;border:0px solid transparent}div[id*=react-select-]::-webkit-scrollbar-track{box-shadow:inset 0 0 var(--scrollbar-width-sm) var(--scroll-track-bg);border-radius:var(--scrollbar-width-sm);border:1px solid transparent}div[id*=react-select-]::-webkit-scrollbar-thumb{background-color:var(--scroll-thumb-bg);outline:1px solid var(--scroll-thumb-outline);border-radius:var(--scrollbar-width-sm)}.wrapper{width:100%;height:100%;overflow:auto;will-change:auto}.chat_sec{height:100%}.modal{top:0!important;width:100%!important;height:100%!important}.chat_sec *,.chat_box_row *{scrollbar-width:thin;scrollbar-color:#acabab}.editor-class.rdw-editor-main{border:1px solid #d5d5d5;padding:15px;margin-top:-5px;border-top:0px}.rdw-editor-toolbar{border:1px solid #d5d5d5!important}.audit_eventTable *{scrollbar-width:thin;scrollbar-color:#acabab}.chat_box_row{box-shadow:inset 0 0 0 10px #acabab}.search_box .MuiOutlinedInput-input{padding:9px 14px;height:45px;box-sizing:border-box}.search_box .MuiInputLabel-outlined{transform:translate(14px,15px) scale(1);font-size:14px}.search_box fieldset.MuiOutlinedInput-notchedOutline{top:0}.search_box .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(12px,-6px) scale(.8);background:#fff}button.fhir-container__ResourceContainer__json-button{display:none}.header_menu{max-width:1000px;padding:30px 15px;font-family:Montserrat,sans-serif}.header_menu li svg{max-width:24px}.header_menu li a{font-size:18px;border-bottom:5px solid transparent;color:#444;transition:.5s all;line-height:normal;cursor:pointer}.header_menu li a.active,.header_menu li a:hover,.header_menu li a:focus{background:transparent;border-color:#037cab;color:#037cab}.img_dark{height:20px}.header_menu li .img_color,.header_menu li a:hover .img_dark,.header_menu li a.active .img_dark{display:none}.header_menu li a:hover .img_color,.header_menu li a.active .img_color{height:20px;display:block}.bg-light{background-color:#fff!important}.no-record{text-align:center;padding:50px 0;opacity:.7}.header_menu img{max-width:26px}.show-last .btn-primary,.show-last div{width:auto;margin:0 5px}.scroll-bar-dashboard2{width:400px;height:calc(100vh - 105px);overflow-y:scroll;scrollbar-color:rebeccapurple green;scrollbar-width:thin}.patient_heading{color:#00216d;font-size:30px;font-weight:500;line-height:36px;display:flex;gap:7px;align-items:baseline}.patient_heading .entity-name{font-size:18px;text-decoration:underline}.header_chat{padding:1rem;padding-bottom:0}.patient_heading span{font-size:14px;color:#767676}.wht_bx{background-color:#fff;box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14;padding:15px;margin-bottom:15px;border:none}.gap_15{margin-right:-5px;margin-left:-5px}.gap_15>div{margin-right:5px;margin-left:5px}.w-202{width:202px;vertical-align:top}.semi-bold,.fw-medium{font-weight:500}.blue_text{color:#00216d}.dark_text{color:#444}.search-box{border-radius:3px;border:1px solid #e3e3e3;width:100%;margin-right:11px}.search-box input{padding:10px;font-size:18px;background:transparent;height:44px;outline:none;font-weight:500}.search-box button{color:#00216d;font-size:18px;min-width:52px;background:none}.search-sec select{font-size:18px;color:#00216d;font-weight:500;padding:0 34px 0 15px;border:1px solid #e3e3e3;outline:none;border-radius:3px;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:url(data:image/svg+xml;base64,PD94bWwgdmVyc2lvbj0iMS4wIiBlbmNvZGluZz0iVVRGLTgiPz4KPHN2ZyB3aWR0aD0iMTZweCIgaGVpZ2h0PSIxNnB4IiB2aWV3Qm94PSIwIDAgMTYgMTYiIHZlcnNpb249IjEuMSIgeG1sbnM9Imh0dHA6Ly93d3cudzMub3JnLzIwMDAvc3ZnIiB4bWxuczp4bGluaz0iaHR0cDovL3d3dy53My5vcmcvMTk5OS94bGluayI+CiAgICA8dGl0bGU+MkRFODU5NzktRDM5OC00RDlFLUI2NEUtNjkxMTEzRkQ3RUEzPC90aXRsZT4KICAgIDxnIGlkPSJEYXNoYm9hcmQiIHN0cm9rZT0ibm9uZSIgc3Ryb2tlLXdpZHRoPSIxIiBmaWxsPSJub25lIiBmaWxsLXJ1bGU9ImV2ZW5vZGQiPgogICAgICAgIDxnIGlkPSJEYXNoYm9hcmQ6LWZpbHRlci1yZXN1bHRhdGVuIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgtOTE1LjAwMDAwMCwgLTE4MS4wMDAwMDApIj4KICAgICAgICAgICAgPHJlY3QgZmlsbD0iI0ZGRkZGRiIgeD0iMCIgeT0iMCIgd2lkdGg9IjE0NDAiIGhlaWdodD0iMTIyNiI+PC9yZWN0PgogICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlIiBmaWxsPSIjRkZGRkZGIiB4PSIxNjUiIHk9IjE0MyIgd2lkdGg9IjExMTIiIGhlaWdodD0iNjQ1IiByeD0iNCI+PC9yZWN0PgogICAgICAgICAgICA8ZyBpZD0iQ29tcG9uZW50L3N1Ym1lbnUtYWdlbmRhIiB0cmFuc2Zvcm09InRyYW5zbGF0ZSgxODQuMDAwMDAwLCAxNjcuMDAwMDAwKSI+CiAgICAgICAgICAgICAgICA8ZyBpZD0iQ29tcG9uZW50L2Ryb3Bkb3duLUNvcHktMiIgdHJhbnNmb3JtPSJ0cmFuc2xhdGUoNjMyLjAwMDAwMCwgMC4wMDAwMDApIj4KICAgICAgICAgICAgICAgICAgICA8cmVjdCBpZD0iUmVjdGFuZ2xlLUNvcHkiIHN0cm9rZT0iI0UzRTNFMyIgeD0iMC41IiB5PSIwLjUiIHdpZHRoPSIxMzAiIGhlaWdodD0iNDMiIHJ4PSIzIj48L3JlY3Q+CiAgICAgICAgICAgICAgICAgICAgPGcgaWQ9Ikljb24vMjRweC9TZWFyY2giIHRyYW5zZm9ybT0idHJhbnNsYXRlKDEwNy4wMDAwMDAsIDIxLjAwMDAwMCkgcm90YXRlKC0yNzAuMDAwMDAwKSB0cmFuc2xhdGUoLTEwNy4wMDAwMDAsIC0yMS4wMDAwMDApIHRyYW5zbGF0ZSg5OC4wMDAwMDAsIDEzLjAwMDAwMCkiIHN0cm9rZT0iIzAwMjE2RCIgc3Ryb2tlLXdpZHRoPSIyIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHBvbHlsaW5lIGlkPSJQYXRoLTMiIHRyYW5zZm9ybT0idHJhbnNsYXRlKDcuMDcxMDY4LCA4LjA3MTA2OCkgcm90YXRlKDQ1LjAwMDAwMCkgdHJhbnNsYXRlKC03LjA3MTA2OCwgLTguMDcxMDY4KSAiIHBvaW50cz0iMi4wNzEwNjc4MSAzLjA3MTA2NzgxIDEyLjA3MTA2NzggMy4wNzEwNjc4MSAxMi4wNzEwNjc4IDEzLjA3MTA2NzgiPjwvcG9seWxpbmU+CiAgICAgICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICAgICAgICAgIDx0ZXh0IGlkPSJTb29ydCIgZm9udC1mYW1pbHk9Ik1vbnRzZXJyYXQtTWVkaXVtLCBNb250c2VycmF0IiBmb250LXNpemU9IjE4IiBmb250LXdlaWdodD0iNDAwIiBsaW5lLXNwYWNpbmc9IjIwIiBmaWxsPSIjMDAyMTZEIj4KICAgICAgICAgICAgICAgICAgICAgICAgPHRzcGFuIHg9IjE2IiB5PSIxNyI+UGVyaW9kZTwvdHNwYW4+CiAgICAgICAgICAgICAgICAgICAgPC90ZXh0PgogICAgICAgICAgICAgICAgPC9nPgogICAgICAgICAgICA8L2c+CiAgICAgICAgPC9nPgogICAgPC9nPgo8L3N2Zz4=) no-repeat;background-position:right 13px center;min-width:130px;height:44px}select:not(:last-child){margin-right:11px}.filter{font-size:14px;color:#444}.filter-tag{border:1px solid #e3e3e3;font-size:14px;font-weight:500;color:#767676;padding:4px 5px;margin:0 5px 5px}.filter-tag button{background:none;width:12px;padding:0;margin-left:4px}.filter-tag button img{width:100%}.maand{font-size:14px;font-weight:500;color:#767676;border:none;padding:4px 16px;outline:none;border-radius:3px}.maand.active{border:1px solid #037cab;color:#037cab;background:transparent;height:36px}.alarmen-sec{background:#eff6f9}.alarmen-head{color:#037cab;font-size:20px;font-weight:500}.alarmen-sec tbody{border-color:#00216d;border-width:2px 0px}.alarmen-sec table thead th{font-size:14px;font-weight:500;color:#00216d;white-space:nowrap}.alarmen-sec table tbody td{color:#444;font-size:14px;font-weight:500;padding:18px 8px!important;border-color:#44444426;vertical-align:middle;white-space:nowrap}.success-ja{color:#529f00}.danger-nee{color:#9e0915}.danger-nee img,.success-ja img{max-width:16px}.circle_numb{max-width:48px}.border-b2{border-bottom:2px solid #037cab}.year{color:#69a1ac;font-size:24px;font-weight:500;line-height:26px}.prev-year{transform:rotate(90deg);margin-right:8px}.next-year{transform:rotate(-90deg);margin-left:8px}.month button{color:#c6c6c6;font-size:20px;font-weight:500}.resultan{color:#00216d;font-size:20px;font-weight:500;line-height:22px}.atom-notification{width:20px;height:20px;display:inline-flex;justify-content:center;align-items:center;font-size:14px;font-weight:500;background:#e84720;border-radius:50%;color:#fff;position:absolute}.result-box h2,.result-box h3,.result-box h4{color:#69a1ac;font-size:14px;font-weight:500;line-height:16px}.result-box h3{color:#444}.result-box h4{color:#444;font-weight:500;line-height:18px}.reul_mar{color:#444;font-size:14px;line-height:18px;margin-left:5px}.result-box button{font-weight:500}.rightborder{border-right:1px solid #979797;margin-right:8px;padding-right:3px}.cal-modal .modal-dialog{max-width:885px;margin-top:60px}.calendar-body h2{font-size:20px}.calendar-body h3{font-size:18px}.calendar-body h4{font-size:16px}.calendar-body h6{font-size:12px}.calendar-body p{font-size:14px}.sky_text{color:#69a1ac}.thuismetingen{width:92px;padding:8px;display:inline-block;vertical-align:top}.thuismetingen:not(:last-child){margin-right:15px}.highlited_text{background:#ff091d1a;padding:0 2px}.calendar-body{padding:24px}.cal-userimg{display:flex;border-radius:50%;overflow:hidden;margin-right:12px;height:44px;width:44px;border:2px solid #ffffff;box-shadow:0 1px 6px #00216d4d}.sign-text{font-size:13px}.notite_link{color:#00216d;font-size:14px;margin-bottom:11px}.notite_link img{max-height:12px;margin-right:9px}.calendar-close{max-width:18px;padding:0;position:absolute;right:15px;top:20px}img{height:auto;width:auto}.gap_30{margin-right:-30px;margin-left:-30px}.gap_30>div{padding-right:30px;padding-left:30px}.FlexboxLayout{height:1000px!important}.FlexboxLayout .main-content{height:initial}.FlexboxLayout canvas.cornerstone-canvas{height:calc(100% - 100px)!important}.table>:not(:first-child){border:none}.alarmen-sec .row>div{margin-bottom:40px}.paginbtn:hover{background:#00216d;color:#fff}.chatboxhead button{background:#fff;color:#000;border:none;box-shadow:0 1px 3px #00000042!important;border-radius:40px;font-size:18px;font-weight:500;padding:11px 27px}.chatboxhead button:hover,.chatboxhead button:focus{background:linear-gradient(to top,#037cab,#4aabd0);border:none!important;outline:none!important;box-shadow:none!important}html:not([dir=rtl]) .dropdown-toggle:after{margin-left:14px;vertical-align:3px}.message{display:flex;align-items:center}body .reserve{justify-content:flex-start;flex-flow:row}.sent{flex-direction:row-reverse}.sent p{border-radius:20px 20px 0!important;background:#e5e9eb!important;color:#000!important;text-align:left!important;position:relative}body .active_item{background:linear-gradient(to top,#037cab,#4aabd0);border-radius:20px 20px 20px 0!important;color:#fff!important}.chat_sec ul>div{border-radius:20px 20px 20px 0!important}.chat_sec .makeStyles-borderRight500-4{padding:0 15px 20px;background:#fff}.chat_sec .styles_scrollable-div__prSCv.pe-3.big-chat{height:calc(100% - 61px);margin-top:55px}.chat_sec .styles_scrollable-div__prSCv.pe-3{padding-top:10px}.chat-search input{box-shadow:0 1px 3px #00000042;border-radius:30px;padding:15px 14px!important;height:auto!important;line-height:normal}.chat-search{margin-bottom:20px;position:sticky;top:0;z-index:99999;background:#fff;padding-top:15px}body.modal-open .chat-search{z-index:9}body .active_item .MuiListItemText-root{color:#fff}.dropdown-menu.show{width:max-content;border-radius:10px;z-index:1}.chat-search fieldset{border:none}.chat-search .MuiInputLabel-outlined{transform:translate(15px,17px) scale(1);font-size:16px;font-weight:500;font-family:Montserrat}.messagebox .MuiFormControl-fullWidth{box-shadow:0 1px 3px #00000042;border-radius:30px}.messagebox .MuiInputBase-input{height:44px;padding:6px 15px 6px 22px}.messagebox .MuiInput-underline:before,.messagebox .MuiInput-underline:after{display:none}.messagebox label+.MuiInput-formControl{margin-top:0}.messagebox .MuiInputLabel-formControl{transform:translate(22px,21px) scale(1)}.messagebox .MuiInputLabel-shrink{transform:translate(30px,-7.5px) scale(.75);transform-origin:top left}.btn-check:checked+.btn,.btn-check:active+.btn,.btn:active,.btn.active,.show>.btn.dropdown-toggle,.btn-primary{background:var(--main)!important;border:transparent!important;box-shadow:none!important}.btn-check:hover{border-color:var(--main)!important}.btn-check:checked+.btn,.btn-check:active+.btn,.btn:active,.btn.active{opacity:.8}.messagebox .MuiFab-primary{background:linear-gradient(to top,#037cab,#4aabd0);color:#fff}.messagebox .MuiFab-root.Mui-disabled{background:#0000001f}.select-thread{position:absolute;width:100%;text-align:center;top:53%;transform:translateY(-50%);margin-bottom:0;font-size:22px;opacity:.5}.select-chatuser{color:#00216d;font-size:20px;font-weight:500;line-height:55px;position:absolute;box-shadow:0 1px 3px #00000014;width:100%;left:0;top:0;padding:0 15px;z-index:99;background:#fff}.react-tabs__tab{padding:6px 8px;font-size:15px;font-weight:500}.adminChatTable .table>:not(caption)>*>*{border:none}.serviceLogsTable .table tr{border:none}.serviceLogsTable .table tbody>tr>td:first-child{border-left:none}.serviceLogsTable .table tbody>tr>td:last-child{border-right:none}.serviceLogsTable .table tbody>tr:last-child td{border-bottom-width:1px}.count_no{background:#4472c4;height:40px;width:40px;display:inline-flex;border-radius:100%;padding:2px;font-size:17px;font-weight:500;color:#fff;text-align:center;justify-content:center;align-items:center}.white_box{max-width:650px;margin:0 auto;background:#fff;border-radius:15px;box-shadow:0 0 20px #0003;padding:15px;word-break:break-word;font-size:16px}.h-100vh{height:100vh}.error-logs-table-wrapper{width:1600px}.card-body.table-responsive th:first-child{max-width:150px!important;width:140px!important;min-width:100px!important;word-break:break-all}.card-body.table-responsive td:last-child{white-space:nowrap}.nowrap{white-space:nowrap}.calendar-body .table>:not(caption)>*>*{padding:.5rem 1rem}.custom-table{box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem;background-color:#fff}.no-shadow{box-shadow:none!important}.cursor-pointer{cursor:pointer}.custom-table table.table tbody tr th{font-weight:500;color:#333!important;font-size:15px}.custom-table .count_no{height:20px;width:20px;padding:0;font-size:12px;font-weight:500;min-width:20px;color:#fff;margin-right:10px;opacity:.2;background:#000}.custom-table .count_no.unread{background:#037cab;opacity:1}.css-1p3m7a8-multiValue{z-index:1000}body .custom-table.table-responsive th:first-child{width:120px!important;max-width:120px!important;padding-right:30px;min-width:250px!important}body .custom-table.table-responsive.appointmentTable th:first-child{min-width:0px!important}body .custom-table.table-responsive thead th:last-child,body .custom-table.table-responsive tbody th:last-child{border-radius:0 5px 5px 0}body .custom-table.table-responsive tbody th:first-child{border-radius:5px 0 0 5px}.adminChatTable table.table tbody>tr th{padding-top:20px;padding-bottom:20px}.w_nowrap{white-space:nowrap}.search_button button.btn.btn-primary,.edit_questionnaires .card-header button.btn.btn-primary{height:44px!important;border-radius:12px!important;padding:10px 18px;text-transform:capitalize;font-weight:500;background-color:#1d53bf!important}.btn_round{border-radius:5px!important}.header_font strong{font-size:28px}.header_font small{font-size:17px}#view-links-button{background:#fff!important;border:1px solid #cdd3e1!important;color:#001645!important;border-radius:6.752px!important}#view-links-button:after{background-image:url('data:image/svg+xml,<svg width="16" height="16" viewBox="0 0 16 16" fill="none" xmlns="http://www.w3.org/2000/svg"><path d="M11.3337 6L9.02462 8.77085C8.54992 9.34048 8.31258 9.6253 8.00033 9.6253C7.68808 9.6253 7.45073 9.34048 6.97603 8.77085L4.66699 6" stroke="%23001645" stroke-miterlimit="4.62023" stroke-linejoin="round"/></svg>');width:16px;height:16px;border:none!important;top:6px;position:relative}body .chatboxhead .btn-primary:hover,.show>.btn.dropdown-toggle,.btn-primary{border:none!important}body .btn-primary{border:none!important;cursor:pointer}body .btn-primary:hover,body .btn-primary:focus{opacity:.8;background:#037cab!important}body .btn-default{border:none!important;cursor:pointer;background:#f0f0f0!important;color:#000!important}body .btn-default:hover,body .btn-default:focus{opacity:.8;background:#d6d4d4!important;box-shadow:none}a.dropdown-item{cursor:pointer;font-size:14px;padding:4px 10px}.search_button a.dropdown-item{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.btn.btn-outline-danger,.btn.btn-outline-success,.btn.btn-outline-info{padding:.31rem .75rem}.pg_btn .page-link{background:#037cab;color:#fff;border-radius:5px!important;cursor:pointer}.curs_pointer{cursor:pointer}.eq_heading{min-height:48px}.custom-table caption{margin-top:15px}.h_44{height:44px}.edit_questionnaires .editor .questionnaire-overview{padding:1.25rem;overflow:hidden;gap:1rem}.edit_questionnaires .card-header{padding:0!important;background:transparent!important;border:none;height:48px;margin-bottom:1.5rem!important}.edit_questionnaires i.ion-ios-information-outline{margin-left:0;margin-right:5px!important}.pat_record_sec .list-group .list-group-item{border:none;padding:18px 15px;cursor:pointer;font-weight:500;border-radius:0}.pat_record_sec .list-group .list-group-item:not(:last-child){border-bottom:1px solid rgba(0,0,0,.03)}.makeStyles-recordListItem-3{border-right:1px solid rgba(0,0,0,.06);padding:0!important}.list-group-item.active{background:#2a69ac}.pat_record_sec .fhir-resource__Bundle.fhir-resource__Bundle__rootPadding{border:none}.pat_record_sec .fhir-resource__Bundle.fhir-resource__Bundle__rootPadding .fhir-ui__Bundle-Header{padding-top:0!important}.drawer-header h2,.structor-helper .title h1,.iframe-div .title h1{margin-bottom:0;font-size:24px;line-height:normal;font-weight:500}.drawer-header button.iconBtn.white,.structor-helper .title .iconBtn,.iframe-div .title .iconBtn{font-size:18px;line-height:normal}.drawer-header .iconBtn i,.structor-helper .title .iconBtn i,.iframe-div .title .iconBtn i{display:block;min-width:34px;min-height:auto;border-radius:25px;margin:0 15px;background:transparent!important}.drawer-header{padding:15px 0!important}.btn-outline-success,.btn-outline-danger,.btn-secondary{box-shadow:none!important}.btn-secondary{border:none!important}.btn-outline-success:active{background:#198754!important;border:1px solid #198754!important}.btn-outline-danger:active{background:#dc3545!important;border:1px solid #dc3545!important}.mrt-box .result-box{border:1px solid rgba(0,0,0,.04);cursor:pointer}.mrt-box-inner{border-right:none}.ques_response-form{box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14;padding:1rem}.ques_response-form .page_refero__component.page_refero__component_string{padding:0;background:transparent;border:none}.ques_response-form form.mol_form{margin-top:0!important}.ques_response-form .styles_button--fill__3jAIS:hover,.ques_response-form .styles_button--fill__3jAIS:active,.ques_response-form .styles_button--fill__3jAIS:focus{box-shadow:none!important}.calendar-sec .month{border:1px solid rgba(0,0,0,.0196078431);padding:5px;border-width:1px 0}.edit_questionnaires .questionnaire-overview__toolbox strong{display:block;text-align:left;margin-bottom:17px;font-weight:500;font-size:20px}.edit_questionnaires .questionnaire-overview__toolbox .anchor-menu__dragcomponent{margin-left:0}.edit_questionnaires .rst__tree.questionnaire-overview__treeview{margin-top:36px;padding-bottom:1rem}.edit_questionnaires .anchor-menu__placeholder{top:100px}.btn.btn-secondary.active,.btn.btn-secondary:active{background-color:#68717a!important}.appointment-modal .modal-body{max-height:calc(100vh - 190px);overflow:auto}.chat_box_row{flex-wrap:nowrap!important}.scroll-bar-dashboard2 .m-20{margin:16px!important;width:calc(100% - 32px)}.mx-20{margin-left:20px!important;margin-right:20px!important}.text-overflow{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.wrap-text{white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:245px}.top_bar{background:#f4f4fb;padding:12px 16px;margin:15px 0 0;border-radius:8px;display:flex;justify-content:space-between}.top_bar label{font-size:16px;font-weight:500}.top_bar label:not(:last-child){margin-right:15px}.top_bar i{font-size:13px;margin-right:6px;width:25px;height:25px;border-radius:50px;overflow:hidden;background-color:#037cab;color:#fff;display:inline-flex;align-items:center;justify-content:center}.top_bar .fa-check-circle{color:#2dc13b;color:#fff}.sidebar{position:fixed!important;left:0;top:0;height:100%;z-index:3}.sidebar_wrapper{background:#f7f9fb!important;min-height:100vh;height:auto!important;flex-wrap:row}.sidebar_wrapper .sidebar{width:343px;position:fixed;left:0;top:0;height:100%;min-width:343px;background:#f2f4f7;z-index:1000}.body{height:100%}.sidebar_wrapper>.body{padding-left:343px;padding-top:90px;display:flex;flex-flow:column;justify-content:space-between;background:#fff}.sidebar_wrapper>.body .MuiContainer-root{max-width:100%}.sidebar_wrapper .sidebar .header_menu ul li{display:block;width:100%;margin-bottom:5px;background:#fff;border-radius:12px;border:1px solid #e4e7f0}.sidebar_wrapper .sidebar .header_menu ul li a{font-size:14px;font-weight:500!important;border:none!important;padding:12px 26px 12px 16px;transition:background .15s ease,color .15s ease;line-height:20px;letter-spacing:.14px;border-radius:12px;color:#131825}.sidebar_wrapper .sidebar .header_menu ul li a .img_dark{display:block!important}.sidebar_wrapper .sidebar .header_menu ul li a .img_color{display:none!important}.sidebar_wrapper .sidebar .header_menu ul li a:hover,.sidebar_wrapper .sidebar .header_menu ul li a.active{color:#fff!important;background:#1d53bf!important;border-radius:12px}.sidebar_wrapper .sidebar .header_menu ul li a:hover svg path,.sidebar_wrapper .sidebar .header_menu ul li a.active svg path{stroke:#fff}.sidebar_wrapper .sidebar .header_menu ul li a span{min-width:22px;margin-right:7px;display:flex;align-items:center;border-radius:12px}.sidebar_wrapper .sidebar .header_menu ul li a img{max-width:25px;margin:0!important}.sidebar_wrapper>.body .container{padding-left:18px;padding-right:18px}.sidebar_wrapper .header_menu{padding:25px 15px}.sidebar_wrapper>.body .card{background:none;border-radius:8px;border:2px solid var(--donkerblauw-erasmus-mc-donkerblauw-10-tint, #e4e7f0)}.sidebar{transition:none!important}.error_modal{position:fixed;background:#fff;padding:0;max-width:380px;box-shadow:0 0 10px #33333340;top:0;bottom:auto;right:0;z-index:8888;width:340px;margin-right:14px;margin-top:14px}.error_modal.jk{top:0%;bottom:0}.content_bx{position:relative;padding:20px 20px 50px;overflow:none}.error_modal.jk button.hideshow i{transform:rotate(-180deg)}button.hideshow{position:absolute;bottom:0;border:none;background:#eee;width:100%;padding:10px 14px;display:flex;align-items:center;justify-content:center;font-size:18px}.dashboard_grids{overflow:visible;box-shadow:none}.dashboard_grids .MuiPaper-elevation1 table.table.align-middle{font-size:13px;line-height:normal;margin:0}.dashboard_grids .MuiPaper-elevation1 table.table.align-middle td{padding:5px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;max-width:100px}.card-body .custom-table{padding:10px;margin-bottom:10px}.dashboard_grids .MuiPaper-elevation1 h2.blue_text{font-size:16px;margin-bottom:8px!important}.dashboard_grids .card-body.custom-table{box-shadow:none!important;padding:0!important;margin-bottom:12px}.close-card img{height:12px;width:12px}.close-card{top:3px;right:-2px;position:absolute}.no-record{justify-items:center;align-items:center}.button_position{float:"right";margin-left:"17px"}.button_position_medication{float:"right"}.chatConversationDiv1{height:415px;position:relative;margin-top:15px!important;padding-top:62px}.Measurements_section{height:410px;position:relative;overflow-y:auto;margin-top:13px}.questionnaireResponse{height:375px;position:relative;overflow-y:auto;margin-top:13px}.appointment-modal.add_task .modal-body{overflow:visible}.dashboard-border-light{border-color:#00000017!important;box-shadow:none!important}.links_list .tooltip1{position:relative}.tooltip1 .tooltiptext.patient-tooltip{background:#009fd9;background:var(--primary);max-width:295px;min-width:295px;padding:13px;margin-left:2px}.tooltiptext.patient-tooltip p{margin-bottom:0;font-size:14px;line-height:18px}.tooltip1 .tooltiptext.patient-tooltip:after{left:43px;border-color:transparent transparent #037cab transparent}.close-card img{cursor:pointer}*,:after,:before{box-sizing:border-box!important}.phone-rotate{transform:rotate(90deg)}.MuiPaper-elevation1{box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14!important}.shadow-none .MuiPaper-elevation1{box-shadow:none!important}.education-item-name{display:flex;flex-direction:column}.education-item-name span{color:var(--donkerblauw-erasmus-mc-donkerblauw-100-tint, #03246b);font-feature-settings:"ss09" on;font-size:16px;font-weight:400;line-height:20px;letter-spacing:.32px}.education-item-name .education-title{color:var(--lichtblauw-erasmus-mc-lichtblauw-100-tint, #009fd9);font-size:14px;line-height:18px;letter-spacing:.28px}.lang-select{max-width:90px;background-color:transparent;border:none;box-shadow:none!important;outline:none;padding:0;background-position:center right 0;font-size:14px;font-weight:500!important}.lang-down{display:flex;flex-direction:column;color:var(--darkBlue);font-size:12px;align-items:flex-start}.lang-down>span{font-weight:700}.lang-down label+.MuiInput-formControl{margin-top:0}.lang-down .MuiInputLabel-animated{display:none}.lang-down .MuiInput-underline:before{border:none}.lang-down img{max-height:18px;max-width:24px}.ownerStatus-dropdown{width:150px}.chatboxhead h4{font-size:22px}.card-header.chatboxhead{position:relative;z-index:999}.chat-status-owner{height:20px;width:20px}.flex_box{display:flex;align-items:center}.flex_box label.form-label{margin:0;min-width:75px}.w_75{max-width:75px}.flex_box .btn{flex:inherit}.modal_lg .modal-dialog{max-width:615px!important}.modal_lg .modal-header .btn-close{margin:0}.output-container{border:1px solid black;height:72vh;width:100%;border-radius:.25rem;overflow:auto;padding:10px}.teamDataSection .calendar-body h2{font-size:18px}.teamDataSection .calendar-body h3{font-size:14px}.teamDataSection .calendar-body h3.me-3{margin-right:7px!important}.teamDataSection .calendar-body .form-select{font-size:13px;background-position:right 5px center;padding-right:22px!important;padding-left:8px}.teamDataSection .css-tlfecz-indicatorContainer{padding:3px}.teamDataSection .css-b62m3t-container{font-size:13px}.teamDataSection .calendar-body .table>:not(caption)>*>*{padding:6px 10px}.teamDataSection .calendar-body .table thead tr th{font-size:14px}.teamDataSection .calendar-body .table tbody tr th,.teamDataSection .calendar-body .table tbody tr td{font-size:13px}.min-h-34{min-height:34px}.btn.getReportBtn{display:inline-flex;align-items:center;justify-content:center;color:#69a1ac!important;outline:none!important;box-shadow:none!important;border:1px solid #69a1ac;height:38px}.btn.getReportBtn:hover,.btn.getReportBtn:focus{background:#69a1ac!important;color:#fff!important}.getReportBtn img{max-height:20px;max-width:20px;margin:0 4px;background:#fff;border-radius:100%}.top_bar .d-flex span{font-size:14px;color:#767676;font-weight:500}.teamReportContainer{margin-left:-280px}.teamReportContainer .container{padding-left:16px!important;padding-right:16px!important}.min-w-38{min-width:38px!important}.tabs_sec .MuiTabs-flexContainer{border-bottom:1px solid #ccc;margin-bottom:5px}.tabs_sec .tab_btn{min-width:135px;border:1px solid transparent;margin-bottom:-1px;border-top-left-radius:.25rem;border-top-right-radius:.25rem}.tabs_sec .tab_btn:hover:focus,.tabs_sec .tab_btn:hover{border-color:#ccc #ccc transparent;isolation:isolate}.tabs_sec .tab_btn.active,.tabs_sec .tab_btn.active:hover,.tab_btn.active:focus{border-color:#ccc #ccc #fff;background:#fff}.tabs_sec .MuiTabs-indicator{display:none}.container.addCareProgram{max-width:1200px}.btn-outline-primary{color:#037cab;border-color:#037cab}.btn-outline-primary:hover{color:#fff;background-color:#037cab;border-color:#037cab}.addCareProgram .patient_heading{margin-bottom:25px}.addCareProgram .form-label.h5{font-size:15px;margin:0 0 7px;line-height:16px;display:block}.render_items>div>div>div{padding:0;margin:0}.render_items .row_items>div>div{padding:0 0 15px;font-size:15px}.admin-group-container{display:flex;flex-direction:column;gap:10px}.col-md-6{max-width:100%!important}.render_items .col-md-6 .row,.render_items .col-md-12 .row,.render_items .col-md-2 .row,.render_items .col-md-6 .row>*,.render_items .col-md-12 .row>*,.render_items .col-md-2 .row>*{margin:0;padding:0}.render_items label.form-label{display:block;font-size:14px;line-height:16px;margin:0 0 7px}.render_items .btn-group{border-radius:.25rem}.render_items .btn-group input[type=radio]{display:none}.render_items .btn-group>input:first-child+.btn{border-radius:.25rem 0 0 .25rem}.render_items .btn-group label.btn:last-child{margin:0}.render_items .btn-group .btn{margin:0 -1px 0 0;height:36px!important;border:1px solid #037cab!important;cursor:pointer}.render_items .form-select,.render_items .form-control{height:36px;font-size:15px}.render_items .btn-outline-primary{color:#3596bb;border-color:#3596bb!important}.render_items .btn-group .btn{border-color:#ced4da!important;color:#111}.render_items .btn-outline-primary:hover,.render_items .btn-outline-primary:focus{color:#111;background-color:#ebebeb}.render_items .btn-check:checked+.btn,.render_items .btn-check:active+.btn,.render_items .btn:active,.render_items .btn.active,.show>.btn.dropdown-toggle{background:var(--main)!important;border-color:var(--main)!important;color:#fff}.btn-group label:first-of-type{border-top-left-radius:8px!important;border-bottom-left-radius:8px!important}.btn-group label:last-of-type{border-top-right-radius:8px!important;border-bottom-right-radius:8px!important}.accordion-header .form-text{font-size:13px;color:#444;line-height:15px;display:inline-flex}.accordion-header .form-text span{font-weight:500;color:#222;padding-right:5px;display:inline-flex;white-space:nowrap}.RuleCardDiv .card-header{font-weight:500;color:#222;text-transform:capitalize}.RuleCardDiv .card-body .border{border:none!important;padding:0!important}.RuleCardDiv .reactRuler .btn-group,.RuleCardDiv .btn-group-vertical{width:auto!important}.reactRuler .form-group.row .col-sm-2{flex:0;max-width:initial;text-align:left!important;min-width:70px;display:flex;align-items:center}.reactRuler .form-group.row label.col-form-label strong{font-weight:500}.reactRuler .form-group.row label.col-form-label{padding:0;font-size:14px;line-height:15px}.reactRuler .form-group.row{margin-bottom:10px!important}.reactRuler .px-3{padding:0!important}.reactRuler .form-group.row.d-flex{text-transform:capitalize}.reactRuler .form-group.row .col-sm-1{padding:0!important;font-weight:500;font-size:14px;white-space:nowrap}.reactRuler .form-group.row .col-sm-1.offset-sm-2{padding:0 7px 0 0!important;font-weight:500;font-size:14px;min-width:70px}.RuleCardDiv .card-body{padding:16px}.render_items .col-md-6 span{font-size:14px}.reactRuler .form-group.row .col-sm-4{padding-left:0}.reactRuler .form-group.row .form-group.m-0.row>.col-3{padding-right:10px}.reactRuler .form-group.row .form-group.m-0.row>.col-9{font-size:14px;font-weight:500;white-space:nowrap}.badge_box{padding:4px 8px;height:22px;display:inline-flex!important;align-items:center;justify-content:center;font-size:11px}.btn-group.btn-group-toggle label.btn input{display:none}.select_api>div{position:relative}.render_items .row_items{display:flex;flex-wrap:wrap}.render_items .row_items>div{width:100%}.render_items .row_items .period{width:8%;padding-right:15px}.render_items .row_items .HDW{width:42%}.render_items .row_items .period>div,.render_items .row_items .HDW>div{width:100%;flex:0 0 100%}.reactRuler .form-group.row .col-sm-3,.reactRuler .form-group.row .col-sm-2{padding-right:8px}.reactRuler .form-group.row .btn-group.btn-group-toggle{margin-left:70px}.quickCheckBox input{margin:0}.quickCheckBox .form-label{margin:0;display:block;font-size:14px}.custom_container{max-width:100%}header.main_header{background:#fff;padding:0 20px 0 0;position:fixed;left:0;top:0;width:100%;z-index:999;border-bottom:1px solid #cdd3e1;height:64px}.navbar_logo{height:64px;width:64px;display:flex;align-items:center;justify-content:center;border-right:1px solid #cdd3e1;padding-right:1px;margin-right:15px}header.main_header h4{font-weight:500;font-size:22px;line-height:24px;letter-spacing:.01em;font-feature-settings:"ss09" on;color:var(--darkBlue)}header .env_badge{display:flex;align-items:center;justify-content:center;margin-left:8px;height:24px;padding:0 10px;border-radius:12px;font-size:14px;font-weight:400}header .env_badge[data-env=acc]{color:#fff;background-color:var(--bs-btn-color);background-color:var(--cui-red)}header .env_badge[data-env=dev]{color:#000;background-color:var(--cui-yellow)}header .env_badge[data-env=prod]{background:#afe6e6;color:#1d53bf;font-weight:500}.refresh-btn{outline:none;display:flex;align-items:center;justify-content:center;background:transparent;color:#03246b;font-feature-settings:"ss09" on;font-size:16px;font-weight:400;line-height:20px;letter-spacing:.16px;border-radius:8px;border:2px solid #cdd3e1;margin:0 15px;gap:7px;padding:2px 5px}.menu_sidebar{position:fixed;left:0;top:64px;height:calc(100% - 64px);border-right:1px solid #d9d9d9;width:64px;background:#fff;z-index:999;display:flex;flex-flow:column;justify-content:space-between;align-items:center}.links_list{list-style:none;padding:16px 0 0;margin:0;display:flex;align-items:center;flex-flow:column;position:relative}.links_list>li:not(:last-child){margin-bottom:10px}.links_list .link_btn{background:transparent;height:40px;width:40px;min-width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--darkBlue);border-radius:100%}.links_list .link_btn div,.profile_head_view .folder-btn div{display:flex}.links_list .link_btn i{margin:0!important;font-size:19px}.links_list .link_btn:hover,.links_list .link_btn.active{background:var(--main);color:#fff}.links_list .link_btn:hover svg path,.links_list .link_btn.active svg path{fill:none;stroke:#fff}.links_list .dark_blue svg path{fill:var(--darkBlue);stroke:none}.links_list .link_btn.fill_svg:hover svg path,.links_list .link_btn.fill_svg.active svg path{fill:#fff;stroke:none}.links_list-container{background:#fff;width:64px;min-width:64px;height:100%;display:flex;flex-direction:column;align-items:center;padding:20px 0 0;border-right:1px solid #cdd3e1}.links_list-container>li:not(:last-child){margin-bottom:10px}.links_list-container .link_btn{background:transparent;height:40px;width:40px;min-width:40px;display:flex;align-items:center;justify-content:center;cursor:pointer;color:var(--darkBlue);border-radius:100%}.links_list-container .link_btn div,.profile_head_view .folder-btn div{display:flex}.links_list-container .link_btn i{margin:0!important;font-size:19px}.links_list-container .link_btn:hover,.links_list-container .link_btn.active{background:var(--main);color:#fff}.links_list-container .link_btn:hover svg path,.links_list-container .link_btn.active svg path{fill:none;stroke:#fff}.links_list-container .link_btn.fill_svg:hover svg path,.links_list-container .link_btn.fill_svg.active svg path{fill:#fff;stroke:none}.profile_head_view{display:flex;gap:10px}.profile_head_view .lang-down{margin-left:12px;margin-right:15px}.profile_head_view .d-flex{align-items:center}.profile_head_view .user_img{width:36px;height:36px;min-width:36px;background:#93a1bf;border-radius:100%;overflow:hidden;margin-right:10px;display:flex;align-items:center;justify-content:center}.profile_head_view .user_img img{width:37px;height:37px;min-width:37px;border-radius:100%;-o-object-fit:cover;object-fit:cover}.profile_head_view h3{margin:0;font-weight:400;font-size:16px;line-height:20px;letter-spacing:.02em;color:var(--darkBlue);white-space:nowrap}.profile_head_view p{margin:0;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:var(--darkBlue)}.ms_10{margin-left:10px!important}.dashboard-two-grid.dashboard_data{display:flex;width:100%;grid-column-gap:0;-moz-column-gap:0;column-gap:0;margin:0;height:calc(100% - 124px);padding-left:64px}.dashboard_data .timeLine_sidebar{width:270px;background:#e8edf8;border-radius:0;position:fixed;left:64px;z-index:2;height:calc(100% - 64px);overflow-y:auto;padding:12px 0 12px 11px}.timeLine_sidebar .timeline-table{padding-right:2px!important;height:100%;min-width:250px}.timeline-no-data{color:#657496;display:flex;flex-direction:column;gap:16px}.timeline-no-data__no-appointments{font-size:16px}.timeline-no-data__send-request{font-size:14px;text-decoration:underline;cursor:pointer}.dashboard_data .main_content{width:100%;background:#fff;padding-left:270px!important;position:relative;height:100%;overflow:auto;padding-bottom:40px}.dashboard_data .main_content .content-wrapper{padding:16px;width:100%;background:#fff;margin-top:65px}.dashboard_data .main_content .content-wrapper .dashboard-content{margin-bottom:40px}.main_content .dashboard-two-grid-item{border-radius:0;height:auto}.timeLine_sidebar .timeline-card,body .dashboard-two-grid .timeLine_sidebar .timeline-table .timeline-card{margin:0 0 7px!important;border-radius:8px!important;box-shadow:none;border:none}.card-loader-container{height:297px;justify-self:center}.info_box_sec{padding:15px 0}.info_box_sec .white_box{background:#fff;border-radius:3px;width:calc(100% - 100px);max-width:100%;margin-right:15px}.info_box_sec .sidebar_btn{width:auto;border-radius:3px;padding:14px;min-width:80px}.info_box_sec .sidebar_btn .btn{margin-bottom:5px!important}.dashboard-two-grid .timeline-table,.dashboard-two-grid .timeline-table .dashboard-two-grid-item-header,.dashboard-two-grid .timeline-table .card.wht_bx.wht_bx1,.dashboard-two-grid .info_box_sec .sidebar_btn,.dashboard-two-grid .timeline-table .timeline-card>div{border-radius:0!important}.menu_sidebar .links_list li .link_btn .hover,.menu_sidebar .links_list li .link_btn:hover .not-hover,.menu_sidebar .links_list li .link_btn.active img.not-hover{display:none}.menu_sidebar .links_list li .link_btn:hover img.hover,.menu_sidebar .links_list li .link_btn.active img.hover{display:block}.timeline-card.blue_box.card{border:2px solid #009fd9}.clock_box{display:flex;align-items:center;gap:6px;font-size:13px;height:18px;color:var(--secondary-blue)}.clock_box-active{color:#1d53bf}.clock_box-active svg path{stroke:#1d53bf}.clock_box>div,.timeline-statbox>div{display:flex;align-items:center}.clock_box i{font-size:14px}.top-right-badge{background:var(--primary);border-radius:4px;letter-spacing:.02em;padding:2px 6px;color:var(--white);font-weight:500;font-size:12px;line-height:16px}.top-right-badge .badge{padding:0;letter-spacing:.02em;color:var(--white);font-weight:500;font-size:12px;line-height:16px}.blue_box .top-right-badge{background:#e6f5fb}.blue_box .top-right-badge .badge{color:#009fd9;font-size:12px}.top-right-badge .badge{text-transform:uppercase}.spclisation_head{color:var(--darkBlue);font-weight:500;font-size:18px;line-height:20px;letter-spacing:.01em}.practitioner_name{color:var(--darkGray)}.timeline-statbox .round-checkmark{border:1px solid #e0e0e0;box-shadow:none}.spclisation_head>div,.subagenda_code>div{display:inline-block}.wrap_space{width:100%;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.subagenda_code{color:var(--primary-dark);font-weight:400;font-size:15px;line-height:20px;letter-spacing:.02em;margin-bottom:10px}.timeline-statbox{background:var(--light);border-radius:4px;color:var(--darkGray);padding:4px 10px;margin-bottom:4px;display:flex;grid-gap:4px;gap:4px;font-weight:400;font-size:14px;line-height:20px;letter-spacing:.02em}.timeline-statbox:last-child{margin-bottom:0}.timeline-statbox>span{display:block;width:calc(100% - 15px);text-overflow:ellipsis;overflow:hidden;white-space:nowrap}.timeline-completed-task{color:#131825}.timeline-pending-task{color:#13182580}.status-circle{background:var(--lightGreen);width:12px;height:12px;color:var(--light);font-size:7px;line-height:13px;text-align:center}.padd_10{padding:10px}.date_timeline{color:var(--darkBlue);font-size:12px;letter-spacing:.02em;font-weight:500;margin-left:3px}.dashboard-two-grid .badge.rounded-pill{border-radius:4px!important}.head_alertbox{padding:10px 21px;color:var(--secondary);font-size:14px;font-weight:400;line-height:20px;white-space:nowrap}.warning_alert{background:#fcece7;border:1px solid #d93b0b;border-radius:12px}.info_alert{background:var(--milkGray);border:1px solid #657496;border-radius:12px}.dashboard-two-grid .timeline-table .white_border-box{background:#fff;border:1px solid var(--milkGray);border-radius:4px!important;box-shadow:none}.dashboard-two-grid .main_content .measurement_main{background:#fff;box-shadow:none}.meeting_innerbox{width:100%;max-width:470px;height:100%;background:#fff;border:2px solid #e4e7f0;border-radius:8px;padding:12px;margin-bottom:15px}.meeting_innerbox .chartjs-tooltip{padding:8px 16px;margin-top:20px}.meeting_innerbox .chartjs-tooltip-header{display:none}.meeting_innerbox .chartjs-tooltip-body-item span{display:none!important}.measurement_main h5.makeStyles-showtext-3{font-size:18px;color:var(--primary-dark);font-weight:500}.measurement_main h5.makeStyles-showtext-3>span{color:var(--secondary-blue);font-size:16px;font-weight:400;line-height:20px;letter-spacing:.16px;text-decoration-line:underline;cursor:pointer}.heading_first{margin:0;font-weight:500;font-size:16px;line-height:20px;letter-spacing:.01em;color:var(--darkBlue)}.heading_fade{font-weight:400;font-size:12px;letter-spacing:.02em;color:var(--Gray)}.heading_fade .measurement-description{font-weight:500;font-size:10px;letter-spacing:.02em}.heading_fade.light-blue-heading{color:#6187d3}.top_head{display:flex;justify-content:space-between}.top_head .measurementchart_left{width:calc(100% - 50px)}.measurement_progress{background:#fcece7;border-radius:4px;margin-bottom:12px}.measurement_progress.grey_Bx .prog_value{background:none}.measurement_progress.grey_Bx{background:none;margin-bottom:3px}.measurement_progress .prog_value{font-weight:500;font-size:34px;line-height:40px;height:40px;color:var(--darkBlue)}.prog_value .sup_style{font-weight:500;font-size:18px;line-height:20px;text-align:right;letter-spacing:.02em;top:0;margin-left:5px}.measurement_progress .prog_icon{margin-left:25px}.prog_icon svg path{fill:#d93b0b}.tempr_progress .prog_icon svg path{fill:green}.bubble_head{margin:0 -.5px}.bubble_head li{width:12%;font-size:5px;letter-spacing:.02em;font-weight:500;background:#d9d9d94f;border-radius:1px;margin:.5px;text-align:center}.three_layers li{height:8px}.green_bubble{background:var(--lightGreen)!important}.patient-info__main-description{color:#657496;font-size:16px;margin-bottom:6px}.patient-info__active-appointment{display:flex;gap:10px;align-items:center}.patient-info__active-appointment__type{color:#03246b;font-size:28px;font-weight:500}.patient-info__active-appointment__date{color:#009fd9;font-size:22px;align-self:flex-end;font-weight:500}.patient-info__active-appointment__tag{color:#009fd9;font-size:18px;padding:4px 6px;font-weight:500;background:#e6f5fb;border-radius:3px}.left_mainheadingbox h3{font-weight:400;font-size:14px;color:#657496;margin-bottom:2px!important}.left_mainheadingbox h2{font-weight:500;font-size:16px;line-height:20px;color:var(--darkBlue);margin-bottom:2px!important}.left_mainheadingbox h2 span{font-weight:400;font-size:18px}.left_mainheadingbox h5{font-weight:400;font-size:13px;color:var(--darkBlue);letter-spacing:.01em}.right_folderbox{margin-right:16px;margin-left:auto;display:flex;gap:8px;flex-wrap:wrap;position:relative}.more-btn{width:90%;outline:none;background-color:#fff;border:2px solid #cdd3e1;color:#93a1bf;font-size:12px;padding:7px;border-radius:6px;margin:0 10px}.carepaths_tutorial{display:flex;align-items:center}.dots-menu__container{background:#e4e7f0;border-radius:2px;margin-left:8px;padding:1px 0;height:30px;width:19px;display:flex;align-items:center;justify-content:center}.dots-menu{width:16px;color:#93a1bf;display:flex;align-items:center;justify-content:center}.dots-menu .MuiSvgIcon-root{width:18px;height:18px}.MuiMenuItem-root{font-size:13px!important}.folder-btn{padding:4px 12px;border-radius:8px;font-weight:400;font-size:16px;line-height:20px;text-align:center;letter-spacing:1%;font-feature-settings:"ss09" on;color:var(--primary-dark);display:inline-flex;align-items:center;background:transparent;outline:none;transition:all .2s ease-in-out}.folder-btn:hover{transform:translateY(-3px)}.folder-btn>div{margin-left:5px}.task_button{border:2px solid #e8edf8}.tempr_progress{background:#fff3d9}.tempr_progress .prog_value{background:#ffc240}.tempr_progress .prog_icon{transform:rotate(180deg)}.bubble_head.one_layers li{height:26px}.sup_style{font-size:53%}.chart_btns{background:none;border:none;margin-right:9px;padding:1px 1px 5px;font-weight:500;font-size:16px;line-height:20px;letter-spacing:.01em;color:#94a1bf;text-align:left;border-bottom:4px solid transparent;text-transform:capitalize;transition:all .15s ease-in-out}.chart_btns.active{border-color:#1d53bf;color:var(--darkBlue);background-color:#fff}.copy_btn,.stng_btn{position:relative;color:var(--darkGray);font-weight:400;font-size:16px;line-height:20px;letter-spacing:.01em;display:inline-flex;align-items:center;padding:0 3px}.copy_btn>span,.stng_btn>span{text-decoration:underline}.copy_btn .dashboard__copy-popup,.stng_btn .dashboard__copy-popup{text-align:start}.copy_btn img,.copy_btn .icon,.stng_btn img,.stng_btn svg{margin-right:6px}.copy_btn img{max-height:15px;max-width:15px}.copy_btn.bg-active{padding:1.5px}.copy_btn.bg-active svg path{fill:#fff}.copy_btn.bg-active img{filter:brightness(2)}.top_head .copy_btn img{margin:0}.pinned-btn{background:#fff;border-radius:4.75862px;width:19px;height:17px;border:none}.pinned-btn img{max-width:11px}.chartjs-tooltip *{font-size:16px;font-weight:400}.chartjs-tooltip{background:var(--secondary);border-radius:12px;margin-top:12px;font-size:16px}.chartjs-tooltip:before{content:"";width:0;height:0;border-left:10px solid transparent;border-right:10px solid transparent;border-bottom:10px solid var(--secondary);position:absolute;top:-7px;left:50%;transform:translate(-50%)}.dashboard-check-button.meting_addbtn{background:var(--white);width:18px;height:18px;color:var(--darkBlue)}.meas_copybtn{color:var(--darkGray)}.task-plus-button span{line-height:normal;position:relative;top:-1px}.task_rw{padding:8px 6px 8px 0;display:flex;align-items:center;cursor:pointer;gap:8px}.task_rw{border-bottom:1px solid #cdd3e1}.tasks_box h4{color:var(--primary-dark);font-size:16px;margin:0;font-weight:500;letter-spacing:2%;line-height:20px}.tasks_list{margin-top:16px;max-height:448px;overflow:auto}.tasks_box{min-height:275px}.tasks_head span{color:var(--primary-dark);font-size:16px;display:block;line-height:20px;letter-spacing:2%;font-weight:400}.tasks_head__no-items{color:#657496;font-size:14px}.task_info{flex:1}.task_info h5{font-size:16px;margin:2px 0 1px;font-weight:400}.no_done img{filter:contrast(9);border-radius:40px;background:#fff;box-shadow:inset 0 1px 1px #0000001a}.task_info h6{color:#009fd9;font-size:13px;margin:0;font-weight:400}.gap_12{margin-left:-6px;margin-right:-6px}.gap_12>div{padding-left:6px;padding-right:6px}.task_img{text-align:center;overflow:hidden;border-radius:4px;height:56px;width:56px;min-width:56px}span.task_status{min-width:12px!important;display:flex;align-items:center}span.task_date{color:#94a1bf;font-size:14px;display:flex;gap:8px;align-items:center}.filtr_bx{height:30px;font-size:12px;border:1.01458px solid #cdd3e1;border-radius:6.08746px;padding-left:30px;background:url("data:image/svg+xml,%3csvg%20width='13'%20height='13'%20viewBox='0%200%2013%2013'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3ccircle%20cx='5.63357'%20cy='6.04592'%20r='3.48761'%20stroke='%23657496'%20stroke-width='1.01458'/%3e%3cpath%20d='M10.7697%2011.1822L8.10645%208.51898'%20stroke='%23657496'%20stroke-width='1.01458'/%3e%3c/svg%3e") no-repeat;background-color:#fff;background-position:center left 9px}.date_dv{margin:23px 0 11px;color:var(--darkBlue);font-size:12px;font-weight:500}.timeline-table .filter_box>.css-13cymwt-control,.timeline-table .filter_box>.css-t3ipsp-control{outline:none!important;box-shadow:none!important;background:#e4e7f0;border-radius:12px;border:none!important;padding:5px 5px 5px 35px;min-height:48px}.timeline-table .filter_box>.css-13cymwt-control>div:last-child,.timeline-table .filter_box>.css-t3ipsp-control>div:last-child{background:url("data:image/svg+xml,%3csvg%20width='18'%20height='18'%20viewBox='0%200%2018%2018'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20d='M13%2013L17%2017M8%2015C7.67502%2015%207.51254%2015%207.37519%2014.9943C3.91836%2014.8513%201.14866%2012.0816%201.00568%208.62481C1%208.48746%201%208.32498%201%208C1%207.67502%201%207.51254%201.00568%207.37519C1.14866%203.91836%203.91836%201.14866%207.37519%201.00568C7.51254%201%207.67502%201%208%201C8.32498%201%208.48746%201%208.62481%201.00568C12.0816%201.14866%2014.8513%203.91836%2014.9943%207.37519C15%207.51254%2015%207.67502%2015%208C15%208.32498%2015%208.48746%2014.9943%208.62481C14.8513%2012.0816%2012.0816%2014.8513%208.62481%2014.9943C8.48746%2015%208.32498%2015%208%2015Z'%20stroke='%2394A1BF'%20stroke-width='1.6'%20stroke-miterlimit='4.62023'/%3e%3c/svg%3e") no-repeat;background-position:center;position:absolute;left:5px;top:50%;height:36px;width:36px;min-width:36px;cursor:pointer;transform:translateY(-50%)}.timeline-table .filter_box>.css-13cymwt-control>div:last-child *,.timeline-table .filter_box>.css-t3ipsp-control>div:last-child *{opacity:0;visibility:hidden;height:0px;width:0px;min-width:0px;padding:0}.timeline-table .filter_box>.css-13cymwt-control *,.timeline-table .filter_box>.css-t3ipsp-control *{font-weight:400;font-size:16px;line-height:18px;letter-spacing:.02em;color:#94a1bf;margin:0}.timeline-table .filter_box .css-1p3m7a8-multiValue *{color:#000!important;font-size:12px;line-height:normal}.timeline-table .filter_box .css-1p3m7a8-multiValue{background:#bcbcbc;color:#222!important;border-radius:4px;margin:2px}.timeline-table .filter_box .css-12a83d4-MultiValueRemove:hover{background:var(--primary);color:#fff!important}.timeline-table .filter_box .css-12a83d4-MultiValueRemove:hover *{color:#fff!important}.timeline-table .filter_box .css-12a83d4-MultiValueRemove{padding:2px}.profile_head_view .folder-btn{padding:6px 8px;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:var(--darkGray);background:var(--milkGray);border-radius:2px;white-space:nowrap}body .__react_component_tooltip{padding:5px 12px}.collapse_btn{background:none!important;outline:none!important;border:none!important;box-shadow:none!important;padding:2px 0!important;position:absolute;top:21px;right:6px}.timeLine_sidebar .filter_box{width:calc(100% - 45px)}.dashboard_data .main_content,.dashboard_data .timeLine_sidebar,.timeLine_sidebar .timeline-table,.collapse_btn{transition:ease-in-out .5s}.hideTimeline.dashboard_data .main_content{padding-left:55px!important}.hideTimeline.dashboard_data .timeLine_sidebar{width:40px}.hideTimeline .timeLine_sidebar .timeline-table{display:none}.hideTimeline .collapse_btn{right:-2px;transform:rotate(180deg)}.btn.log_btn,.btn.error_btn{color:#54b948;border:2px solid;background:transparent;border-color:#54b948;font-size:15px;font-weight:500;height:34px;display:inline-flex;align-items:center;justify-content:center;min-width:70px;cursor:pointer}.btn.log_btn:hover,.btn.log_btn:focus{color:#fff;background:#54b948}.btn.error_btn{color:#b74266;border-color:#b74266}.btn.error_btn:hover,.btn.error_btn:focus{color:#fff;background:#b74266}.status_active,.status_inActive{color:#54b948!important;font-size:16px;font-weight:500;display:block;white-space:nowrap}.status_inActive{color:#b74266!important}.exception_data{word-break:break-word;text-overflow:ellipsis;overflow:hidden;display:-webkit-box;-webkit-line-clamp:3;-webkit-box-orient:vertical}@media (min-width: 1600px){.scroll-bar-dashboard2{height:calc(100vh - 105px)}.chatConversationDiv1{height:calc(100vh - 430px)}.questionnaireResponse{height:calc(100vh - 463px)}.Measurements_section{height:calc(100vh - 423px)}}@media (max-width: 1300px){.top_bar label{font-size:15px}.top_bar label:not(:last-child){margin-right:12px}}@media (max-width: 991px){.month{overflow:auto;white-space:nowrap;padding-bottom:15px}.month button{font-size:18px;min-width:100px}.result-sec{overflow:auto;padding-left:5px}}.footer{display:flex;padding:5px 15px;align-items:center;justify-content:flex-end;width:100%;max-width:100%;align-self:center;background:#fff;margin-top:15px}.footer .lang-select{font-size:18px;border-bottom:5px solid transparent;color:#444;transition:.5s all;line-height:22px;max-width:"100%";border:0;padding-top:0;padding-left:5px}.tooltip1{display:flex}.tooltip1 .tooltiptext{visibility:hidden;max-width:1000px;background-color:#555;color:#fff;text-align:center;border-radius:6px;padding:25px;position:absolute;z-index:1;top:0;left:100%;right:auto;opacity:0;transition:opacity .3s;min-width:900px}.tooltip1 .tooltiptext:after{content:"";position:absolute;bottom:100%;left:53px;margin-left:-5px;border-width:5px;border-style:solid;border-color:transparent transparent #555 transparent;display:none}.tooltip1:hover .tooltiptext{visibility:visible;opacity:1}@media (max-width: 767px){.header_menu{padding:30px 15px}.header_menu ul li{width:70%}.header_menu li:not(:last-child){margin-bottom:15px}.gap_30{margin:0 -12px!important}.gap_30>div{padding:0 12px!important}.search-sec select{font-size:18px;width:46%;margin-top:10px}.patient_heading{font-size:24px;line-height:26px}}@media (max-width: 574px){.search-sec select{width:calc(50% - 10px);margin:0 5px 10px}.search-box{margin:0 5px 10px!important}.ques_response-form{padding:1rem 0}.ques_response-form .styles_form__buttonwrapper__button-span__2g7P-{flex-direction:inherit}}.dashboard-accent{background-color:#eff6f9}.dashboard-2-card{width:100%;border:1px solid rgb(117,116,116);padding:15px;margin-bottom:15px}.dashboard-2-card:hover{background-color:#eff6f9;border:1px solid #eff6f9}.dashboard-2-card h4{font-size:14px;line-height:16px}.dashboard-2-card h3{font-size:14px;color:#444}.accordion-button{background-color:#fff!important;padding-left:1rem;padding-top:0!important;padding-bottom:0!important;padding-right:1rem}.spinnerTable{height:15px;width:15px;background-color:"#037cab"}.spinnerSearch{height:5px;width:5px;background:linear-gradient(to top,#037cab,#4aabd0)}.white-newbox{color:#000000de;transition:box-shadow .3s cubic-bezier(.4,0,.2,1) 0ms;background-color:#fff;box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14!important;border-radius:4px}@media (max-width: 1699px){.search_button button.btn.btn-primary,.edit_questionnaires .card-header button.btn.btn-primary{padding:0 1rem;font-size:15px;max-width:120px}.patient_heading{font-size:28px;line-height:34px}.search_button h5{font-size:16px}.search_button .me-3{margin-right:12px!important}.search_button button.btn.btn-primary svg{margin-right:4px}}.completeNewQuestionnaireBtn{width:100%;text-align:end}.completeNewQuestionnaireBtn button{max-width:unset!important}.card_list_view{width:calc(100% - 40px)}.offcanvas-start{width:500px!important}.dashboard-two-grid{margin-left:auto;margin-right:auto;margin-top:10px;height:calc(100vh - 108px);width:1296px;display:grid;column-gap:10px;row-gap:10px;grid-template-columns:1.15fr 1.15fr 2.25fr .3fr;grid-template-rows:2fr 1fr;grid-template-areas:"timeline questionnaires monitoring monitoring" "timeline info info buttons"}.dashboard-two-grid-item{width:100%;height:100%;min-width:0;min-height:0;padding:15px 18px;overflow:hidden;border-radius:8px;background-color:#f4f4fb}.dashboard-two-grid-item-header{background-color:#fff;margin-bottom:10px;border-radius:8px;overflow:visible;min-width:0;padding:8px 15px}.timeline-card{margin-bottom:10px;margin-left:3px;margin-right:8px;border-radius:8px;min-height:100px;border:none}.timeline-agenda{color:#131825;font-size:18px}.timeline-table{max-height:100%;border-radius:8px;overflow:hidden}.dashboard-check-button{display:flex;align-items:center;justify-content:center;border-radius:50%;height:35px;width:35px;cursor:pointer;margin-left:5px;font-weight:500}.task-plus-button{background-color:#3d78ba;color:#fff;font-size:24px;font-weight:500}.adminChatTable{border:1px solid #cdd3e1;border-radius:12px;position:relative;min-height:80vh}.audit-wrapper{position:relative;width:100%;height:calc(100% - 64px);padding:8px;border:1px solid #cdd3e1;border-radius:12px;overflow:auto}.adminChatTable .btn-group.patientDropdown{position:inherit}.adminChatTable .btn-group.patientDropdown .dropdown-menu{width:auto}.timeLine-dashboard2-header-div{height:35px;align-items:center;display:flex;justify-content:space-between;margin-bottom:8px}.timeLine-dashboard2-header-heading{font-weight:500;color:#00216d;font-size:15px;margin:0}.chart-card-div{width:100%;height:100%;box-shadow:-3px 0 #6d9f66;border-radius:8px}.timeLine-measurement-card-div{width:100%;height:100%;box-shadow:-3px 0 #f57842;border-radius:8px}.timeLine-questionnaire-card-div{width:100%;height:100%;box-shadow:-3px 0 #71567f;border-radius:8px}.timeLine-appointment-card-div{width:100%;height:100%;box-shadow:-3px 0 teal;border-radius:8px}.timeLine-appointment-div{position:absolute;transform:translate(-75px,-25px);background-color:#fff;padding:10px;border-radius:50%;width:50px;height:50px;text-align:center;color:teal;font-size:20px;cursor:pointer}.canvas-offBody{background-color:#edf1f7;padding:10px 10px 10px 13px;margin-top:8px;border-radius:10px}.reactRuler .btn-group,.btn-group-vertical{width:200px!important}button.btn.btn-primary.createOrganization{font-size:14px}@media (min-width: 576px){.reactRuler .col-sm-1{max-width:fit-content}}.validation-box{box-shadow:0 8px 12px #2f3c4a0a,0 2px 6px #2f3c4a14;overflow-x:auto;-webkit-overflow-scrolling:touch;padding:1rem;background-color:#fff}.red-dot,.green-dot{position:relative;padding-left:35px!important}.red-dot:before,.green-dot:before{content:"";position:absolute;left:12px;top:17px;background:red;width:15px;height:15px;border-radius:50%;min-width:15px}.green-dot:before{background:green}.validation-box h3{font-size:14px;font-weight:500}.validation-box p,.validation-box span{font-size:13px}.inner-validation-box{background:#f7f9fb;border-radius:5px;padding:15px 15px 10px}.custom-tabs{min-height:40px!important;border:1px #7f848d solid;border-radius:12px}.custom-tabs .custom-tab-options{font-family:Bagoss Standard Alt,sans-serif;text-transform:none;font-size:15px;width:30px;min-width:max-content;font-weight:500!important;padding:0 10px!important}.measurementBadge{background-color:#037cab}.questionnaireBadge{background-color:#dc3545}.sendMessageBadge{background-color:#0dcaf0}.assignCareProgramBadge{background-color:#1b9503}.openChatChannelBadge{background-color:#6908bd}.assignTagBadge{background-color:#ffc107}.elipsis-text{overflow:hidden;text-overflow:ellipsis;display:-webkit-box;-webkit-line-clamp:2;line-clamp:2;-webkit-box-orient:vertical}.dropdown-search-observation{display:flex;flex-direction:column;background-color:#fff;z-index:1000;width:inherit;border:.5px solid rgb(127,127,127);border-radius:5px;margin-top:10px;padding:5px}.dropdown-search-observation-item{padding:5px}.dropdown-search-observation-item:hover{cursor:pointer;background-color:#eff6f9}.teams-multiSelect{width:300px}@media (max-width: 1400px){button.btn.btn-primary.createOrganization{font-size:13px;min-width:180px}}.calculation-codeblock{margin-top:1rem;margin-bottom:1rem;padding:.5rem;background-color:#dbdbdb}.calculation-formula-helper-popover{max-width:400px;max-height:800px;overflow-y:auto}.grey_Bx,.grey_Bx .prog_value{background:#f2f4f7;color:var(--darkBlue)}.sup_style{font-size:12px;top:-3px;margin-left:4px}ul.radiolist_ul{padding:0;display:flex;flex-wrap:wrap;margin:0 -8px}ul.radiolist_ul li{width:33%;padding:0 8px;list-style:none}.radiolist_ul input[type=radio]{display:none}span.radio_bx{width:12px;height:12px;background:#fff;box-shadow:inset 0 1px 1px #0000001a;display:inline-block;border-radius:10px;position:relative;margin-right:5px;bottom:-2px}ul.radiolist_ul li>label{display:flex;align-items:center;gap:6px;padding:9px 0;border-bottom:1px solid #e8edf8;position:relative;color:var(--darkBlue);font-size:16px;font-weight:400}ul.radiolist_ul li>label span{color:#1f2733;text-overflow:ellipsis;white-space:nowrap;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px;overflow:hidden}.srch_bx input.form-control{border:1.12536px solid #94a1bf;height:32.01px;font-size:11px;padding-left:24px;background:url(data:image/jpeg;base64,/9j/4QAYRXhpZgAASUkqAAgAAAAAAAAAAAAAAP/sABFEdWNreQABAAQAAABAAAD/4QMtaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wLwA8P3hwYWNrZXQgYmVnaW49Iu+7vyIgaWQ9Ilc1TTBNcENlaGlIenJlU3pOVGN6a2M5ZCI/PiA8eDp4bXBtZXRhIHhtbG5zOng9ImFkb2JlOm5zOm1ldGEvIiB4OnhtcHRrPSJBZG9iZSBYTVAgQ29yZSA3LjEtYzAwMCA3OS5kYWJhY2JiLCAyMDIxLzA0LzE0LTAwOjM5OjQ0ICAgICAgICAiPiA8cmRmOlJERiB4bWxuczpyZGY9Imh0dHA6Ly93d3cudzMub3JnLzE5OTkvMDIvMjItcmRmLXN5bnRheC1ucyMiPiA8cmRmOkRlc2NyaXB0aW9uIHJkZjphYm91dD0iIiB4bWxuczp4bXA9Imh0dHA6Ly9ucy5hZG9iZS5jb20veGFwLzEuMC8iIHhtbG5zOnhtcE1NPSJodHRwOi8vbnMuYWRvYmUuY29tL3hhcC8xLjAvbW0vIiB4bWxuczpzdFJlZj0iaHR0cDovL25zLmFkb2JlLmNvbS94YXAvMS4wL3NUeXBlL1Jlc291cmNlUmVmIyIgeG1wOkNyZWF0b3JUb29sPSJBZG9iZSBQaG90b3Nob3AgMjMuMCAoV2luZG93cykiIHhtcE1NOkluc3RhbmNlSUQ9InhtcC5paWQ6QkI5Qjc1M0FDMTkwMTFFREFBQkZFMTM0MDNDRkUyQUMiIHhtcE1NOkRvY3VtZW50SUQ9InhtcC5kaWQ6QkI5Qjc1M0JDMTkwMTFFREFBQkZFMTM0MDNDRkUyQUMiPiA8eG1wTU06RGVyaXZlZEZyb20gc3RSZWY6aW5zdGFuY2VJRD0ieG1wLmlpZDpCQjlCNzUzOEMxOTAxMUVEQUFCRkUxMzQwM0NGRTJBQyIgc3RSZWY6ZG9jdW1lbnRJRD0ieG1wLmRpZDpCQjlCNzUzOUMxOTAxMUVEQUFCRkUxMzQwM0NGRTJBQyIvPiA8L3JkZjpEZXNjcmlwdGlvbj4gPC9yZGY6UkRGPiA8L3g6eG1wbWV0YT4gPD94cGFja2V0IGVuZD0iciI/Pv/uAA5BZG9iZQBkwAAAAAH/2wCEAAUEBAQEBAUEBAUIBQQFCAkHBQUHCQsJCQkJCQsOCwwMDAwLDgwMDQ4NDAwQEBEREBAXFxcXFxoaGhoaGhoaGhoBBgYGCwoLFA4OFBcSDxIXGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGhoaGv/AABEIAA8ADwMBEQACEQEDEQH/xABkAAADAQAAAAAAAAAAAAAAAAABBAUIAQADAQAAAAAAAAAAAAAAAAAAAQIDEAACAwACAgIDAAAAAAAAAAABAgMEBRESEwYAMSIyFREBAAMBAAMAAAAAAAAAAAAAAQAhAhFBcaH/2gAMAwEAAhEDEQA/ANMH+17PtbdavtWMLLwrEdGNaCVmnsTtWitPJK1mGwqoq2EVEVR9MWJBAGtZCu9kWsa9fvbGjV38W9bUa+LafOXWhjUd/JVhtQzmJh0EipZQOv6llJHCnj4tgcfDGLcF316no7F29jb9vF2ekUOuM2Sq5cBeYfPDahsxq4Q/i4RXK8DkqAPgbQs6QS5G9Y9Zv4+hvZebtjT9T0jO9my1jtq0dRwqyr5lU9+6nuO5DREADleAK3sQUv5yTnPPU//Z) no-repeat;background-position:left 6px center}.srch_bx{max-width:490px;width:auto;min-width:193px}.newcolor{color:var(--darkBlue)}.fnt_14{font-size:14px}span.radio_bx:before{position:absolute;content:"";width:7px;height:7px;border-radius:10px;background:var(--primary);left:0;right:0;top:0;bottom:0;margin:auto;opacity:0;transition:ease-in-out .5s}.radiolist_ul li label input[type=radio]:checked~span.radio_bx:before{opacity:1}.slectedtask .modal-dialog{max-width:600px}.slectedtask .modal-dialog .modal-content{background:#edf1f7;border-radius:0 0 6px 6px}.slectedtask .dashboard-modal__footer__chip{display:inline-block;width:max-content;margin:3.5px 0;border-radius:3px;padding:3px 22px 3px 10px}.slectedtask_inner{max-width:340px;margin:0 auto;padding:46px 0 20px}.slectedtask_inner .dashboard-modal__footer__chip__type{margin-right:2px}.slectedtask_inner span.dashboard-modal__footer__title{font-size:18px;margin-bottom:17px!important;display:block}.slectedtask_inner .checkbox input{position:absolute;opacity:0;cursor:pointer;height:0;width:0}.slectedtask_inner .checkmark{position:absolute;top:0;left:0;height:18px;width:18px;border:1.5px solid #cdd3e1;background:#fff;border-radius:6px}.slectedtask_inner .checkbox input:checked~.checkmark:after{display:block}.slectedtask_inner .checkbox .checkmark:after{content:"";left:0;top:0;width:12px;height:10px;font-size:11px;color:#21ad3a;right:0;bottom:0;margin:auto;position:absolute}.slectedtask_inner .checkbox{display:block;position:relative;padding-left:27.5px;cursor:pointer;font-size:12.5px;-webkit-user-select:none;-moz-user-select:none;user-select:none}.slectedtask_inner button.btn.cstm_btns{background:var(--primary);border:1.5px solid var(--primary)!important;border-radius:9.00713px;height:55px;color:#fff;font-size:16px;display:flex;align-items:center;width:100%;justify-content:center;margin-top:10px;transition:ease-in-out .5s}.slectedtask_inner .btndiv{max-width:257px}.slectedtask_inner button.btn.brder_btn{background:none;color:var(--primary)}.slectedtask_inner button.btn.brder_btn:hover{background-color:var(--primary);color:#fff}a.txt_Btn,span.txt_Btn{color:#001645;text-decoration:none;cursor:pointer}.txtbtn_plus{width:17.91px;height:17.91px;background:var(--milkGray);border-radius:8.95669px;justify-content:center;margin-right:5px}.txt_Btn>img{margin-left:5px;width:10px;max-height:10px}.txtbtn_plus,.txt_Btn{display:inline-flex;align-items:center;font-weight:500;font-size:14px;line-height:20px;letter-spacing:.02em;color:#03246b;border:none;outline:none;background:transparent}.txtbtn_plus:disabled,.txt_Btn:disabled{font-weight:500;color:#c9c9c9}.txtbtn_plus:disabled svg path,.txt_Btn:disabled svg path{fill:#c9c9c9}.newq_div{margin-top:30px}.times_row{display:flex;margin-left:-3px;margin-right:-3px}.times_row input[type=time]{outline:none}.times_row input[type=time]::-webkit-calendar-picker-indicator{display:none}.times_bx{border:1.12536px solid #94a1bf;border-radius:6.75219px;height:32px;display:flex;align-items:center;justify-content:center;width:56px;margin:0 3px;font-size:10.1283px;line-height:14px;text-align:center}.dashboard-modal__schedule-container__column{padding-right:14px;font-size:11px}.times_sec{margin-top:8px}.multi-select>div>div div{z-index:0}.times_sec h6.fnt_14{font-size:10px;font-weight:400;margin:8px 0 6px}.srch_bx span.css-1u9des2-indicatorSeparator{width:.5px;background-color:#e0e0e0;margin-bottom:0;margin-top:0}.srch_bx .css-1p3m7a8-multiValue{margin:1px 2px 0}.newcolor .date-picker-container img{transform:translate(0)}.optn_bx ul{padding:0;list-style:none;margin:0 -5px}.optnbx_drpdnw{width:100%;max-width:365px;padding:15px;background:#f2f4f7;border-radius:7px!important;box-shadow:0 0 2px #00000026;filter:drop-shadow(0px 1px 18px rgba(0,0,0,.2));left:60px;top:41px}.dropdown{display:flex;align-items:center}.dropdown .dropdown-menu.optnbx_drpdnw{left:5px;top:30px;min-width:365px;width:100%;max-width:365px;padding:15px;background:#f2f4f7;border-radius:7px!important;box-shadow:0 0 2px #00000026;filter:drop-shadow(0px 1px 18px rgba(0,0,0,.2))}.optn_bx ul li{width:50%;padding:0 5px;margin-bottom:4px}.optn_bx ul li label{display:block}.optn_bx ul li p{display:flex;padding:8.5px 10px;position:relative;cursor:pointer;color:#001645;border:1.12179px solid #cdd3e1;border-radius:6.73077px;background:#fff;font-weight:400;font-size:11px;align-items:center;line-height:13px;letter-spacing:.01em;margin:0}.optn_bx ul li p:before{height:13px;width:13px;min-width:13px;content:"";display:block;border-radius:20px;border:1px solid #cdd3e1;margin-right:4px;position:relative}.optn_bx ul li input[type=checkbox]:checked~p:before{border:1px solid var(--primary);background:var(--primary)}.optn_bx ul li input[type=checkbox]:checked~p:after{height:5px;width:5px;content:"";display:block;border-radius:40px;position:absolute;top:0;bottom:0;margin:auto;left:14px;background:#fff;border:none}.optn_bx ul li input{display:none}.head_bx{position:relative}.icon{width:inherit!important;height:inherit!important}.optnbx_drpdnw h2{font-size:14px!important;line-height:20px;color:#001645;letter-spacing:.02em}.graphs_section{padding:16px 0 0}.head_bx h2{font-weight:500;font-size:18px;line-height:20px;letter-spacing:.01em;font-feature-settings:"ss09" on;color:var(--primary-dark);display:flex;align-items:center;gap:8px;margin:0}.head_bx h2 span{font-size:16px;font-weight:400;line-height:20px;letter-spacing:.16px;text-decoration-line:underline;color:var(--secondary-blue);cursor:pointer}button.stng_btn{border:none;border-radius:4px;margin-left:9px;transition:ease-in-out .2s;background:none}button.stng_btn:hover{background:#f7f7f7}.optnbx_drpdnw:before{content:"";border-bottom:8px solid;border-right:5px solid transparent;border-top:0;border-left:5px solid transparent;width:10px;height:10px;display:block;position:absolute;top:-10px;left:46px;color:#f2f4f7}.date_css{display:flex;align-items:center;font-weight:400;font-size:16px;line-height:20px;letter-spacing:.01em;color:var(--secondary-blue);padding:6px 0 10px}.dashboard-modal__close-container{margin-right:0;margin-left:55px}.success_bx{padding:100px 0!important}.footer_Section{margin:10px 0}.footer_Section>div{width:50%}.footer_Section .dashboard-modal__footer__chip{margin:6px 6px 0 0;width:max-content;max-width:630px;display:flex}.footer_Section .dashboard-modal__footer__chip .footer__chip__container{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.app_header_canvas{position:absolute;transform:translate(-75px,25px);background-color:#fff;padding:10px;border-radius:50%;width:50px;height:50px;text-align:center;color:teal;font-size:20px;cursor:pointer}.head_alertbox.alert-success{color:#1d53bf;background:#f2f4f7;border-radius:2px;letter-spacing:.02em;padding:5px 10px}.head_alertbox.warning_alert{color:#d93b0b;background:#fcece7;border-radius:2px;letter-spacing:.02em;padding:5px 10px;border:none}.chat-list{width:320px;min-width:320px;border:1px solid #e8edf8;border-left:0;border-top:0;background-color:#fff}.chat-tabs{width:280px;min-width:280px;border:1px solid #e8edf8;border-top:0;border-left:0;overflow:auto;background:#fff}.chat-Foot{padding:12px 12px 32px;background:#fff;border:1px solid #e8edf8;border-left:0;min-height:132px;display:flex;flex-direction:column;justify-content:space-between}.chat-Foot .chat-actions-container{display:flex;align-items:flex-end;position:relative;width:100%}.chat-Foot .chat-actions-container .ai-text-btn{background:#131825;border-radius:100%;width:32px;height:32px;display:flex;align-items:center;justify-content:center;cursor:pointer;position:absolute;right:67px;bottom:6px;color:#fff}.chat-Foot .chat-actions-container .chat-suggestion-bubble{height:40px;border-radius:36px;background:#e8edf8;display:flex;justify-content:center;align-items:center;padding:0 18px;cursor:pointer;color:#1f2733;font-size:14px;font-style:normal;font-weight:400;line-height:18px;letter-spacing:.28px}.chat-Foot .chat-actions-container .with-gpt{background-color:#131825!important;color:#fff}.chat-Foot .chat-actions-container .chat-suggestions-container{display:flex;margin:4px 16px 16px 50px;gap:8px}.chat-Foot .chat-disclaimer{max-width:540px;color:#6187d3;font-size:12px;font-style:normal;font-weight:400;line-height:16px;letter-spacing:.12px;margin-top:12px;margin-left:50px}.chat-Foot .chat-disclaimer p,.chat-Foot .chat-disclaimer b{margin-bottom:0}.chat_head{padding:12px;min-height:71px;background:#fff;border-bottom:1px solid #e8edf8}.chat_head .txt_holder p{margin:0;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:#03246b}.chat_box .img_holder{width:30px;height:30px;min-width:30px;border-radius:100%;overflow:hidden;background:#cbd9f8;margin-right:5px;margin-top:2px}.chat_box .img_holder img{height:100%;width:100%}.chat_area{position:relative;overflow:auto;flex:1;padding:20px}.chat_area .time__sent{width:100%;display:flex;justify-content:center;font-weight:400;font-size:14px;line-height:18px;text-align:center;letter-spacing:.02em;font-feature-settings:"ss09" on;color:#657496;margin-bottom:7px}.chat_area .assigned__practitioner__message{display:flex;width:-webkit-fill-available;align-items:center;justify-content:center;color:#138628}.chat_area .empty__chat__message{height:90%;display:flex;align-items:center;justify-content:center;font-size:18px;color:#93989d}.chat_head .img_holder{height:40px;width:40px;min-width:40px;border:2px solid #fff;background:#e8edf8;border-radius:100px;overflow:hidden;margin-right:13px}.txt_holder h3,.chat_head_links span{color:#03246b}.patient-information{display:flex;align-items:center;gap:10px}.patient-information h3{margin-bottom:0;color:#1f2733;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.18px}.patient-information p{color:#1f2733;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px;margin-bottom:0}.message-text .message-link{font-weight:500;text-decoration:underline;color:inherit}.chat_head_links span{text-decoration:none;display:flex;font-weight:400;font-size:14px;line-height:18px;text-align:center;letter-spacing:.02em;cursor:pointer}.chat_head_links span.inline-flex:not(:last-child){margin-bottom:3px}.chat_head_links span div{display:flex;align-self:center}.chat_head_links .first_icon{margin-right:4px}.chat_head_links .first_icon svg path{stroke:#03246b;fill:transparent}.chat_head_links .last_icon{margin-left:6px;cursor:pointer}.chat_head_links .last_icon svg path{stroke:#03246b;fill:transparent}.chat_head_links .assigned{color:#138628;cursor:pointer}.chat_head_links .assigned svg path{stroke:#138628}.chat-sec{display:flex;width:100%;flex-direction:column;align-items:center;justify-content:space-between;background-color:#fff;position:relative;background-size:cover;background-position:center}.txt_holder h3{font-size:22px;font-weight:500;margin-bottom:5px}.txt_holder .chat_info{display:flex;align-items:center;gap:8px}.txt_holder h3 span{font-size:14.8271px;font-weight:400;padding-left:2px}.chat_box .txt_holder h3{font-weight:500;font-size:16px;line-height:20px;margin-bottom:2px}.chat_box .txt_holder p{margin:0;font-size:16px;line-height:20px;letter-spacing:.02em;font-weight:400}.chat_row{margin-bottom:16px}.chat_box .txt_holder{background:#fff;border-radius:8px;padding:12px 14px;max-width:336px;min-width:100px;overflow:hidden;width:fit-content}.grn_txt{color:#21ad3a!important}.chat_row.right .chat_box{justify-content:flex-end;display:flex}.chat_row.right .chat_box .d-flex{flex-direction:row-reverse;max-width:320px}.chat_row.right .chat_box .img_holder{margin:0 0 0 5px}.chat_row.right .chat_box .txt_holder{background:var(--main);color:#fff}.chat-Foot .btns_div>span.chat_span_active{background:#009fd9;color:#fff}.chat_row.right .chat_box .txt_holder h3{color:#fff}.chat-Foot .btns_div{white-space:nowrap;padding-left:63px;margin-bottom:10px;overflow:hidden;text-overflow:ellipsis}.chat-Foot .btns_div>span{background:#e4e7f0;border-radius:19.9232px;height:39.92px;display:inline-flex;align-items:center;justify-content:center;padding:5px 20px;font-size:16px;margin-right:5px;color:#03246b;cursor:pointer}.message-input-area{width:100%;height:auto;display:flex;align-items:flex-end;padding:6px;background:#fff;gap:8px;border-radius:var(--spacing-sm, 12px);border:2px solid var(--surface-surface-suppressed, #bbcbeb);justify-content:space-between}.message-input-area .file-preview{position:relative;width:105px;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#e2e9f7;padding:5px;border-radius:8px}.message-input-area .file-preview .files-count{text-align:center;font-size:12px;font-weight:500}.message-input-area .file-preview .image-action{position:absolute;top:-10px;right:-10px;cursor:pointer;display:flex;background-color:#0014404d;border-radius:50%;padding:4px}.message-input-area textarea{width:100%;max-height:270px;min-height:28px;align-items:center;gap:8px;flex:1 0 0;border:none;background:#fff;outline:none;font-weight:400;font-size:16px;line-height:20px;letter-spacing:.32px;color:#1f2733;resize:none}.message-input-area textarea::placeholder{color:#6187d3;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px}.message-input-area textarea::-webkit-scrollbar{display:none}.attach_btn input[type=file]{opacity:0;height:100%;width:100%;position:absolute;left:0;right:0}label.attach_btn{background:#edf1f7;border-radius:100%;height:40px;width:40px;min-width:40px;display:flex;justify-content:center;align-items:center;margin-right:8px;cursor:pointer;margin-bottom:2px}label.attach_btn div{display:flex}.voice_Btn{position:absolute;right:12px;top:7px;border:none;background:none;outline:none;cursor:pointer;display:flex;color:#fff;padding:5px}.chat-tabs .tabs_view{list-style:none;padding:0;margin:0}.chat-tabs .tabs_view-header{margin:0;font-family:Bagoss Standard Alt,sans-serif;font-size:18px;font-weight:500;line-height:24px;letter-spacing:.01em;text-align:left;color:#1f2733}.chat-tabs .tabs_view .action{padding:12px}.chat-tabs .tabs_view li{display:flex;align-items:center;justify-content:space-between;background:#fff;border-bottom:1px solid #e8edf8;padding:16px 14px;cursor:pointer}.chat-tabs .tabs_view li.active,.chat-tabs .tabs_view li:hover{background:#e8edf8}.chat-tabs .tabs_view li.header{background:#fff;display:flex}.chat-tabs .tabs_view li.header h3{color:#1f2733;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.18px;margin:0}.chat-tabs .tabs_view h4{color:#1f2733;font-size:18px;font-style:normal;font-weight:400;line-height:24px;letter-spacing:.18px;margin:0}.chat-tabs .tabs_view div{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:#657496;margin:0;display:flex}.chat-tabs .tabs_view div>div{display:flex;margin-right:5px;align-items:center}.chat-tabs .tabs_view h4+p{margin-top:3px}.chat-tabs .tabs_view p img{margin-right:4px}.chat-tabs .counts{display:flex;align-items:center;justify-content:center;background:#d93e18;border-radius:10px;height:20px;width:max-content;min-width:max-content;padding:0 6.5px;text-align:center}.chat-tabs .counts span{font-weight:500;font-size:16px;line-height:20px;text-align:center;letter-spacing:.0485em;color:#fff;min-width:7px}.chat-list h3{font-weight:500;font-size:22px;color:#03246b}.chat-head{padding:16px;border-bottom:1px solid #e8edf8}.chat-head .service-name{color:#1f2733;font-size:18px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.18px}.srchbx input[type=text]{width:100%;height:100%;padding:8px 8px 8px 40px;outline:none;font-size:16px;line-height:20px;letter-spacing:.02em;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.9764%203.20001H11.024C11.3264%203.20001%2011.504%203.20001%2011.6581%203.20638C15.5308%203.36655%2018.6337%206.46945%2018.7938%2010.3421C18.8002%2010.4962%2018.8002%2010.6738%2018.8002%2010.9763V11.0237C18.8002%2011.3262%2018.8002%2011.5038%2018.7938%2011.6579C18.7256%2013.3085%2018.1227%2014.8193%2017.1535%2016.022L20.5659%2019.4343L19.4345%2020.5657L16.0221%2017.1533C14.8195%2018.1225%2013.3087%2018.7254%2011.6581%2018.7936C11.504%2018.8%2011.3264%2018.8%2011.0239%2018.8H10.9765C10.674%2018.8%2010.4964%2018.8%2010.3423%2018.7936C6.46964%2018.6335%203.36674%2015.5306%203.20656%2011.6579C3.20019%2011.5038%203.20019%2011.3262%203.2002%2011.0238V10.9762C3.20019%2010.6738%203.20019%2010.4962%203.20656%2010.3421C3.36674%206.46945%206.46964%203.36655%2010.3423%203.20638C10.4964%203.20001%2010.674%203.20001%2010.9764%203.20001ZM11.0002%204.80001C10.6672%204.80001%2010.5251%204.80018%2010.4084%204.80501C7.36748%204.93079%204.93097%207.36729%204.80519%2010.4083C4.80037%2010.5249%204.8002%2010.667%204.8002%2011C4.8002%2011.333%204.80037%2011.4751%204.80519%2011.5918C4.93097%2014.6327%207.36748%2017.0692%2010.4084%2017.195C10.5251%2017.1998%2010.6672%2017.2%2011.0002%2017.2C11.3332%2017.2%2011.4753%2017.1998%2011.5919%2017.195C14.6329%2017.0692%2017.0694%2014.6327%2017.1952%2011.5918C17.2%2011.4751%2017.2002%2011.333%2017.2002%2011C17.2002%2010.667%2017.2%2010.5249%2017.1952%2010.4083C17.0694%207.36729%2014.6329%204.93079%2011.5919%204.80501C11.4753%204.80018%2011.3332%204.80001%2011.0002%204.80001Z'%20fill='%231F2733'/%3e%3c/svg%3e");background-position:left 8px center;background-repeat:no-repeat;border-radius:8px;border:2px solid #bbcbeb}.srchbx input[type=text][data-blurred=true]{background:#e8edf8;background-image:url("data:image/svg+xml,%3csvg%20width='24'%20height='24'%20viewBox='0%200%2024%2024'%20fill='none'%20xmlns='http://www.w3.org/2000/svg'%3e%3cpath%20fill-rule='evenodd'%20clip-rule='evenodd'%20d='M10.9761%203.19995H11.0238C11.3262%203.19995%2011.5038%203.19994%2011.6578%203.20632C15.5305%203.36649%2018.6334%206.46939%2018.7936%2010.3421C18.8%2010.4961%2018.8%2010.6738%2018.8%2010.9762V11.0237C18.8%2011.3261%2018.8%2011.5038%2018.7936%2011.6578C18.7253%2013.3084%2018.1225%2014.8192%2017.1533%2016.0219L20.5656%2019.4343L19.4343%2020.5656L16.0219%2017.1533C14.8192%2018.1225%2013.3084%2018.7253%2011.6578%2018.7936C11.5038%2018.8%2011.3261%2018.8%2011.0237%2018.8H10.9762C10.6738%2018.8%2010.4961%2018.8%2010.3421%2018.7936C6.46939%2018.6334%203.36649%2015.5305%203.20632%2011.6578C3.19994%2011.5038%203.19995%2011.3262%203.19995%2011.0238V10.9761C3.19995%2010.6737%203.19994%2010.4961%203.20632%2010.3421C3.36649%206.46939%206.46939%203.36649%2010.3421%203.20632C10.4961%203.19994%2010.6737%203.19995%2010.9761%203.19995ZM11%204.79995C10.667%204.79995%2010.5249%204.80012%2010.4082%204.80495C7.36723%204.93072%204.93072%207.36723%204.80495%2010.4082C4.80012%2010.5249%204.79995%2010.667%204.79995%2011C4.79995%2011.3329%204.80012%2011.475%204.80495%2011.5917C4.93072%2014.6327%207.36723%2017.0692%2010.4082%2017.195C10.5249%2017.1998%2010.667%2017.2%2011%2017.2C11.3329%2017.2%2011.475%2017.1998%2011.5917%2017.195C14.6327%2017.0692%2017.0692%2014.6327%2017.195%2011.5917C17.1998%2011.475%2017.2%2011.3329%2017.2%2011C17.2%2010.667%2017.1998%2010.5249%2017.195%2010.4082C17.0692%207.36723%2014.6327%204.93072%2011.5917%204.80495C11.475%204.80012%2011.3329%204.79995%2011%204.79995Z'%20fill='%236187D3'/%3e%3c/svg%3e");background-position:left 8px center;background-repeat:no-repeat}.srchbx input[type=text][data-active=true]::placeholder{color:#1f2733}.srchbx input[type=text]::placeholder{color:#6187d3;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px}.srchbx input[type=text].small{font-size:12px}.srchbx input[type=text].small::placeholder{font-size:12px}.chat-list .nav-tabs{border-bottom:1px solid #cdd3e1}.chat-list .nav-tabs .nav-item{width:50%}.chat-list .nav-link{font-weight:500;font-size:16px;line-height:20px;text-align:center;letter-spacing:.02em;font-feature-settings:"ss09" on;color:#94a1bf;border:none;border-bottom:4px solid transparent;margin:0;border-top:4px solid transparent!important;border-radius:0;cursor:pointer;padding:14px 12px}.chat-list .nav-link.active{border-color:#009fd9}.chat-list .tab-content{height:calc(100% - 56px)}.modal_button{border:2px solid #cdd3e1;border-radius:8px;outline:none;padding:2px 12px;font-size:16px;color:#03246b;background:transparent;margin-left:15px}.user_list_view{height:100%;overflow:auto;padding-right:1px}.user_list_view .empty-chats{font-weight:400;font-size:16px;line-height:20px;letter-spacing:.02em;font-feature-settings:"ss09" on;color:#94a1bf;text-align:left;margin:15px 19px}.chat-list .tab-content .tab-pane{height:100%}.avatar_container{position:relative}.avatar_container .unread_messages{width:17px;font-size:10px;font-weight:500;display:flex;height:17px;background-color:red;border-radius:50%;color:#fff;position:absolute;top:0;right:10px;z-index:20;align-items:center;justify-content:center}.user_list_img{height:40px;width:40px;min-width:40px;border-radius:100px;border:2px solid #fff;background:#bbcbeb;overflow:hidden;margin-right:15px;display:flex;align-items:center;justify-content:center}.page-title{color:#1f2733;text-align:left;font-size:22px;font-style:normal;font-weight:500;line-height:24px;letter-spacing:.22px;margin:0;padding-right:10px}.user_list_img .user_img,.chat_head .img_holder .user_img,.chat_box .img_holder .user_img{height:100%;width:100%;background:#bbcbeb;color:#1f2733;text-align:center;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px}.user_img.active{background:#bbcbeb}body .chat_user_box{width:320px;min-width:320px;min-height:100%;display:flex;flex-direction:column}.chat_user_box .nav-tabs .nav-item{width:100%}.chat_user_box .nav-tabs .nav-item .nav-link{text-align:left;color:#03246b;font-size:18px}.chat_user_box .user_list_view{height:calc(100% - 125px)!important}.chat_head_links{position:relative;margin-left:auto;color:#03246b;display:flex;flex-direction:column;justify-content:center;height:100%}.chat_head_links .status-channel{color:#1f2733;font-size:16px;font-style:normal;font-weight:400;line-height:20px;letter-spacing:.32px}.chat_head_links .status,.chat_head_links .assigned_practitioner{display:flex;align-items:center;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;font-feature-settings:"ss09" on;color:#03246b}.chat_head_links .disabled{opacity:.5;pointer-events:none}.dropdown_list_view{background:#f2f4f7;border-radius:7px;position:absolute;right:0;padding:15px 17px 17px;box-shadow:0 0 2px #00000026;filter:drop-shadow(0px 1px 22px rgba(0,0,0,.3));width:251px;height:235px;top:22px;z-index:10}.dropdown_list_view p{font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:#03246b;margin:0 0 8px}.dropdown_list_view .tags__input_container-input{position:relative}.dropdown_list_view .tags__input_container-input svg{position:absolute;left:7px;top:9px}.dropdown_list_view .tags__input_container-input input{background:#fff;border:1.12536px solid #94a1bf;border-radius:6.75219px;width:100%;height:32px;padding:5px 12px 5px 26px;outline:none}.dropdown_list_view ul{list-style:none;margin:5px 0 0;background:#fff;border:1.01458px solid #94a1bf;border-radius:6px;padding:1px 8px;max-height:145px;overflow:auto;height:100%}.dropdown_list_view ul li{font-weight:400;font-size:10.5px;line-height:14px;letter-spacing:.01em;color:#657496;border-bottom:.581871px solid #cdd3e1;padding:9px 0;cursor:pointer;white-space:nowrap;text-overflow:ellipsis;overflow:hidden}.dropdown_list_view.dropdown_list_2{height:90px;padding:9px 11px;top:45px;z-index:10}.dropdown_list_view.dropdown_list_2 ul{border:1.01458px solid #94a1bf;border-radius:6px;padding:1px 6px}.dropdown_list_view.dropdown_list_2 ul li.active,.dropdown_list_view.dropdown_list_2 ul li:hover{color:#03246b;font-weight:500}.dropdown_list_view.dropdown_list_2 ul li:last-child{border:none}.care__plan__modal{padding:15px 10px;min-width:1200px}@media (max-width: 1100px){.care__plan__modal{min-width:auto;width:100vw;height:100vh}}.care__plan__modal-header{margin:10px 10px 0;width:100%;display:flex;justify-content:space-between;align-items:center}.care__plan__modal-header__close{border:2px solid #e4e7f0;border-radius:100%;display:flex;padding:10px;cursor:pointer}.care__plan__modal-header__title{font-weight:500;font-size:28px;line-height:32px;color:#03246b;margin-bottom:0}.care__plan__modal-content{margin:0 10px 10px;background:#fff;border:1px solid #e4e7f0;border-radius:4px;padding:16px 16px 0}.care__plan__modal-button{width:100%;display:flex;justify-content:flex-end;align-items:center;gap:20px}.care__plan__modal-button .error__message{color:red;font-size:16px;animation:snake .3s}.care__plan__modal-button .success__message{color:#32da10;font-size:16px}.care__plan__modal-button button{width:257px;height:55px;background:#009fd9;border-radius:9px;color:#fff;outline:none;border:none;margin:8px 10px 5px;font-size:16px}.care__plan__modal-button button:disabled{background:#cdd3e1}@keyframes snake{25%{transform:translate(4px)}50%{transform:translate(-4px)}75%{transform:translate(4px)}}.care__list__container-title{font-weight:500;font-size:18px;line-height:20px;letter-spacing:.02em;font-feature-settings:"ss09" on;color:#03246b;margin-bottom:16px}.input_container{display:flex;align-items:flex-start;flex-wrap:wrap;min-height:32px;width:100%;padding:0 8px;border:1.12536px solid #94a1bf;border-radius:6.75219px;margin-top:5px}.input_container .tags__input_container-input{width:100%;display:flex;align-items:center}.input_container .tags__input_container-input svg{margin-right:5px;min-width:16px;height:16px}.input_container-input{display:flex;align-items:center}.input_container-input>svg{width:17px;height:17px}.input_container input{flex:1;border:none;height:38px;font-weight:400;font-size:14px;line-height:18px;letter-spacing:.02em;color:#001645;max-width:90%}.input_container input::placeholder{font-size:14px;color:#001645}.input_container input:focus{outline:transparent}.input_container_tags-list{display:flex;flex-wrap:wrap;padding:0;margin:5px 0 0}.input_container_tag{width:auto;height:30px;display:flex;align-items:center;justify-content:center;color:#333;padding:0 8px;font-size:14px;list-style:none;margin:0 8px 5px 0;background:#e4e7f0;border:1px solid #edf1f7;border-radius:3px}.input_container_tag .tag-title{margin-top:3px}.input_container_tag .tag-close-icon{display:block;width:16px;height:16px;font-weight:700;line-height:16px;text-align:center;background-color:#cdd3e1;border-radius:50%;font-size:12px;margin-left:8px;color:#333;cursor:pointer}.small-placeholder::placeholder{font-size:14px!important}.sending-btn{outline:none;border:none;display:flex;width:36px;height:36px;padding:8px;justify-content:center;align-items:center;gap:10px;flex-shrink:0;border-radius:6px;background:var(--surface-surface-emphasized, #1d53bf)}.sending-btn svg path{fill:#fff}.disabled-sending-btn{background-color:#e8edf8}.disabled-sending-btn svg path{fill:#6187d3}.radio_list{padding:10px;max-height:310px;overflow-y:auto;overflow-x:hidden}.modal-xl{max-width:1157px!important}.modal-close{max-width:27px;padding:0;position:absolute;right:15px;top:20px}@media (min-width: 1750px){.chat_box .txt_holder{padding:12px 14px;max-width:435px}}@media (max-width: 1499px){.chat-list{width:355px;min-width:355px}.chat-Foot .btns_div>span{height:36px;padding:5px 17px;font-size:14px;margin-right:4px}.chat-Foot input.form-controls{font-size:16px}.right-float{float:right}}@media (max-width: 1399px){.chat-tabs{width:210px;min-width:210px}.chat-list{width:350px;min-width:350px}.chat_head .img_holder{height:46px;width:46px;min-width:46px;margin-right:11px}.txt_holder h3{font-size:20px}.chat_head .txt_holder p,.chat_head_links span{font-size:13.5px;line-height:17px}.txt_holder h3 span{font-size:13.5px;padding-left:1px}.chat-Foot .btns_div>span{height:34px;padding:5px 16px;font-size:13.5px;margin-right:4px}.chat-Foot{padding:10px 13px}label.attach_btn{margin-right:12px}.chat-Foot .btns_div{padding-left:60px}.chat-tabs .tabs_view li{padding:12px 13px}.chat-tabs .tabs_view h4{font-size:15px;line-height:18px}.chat-tabs .tabs_view p{font-size:13.5px;line-height:17px}.spinner-align{left:40%;position:absolute;top:50%}.chat_button_active{background-color:#009fd9;color:#fff}}.no-charts-text{color:var(--primary-dark);font-size:16px}.no-charts-text u{cursor:pointer}.status-bar__small-number{font-size:20px}.output-debug-container{display:flex;flex-direction:row;position:absolute;right:70px}.select-search-in-table input{padding:0!important;height:34px!important;border-radius:8px!important}.select-search-in-table .css-13cymwt-control{border-radius:8px!important}.sub_Agenda_data{max-width:480px;word-break:break-word;display:flex;gap:10px}.AdminLogsTable .__react_component_tooltip{padding:5px 12px;max-width:510px;word-break:break-word}.active-parent-menu{border:1px solid #037cab;border-radius:6px;width:100%;padding:5px 10px}.active-parent-menu-container{padding:13px 16px;cursor:pointer;font-size:16px;color:#000;background:#fff;border-radius:12px;margin-bottom:5px;width:100%}.custom-tabs .MuiTab-root{min-height:42px!important}.rst__lineBlock,.rst__lineChildren{display:none!important}.bsemibold b{font-weight:550}.text-truncate{white-space:nowrap;overflow:hidden;text-overflow:ellipsis}#sentry-feedback{--inset: 4rem .3rem auto auto}.highlighter-block{position:absolute;top:0;left:0;right:0;bottom:0;max-height:23px;pointer-events:none;font-size:14px;line-height:20px;padding:2px 2px 0;color:#1f2733}.date-picker-container{width:100%;position:relative;margin-top:8px}.date-picker-container input[type=date]:required:invalid::-webkit-datetime-edit{color:transparent}.date-picker-container input[type=date]:focus::-webkit-datetime-edit{color:#000!important}.date-picker-container input[type=date]::-webkit-inner-spin-button,.date-picker-container input[type=date]::-webkit-calendar-picker-indicator{opacity:0;-webkit-appearance:none}.date-picker-container input[type=date]::-webkit-calendar-picker-indicator{background:transparent;bottom:0;color:transparent;cursor:pointer;height:auto;left:0;position:absolute;right:0;top:0;width:auto}.date-picker-container .form-control{border-radius:6px;border:1px solid #94a1bf;font-size:12px;height:32px;color:#001645}.date-picker-container img{position:absolute;top:45%;right:12px;transform:translateY(calc(-50% + 15px));pointer-events:none}.switch-button{all:unset;background:#cdd3e1;border-radius:9px;width:38px;height:30px;text-align:center;color:#fff;font-size:12px}.switch-button__active{background:#009fd9}
