.Toastify__toast-container{z-index:9999;-webkit-transform:translateZ(9999px);position:fixed;padding:4px;width:320px;box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;margin-left:-160px}.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%;margin-left:-160px}.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-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0}.Toastify__toast-container--rtl{right:0;left:auto}}.Toastify__toast{position:relative;min-height:64px;box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:1px;box-shadow:0 1px 10px 0 rgba(0,0,0,.1),0 2px 15px 0 rgba(0,0,0,.05);display:flex;justify-content:space-between;max-height:800px;overflow:hidden;font-family:sans-serif;cursor:pointer;direction:ltr}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{margin:auto 0;flex:1 1}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{color:#fff;font-weight:700;font-size:14px;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;align-self:flex-start}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button:focus,.Toastify__close-button:hover{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:9999;opacity:.7;background-color:hsla(0,0%,100%,.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:auto;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{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--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}body{margin:0}.mysidebar{position:fixed;top:0;bottom:0;left:0;width:210px}.mycontent{margin-left:210px;padding:20px}.supertop{z-index:10000}.nomargin{margin:0;padding:0}.clickable,.clicked{cursor:pointer}.clicked{font-weight:bolder}.consentCheck a,.underlineHover:hover{text-decoration:underline}.consentCheck a{font-family:inherit;color:#4a5568;cursor:pointer}.ui.selection.dropdown .menu>.item.forcenopadding{padding:0!important}.nocursor>.ui.checkbox input.hidden+label,.ui.checkbox.nocursor input.hidden+label{cursor:default!important}.questionSegment,.questionSegmentActive{border-radius:7px!important}.questionSegmentActive{border-left:5px solid #4285f4!important}.titleSegment,.titleSegmentActive{border-top-right-radius:7px!important;border-bottom-right-radius:7px!important;border-bottom-left-radius:7px!important}.titleSegmentActive{border-left:5px solid #4285f4!important}.titleSegmentMain,.titleSegmentMainPurple{border-top:9px solid #9155a7!important}.titleSegmentMainTeal{border-top:9px solid #2c7a7b!important}.titleSegmentWithBanner{border-top-left-radius:0!important}.titleSegmentWithoutBanner{border-top-left-radius:7px!important}.titleBaner{border-top-left-radius:8px;border-top-right-radius:8px;margin-top:1rem;margin-bottom:-1rem;padding:.5rem 1rem;width:-moz-fit-content;width:fit-content;font-size:110%;color:#fff;background-color:#673ab7}.rightPanelIcon{color:#673ab7}.rightPanelButtonActive{background-color:#673ab7!important;color:#fff!important}.rightPanelButtonNotActive{background-color:rgba(0,0,0,.38)!important;color:#000!important}.noBorderInput>input,input.noBorderInput,textarea.noBorderInput{border-top-style:none!important;border-left-style:none!important;border-right-style:none!important;border-radius:0!important}.redPlaceholder::placeholder{color:red!important;opacity:.5!important}.smallPadding>input{padding:.5em!important}button{font-family:Ubuntu,sans-serif}.ui.search.selection.dropdown.dropdown-v2>input.search{padding:.8rem 2.5rem .85rem 1.25rem!important}.ui.selection.dropdown.dropdown-v2 .menu>.item{padding:.7rem 1.25rem!important;font-size:.9rem!important}.ui.selection.dropdown.dropdown-v2 .menu{max-height:16rem!important}.ui.selection.dropdown.dropdown-date-v2 .menu>.item{font-size:.85rem!important;padding:.6rem .88rem!important}.ui.selection.dropdown.dropdown-date-v2 .menu{max-height:16rem!important}.ui.selection.dropdown.dropdown-document-v2 .menu>.item{font-size:.85rem!important;padding:.6rem .88rem!important}.ui.selection.dropdown.dropdown-document-v2 .menu{max-height:16rem!important}.consent-v1 a{color:#4a5568!important}.consent-v1 a,.consent-v2 a{text-decoration:underline!important}.consent-v2 a{color:inherit!important}.consent-v2 .ui.checkbox label:before{top:.1rem!important;border:.5px solid #898989!important}.consent-v2 .ui.checkbox label:after{top:.1rem!important}.ui.form .text-number-v2 input[type=number]{border:.5px solid #898989!important}.patientChatTabWrapper{bottom:0;left:0}.patientChatTabHeader{padding-top:1em;padding-bottom:.8em}@media only all and (min-width:480px){.patientChatTabWrapper{bottom:3.1rem;left:unset;width:480px;border:1px solid rgba(34,36,38,.3);border-top-left-radius:7px}.patientChatTabHeader{border-top-left-radius:7px;padding-top:.75em;padding-bottom:.75em}}@media only all and (min-width:960px){.patientChatTabWrapper{bottom:3.75rem}}.post-container *{font-size:16px}.post-container h1{display:block;font-size:2em;margin:.67em 0;font-weight:700}.post-container h2{display:block;font-size:1.5em;margin:.83em 0;font-weight:700}.post-container h3{display:block;font-size:1.17em;margin:1em 0;font-weight:700}.post-container h4{display:block;margin:1.33em 0;font-weight:700}.post-container h5{display:block;font-size:.83em;margin:1.67em 0;font-weight:700}.post-container h6{display:block;font-size:.67em;margin:2.33em 0;font-weight:700}.post-container div{display:block}.post-container ol,.post-container p{display:block;margin:1em 0}.post-container ol{list-style-type:decimal;padding-left:40px}.post-container ul{display:block;list-style-type:disc;margin:1em 0 1 em;padding-left:40px}.post-container li{display:list-item}.post-container u{text-decoration:underline}.post-container b{font-weight:700}.post-container img.fr-dib{margin:5px auto;display:block;float:none}.post-container img.fr-dib.fr-fir{margin-right:0;text-align:right}.post-container img.fr-dib.fr-fil{margin-left:0;text-align:left}.cell:hover,.recipes-frauded:hover{cursor:pointer}.ui.form .field.modal-input>label{color:#3c6e71}.blog-map-menu:hover,.card-map:hover,.recursive-list-item:hover{cursor:pointer}@media screen and (max-width:1096px){.ui.segment.rightSlidingPanel{display:none!important}}apple-pay-button{--apple-pay-button-width:100%;--apple-pay-button-height:51px;--apple-pay-button-border-radius:5px;--apple-pay-button-padding:3px 0px;--apple-pay-button-box-sizing:border-box;display:inline-block}.apple-pay-button{-apple-pay-button-type:buy;-moz-appearance:none;appearance:none;-webkit-appearance:-apple-pay-button;width:100%;height:51px;border-radius:5px;padding:3px 0;box-sizing:border-box;display:inline-block}body.hide-ap-p24-popup .p24-modal{display:none}.ui.page.modals.visible.active:has(.ui.modal.visible.active.modal-9999){z-index:9999}.selectableAvailableSlot:hover{text-decoration:underline;color:rgba(0,0,0,.75)}