body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow:hidden;position:relative}body,code{font-size:16px}code{color:rgba(255,0,221,.863);font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.Toastify__close-button{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.Toastify__close-button--default{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}
/*!
 * Tabler Icons 3.44.0 by tabler - https://tabler.io
 * License - https://github.com/tabler/tabler-icons/blob/master/LICENSE
 */@font-face{font-family:tabler-icons;font-style:normal;font-weight:400;src:url(/static/media/tabler-icons.0d884c6051ab4d82937a.woff2) format("woff2"),url(/static/media/tabler-icons.6691b0947a55f0b0b68a.woff) format("woff"),url(/static/media/tabler-icons.d539ff65b0bc82554228.ttf) format("truetype")}.ti{speak:none;font-feature-settings:normal;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:tabler-icons!important;font-style:normal;font-variant:normal;font-weight:400;line-height:1;text-transform:none}.ti-a-b:before{content:""}.ti-a-b-2:before{content:""}.ti-a-b-off:before{content:""}.ti-abacus:before{content:""}.ti-abacus-off:before{content:""}.ti-abc:before{content:""}.ti-access-point:before{content:""}.ti-access-point-off:before{content:""}.ti-accessible:before{content:""}.ti-accessible-off:before{content:""}.ti-acorn:before{content:"𐉕"}.ti-acrobatic:before{content:"𐉔"}.ti-activity:before{content:""}.ti-activity-heartbeat:before{content:""}.ti-ad:before{content:""}.ti-ad-2:before{content:""}.ti-ad-circle:before{content:""}.ti-ad-circle-off:before{content:""}.ti-ad-off:before{content:""}.ti-address-book:before{content:""}.ti-address-book-off:before{content:""}.ti-adjustments:before{content:""}.ti-adjustments-alt:before{content:""}.ti-adjustments-bolt:before{content:""}.ti-adjustments-cancel:before{content:""}.ti-adjustments-check:before{content:""}.ti-adjustments-code:before{content:""}.ti-adjustments-cog:before{content:""}.ti-adjustments-dollar:before{content:""}.ti-adjustments-down:before{content:""}.ti-adjustments-exclamation:before{content:""}.ti-adjustments-heart:before{content:""}.ti-adjustments-horizontal:before{content:""}.ti-adjustments-minus:before{content:""}.ti-adjustments-off:before{content:""}.ti-adjustments-pause:before{content:""}.ti-adjustments-pin:before{content:""}.ti-adjustments-plus:before{content:""}.ti-adjustments-question:before{content:""}.ti-adjustments-search:before{content:""}.ti-adjustments-share:before{content:""}.ti-adjustments-spark:before{content:"ﾾ"}.ti-adjustments-star:before{content:""}.ti-adjustments-up:before{content:""}.ti-adjustments-x:before{content:""}.ti-aerial-lift:before{content:""}.ti-affiliate:before{content:""}.ti-ai:before{content:"ﻧ"}.ti-ai-agent:before{content:"𐇹"}.ti-ai-agents:before{content:"𐇸"}.ti-ai-gateway:before{content:"𐇷"}.ti-air-balloon:before{content:""}.ti-air-conditioning:before{content:""}.ti-air-conditioning-disabled:before{content:""}.ti-air-traffic-control:before{content:"ﬁ"}.ti-alarm:before{content:""}.ti-alarm-average:before{content:"ﲞ"}.ti-alarm-minus:before{content:""}.ti-alarm-off:before{content:""}.ti-alarm-plus:before{content:""}.ti-alarm-smoke:before{content:"𐂶"}.ti-alarm-snooze:before{content:""}.ti-album:before{content:""}.ti-album-off:before{content:""}.ti-alert-circle:before{content:""}.ti-alert-circle-off:before{content:"ﱥ"}.ti-alert-hexagon:before{content:""}.ti-alert-hexagon-off:before{content:"ﱦ"}.ti-alert-octagon:before{content:""}.ti-alert-small:before{content:""}.ti-alert-small-off:before{content:"ﱧ"}.ti-alert-square:before{content:""}.ti-alert-square-rounded:before{content:""}.ti-alert-square-rounded-off:before{content:"ﱨ"}.ti-alert-triangle:before{content:""}.ti-alert-triangle-off:before{content:"ﱩ"}.ti-alien:before{content:""}.ti-align-box-bottom-center:before{content:""}.ti-align-box-bottom-left:before{content:""}.ti-align-box-bottom-right:before{content:""}.ti-align-box-center-bottom:before{content:"頋"}.ti-align-box-center-middle:before{content:""}.ti-align-box-center-stretch:before{content:"頻"}.ti-align-box-center-top:before{content:"鬒"}.ti-align-box-left-bottom:before{content:""}.ti-align-box-left-middle:before{content:""}.ti-align-box-left-stretch:before{content:"龜"}.ti-align-box-left-top:before{content:""}.ti-align-box-right-bottom:before{content:""}.ti-align-box-right-middle:before{content:""}.ti-align-box-right-stretch:before{content:"𢡊"}.ti-align-box-right-top:before{content:""}.ti-align-box-top-center:before{content:""}.ti-align-box-top-left:before{content:""}.ti-align-box-top-right:before{content:""}.ti-align-center:before{content:""}.ti-align-justified:before{content:""}.ti-align-left:before{content:""}.ti-align-left-2:before{content:"＀"}.ti-align-right:before{content:""}.ti-align-right-2:before{content:"﻿"}.ti-alpha:before{content:""}.ti-alphabet-arabic:before{content:"Ｏ"}.ti-alphabet-bangla:before{content:"Ｎ"}.ti-alphabet-cyrillic:before{content:""}.ti-alphabet-greek:before{content:""}.ti-alphabet-hebrew:before{content:"Ｍ"}.ti-alphabet-korean:before{content:"Ｌ"}.ti-alphabet-latin:before{content:""}.ti-alphabet-polish:before{content:"𐆱"}.ti-alphabet-runes:before{content:"𐆰"}.ti-alphabet-thai:before{content:"Ｋ"}.ti-alt:before{content:"ﱔ"}.ti-ambulance:before{content:""}.ti-ampersand:before{content:""}.ti-analyze:before{content:""}.ti-analyze-off:before{content:""}.ti-anchor:before{content:""}.ti-anchor-off:before{content:""}.ti-angle:before{content:""}.ti-ankh:before{content:""}.ti-antenna:before{content:""}.ti-antenna-bars-1:before{content:""}.ti-antenna-bars-2:before{content:""}.ti-antenna-bars-3:before{content:""}.ti-antenna-bars-4:before{content:""}.ti-antenna-bars-5:before{content:""}.ti-antenna-bars-off:before{content:""}.ti-antenna-off:before{content:""}.ti-aperture:before{content:""}.ti-aperture-off:before{content:""}.ti-api:before{content:""}.ti-api-app:before{content:""}.ti-api-app-off:before{content:""}.ti-api-book:before{content:"𐈋"}.ti-api-off:before{content:""}.ti-app-window:before{content:""}.ti-apple:before{content:""}.ti-apps:before{content:""}.ti-apps-off:before{content:""}.ti-archery-arrow:before{content:"ﱕ"}.ti-archive:before{content:""}.ti-archive-off:before{content:""}.ti-armchair:before{content:""}.ti-armchair-2:before{content:""}.ti-armchair-2-off:before{content:""}.ti-armchair-off:before{content:""}.ti-arrow-autofit-content:before{content:""}.ti-arrow-autofit-down:before{content:""}.ti-arrow-autofit-height:before{content:""}.ti-arrow-autofit-left:before{content:""}.ti-arrow-autofit-right:before{content:""}.ti-arrow-autofit-up:before{content:""}.ti-arrow-autofit-width:before{content:""}.ti-arrow-back:before{content:""}.ti-arrow-back-up:before{content:""}.ti-arrow-back-up-double:before{content:"溺"}.ti-arrow-badge-down:before{content:""}.ti-arrow-badge-left:before{content:""}.ti-arrow-badge-right:before{content:""}.ti-arrow-badge-up:before{content:""}.ti-arrow-bar-both:before{content:"﫝"}.ti-arrow-bar-down:before{content:""}.ti-arrow-bar-left:before{content:""}.ti-arrow-bar-right:before{content:""}.ti-arrow-bar-to-down:before{content:""}.ti-arrow-bar-to-down-dashed:before{content:"𐅤"}.ti-arrow-bar-to-left:before{content:""}.ti-arrow-bar-to-left-dashed:before{content:"𐅣"}.ti-arrow-bar-to-right:before{content:""}.ti-arrow-bar-to-right-dashed:before{content:"𐅢"}.ti-arrow-bar-to-up:before{content:""}.ti-arrow-bar-to-up-dashed:before{content:"𐅡"}.ti-arrow-bar-up:before{content:""}.ti-arrow-bear-left:before{content:""}.ti-arrow-bear-left-2:before{content:""}.ti-arrow-bear-right:before{content:""}.ti-arrow-bear-right-2:before{content:""}.ti-arrow-big-down:before{content:""}.ti-arrow-big-down-line:before{content:""}.ti-arrow-big-down-lines:before{content:""}.ti-arrow-big-left:before{content:""}.ti-arrow-big-left-line:before{content:""}.ti-arrow-big-left-lines:before{content:""}.ti-arrow-big-right:before{content:""}.ti-arrow-big-right-line:before{content:""}.ti-arrow-big-right-lines:before{content:""}.ti-arrow-big-up:before{content:""}.ti-arrow-big-up-line:before{content:""}.ti-arrow-big-up-lines:before{content:""}.ti-arrow-bounce:before{content:""}.ti-arrow-capsule:before{content:"﫞"}.ti-arrow-curve-left:before{content:""}.ti-arrow-curve-right:before{content:""}.ti-arrow-down:before{content:""}.ti-arrow-down-bar:before{content:""}.ti-arrow-down-circle:before{content:""}.ti-arrow-down-dashed:before{content:"𐁪"}.ti-arrow-down-from-arc:before{content:"ﶆ"}.ti-arrow-down-left:before{content:""}.ti-arrow-down-left-circle:before{content:""}.ti-arrow-down-rhombus:before{content:""}.ti-arrow-down-right:before{content:""}.ti-arrow-down-right-circle:before{content:""}.ti-arrow-down-square:before{content:""}.ti-arrow-down-tail:before{content:""}.ti-arrow-down-to-arc:before{content:"ﶇ"}.ti-arrow-elbow-left:before{content:"吝"}.ti-arrow-elbow-right:before{content:"燐"}.ti-arrow-fork:before{content:""}.ti-arrow-forward:before{content:""}.ti-arrow-forward-up:before{content:""}.ti-arrow-forward-up-double:before{content:"璘"}.ti-arrow-guide:before{content:""}.ti-arrow-iteration:before{content:""}.ti-arrow-left:before{content:""}.ti-arrow-left-bar:before{content:""}.ti-arrow-left-circle:before{content:""}.ti-arrow-left-dashed:before{content:"𐁩"}.ti-arrow-left-from-arc:before{content:"ﶈ"}.ti-arrow-left-rhombus:before{content:""}.ti-arrow-left-right:before{content:""}.ti-arrow-left-square:before{content:""}.ti-arrow-left-tail:before{content:""}.ti-arrow-left-to-arc:before{content:"ﶉ"}.ti-arrow-loop-left:before{content:""}.ti-arrow-loop-left-2:before{content:""}.ti-arrow-loop-right:before{content:""}.ti-arrow-loop-right-2:before{content:""}.ti-arrow-merge:before{content:""}.ti-arrow-merge-alt-left:before{content:"ﲟ"}.ti-arrow-merge-alt-right:before{content:"ﲠ"}.ti-arrow-merge-both:before{content:""}.ti-arrow-merge-left:before{content:""}.ti-arrow-merge-right:before{content:""}.ti-arrow-move-down:before{content:""}.ti-arrow-move-left:before{content:""}.ti-arrow-move-right:before{content:""}.ti-arrow-move-up:before{content:""}.ti-arrow-narrow-down:before{content:""}.ti-arrow-narrow-down-dashed:before{content:"𐁨"}.ti-arrow-narrow-left:before{content:""}.ti-arrow-narrow-left-dashed:before{content:"𐁧"}.ti-arrow-narrow-right:before{content:""}.ti-arrow-narrow-right-dashed:before{content:"𐁦"}.ti-arrow-narrow-up:before{content:""}.ti-arrow-narrow-up-dashed:before{content:"𐁥"}.ti-arrow-ramp-left:before{content:""}.ti-arrow-ramp-left-2:before{content:""}.ti-arrow-ramp-left-3:before{content:""}.ti-arrow-ramp-right:before{content:""}.ti-arrow-ramp-right-2:before{content:""}.ti-arrow-ramp-right-3:before{content:""}.ti-arrow-right:before{content:""}.ti-arrow-right-bar:before{content:""}.ti-arrow-right-circle:before{content:""}.ti-arrow-right-dashed:before{content:"𐁤"}.ti-arrow-right-from-arc:before{content:"ﶊ"}.ti-arrow-right-rhombus:before{content:""}.ti-arrow-right-square:before{content:""}.ti-arrow-right-tail:before{content:""}.ti-arrow-right-to-arc:before{content:"ﶋ"}.ti-arrow-rotary-first-left:before{content:""}.ti-arrow-rotary-first-right:before{content:""}.ti-arrow-rotary-last-left:before{content:""}.ti-arrow-rotary-last-right:before{content:""}.ti-arrow-rotary-left:before{content:""}.ti-arrow-rotary-right:before{content:""}.ti-arrow-rotary-straight:before{content:""}.ti-arrow-roundabout-left:before{content:""}.ti-arrow-roundabout-right:before{content:""}.ti-arrow-sharp-turn-left:before{content:""}.ti-arrow-sharp-turn-right:before{content:""}.ti-arrow-up:before{content:""}.ti-arrow-up-bar:before{content:""}.ti-arrow-up-circle:before{content:""}.ti-arrow-up-dashed:before{content:"𐁣"}.ti-arrow-up-from-arc:before{content:"ﶌ"}.ti-arrow-up-left:before{content:""}.ti-arrow-up-left-circle:before{content:""}.ti-arrow-up-rhombus:before{content:""}.ti-arrow-up-right:before{content:""}.ti-arrow-up-right-circle:before{content:""}.ti-arrow-up-square:before{content:""}.ti-arrow-up-tail:before{content:""}.ti-arrow-up-to-arc:before{content:"ﶍ"}.ti-arrow-wave-left-down:before{content:""}.ti-arrow-wave-left-up:before{content:""}.ti-arrow-wave-right-down:before{content:""}.ti-arrow-wave-right-up:before{content:""}.ti-arrow-zig-zag:before{content:""}.ti-arrows-cross:before{content:""}.ti-arrows-diagonal:before{content:""}.ti-arrows-diagonal-2:before{content:""}.ti-arrows-diagonal-minimize:before{content:""}.ti-arrows-diagonal-minimize-2:before{content:""}.ti-arrows-diff:before{content:""}.ti-arrows-double-ne-sw:before{content:""}.ti-arrows-double-nw-se:before{content:""}.ti-arrows-double-se-nw:before{content:""}.ti-arrows-double-sw-ne:before{content:""}.ti-arrows-down:before{content:""}.ti-arrows-down-up:before{content:""}.ti-arrows-exchange:before{content:""}.ti-arrows-exchange-2:before{content:""}.ti-arrows-horizontal:before{content:""}.ti-arrows-join:before{content:""}.ti-arrows-join-2:before{content:""}.ti-arrows-left:before{content:""}.ti-arrows-left-down:before{content:""}.ti-arrows-left-right:before{content:""}.ti-arrows-maximize:before{content:""}.ti-arrows-minimize:before{content:""}.ti-arrows-move:before{content:""}.ti-arrows-move-horizontal:before{content:""}.ti-arrows-move-vertical:before{content:""}.ti-arrows-random:before{content:""}.ti-arrows-right:before{content:""}.ti-arrows-right-down:before{content:""}.ti-arrows-right-left:before{content:""}.ti-arrows-shuffle:before{content:""}.ti-arrows-shuffle-2:before{content:""}.ti-arrows-sort:before{content:""}.ti-arrows-split:before{content:""}.ti-arrows-split-2:before{content:""}.ti-arrows-transfer-down:before{content:""}.ti-arrows-transfer-up:before{content:""}.ti-arrows-transfer-up-down:before{content:"ﾬ"}.ti-arrows-up:before{content:""}.ti-arrows-up-down:before{content:""}.ti-arrows-up-left:before{content:""}.ti-arrows-up-right:before{content:""}.ti-arrows-vertical:before{content:""}.ti-artboard:before{content:""}.ti-artboard-off:before{content:""}.ti-article:before{content:""}.ti-article-off:before{content:""}.ti-aspect-ratio:before{content:""}.ti-aspect-ratio-off:before{content:""}.ti-assembly:before{content:""}.ti-assembly-off:before{content:""}.ti-asset:before{content:""}.ti-asterisk:before{content:""}.ti-asterisk-simple:before{content:""}.ti-at:before{content:""}.ti-at-off:before{content:""}.ti-atom:before{content:""}.ti-atom-2:before{content:""}.ti-atom-off:before{content:""}.ti-augmented-reality:before{content:""}.ti-augmented-reality-2:before{content:""}.ti-augmented-reality-off:before{content:""}.ti-auth-2fa:before{content:""}.ti-automatic-gearbox:before{content:"ﲉ"}.ti-automation:before{content:"ﻸ"}.ti-avocado:before{content:"ﶎ"}.ti-award:before{content:""}.ti-award-off:before{content:""}.ti-axe:before{content:""}.ti-axis-x:before{content:""}.ti-axis-y:before{content:""}.ti-baby-bottle:before{content:""}.ti-baby-carriage:before{content:""}.ti-background:before{content:"ﴬ"}.ti-backhoe:before{content:""}.ti-backpack:before{content:""}.ti-backpack-off:before{content:""}.ti-backslash:before{content:"調"}.ti-backspace:before{content:""}.ti-badge:before{content:""}.ti-badge-2k:before{content:"𐂵"}.ti-badge-3d:before{content:""}.ti-badge-3k:before{content:"𐂴"}.ti-badge-4k:before{content:""}.ti-badge-5k:before{content:"𐂳"}.ti-badge-8k:before{content:""}.ti-badge-ad:before{content:""}.ti-badge-ad-off:before{content:"ﶏ"}.ti-badge-ar:before{content:""}.ti-badge-cc:before{content:""}.ti-badge-hd:before{content:""}.ti-badge-off:before{content:""}.ti-badge-sd:before{content:""}.ti-badge-tm:before{content:""}.ti-badge-vo:before{content:""}.ti-badge-vr:before{content:""}.ti-badge-wc:before{content:""}.ti-badges:before{content:""}.ti-badges-off:before{content:""}.ti-baguette:before{content:""}.ti-ball-american-football:before{content:""}.ti-ball-american-football-off:before{content:""}.ti-ball-baseball:before{content:""}.ti-ball-basketball:before{content:""}.ti-ball-bowling:before{content:""}.ti-ball-football:before{content:""}.ti-ball-football-off:before{content:""}.ti-ball-tennis:before{content:""}.ti-ball-volleyball:before{content:""}.ti-balloon:before{content:""}.ti-balloon-off:before{content:""}.ti-ballpen:before{content:""}.ti-ballpen-off:before{content:""}.ti-ban:before{content:""}.ti-banana:before{content:"𐉓"}.ti-bandage:before{content:""}.ti-bandage-off:before{content:""}.ti-barbell:before{content:""}.ti-barbell-off:before{content:""}.ti-barcode:before{content:""}.ti-barcode-off:before{content:""}.ti-barrel:before{content:""}.ti-barrel-off:before{content:""}.ti-barrier-block:before{content:""}.ti-barrier-block-off:before{content:""}.ti-baseline:before{content:""}.ti-baseline-density-large:before{content:"藺"}.ti-baseline-density-medium:before{content:"隣"}.ti-baseline-density-small:before{content:"鱗"}.ti-basket:before{content:""}.ti-basket-bolt:before{content:"ףּ"}.ti-basket-cancel:before{content:"פּ"}.ti-basket-check:before{content:"﭅"}.ti-basket-code:before{content:"צּ"}.ti-basket-cog:before{content:"קּ"}.ti-basket-discount:before{content:"רּ"}.ti-basket-dollar:before{content:"שּ"}.ti-basket-down:before{content:"תּ"}.ti-basket-exclamation:before{content:"וֹ"}.ti-basket-heart:before{content:"בֿ"}.ti-basket-minus:before{content:"כֿ"}.ti-basket-off:before{content:""}.ti-basket-pause:before{content:"פֿ"}.ti-basket-pin:before{content:"ﭏ"}.ti-basket-plus:before{content:"ﭐ"}.ti-basket-question:before{content:"ﭑ"}.ti-basket-search:before{content:"ﭒ"}.ti-basket-share:before{content:"ﭓ"}.ti-basket-star:before{content:"ﭔ"}.ti-basket-up:before{content:"ﭕ"}.ti-basket-x:before{content:"ﭖ"}.ti-bat:before{content:""}.ti-bath:before{content:""}.ti-bath-off:before{content:""}.ti-battery:before{content:""}.ti-battery-1:before{content:""}.ti-battery-2:before{content:""}.ti-battery-3:before{content:""}.ti-battery-4:before{content:""}.ti-battery-automotive:before{content:""}.ti-battery-charging:before{content:""}.ti-battery-charging-2:before{content:""}.ti-battery-eco:before{content:""}.ti-battery-exclamation:before{content:"＝"}.ti-battery-off:before{content:""}.ti-battery-spark:before{content:"ﾽ"}.ti-battery-vertical:before{content:"３"}.ti-battery-vertical-1:before{content:"＜"}.ti-battery-vertical-2:before{content:"；"}.ti-battery-vertical-3:before{content:"："}.ti-battery-vertical-4:before{content:"９"}.ti-battery-vertical-charging:before{content:"７"}.ti-battery-vertical-charging-2:before{content:"８"}.ti-battery-vertical-eco:before{content:"６"}.ti-battery-vertical-exclamation:before{content:"５"}.ti-battery-vertical-off:before{content:"４"}.ti-beach:before{content:""}.ti-beach-off:before{content:""}.ti-bed:before{content:""}.ti-bed-flat:before{content:"ﲡ"}.ti-bed-off:before{content:""}.ti-beer:before{content:""}.ti-beer-off:before{content:""}.ti-bell:before{content:""}.ti-bell-bolt:before{content:""}.ti-bell-cancel:before{content:""}.ti-bell-check:before{content:""}.ti-bell-code:before{content:""}.ti-bell-cog:before{content:""}.ti-bell-dollar:before{content:""}.ti-bell-down:before{content:""}.ti-bell-exclamation:before{content:""}.ti-bell-heart:before{content:""}.ti-bell-minus:before{content:""}.ti-bell-off:before{content:""}.ti-bell-pause:before{content:""}.ti-bell-pin:before{content:""}.ti-bell-plus:before{content:""}.ti-bell-question:before{content:""}.ti-bell-ringing:before{content:""}.ti-bell-ringing-2:before{content:""}.ti-bell-school:before{content:""}.ti-bell-search:before{content:""}.ti-bell-share:before{content:""}.ti-bell-star:before{content:""}.ti-bell-up:before{content:""}.ti-bell-x:before{content:""}.ti-bell-z:before{content:""}.ti-beta:before{content:""}.ti-bible:before{content:""}.ti-bike:before{content:""}.ti-bike-off:before{content:""}.ti-binary:before{content:""}.ti-binary-off:before{content:""}.ti-binary-tree:before{content:""}.ti-binary-tree-2:before{content:""}.ti-binoculars:before{content:"﻾"}.ti-biohazard:before{content:""}.ti-biohazard-off:before{content:""}.ti-blade:before{content:""}.ti-bleach:before{content:""}.ti-bleach-chlorine:before{content:""}.ti-bleach-no-chlorine:before{content:""}.ti-bleach-off:before{content:""}.ti-blend-mode:before{content:"ﺰ"}.ti-blender:before{content:"ﲢ"}.ti-blind:before{content:"𐆯"}.ti-blob:before{content:"ﺯ"}.ti-blockquote:before{content:""}.ti-blocks:before{content:"𐂲"}.ti-bluetooth:before{content:""}.ti-bluetooth-connected:before{content:""}.ti-bluetooth-off:before{content:""}.ti-bluetooth-x:before{content:""}.ti-blur:before{content:""}.ti-blur-off:before{content:""}.ti-bmp:before{content:""}.ti-body-scan:before{content:"ﲣ"}.ti-bold:before{content:""}.ti-bold-off:before{content:""}.ti-bolt:before{content:""}.ti-bolt-off:before{content:""}.ti-bomb:before{content:""}.ti-bone:before{content:""}.ti-bone-off:before{content:""}.ti-bong:before{content:""}.ti-bong-off:before{content:""}.ti-book:before{content:""}.ti-book-2:before{content:""}.ti-book-download:before{content:""}.ti-book-off:before{content:""}.ti-book-upload:before{content:""}.ti-bookmark:before{content:""}.ti-bookmark-ai:before{content:"ﲊ"}.ti-bookmark-edit:before{content:"艹"}.ti-bookmark-minus:before{content:"著"}.ti-bookmark-off:before{content:""}.ti-bookmark-plus:before{content:"褐"}.ti-bookmark-question:before{content:"視"}.ti-bookmarks:before{content:""}.ti-bookmarks-off:before{content:""}.ti-books:before{content:""}.ti-books-off:before{content:""}.ti-boom:before{content:"ﶾ"}.ti-border-all:before{content:""}.ti-border-bottom:before{content:""}.ti-border-bottom-plus:before{content:"ﶽ"}.ti-border-corner-ios:before{content:"ﶘ"}.ti-border-corner-pill:before{content:"ﵢ"}.ti-border-corner-rounded:before{content:"ﵣ"}.ti-border-corner-square:before{content:"ﵤ"}.ti-border-corners:before{content:""}.ti-border-horizontal:before{content:""}.ti-border-inner:before{content:""}.ti-border-left:before{content:""}.ti-border-left-plus:before{content:"ﶼ"}.ti-border-none:before{content:""}.ti-border-outer:before{content:""}.ti-border-radius:before{content:""}.ti-border-right:before{content:""}.ti-border-right-plus:before{content:"ﶻ"}.ti-border-sides:before{content:""}.ti-border-style:before{content:""}.ti-border-style-2:before{content:""}.ti-border-top:before{content:""}.ti-border-top-plus:before{content:"ﶺ"}.ti-border-vertical:before{content:""}.ti-bot-id:before{content:"𐇶"}.ti-bottle:before{content:""}.ti-bottle-off:before{content:""}.ti-bounce-left:before{content:""}.ti-bounce-right:before{content:""}.ti-bow:before{content:""}.ti-bowl:before{content:""}.ti-bowl-chopsticks:before{content:"﶐"}.ti-bowl-spoon:before{content:"﶑"}.ti-bowling:before{content:"𐂱"}.ti-box:before{content:""}.ti-box-align-bottom:before{content:""}.ti-box-align-bottom-left:before{content:""}.ti-box-align-bottom-right:before{content:""}.ti-box-align-left:before{content:""}.ti-box-align-right:before{content:""}.ti-box-align-top:before{content:""}.ti-box-align-top-left:before{content:""}.ti-box-align-top-right:before{content:""}.ti-box-margin:before{content:""}.ti-box-model:before{content:""}.ti-box-model-2:before{content:""}.ti-box-model-2-off:before{content:""}.ti-box-model-off:before{content:""}.ti-box-multiple:before{content:""}.ti-box-multiple-0:before{content:""}.ti-box-multiple-1:before{content:""}.ti-box-multiple-2:before{content:""}.ti-box-multiple-3:before{content:""}.ti-box-multiple-4:before{content:""}.ti-box-multiple-5:before{content:""}.ti-box-multiple-6:before{content:""}.ti-box-multiple-7:before{content:""}.ti-box-multiple-8:before{content:""}.ti-box-multiple-9:before{content:""}.ti-box-off:before{content:""}.ti-box-padding:before{content:""}.ti-braces:before{content:""}.ti-braces-off:before{content:""}.ti-brackets:before{content:""}.ti-brackets-angle:before{content:"ﲲ"}.ti-brackets-angle-off:before{content:"ﲱ"}.ti-brackets-contain:before{content:""}.ti-brackets-contain-end:before{content:""}.ti-brackets-contain-start:before{content:""}.ti-brackets-off:before{content:""}.ti-braille:before{content:""}.ti-brain:before{content:""}.ti-brand-4chan:before{content:""}.ti-brand-abstract:before{content:""}.ti-brand-adobe:before{content:""}.ti-brand-adobe-after-effect:before{content:"Ｊ"}.ti-brand-adobe-illustrator:before{content:"Ｉ"}.ti-brand-adobe-indesign:before{content:"Ｈ"}.ti-brand-adobe-photoshop:before{content:"Ｇ"}.ti-brand-adobe-premiere:before{content:"Ｆ"}.ti-brand-adobe-xd:before{content:"Ｅ"}.ti-brand-adonis-js:before{content:""}.ti-brand-airbnb:before{content:""}.ti-brand-airtable:before{content:""}.ti-brand-algolia:before{content:""}.ti-brand-alipay:before{content:""}.ti-brand-alpine-js:before{content:""}.ti-brand-amazon:before{content:""}.ti-brand-amd:before{content:""}.ti-brand-amie:before{content:"ﾫ"}.ti-brand-amigo:before{content:""}.ti-brand-among-us:before{content:""}.ti-brand-android:before{content:""}.ti-brand-angular:before{content:""}.ti-brand-ansible:before{content:"並"}.ti-brand-ao3:before{content:""}.ti-brand-appgallery:before{content:""}.ti-brand-apple:before{content:""}.ti-brand-apple-arcade:before{content:""}.ti-brand-apple-news:before{content:"Ｄ"}.ti-brand-apple-podcast:before{content:""}.ti-brand-appstore:before{content:""}.ti-brand-arc:before{content:"ﺮ"}.ti-brand-asana:before{content:""}.ti-brand-astro:before{content:"ﶹ"}.ti-brand-audible:before{content:"𐉒"}.ti-brand-auth0:before{content:"ﲳ"}.ti-brand-aws:before{content:"社"}.ti-brand-azure:before{content:"祉"}.ti-brand-backbone:before{content:""}.ti-brand-badoo:before{content:""}.ti-brand-baidu:before{content:""}.ti-brand-bandcamp:before{content:""}.ti-brand-bandlab:before{content:""}.ti-brand-beats:before{content:""}.ti-brand-bebo:before{content:"ﾪ"}.ti-brand-behance:before{content:""}.ti-brand-bilibili:before{content:""}.ti-brand-binance:before{content:""}.ti-brand-bing:before{content:""}.ti-brand-bitbucket:before{content:""}.ti-brand-blackberry:before{content:""}.ti-brand-blender:before{content:""}.ti-brand-blogger:before{content:""}.ti-brand-bluesky:before{content:"ﵵ"}.ti-brand-booking:before{content:""}.ti-brand-bootstrap:before{content:""}.ti-brand-bulma:before{content:""}.ti-brand-bumble:before{content:""}.ti-brand-bunpo:before{content:""}.ti-brand-c-sharp:before{content:""}.ti-brand-cake:before{content:""}.ti-brand-cakephp:before{content:""}.ti-brand-campaignmonitor:before{content:""}.ti-brand-carbon:before{content:""}.ti-brand-cashapp:before{content:""}.ti-brand-chrome:before{content:""}.ti-brand-cinema-4d:before{content:"况"}.ti-brand-citymapper:before{content:""}.ti-brand-cloudflare:before{content:"祈"}.ti-brand-codecov:before{content:""}.ti-brand-codepen:before{content:""}.ti-brand-codesandbox:before{content:""}.ti-brand-cohost:before{content:""}.ti-brand-coinbase:before{content:""}.ti-brand-comedy-central:before{content:""}.ti-brand-coreos:before{content:""}.ti-brand-couchdb:before{content:""}.ti-brand-couchsurfing:before{content:""}.ti-brand-cpp:before{content:""}.ti-brand-craft:before{content:"全"}.ti-brand-crunchbase:before{content:""}.ti-brand-css3:before{content:""}.ti-brand-ctemplar:before{content:""}.ti-brand-cucumber:before{content:""}.ti-brand-cupra:before{content:""}.ti-brand-cypress:before{content:""}.ti-brand-d3:before{content:""}.ti-brand-databricks:before{content:"ﱁ"}.ti-brand-days-counter:before{content:""}.ti-brand-dcos:before{content:""}.ti-brand-debian:before{content:""}.ti-brand-deezer:before{content:""}.ti-brand-deliveroo:before{content:""}.ti-brand-deno:before{content:""}.ti-brand-denodo:before{content:""}.ti-brand-deviantart:before{content:""}.ti-brand-digg:before{content:"侀"}.ti-brand-dingtalk:before{content:""}.ti-brand-discord:before{content:""}.ti-brand-disney:before{content:""}.ti-brand-disqus:before{content:""}.ti-brand-django:before{content:""}.ti-brand-docker:before{content:""}.ti-brand-doctrine:before{content:""}.ti-brand-dolby-digital:before{content:""}.ti-brand-douban:before{content:""}.ti-brand-dribbble:before{content:""}.ti-brand-dropbox:before{content:"𐆊"}.ti-brand-drops:before{content:""}.ti-brand-drupal:before{content:""}.ti-brand-edge:before{content:""}.ti-brand-elastic:before{content:""}.ti-brand-electronic-arts:before{content:"充"}.ti-brand-ember:before{content:""}.ti-brand-envato:before{content:""}.ti-brand-etsy:before{content:""}.ti-brand-evernote:before{content:""}.ti-brand-facebook:before{content:""}.ti-brand-feedly:before{content:"冀"}.ti-brand-figma:before{content:""}.ti-brand-filezilla:before{content:"勇"}.ti-brand-finder:before{content:""}.ti-brand-firebase:before{content:""}.ti-brand-firefox:before{content:""}.ti-brand-fiverr:before{content:""}.ti-brand-flickr:before{content:""}.ti-brand-flightradar24:before{content:""}.ti-brand-flipboard:before{content:""}.ti-brand-flutter:before{content:""}.ti-brand-fortnite:before{content:""}.ti-brand-foursquare:before{content:""}.ti-brand-framer:before{content:""}.ti-brand-framer-motion:before{content:""}.ti-brand-funimation:before{content:""}.ti-brand-gatsby:before{content:""}.ti-brand-git:before{content:""}.ti-brand-github:before{content:""}.ti-brand-github-copilot:before{content:""}.ti-brand-gitlab:before{content:""}.ti-brand-gmail:before{content:""}.ti-brand-golang:before{content:""}.ti-brand-google:before{content:""}.ti-brand-google-analytics:before{content:""}.ti-brand-google-big-query:before{content:""}.ti-brand-google-drive:before{content:""}.ti-brand-google-fit:before{content:""}.ti-brand-google-home:before{content:""}.ti-brand-google-maps:before{content:"祐"}.ti-brand-google-one:before{content:""}.ti-brand-google-photos:before{content:""}.ti-brand-google-play:before{content:""}.ti-brand-google-podcasts:before{content:""}.ti-brand-grammarly:before{content:""}.ti-brand-graphql:before{content:""}.ti-brand-gravatar:before{content:""}.ti-brand-grindr:before{content:""}.ti-brand-guardian:before{content:""}.ti-brand-gumroad:before{content:""}.ti-brand-hackerrank:before{content:"Ｃ"}.ti-brand-hbo:before{content:""}.ti-brand-headlessui:before{content:""}.ti-brand-hexo:before{content:"祖"}.ti-brand-hipchat:before{content:""}.ti-brand-html5:before{content:""}.ti-brand-inertia:before{content:""}.ti-brand-infakt:before{content:"𐈊"}.ti-brand-instagram:before{content:""}.ti-brand-intercom:before{content:""}.ti-brand-itch:before{content:"諸"}.ti-brand-javascript:before{content:""}.ti-brand-jira:before{content:"𐈱"}.ti-brand-juejin:before{content:""}.ti-brand-kako-talk:before{content:"ﴭ"}.ti-brand-kbin:before{content:"𢡄"}.ti-brand-kick:before{content:"﨣"}.ti-brand-kickstarter:before{content:""}.ti-brand-kotlin:before{content:""}.ti-brand-laravel:before{content:""}.ti-brand-lastfm:before{content:""}.ti-brand-leetcode:before{content:"祝"}.ti-brand-letterboxd:before{content:"﨤"}.ti-brand-line:before{content:""}.ti-brand-linkedin:before{content:""}.ti-brand-linktree:before{content:""}.ti-brand-linqpad:before{content:""}.ti-brand-livewire:before{content:"ﵶ"}.ti-brand-loom:before{content:""}.ti-brand-mailgun:before{content:""}.ti-brand-mantine:before{content:""}.ti-brand-mastercard:before{content:""}.ti-brand-mastodon:before{content:""}.ti-brand-matrix:before{content:""}.ti-brand-mcdonalds:before{content:""}.ti-brand-medium:before{content:""}.ti-brand-meetup:before{content:"ﱪ"}.ti-brand-mercedes:before{content:""}.ti-brand-messenger:before{content:""}.ti-brand-meta:before{content:""}.ti-brand-metabrainz:before{content:"２"}.ti-brand-minecraft:before{content:"﫯"}.ti-brand-miniprogram:before{content:""}.ti-brand-mixpanel:before{content:""}.ti-brand-monday:before{content:""}.ti-brand-mongodb:before{content:""}.ti-brand-my-oppo:before{content:""}.ti-brand-mysql:before{content:""}.ti-brand-national-geographic:before{content:""}.ti-brand-nem:before{content:""}.ti-brand-netbeans:before{content:""}.ti-brand-netease-music:before{content:""}.ti-brand-netflix:before{content:""}.ti-brand-nexo:before{content:""}.ti-brand-nextcloud:before{content:""}.ti-brand-nextjs:before{content:""}.ti-brand-nodejs:before{content:"﫠"}.ti-brand-nord-vpn:before{content:""}.ti-brand-notion:before{content:""}.ti-brand-npm:before{content:""}.ti-brand-nuxt:before{content:""}.ti-brand-nytimes:before{content:""}.ti-brand-oauth:before{content:"禍"}.ti-brand-office:before{content:""}.ti-brand-ok-ru:before{content:""}.ti-brand-onedrive:before{content:""}.ti-brand-onlyfans:before{content:""}.ti-brand-open-source:before{content:""}.ti-brand-openai:before{content:""}.ti-brand-openvpn:before{content:""}.ti-brand-opera:before{content:""}.ti-brand-pagekit:before{content:""}.ti-brand-parsinta:before{content:"ﱂ"}.ti-brand-patreon:before{content:""}.ti-brand-paypal:before{content:""}.ti-brand-paypay:before{content:""}.ti-brand-peanut:before{content:""}.ti-brand-pepsi:before{content:""}.ti-brand-php:before{content:""}.ti-brand-picsart:before{content:""}.ti-brand-pinterest:before{content:""}.ti-brand-planetscale:before{content:""}.ti-brand-pnpm:before{content:"ﵷ"}.ti-brand-pocket:before{content:""}.ti-brand-polymer:before{content:""}.ti-brand-powershell:before{content:""}.ti-brand-printables:before{content:"ﴛ"}.ti-brand-prisma:before{content:""}.ti-brand-producthunt:before{content:""}.ti-brand-pushbullet:before{content:""}.ti-brand-pushover:before{content:""}.ti-brand-python:before{content:""}.ti-brand-qq:before{content:""}.ti-brand-radix-ui:before{content:""}.ti-brand-react:before{content:""}.ti-brand-react-native:before{content:""}.ti-brand-reason:before{content:""}.ti-brand-reddit:before{content:""}.ti-brand-redhat:before{content:""}.ti-brand-redux:before{content:""}.ti-brand-revolut:before{content:""}.ti-brand-rumble:before{content:"𣏕"}.ti-brand-rust:before{content:"禎"}.ti-brand-safari:before{content:""}.ti-brand-samsungpass:before{content:""}.ti-brand-sass:before{content:""}.ti-brand-sentry:before{content:""}.ti-brand-sharik:before{content:""}.ti-brand-shazam:before{content:""}.ti-brand-shopee:before{content:""}.ti-brand-sketch:before{content:""}.ti-brand-skype:before{content:""}.ti-brand-slack:before{content:""}.ti-brand-snapchat:before{content:""}.ti-brand-snapseed:before{content:""}.ti-brand-snowflake:before{content:""}.ti-brand-socket-io:before{content:""}.ti-brand-solidjs:before{content:""}.ti-brand-soundcloud:before{content:""}.ti-brand-spacehey:before{content:""}.ti-brand-speedtest:before{content:"勺"}.ti-brand-spotify:before{content:""}.ti-brand-stackoverflow:before{content:""}.ti-brand-stackshare:before{content:""}.ti-brand-steam:before{content:""}.ti-brand-stellar:before{content:"𐉃"}.ti-brand-stocktwits:before{content:"ﵸ"}.ti-brand-storj:before{content:"穀"}.ti-brand-storybook:before{content:""}.ti-brand-storytel:before{content:""}.ti-brand-strava:before{content:""}.ti-brand-stripe:before{content:""}.ti-brand-sublime-text:before{content:""}.ti-brand-sugarizer:before{content:""}.ti-brand-supabase:before{content:""}.ti-brand-superhuman:before{content:""}.ti-brand-supernova:before{content:""}.ti-brand-surfshark:before{content:""}.ti-brand-svelte:before{content:""}.ti-brand-swift:before{content:"突"}.ti-brand-symfony:before{content:""}.ti-brand-tabler:before{content:""}.ti-brand-tabnine:before{content:"𐆮"}.ti-brand-tailwind:before{content:""}.ti-brand-taobao:before{content:""}.ti-brand-teams:before{content:"﫟"}.ti-brand-ted:before{content:""}.ti-brand-telegram:before{content:""}.ti-brand-terraform:before{content:"節"}.ti-brand-tesla:before{content:"𐂙"}.ti-brand-tether:before{content:""}.ti-brand-thingiverse:before{content:"ﴜ"}.ti-brand-threads:before{content:"ﬂ"}.ti-brand-threejs:before{content:""}.ti-brand-tidal:before{content:""}.ti-brand-tiktok:before{content:""}.ti-brand-tinder:before{content:""}.ti-brand-topbuzz:before{content:""}.ti-brand-torchain:before{content:""}.ti-brand-toyota:before{content:""}.ti-brand-trello:before{content:""}.ti-brand-tripadvisor:before{content:""}.ti-brand-tumblr:before{content:""}.ti-brand-twilio:before{content:""}.ti-brand-twitch:before{content:""}.ti-brand-twitter:before{content:""}.ti-brand-typescript:before{content:""}.ti-brand-uber:before{content:""}.ti-brand-ubuntu:before{content:""}.ti-brand-unity:before{content:""}.ti-brand-unsplash:before{content:""}.ti-brand-upwork:before{content:""}.ti-brand-valorant:before{content:""}.ti-brand-vechain:before{content:"𐉂"}.ti-brand-vercel:before{content:""}.ti-brand-vimeo:before{content:""}.ti-brand-vinted:before{content:""}.ti-brand-visa:before{content:""}.ti-brand-visual-studio:before{content:""}.ti-brand-vite:before{content:""}.ti-brand-vivaldi:before{content:""}.ti-brand-vk:before{content:""}.ti-brand-vlc:before{content:"喝"}.ti-brand-volkswagen:before{content:""}.ti-brand-vsco:before{content:""}.ti-brand-vscode:before{content:""}.ti-brand-vue:before{content:""}.ti-brand-walmart:before{content:""}.ti-brand-waze:before{content:""}.ti-brand-webflow:before{content:""}.ti-brand-wechat:before{content:""}.ti-brand-weibo:before{content:""}.ti-brand-whatsapp:before{content:""}.ti-brand-wikipedia:before{content:"啕"}.ti-brand-windows:before{content:""}.ti-brand-windy:before{content:""}.ti-brand-wish:before{content:""}.ti-brand-wix:before{content:""}.ti-brand-wordpress:before{content:""}.ti-brand-x:before{content:"ﰏ"}.ti-brand-xamarin:before{content:"喙"}.ti-brand-xbox:before{content:""}.ti-brand-xdeep:before{content:"ﰐ"}.ti-brand-xing:before{content:""}.ti-brand-yahoo:before{content:""}.ti-brand-yandex:before{content:"﫡"}.ti-brand-yarn:before{content:"ﵹ"}.ti-brand-yatse:before{content:""}.ti-brand-ycombinator:before{content:""}.ti-brand-youtube:before{content:""}.ti-brand-youtube-kids:before{content:""}.ti-brand-zalando:before{content:""}.ti-brand-zapier:before{content:""}.ti-brand-zeit:before{content:""}.ti-brand-zhihu:before{content:""}.ti-brand-zoom:before{content:""}.ti-brand-zulip:before{content:""}.ti-brand-zwift:before{content:""}.ti-bread:before{content:""}.ti-bread-off:before{content:""}.ti-briefcase:before{content:""}.ti-briefcase-2:before{content:"ﬃ"}.ti-briefcase-off:before{content:""}.ti-brightness:before{content:""}.ti-brightness-2:before{content:""}.ti-brightness-auto:before{content:"ﶙ"}.ti-brightness-down:before{content:""}.ti-brightness-half:before{content:""}.ti-brightness-off:before{content:""}.ti-brightness-up:before{content:""}.ti-broadcast:before{content:""}.ti-broadcast-off:before{content:""}.ti-browser:before{content:""}.ti-browser-check:before{content:""}.ti-browser-maximize:before{content:"𐂰"}.ti-browser-minus:before{content:"𐂯"}.ti-browser-off:before{content:""}.ti-browser-plus:before{content:""}.ti-browser-share:before{content:"𐂮"}.ti-browser-x:before{content:""}.ti-brush:before{content:""}.ti-brush-off:before{content:""}.ti-bubble:before{content:"ﺺ"}.ti-bubble-minus:before{content:"ﺾ"}.ti-bubble-plus:before{content:"ﺽ"}.ti-bubble-tea:before{content:"ｑ"}.ti-bubble-tea-2:before{content:"ｒ"}.ti-bubble-text:before{content:"ﺼ"}.ti-bubble-x:before{content:"ﺻ"}.ti-bucket:before{content:""}.ti-bucket-droplet:before{content:""}.ti-bucket-off:before{content:""}.ti-bug:before{content:""}.ti-bug-off:before{content:""}.ti-building:before{content:""}.ti-building-airport:before{content:"ﾩ"}.ti-building-arch:before{content:""}.ti-building-bank:before{content:""}.ti-building-bridge:before{content:""}.ti-building-bridge-2:before{content:""}.ti-building-broadcast-tower:before{content:""}.ti-building-burj-al-arab:before{content:"ｐ"}.ti-building-carousel:before{content:""}.ti-building-castle:before{content:""}.ti-building-church:before{content:""}.ti-building-circus:before{content:""}.ti-building-cog:before{content:"𐁢"}.ti-building-community:before{content:""}.ti-building-cottage:before{content:""}.ti-building-eiffel-tower:before{content:"𐉑"}.ti-building-estate:before{content:""}.ti-building-factory:before{content:""}.ti-building-factory-2:before{content:""}.ti-building-fortress:before{content:""}.ti-building-hospital:before{content:""}.ti-building-lighthouse:before{content:""}.ti-building-minus:before{content:"𐁡"}.ti-building-monument:before{content:""}.ti-building-mosque:before{content:"練"}.ti-building-off:before{content:"﻽"}.ti-building-pavilion:before{content:""}.ti-building-plus:before{content:"𐁠"}.ti-building-skyscraper:before{content:""}.ti-building-stadium:before{content:""}.ti-building-store:before{content:""}.ti-building-tunnel:before{content:""}.ti-building-warehouse:before{content:""}.ti-building-wind-turbine:before{content:""}.ti-buildings:before{content:"｀"}.ti-bulb:before{content:""}.ti-bulb-off:before{content:""}.ti-bulldozer:before{content:""}.ti-burger:before{content:"ﲴ"}.ti-bus:before{content:""}.ti-bus-off:before{content:""}.ti-bus-stop:before{content:""}.ti-businessplan:before{content:""}.ti-butterfly:before{content:""}.ti-cactus:before{content:""}.ti-cactus-off:before{content:""}.ti-cake:before{content:""}.ti-cake-off:before{content:""}.ti-cake-roll:before{content:"𐂽"}.ti-calculator:before{content:""}.ti-calculator-off:before{content:""}.ti-calendar:before{content:""}.ti-calendar-bolt:before{content:""}.ti-calendar-cancel:before{content:""}.ti-calendar-check:before{content:""}.ti-calendar-clock:before{content:"ﴮ"}.ti-calendar-code:before{content:""}.ti-calendar-cog:before{content:""}.ti-calendar-dollar:before{content:""}.ti-calendar-dot:before{content:"﴾"}.ti-calendar-down:before{content:""}.ti-calendar-due:before{content:""}.ti-calendar-event:before{content:""}.ti-calendar-exclamation:before{content:""}.ti-calendar-heart:before{content:""}.ti-calendar-minus:before{content:""}.ti-calendar-month:before{content:"ﴯ"}.ti-calendar-off:before{content:""}.ti-calendar-pause:before{content:""}.ti-calendar-pin:before{content:""}.ti-calendar-plus:before{content:""}.ti-calendar-question:before{content:""}.ti-calendar-repeat:before{content:"㮝"}.ti-calendar-sad:before{content:"ﴝ"}.ti-calendar-search:before{content:""}.ti-calendar-share:before{content:""}.ti-calendar-smile:before{content:"ﴞ"}.ti-calendar-star:before{content:""}.ti-calendar-stats:before{content:""}.ti-calendar-time:before{content:""}.ti-calendar-up:before{content:""}.ti-calendar-user:before{content:"ﴟ"}.ti-calendar-week:before{content:"ﴰ"}.ti-calendar-x:before{content:""}.ti-camera:before{content:""}.ti-camera-ai:before{content:"ﾨ"}.ti-camera-bitcoin:before{content:"ﾧ"}.ti-camera-bolt:before{content:""}.ti-camera-cancel:before{content:""}.ti-camera-check:before{content:""}.ti-camera-code:before{content:""}.ti-camera-cog:before{content:""}.ti-camera-dollar:before{content:""}.ti-camera-down:before{content:""}.ti-camera-exclamation:before{content:""}.ti-camera-heart:before{content:""}.ti-camera-minus:before{content:""}.ti-camera-moon:before{content:"ﾦ"}.ti-camera-off:before{content:""}.ti-camera-pause:before{content:""}.ti-camera-pin:before{content:""}.ti-camera-plus:before{content:""}.ti-camera-question:before{content:""}.ti-camera-rotate:before{content:""}.ti-camera-search:before{content:""}.ti-camera-selfie:before{content:""}.ti-camera-share:before{content:""}.ti-camera-spark:before{content:"ﾼ"}.ti-camera-star:before{content:""}.ti-camera-up:before{content:""}.ti-camera-x:before{content:""}.ti-camper:before{content:"逸"}.ti-campfire:before{content:""}.ti-canary:before{content:"𐇵"}.ti-cancel:before{content:"１"}.ti-candle:before{content:""}.ti-candy:before{content:""}.ti-candy-off:before{content:""}.ti-cane:before{content:""}.ti-cannabis:before{content:""}.ti-cap-projecting:before{content:"Ｂ"}.ti-cap-rounded:before{content:"Ａ"}.ti-cap-straight:before{content:"＠"}.ti-capsule:before{content:"﫣"}.ti-capsule-horizontal:before{content:"﫢"}.ti-capture:before{content:""}.ti-capture-off:before{content:""}.ti-car:before{content:""}.ti-car-4wd:before{content:"ﶸ"}.ti-car-crane:before{content:""}.ti-car-crash:before{content:""}.ti-car-door:before{content:"𐉐"}.ti-car-fan:before{content:"ﶳ"}.ti-car-fan-1:before{content:"ﶷ"}.ti-car-fan-2:before{content:"ﶶ"}.ti-car-fan-3:before{content:"ﶵ"}.ti-car-fan-auto:before{content:"ﶴ"}.ti-car-garage:before{content:"ﱷ"}.ti-car-lifter:before{content:"𐉏"}.ti-car-off:before{content:""}.ti-car-off-road:before{content:"𐈰"}.ti-car-suspension:before{content:"𐈯"}.ti-car-suv:before{content:"ﲋ"}.ti-car-turbine:before{content:""}.ti-carambola:before{content:"ﺹ"}.ti-caravan:before{content:""}.ti-cardboards:before{content:""}.ti-cardboards-off:before{content:""}.ti-cards:before{content:""}.ti-caret-down:before{content:""}.ti-caret-left:before{content:""}.ti-caret-left-right:before{content:"ﱃ"}.ti-caret-right:before{content:""}.ti-caret-up:before{content:""}.ti-caret-up-down:before{content:"ﱄ"}.ti-carousel-horizontal:before{content:""}.ti-carousel-vertical:before{content:""}.ti-carrot:before{content:""}.ti-carrot-off:before{content:""}.ti-cash:before{content:""}.ti-cash-banknote:before{content:""}.ti-cash-banknote-edit:before{content:"𐅉"}.ti-cash-banknote-heart:before{content:"𐅈"}.ti-cash-banknote-minus:before{content:"𐅇"}.ti-cash-banknote-move:before{content:"𐅅"}.ti-cash-banknote-move-back:before{content:"𐅆"}.ti-cash-banknote-off:before{content:""}.ti-cash-banknote-plus:before{content:"𐅄"}.ti-cash-edit:before{content:"𐅃"}.ti-cash-heart:before{content:"𐅂"}.ti-cash-minus:before{content:"𐅁"}.ti-cash-move:before{content:"𐄿"}.ti-cash-move-back:before{content:"𐅀"}.ti-cash-off:before{content:""}.ti-cash-plus:before{content:"𐄾"}.ti-cash-register:before{content:"ﻦ"}.ti-cast:before{content:""}.ti-cast-off:before{content:""}.ti-cat:before{content:""}.ti-category:before{content:""}.ti-category-2:before{content:""}.ti-category-minus:before{content:"ﴠ"}.ti-category-plus:before{content:"ﴡ"}.ti-ce:before{content:""}.ti-ce-off:before{content:""}.ti-cell:before{content:""}.ti-cell-signal-1:before{content:""}.ti-cell-signal-2:before{content:""}.ti-cell-signal-3:before{content:""}.ti-cell-signal-4:before{content:""}.ti-cell-signal-5:before{content:""}.ti-cell-signal-off:before{content:""}.ti-certificate:before{content:""}.ti-certificate-2:before{content:""}.ti-certificate-2-off:before{content:""}.ti-certificate-off:before{content:""}.ti-chair-director:before{content:""}.ti-chalkboard:before{content:""}.ti-chalkboard-off:before{content:""}.ti-chalkboard-teacher:before{content:"𐅠"}.ti-charging-pile:before{content:""}.ti-chart-arcs:before{content:""}.ti-chart-arcs-3:before{content:""}.ti-chart-area:before{content:""}.ti-chart-area-line:before{content:""}.ti-chart-arrows:before{content:""}.ti-chart-arrows-vertical:before{content:""}.ti-chart-bar:before{content:""}.ti-chart-bar-off:before{content:""}.ti-chart-bar-popular:before{content:"ﻷ"}.ti-chart-bubble:before{content:""}.ti-chart-candle:before{content:""}.ti-chart-circles:before{content:""}.ti-chart-cohort:before{content:"ﻶ"}.ti-chart-column:before{content:"ﾥ"}.ti-chart-covariate:before{content:"ﾤ"}.ti-chart-donut:before{content:""}.ti-chart-donut-2:before{content:""}.ti-chart-donut-3:before{content:""}.ti-chart-donut-4:before{content:""}.ti-chart-dots:before{content:""}.ti-chart-dots-2:before{content:""}.ti-chart-dots-3:before{content:""}.ti-chart-funnel:before{content:"ﻵ"}.ti-chart-grid-dots:before{content:""}.ti-chart-histogram:before{content:""}.ti-chart-infographic:before{content:""}.ti-chart-line:before{content:""}.ti-chart-pie:before{content:""}.ti-chart-pie-2:before{content:""}.ti-chart-pie-3:before{content:""}.ti-chart-pie-4:before{content:""}.ti-chart-pie-off:before{content:""}.ti-chart-ppf:before{content:""}.ti-chart-radar:before{content:""}.ti-chart-sankey:before{content:""}.ti-chart-scatter:before{content:"ﶓ"}.ti-chart-scatter-3d:before{content:"ﶒ"}.ti-chart-treemap:before{content:""}.ti-check:before{content:""}.ti-checkbox:before{content:""}.ti-checklist:before{content:""}.ti-checks:before{content:""}.ti-checkup-list:before{content:""}.ti-cheese:before{content:""}.ti-chef-hat:before{content:""}.ti-chef-hat-off:before{content:""}.ti-cherry:before{content:""}.ti-chess:before{content:""}.ti-chess-bishop:before{content:""}.ti-chess-king:before{content:""}.ti-chess-knight:before{content:""}.ti-chess-queen:before{content:""}.ti-chess-rook:before{content:""}.ti-chevron-compact-down:before{content:"﫰"}.ti-chevron-compact-left:before{content:"﫱"}.ti-chevron-compact-right:before{content:"﫲"}.ti-chevron-compact-up:before{content:"﫳"}.ti-chevron-down:before{content:""}.ti-chevron-down-left:before{content:""}.ti-chevron-down-right:before{content:""}.ti-chevron-left:before{content:""}.ti-chevron-left-pipe:before{content:"﫤"}.ti-chevron-right:before{content:""}.ti-chevron-right-pipe:before{content:"﫥"}.ti-chevron-up:before{content:""}.ti-chevron-up-left:before{content:""}.ti-chevron-up-right:before{content:""}.ti-chevrons-down:before{content:""}.ti-chevrons-down-left:before{content:""}.ti-chevrons-down-right:before{content:""}.ti-chevrons-left:before{content:""}.ti-chevrons-right:before{content:""}.ti-chevrons-up:before{content:""}.ti-chevrons-up-left:before{content:""}.ti-chevrons-up-right:before{content:""}.ti-chisel:before{content:""}.ti-chocolate:before{content:"𐉎"}.ti-christmas-ball:before{content:"ﴱ"}.ti-christmas-tree:before{content:""}.ti-christmas-tree-off:before{content:""}.ti-circle:before{content:""}.ti-circle-arrow-down:before{content:""}.ti-circle-arrow-down-left:before{content:""}.ti-circle-arrow-down-right:before{content:""}.ti-circle-arrow-left:before{content:""}.ti-circle-arrow-right:before{content:""}.ti-circle-arrow-up:before{content:""}.ti-circle-arrow-up-left:before{content:""}.ti-circle-arrow-up-right:before{content:""}.ti-circle-asterisk:before{content:"𐆭"}.ti-circle-caret-down:before{content:""}.ti-circle-caret-left:before{content:""}.ti-circle-caret-right:before{content:""}.ti-circle-caret-up:before{content:""}.ti-circle-check:before{content:""}.ti-circle-chevron-down:before{content:""}.ti-circle-chevron-left:before{content:""}.ti-circle-chevron-right:before{content:""}.ti-circle-chevron-up:before{content:""}.ti-circle-chevrons-down:before{content:""}.ti-circle-chevrons-left:before{content:""}.ti-circle-chevrons-right:before{content:""}.ti-circle-chevrons-up:before{content:""}.ti-circle-dashed:before{content:""}.ti-circle-dashed-check:before{content:"ﺸ"}.ti-circle-dashed-letter-a:before{content:"ﾚ"}.ti-circle-dashed-letter-b:before{content:"ﾙ"}.ti-circle-dashed-letter-c:before{content:"ﾘ"}.ti-circle-dashed-letter-d:before{content:"ﾗ"}.ti-circle-dashed-letter-e:before{content:"ﾖ"}.ti-circle-dashed-letter-f:before{content:"ﾕ"}.ti-circle-dashed-letter-g:before{content:"ﾔ"}.ti-circle-dashed-letter-h:before{content:"ﾓ"}.ti-circle-dashed-letter-i:before{content:"ﾒ"}.ti-circle-dashed-letter-j:before{content:"ﾑ"}.ti-circle-dashed-letter-k:before{content:"ﾐ"}.ti-circle-dashed-letter-l:before{content:"ﾏ"}.ti-circle-dashed-letter-m:before{content:"ﾍ"}.ti-circle-dashed-letter-n:before{content:"ﾌ"}.ti-circle-dashed-letter-o:before{content:"ﾋ"}.ti-circle-dashed-letter-p:before{content:"ﾊ"}.ti-circle-dashed-letter-q:before{content:"ﾉ"}.ti-circle-dashed-letter-r:before{content:"ﾈ"}.ti-circle-dashed-letter-s:before{content:"ﾇ"}.ti-circle-dashed-letter-t:before{content:"ﾆ"}.ti-circle-dashed-letter-u:before{content:"ﾅ"}.ti-circle-dashed-letter-v:before{content:"ﾄ"}.ti-circle-dashed-letter-w:before{content:"ﾃ"}.ti-circle-dashed-letter-x:before{content:"ﾂ"}.ti-circle-dashed-letter-y:before{content:"ﾁ"}.ti-circle-dashed-letter-z:before{content:"ﾀ"}.ti-circle-dashed-minus:before{content:"ﺷ"}.ti-circle-dashed-number-0:before{content:"ﱫ"}.ti-circle-dashed-number-1:before{content:"ﱬ"}.ti-circle-dashed-number-2:before{content:"ﱭ"}.ti-circle-dashed-number-3:before{content:"ﱮ"}.ti-circle-dashed-number-4:before{content:"ﱯ"}.ti-circle-dashed-number-5:before{content:"ﱰ"}.ti-circle-dashed-number-6:before{content:"ﱱ"}.ti-circle-dashed-number-7:before{content:"ﱲ"}.ti-circle-dashed-number-8:before{content:"ﱳ"}.ti-circle-dashed-number-9:before{content:"ﱴ"}.ti-circle-dashed-percentage:before{content:"ﵺ"}.ti-circle-dashed-plus:before{content:"ﺶ"}.ti-circle-dashed-x:before{content:"ﱵ"}.ti-circle-dot:before{content:""}.ti-circle-dotted:before{content:""}.ti-circle-dotted-letter-a:before{content:"ｿ"}.ti-circle-dotted-letter-b:before{content:"ｾ"}.ti-circle-dotted-letter-c:before{content:"ｽ"}.ti-circle-dotted-letter-d:before{content:"ｼ"}.ti-circle-dotted-letter-e:before{content:"ｻ"}.ti-circle-dotted-letter-f:before{content:"ｺ"}.ti-circle-dotted-letter-g:before{content:"ｹ"}.ti-circle-dotted-letter-h:before{content:"ｸ"}.ti-circle-dotted-letter-i:before{content:"ｷ"}.ti-circle-dotted-letter-j:before{content:"ｶ"}.ti-circle-dotted-letter-k:before{content:"ｵ"}.ti-circle-dotted-letter-l:before{content:"ｴ"}.ti-circle-dotted-letter-m:before{content:"ｳ"}.ti-circle-dotted-letter-n:before{content:"ｲ"}.ti-circle-dotted-letter-o:before{content:"ｱ"}.ti-circle-dotted-letter-p:before{content:"ｰ"}.ti-circle-dotted-letter-q:before{content:"ｯ"}.ti-circle-dotted-letter-r:before{content:"ｮ"}.ti-circle-dotted-letter-s:before{content:"ｭ"}.ti-circle-dotted-letter-t:before{content:"ｬ"}.ti-circle-dotted-letter-u:before{content:"ｫ"}.ti-circle-dotted-letter-v:before{content:"ｪ"}.ti-circle-dotted-letter-w:before{content:"ｩ"}.ti-circle-dotted-letter-x:before{content:"ｨ"}.ti-circle-dotted-letter-y:before{content:"ｧ"}.ti-circle-dotted-letter-z:before{content:"ｦ"}.ti-circle-half:before{content:""}.ti-circle-half-2:before{content:""}.ti-circle-half-vertical:before{content:""}.ti-circle-key:before{content:""}.ti-circle-letter-a:before{content:""}.ti-circle-letter-b:before{content:""}.ti-circle-letter-c:before{content:""}.ti-circle-letter-d:before{content:""}.ti-circle-letter-e:before{content:""}.ti-circle-letter-f:before{content:""}.ti-circle-letter-g:before{content:""}.ti-circle-letter-h:before{content:""}.ti-circle-letter-i:before{content:""}.ti-circle-letter-j:before{content:""}.ti-circle-letter-k:before{content:""}.ti-circle-letter-l:before{content:""}.ti-circle-letter-m:before{content:""}.ti-circle-letter-n:before{content:""}.ti-circle-letter-o:before{content:""}.ti-circle-letter-p:before{content:""}.ti-circle-letter-q:before{content:""}.ti-circle-letter-r:before{content:""}.ti-circle-letter-s:before{content:""}.ti-circle-letter-t:before{content:""}.ti-circle-letter-u:before{content:""}.ti-circle-letter-v:before{content:""}.ti-circle-letter-w:before{content:""}.ti-circle-letter-x:before{content:""}.ti-circle-letter-y:before{content:""}.ti-circle-letter-z:before{content:""}.ti-circle-minus:before{content:""}.ti-circle-minus-2:before{content:"ﲌ"}.ti-circle-number-0:before{content:""}.ti-circle-number-1:before{content:""}.ti-circle-number-2:before{content:""}.ti-circle-number-3:before{content:""}.ti-circle-number-4:before{content:""}.ti-circle-number-5:before{content:""}.ti-circle-number-6:before{content:""}.ti-circle-number-7:before{content:""}.ti-circle-number-8:before{content:""}.ti-circle-number-9:before{content:""}.ti-circle-off:before{content:""}.ti-circle-open-arrow-down:before{content:"𐈉"}.ti-circle-open-arrow-left:before{content:"𐈈"}.ti-circle-open-arrow-right:before{content:"𐈇"}.ti-circle-open-arrow-up:before{content:"𐈆"}.ti-circle-percentage:before{content:"ﵻ"}.ti-circle-plus:before{content:""}.ti-circle-plus-2:before{content:"ﲍ"}.ti-circle-plus-minus:before{content:"𐈅"}.ti-circle-rectangle:before{content:""}.ti-circle-rectangle-off:before{content:""}.ti-circle-square:before{content:""}.ti-circle-triangle:before{content:""}.ti-circle-x:before{content:""}.ti-circles:before{content:""}.ti-circles-relation:before{content:""}.ti-circuit-ammeter:before{content:""}.ti-circuit-battery:before{content:""}.ti-circuit-bulb:before{content:""}.ti-circuit-capacitor:before{content:""}.ti-circuit-capacitor-polarized:before{content:""}.ti-circuit-cell:before{content:""}.ti-circuit-cell-plus:before{content:""}.ti-circuit-changeover:before{content:""}.ti-circuit-diode:before{content:""}.ti-circuit-diode-zener:before{content:""}.ti-circuit-ground:before{content:""}.ti-circuit-ground-digital:before{content:""}.ti-circuit-inductor:before{content:""}.ti-circuit-motor:before{content:""}.ti-circuit-pushbutton:before{content:""}.ti-circuit-resistor:before{content:""}.ti-circuit-switch-closed:before{content:""}.ti-circuit-switch-open:before{content:""}.ti-circuit-voltmeter:before{content:""}.ti-clear-all:before{content:""}.ti-clear-formatting:before{content:""}.ti-clef:before{content:"𐉀"}.ti-clef-staff:before{content:"𐉁"}.ti-click:before{content:""}.ti-cliff-jumping:before{content:"ﻼ"}.ti-clipboard:before{content:""}.ti-clipboard-check:before{content:""}.ti-clipboard-copy:before{content:""}.ti-clipboard-data:before{content:""}.ti-clipboard-heart:before{content:""}.ti-clipboard-list:before{content:""}.ti-clipboard-off:before{content:""}.ti-clipboard-plus:before{content:""}.ti-clipboard-search:before{content:"𐂘"}.ti-clipboard-smile:before{content:"ﶚ"}.ti-clipboard-text:before{content:""}.ti-clipboard-typography:before{content:""}.ti-clipboard-x:before{content:""}.ti-clock:before{content:""}.ti-clock-12:before{content:"ﱖ"}.ti-clock-2:before{content:""}.ti-clock-24:before{content:"ﱗ"}.ti-clock-bitcoin:before{content:"＿"}.ti-clock-bolt:before{content:""}.ti-clock-cancel:before{content:""}.ti-clock-check:before{content:""}.ti-clock-code:before{content:""}.ti-clock-cog:before{content:""}.ti-clock-dollar:before{content:""}.ti-clock-down:before{content:""}.ti-clock-edit:before{content:""}.ti-clock-exclamation:before{content:""}.ti-clock-heart:before{content:""}.ti-clock-hour-1:before{content:""}.ti-clock-hour-10:before{content:""}.ti-clock-hour-11:before{content:""}.ti-clock-hour-12:before{content:""}.ti-clock-hour-2:before{content:""}.ti-clock-hour-3:before{content:""}.ti-clock-hour-4:before{content:""}.ti-clock-hour-5:before{content:""}.ti-clock-hour-6:before{content:""}.ti-clock-hour-7:before{content:""}.ti-clock-hour-8:before{content:""}.ti-clock-hour-9:before{content:""}.ti-clock-minus:before{content:""}.ti-clock-off:before{content:""}.ti-clock-pause:before{content:""}.ti-clock-pin:before{content:""}.ti-clock-play:before{content:""}.ti-clock-plus:before{content:""}.ti-clock-question:before{content:""}.ti-clock-record:before{content:""}.ti-clock-search:before{content:""}.ti-clock-share:before{content:""}.ti-clock-shield:before{content:""}.ti-clock-star:before{content:""}.ti-clock-stop:before{content:""}.ti-clock-up:before{content:""}.ti-clock-x:before{content:""}.ti-clothes-rack:before{content:""}.ti-clothes-rack-off:before{content:""}.ti-cloud:before{content:""}.ti-cloud-bitcoin:before{content:"＾"}.ti-cloud-bolt:before{content:""}.ti-cloud-cancel:before{content:""}.ti-cloud-check:before{content:""}.ti-cloud-code:before{content:""}.ti-cloud-cog:before{content:""}.ti-cloud-computing:before{content:""}.ti-cloud-data-connection:before{content:""}.ti-cloud-dollar:before{content:""}.ti-cloud-down:before{content:""}.ti-cloud-download:before{content:""}.ti-cloud-exclamation:before{content:""}.ti-cloud-fog:before{content:""}.ti-cloud-heart:before{content:""}.ti-cloud-lock:before{content:""}.ti-cloud-lock-open:before{content:""}.ti-cloud-minus:before{content:""}.ti-cloud-network:before{content:"ﱸ"}.ti-cloud-off:before{content:""}.ti-cloud-pause:before{content:""}.ti-cloud-pin:before{content:""}.ti-cloud-plus:before{content:""}.ti-cloud-question:before{content:""}.ti-cloud-rain:before{content:""}.ti-cloud-search:before{content:""}.ti-cloud-share:before{content:""}.ti-cloud-snow:before{content:""}.ti-cloud-star:before{content:""}.ti-cloud-storm:before{content:""}.ti-cloud-up:before{content:""}.ti-cloud-upload:before{content:""}.ti-cloud-x:before{content:""}.ti-clover:before{content:""}.ti-clover-2:before{content:""}.ti-clubs:before{content:""}.ti-code:before{content:""}.ti-code-ai:before{content:"𐉧"}.ti-code-asterisk:before{content:""}.ti-code-circle:before{content:""}.ti-code-circle-2:before{content:""}.ti-code-dots:before{content:""}.ti-code-minus:before{content:""}.ti-code-off:before{content:""}.ti-code-plus:before{content:""}.ti-code-variable:before{content:"𐂫"}.ti-code-variable-minus:before{content:"𐂭"}.ti-code-variable-plus:before{content:"𐂬"}.ti-codeblock:before{content:"𐇴"}.ti-coffee:before{content:""}.ti-coffee-off:before{content:""}.ti-coffin:before{content:""}.ti-coin:before{content:""}.ti-coin-bitcoin:before{content:""}.ti-coin-euro:before{content:""}.ti-coin-monero:before{content:""}.ti-coin-off:before{content:""}.ti-coin-pound:before{content:""}.ti-coin-rupee:before{content:""}.ti-coin-taka:before{content:"ﴍ"}.ti-coin-yen:before{content:""}.ti-coin-yuan:before{content:""}.ti-coins:before{content:""}.ti-color-filter:before{content:""}.ti-color-picker:before{content:""}.ti-color-picker-off:before{content:""}.ti-color-swatch:before{content:""}.ti-color-swatch-off:before{content:""}.ti-column-insert-left:before{content:""}.ti-column-insert-right:before{content:""}.ti-column-remove:before{content:"﫴"}.ti-columns:before{content:""}.ti-columns-1:before{content:""}.ti-columns-2:before{content:""}.ti-columns-3:before{content:""}.ti-columns-off:before{content:""}.ti-comet:before{content:""}.ti-command:before{content:""}.ti-command-off:before{content:""}.ti-compass:before{content:""}.ti-compass-off:before{content:""}.ti-components:before{content:""}.ti-components-off:before{content:""}.ti-cone:before{content:""}.ti-cone-2:before{content:""}.ti-cone-off:before{content:""}.ti-cone-plus:before{content:"杖"}.ti-confetti:before{content:""}.ti-confetti-off:before{content:""}.ti-confucius:before{content:""}.ti-congruent-to:before{content:"ﾣ"}.ti-connection:before{content:"𐇳"}.ti-container:before{content:""}.ti-container-off:before{content:""}.ti-contract:before{content:"ﻻ"}.ti-contrast:before{content:""}.ti-contrast-2:before{content:""}.ti-contrast-2-off:before{content:""}.ti-contrast-off:before{content:""}.ti-cooker:before{content:""}.ti-cookie:before{content:"ﶱ"}.ti-cookie-man:before{content:"ﶲ"}.ti-cookie-off:before{content:""}.ti-copy:before{content:""}.ti-copy-check:before{content:"ﶰ"}.ti-copy-minus:before{content:"ﶯ"}.ti-copy-off:before{content:""}.ti-copy-plus:before{content:"ﶮ"}.ti-copy-x:before{content:"ﶭ"}.ti-copyleft:before{content:""}.ti-copyleft-off:before{content:""}.ti-copyright:before{content:""}.ti-copyright-off:before{content:""}.ti-corner-down-left:before{content:""}.ti-corner-down-left-double:before{content:""}.ti-corner-down-right:before{content:""}.ti-corner-down-right-double:before{content:""}.ti-corner-left-down:before{content:""}.ti-corner-left-down-double:before{content:""}.ti-corner-left-up:before{content:""}.ti-corner-left-up-double:before{content:""}.ti-corner-right-down:before{content:""}.ti-corner-right-down-double:before{content:""}.ti-corner-right-up:before{content:""}.ti-corner-right-up-double:before{content:""}.ti-corner-up-left:before{content:""}.ti-corner-up-left-double:before{content:""}.ti-corner-up-right:before{content:""}.ti-corner-up-right-double:before{content:""}.ti-cpu:before{content:""}.ti-cpu-2:before{content:""}.ti-cpu-off:before{content:""}.ti-crane:before{content:""}.ti-crane-off:before{content:""}.ti-creative-commons:before{content:""}.ti-creative-commons-by:before{content:""}.ti-creative-commons-nc:before{content:""}.ti-creative-commons-nd:before{content:""}.ti-creative-commons-off:before{content:""}.ti-creative-commons-sa:before{content:""}.ti-creative-commons-zero:before{content:""}.ti-credit-card:before{content:""}.ti-credit-card-hand:before{content:"𐈮"}.ti-credit-card-off:before{content:""}.ti-credit-card-pay:before{content:"ﴲ"}.ti-credit-card-refund:before{content:"ﴳ"}.ti-credits:before{content:"𐇲"}.ti-cricket:before{content:""}.ti-crop:before{content:""}.ti-crop-1-1:before{content:"ﵐ"}.ti-crop-16-9:before{content:"ﵑ"}.ti-crop-3-2:before{content:"ﵒ"}.ti-crop-5-4:before{content:"ﵓ"}.ti-crop-7-5:before{content:"ﵔ"}.ti-crop-landscape:before{content:"ﵕ"}.ti-crop-portrait:before{content:"ﵖ"}.ti-cross:before{content:""}.ti-cross-off:before{content:""}.ti-crosshair:before{content:""}.ti-crown:before{content:""}.ti-crown-off:before{content:""}.ti-crutches:before{content:""}.ti-crutches-off:before{content:""}.ti-crystal-ball:before{content:""}.ti-csv:before{content:""}.ti-cube:before{content:"流"}.ti-cube-3d-sphere:before{content:""}.ti-cube-3d-sphere-off:before{content:""}.ti-cube-off:before{content:"歹"}.ti-cube-plus:before{content:"殺"}.ti-cube-send:before{content:""}.ti-cube-spark:before{content:"ﾻ"}.ti-cube-unfolded:before{content:""}.ti-cup:before{content:""}.ti-cup-off:before{content:""}.ti-curling:before{content:""}.ti-curly-loop:before{content:""}.ti-currency:before{content:""}.ti-currency-afghani:before{content:""}.ti-currency-bahraini:before{content:""}.ti-currency-baht:before{content:""}.ti-currency-bitcoin:before{content:""}.ti-currency-cent:before{content:""}.ti-currency-dinar:before{content:""}.ti-currency-dirham:before{content:""}.ti-currency-dogecoin:before{content:""}.ti-currency-dollar:before{content:""}.ti-currency-dollar-australian:before{content:""}.ti-currency-dollar-brunei:before{content:""}.ti-currency-dollar-canadian:before{content:""}.ti-currency-dollar-guyanese:before{content:""}.ti-currency-dollar-off:before{content:""}.ti-currency-dollar-singapore:before{content:""}.ti-currency-dollar-zimbabwean:before{content:""}.ti-currency-dong:before{content:""}.ti-currency-dram:before{content:""}.ti-currency-ethereum:before{content:""}.ti-currency-euro:before{content:""}.ti-currency-euro-off:before{content:""}.ti-currency-florin:before{content:"﫵"}.ti-currency-forint:before{content:""}.ti-currency-frank:before{content:""}.ti-currency-guarani:before{content:""}.ti-currency-hryvnia:before{content:""}.ti-currency-husd:before{content:"𐈿"}.ti-currency-iranian-rial:before{content:"縉"}.ti-currency-kip:before{content:""}.ti-currency-krone-czech:before{content:""}.ti-currency-krone-danish:before{content:""}.ti-currency-krone-swedish:before{content:""}.ti-currency-lari:before{content:""}.ti-currency-leu:before{content:""}.ti-currency-lira:before{content:""}.ti-currency-litecoin:before{content:""}.ti-currency-lyd:before{content:""}.ti-currency-manat:before{content:""}.ti-currency-monero:before{content:""}.ti-currency-naira:before{content:""}.ti-currency-nano:before{content:""}.ti-currency-off:before{content:""}.ti-currency-paanga:before{content:""}.ti-currency-peso:before{content:""}.ti-currency-pound:before{content:""}.ti-currency-pound-off:before{content:""}.ti-currency-quetzal:before{content:""}.ti-currency-real:before{content:""}.ti-currency-renminbi:before{content:""}.ti-currency-ripple:before{content:""}.ti-currency-riyal:before{content:""}.ti-currency-rubel:before{content:""}.ti-currency-rufiyaa:before{content:""}.ti-currency-rupee:before{content:""}.ti-currency-rupee-nepalese:before{content:""}.ti-currency-shekel:before{content:""}.ti-currency-solana:before{content:""}.ti-currency-som:before{content:""}.ti-currency-taka:before{content:""}.ti-currency-tenge:before{content:""}.ti-currency-tether:before{content:"𐈾"}.ti-currency-tugrik:before{content:""}.ti-currency-won:before{content:""}.ti-currency-xrp:before{content:"ﴴ"}.ti-currency-yen:before{content:""}.ti-currency-yen-off:before{content:""}.ti-currency-yuan:before{content:""}.ti-currency-zcash:before{content:"𐈽"}.ti-currency-zloty:before{content:""}.ti-current-location:before{content:""}.ti-current-location-off:before{content:""}.ti-cursor-off:before{content:""}.ti-cursor-text:before{content:""}.ti-cut:before{content:""}.ti-cylinder:before{content:""}.ti-cylinder-off:before{content:"滛"}.ti-cylinder-plus:before{content:"滋"}.ti-dashboard:before{content:""}.ti-dashboard-off:before{content:""}.ti-database:before{content:""}.ti-database-cog:before{content:"塚"}.ti-database-dollar:before{content:"﨑"}.ti-database-edit:before{content:"晴"}.ti-database-exclamation:before{content:"﨓"}.ti-database-export:before{content:""}.ti-database-heart:before{content:"﨔"}.ti-database-import:before{content:""}.ti-database-leak:before{content:"凞"}.ti-database-minus:before{content:"猪"}.ti-database-off:before{content:""}.ti-database-plus:before{content:"益"}.ti-database-search:before{content:"礼"}.ti-database-share:before{content:"神"}.ti-database-smile:before{content:"ﶛ"}.ti-database-star:before{content:"祥"}.ti-database-x:before{content:"福"}.ti-deaf:before{content:"𐆬"}.ti-decimal:before{content:"都"}.ti-deer:before{content:""}.ti-delta:before{content:""}.ti-dental:before{content:""}.ti-dental-broken:before{content:""}.ti-dental-off:before{content:""}.ti-deselect:before{content:"麟"}.ti-desk:before{content:"ﴵ"}.ti-details:before{content:""}.ti-details-off:before{content:""}.ti-device-3d-camera:before{content:"𐈭"}.ti-device-3d-lens:before{content:"𐈬"}.ti-device-airpods:before{content:""}.ti-device-airpods-case:before{content:""}.ti-device-airtag:before{content:"﫦"}.ti-device-analytics:before{content:""}.ti-device-audio-tape:before{content:""}.ti-device-camera-phone:before{content:""}.ti-device-cctv:before{content:""}.ti-device-cctv-off:before{content:""}.ti-device-computer-camera:before{content:""}.ti-device-computer-camera-2:before{content:"𐈼"}.ti-device-computer-camera-off:before{content:""}.ti-device-desktop:before{content:""}.ti-device-desktop-analytics:before{content:""}.ti-device-desktop-bolt:before{content:""}.ti-device-desktop-cancel:before{content:""}.ti-device-desktop-check:before{content:""}.ti-device-desktop-code:before{content:""}.ti-device-desktop-cog:before{content:""}.ti-device-desktop-dollar:before{content:""}.ti-device-desktop-down:before{content:""}.ti-device-desktop-exclamation:before{content:""}.ti-device-desktop-heart:before{content:""}.ti-device-desktop-minus:before{content:""}.ti-device-desktop-off:before{content:""}.ti-device-desktop-pause:before{content:""}.ti-device-desktop-pin:before{content:""}.ti-device-desktop-plus:before{content:""}.ti-device-desktop-question:before{content:""}.ti-device-desktop-search:before{content:""}.ti-device-desktop-share:before{content:""}.ti-device-desktop-star:before{content:""}.ti-device-desktop-up:before{content:""}.ti-device-desktop-x:before{content:""}.ti-device-floppy:before{content:""}.ti-device-gamepad:before{content:""}.ti-device-gamepad-2:before{content:""}.ti-device-gamepad-3:before{content:"ﱘ"}.ti-device-heart-monitor:before{content:""}.ti-device-imac:before{content:""}.ti-device-imac-bolt:before{content:""}.ti-device-imac-cancel:before{content:""}.ti-device-imac-check:before{content:""}.ti-device-imac-code:before{content:""}.ti-device-imac-cog:before{content:""}.ti-device-imac-dollar:before{content:""}.ti-device-imac-down:before{content:""}.ti-device-imac-exclamation:before{content:""}.ti-device-imac-heart:before{content:""}.ti-device-imac-minus:before{content:""}.ti-device-imac-off:before{content:""}.ti-device-imac-pause:before{content:""}.ti-device-imac-pin:before{content:""}.ti-device-imac-plus:before{content:""}.ti-device-imac-question:before{content:""}.ti-device-imac-search:before{content:""}.ti-device-imac-share:before{content:""}.ti-device-imac-star:before{content:""}.ti-device-imac-up:before{content:""}.ti-device-imac-x:before{content:""}.ti-device-ipad:before{content:""}.ti-device-ipad-bolt:before{content:""}.ti-device-ipad-cancel:before{content:""}.ti-device-ipad-check:before{content:""}.ti-device-ipad-code:before{content:""}.ti-device-ipad-cog:before{content:""}.ti-device-ipad-dollar:before{content:""}.ti-device-ipad-down:before{content:""}.ti-device-ipad-exclamation:before{content:""}.ti-device-ipad-heart:before{content:""}.ti-device-ipad-horizontal:before{content:""}.ti-device-ipad-horizontal-bolt:before{content:""}.ti-device-ipad-horizontal-cancel:before{content:""}.ti-device-ipad-horizontal-check:before{content:""}.ti-device-ipad-horizontal-code:before{content:""}.ti-device-ipad-horizontal-cog:before{content:""}.ti-device-ipad-horizontal-dollar:before{content:""}.ti-device-ipad-horizontal-down:before{content:""}.ti-device-ipad-horizontal-exclamation:before{content:""}.ti-device-ipad-horizontal-heart:before{content:""}.ti-device-ipad-horizontal-minus:before{content:""}.ti-device-ipad-horizontal-off:before{content:""}.ti-device-ipad-horizontal-pause:before{content:""}.ti-device-ipad-horizontal-pin:before{content:""}.ti-device-ipad-horizontal-plus:before{content:""}.ti-device-ipad-horizontal-question:before{content:""}.ti-device-ipad-horizontal-search:before{content:""}.ti-device-ipad-horizontal-share:before{content:""}.ti-device-ipad-horizontal-star:before{content:""}.ti-device-ipad-horizontal-up:before{content:""}.ti-device-ipad-horizontal-x:before{content:""}.ti-device-ipad-minus:before{content:""}.ti-device-ipad-off:before{content:""}.ti-device-ipad-pause:before{content:""}.ti-device-ipad-pin:before{content:""}.ti-device-ipad-plus:before{content:""}.ti-device-ipad-question:before{content:""}.ti-device-ipad-search:before{content:""}.ti-device-ipad-share:before{content:""}.ti-device-ipad-star:before{content:""}.ti-device-ipad-up:before{content:""}.ti-device-ipad-x:before{content:""}.ti-device-landline-phone:before{content:""}.ti-device-laptop:before{content:""}.ti-device-laptop-off:before{content:""}.ti-device-mobile:before{content:""}.ti-device-mobile-bolt:before{content:""}.ti-device-mobile-cancel:before{content:""}.ti-device-mobile-charging:before{content:""}.ti-device-mobile-check:before{content:""}.ti-device-mobile-code:before{content:""}.ti-device-mobile-cog:before{content:""}.ti-device-mobile-dollar:before{content:""}.ti-device-mobile-down:before{content:""}.ti-device-mobile-exclamation:before{content:""}.ti-device-mobile-heart:before{content:""}.ti-device-mobile-message:before{content:""}.ti-device-mobile-minus:before{content:""}.ti-device-mobile-off:before{content:""}.ti-device-mobile-pause:before{content:""}.ti-device-mobile-pin:before{content:""}.ti-device-mobile-plus:before{content:""}.ti-device-mobile-question:before{content:""}.ti-device-mobile-rotated:before{content:""}.ti-device-mobile-search:before{content:""}.ti-device-mobile-share:before{content:""}.ti-device-mobile-star:before{content:""}.ti-device-mobile-up:before{content:""}.ti-device-mobile-vibration:before{content:""}.ti-device-mobile-x:before{content:""}.ti-device-nintendo:before{content:""}.ti-device-nintendo-off:before{content:""}.ti-device-projector:before{content:"ﰑ"}.ti-device-remote:before{content:""}.ti-device-screen:before{content:"𐈫"}.ti-device-sd-card:before{content:""}.ti-device-sim:before{content:""}.ti-device-sim-1:before{content:""}.ti-device-sim-2:before{content:""}.ti-device-sim-3:before{content:""}.ti-device-speaker:before{content:""}.ti-device-speaker-off:before{content:""}.ti-device-tablet:before{content:""}.ti-device-tablet-bolt:before{content:""}.ti-device-tablet-cancel:before{content:""}.ti-device-tablet-check:before{content:""}.ti-device-tablet-code:before{content:""}.ti-device-tablet-cog:before{content:""}.ti-device-tablet-dollar:before{content:""}.ti-device-tablet-down:before{content:""}.ti-device-tablet-exclamation:before{content:""}.ti-device-tablet-heart:before{content:""}.ti-device-tablet-minus:before{content:""}.ti-device-tablet-off:before{content:""}.ti-device-tablet-pause:before{content:""}.ti-device-tablet-pin:before{content:""}.ti-device-tablet-plus:before{content:""}.ti-device-tablet-question:before{content:""}.ti-device-tablet-search:before{content:""}.ti-device-tablet-share:before{content:""}.ti-device-tablet-star:before{content:""}.ti-device-tablet-up:before{content:""}.ti-device-tablet-x:before{content:""}.ti-device-tv:before{content:""}.ti-device-tv-off:before{content:""}.ti-device-tv-old:before{content:""}.ti-device-unknown:before{content:"ﻴ"}.ti-device-usb:before{content:"ﱙ"}.ti-device-vision-pro:before{content:"﫧"}.ti-device-watch:before{content:""}.ti-device-watch-bolt:before{content:""}.ti-device-watch-cancel:before{content:""}.ti-device-watch-check:before{content:""}.ti-device-watch-code:before{content:""}.ti-device-watch-cog:before{content:""}.ti-device-watch-dollar:before{content:""}.ti-device-watch-down:before{content:""}.ti-device-watch-exclamation:before{content:""}.ti-device-watch-heart:before{content:""}.ti-device-watch-minus:before{content:""}.ti-device-watch-off:before{content:""}.ti-device-watch-pause:before{content:""}.ti-device-watch-pin:before{content:""}.ti-device-watch-plus:before{content:""}.ti-device-watch-question:before{content:""}.ti-device-watch-search:before{content:""}.ti-device-watch-share:before{content:""}.ti-device-watch-star:before{content:""}.ti-device-watch-stats:before{content:""}.ti-device-watch-stats-2:before{content:""}.ti-device-watch-up:before{content:""}.ti-device-watch-x:before{content:""}.ti-devices:before{content:""}.ti-devices-2:before{content:""}.ti-devices-bolt:before{content:""}.ti-devices-cancel:before{content:""}.ti-devices-check:before{content:""}.ti-devices-code:before{content:""}.ti-devices-cog:before{content:""}.ti-devices-dollar:before{content:""}.ti-devices-down:before{content:""}.ti-devices-exclamation:before{content:""}.ti-devices-heart:before{content:""}.ti-devices-minus:before{content:""}.ti-devices-off:before{content:""}.ti-devices-pause:before{content:""}.ti-devices-pc:before{content:""}.ti-devices-pc-off:before{content:""}.ti-devices-pin:before{content:""}.ti-devices-plus:before{content:""}.ti-devices-question:before{content:""}.ti-devices-search:before{content:""}.ti-devices-share:before{content:""}.ti-devices-star:before{content:""}.ti-devices-up:before{content:""}.ti-devices-x:before{content:""}.ti-diabolo:before{content:"煮"}.ti-diabolo-off:before{content:"漢"}.ti-diabolo-plus:before{content:"瀞"}.ti-dialpad:before{content:""}.ti-dialpad-off:before{content:""}.ti-diamond:before{content:""}.ti-diamond-off:before{content:""}.ti-diamonds:before{content:""}.ti-diaper:before{content:"ﾢ"}.ti-dice:before{content:""}.ti-dice-1:before{content:""}.ti-dice-2:before{content:""}.ti-dice-3:before{content:""}.ti-dice-4:before{content:""}.ti-dice-5:before{content:""}.ti-dice-6:before{content:""}.ti-dimensions:before{content:""}.ti-direction:before{content:""}.ti-direction-arrows:before{content:"ﴶ"}.ti-direction-horizontal:before{content:""}.ti-direction-sign:before{content:""}.ti-direction-sign-off:before{content:""}.ti-directions:before{content:""}.ti-directions-off:before{content:""}.ti-disabled:before{content:""}.ti-disabled-2:before{content:""}.ti-disabled-off:before{content:""}.ti-disc:before{content:""}.ti-disc-golf:before{content:""}.ti-disc-off:before{content:""}.ti-discount:before{content:""}.ti-discount-off:before{content:""}.ti-divide:before{content:""}.ti-dna:before{content:""}.ti-dna-2:before{content:""}.ti-dna-2-off:before{content:""}.ti-dna-off:before{content:""}.ti-dog:before{content:""}.ti-dog-bowl:before{content:""}.ti-door:before{content:""}.ti-door-enter:before{content:""}.ti-door-exit:before{content:""}.ti-door-hanger:before{content:"𐈻"}.ti-door-off:before{content:""}.ti-dots:before{content:""}.ti-dots-circle-horizontal:before{content:""}.ti-dots-diagonal:before{content:""}.ti-dots-diagonal-2:before{content:""}.ti-dots-vertical:before{content:""}.ti-download:before{content:""}.ti-download-off:before{content:""}.ti-drag-drop:before{content:""}.ti-drag-drop-2:before{content:""}.ti-drone:before{content:""}.ti-drone-off:before{content:""}.ti-drop-circle:before{content:""}.ti-droplet:before{content:""}.ti-droplet-bolt:before{content:""}.ti-droplet-cancel:before{content:""}.ti-droplet-check:before{content:""}.ti-droplet-code:before{content:""}.ti-droplet-cog:before{content:""}.ti-droplet-dollar:before{content:""}.ti-droplet-down:before{content:""}.ti-droplet-exclamation:before{content:"豈"}.ti-droplet-half:before{content:""}.ti-droplet-half-2:before{content:""}.ti-droplet-heart:before{content:"更"}.ti-droplet-minus:before{content:"車"}.ti-droplet-off:before{content:""}.ti-droplet-pause:before{content:"賈"}.ti-droplet-pin:before{content:"滑"}.ti-droplet-plus:before{content:"串"}.ti-droplet-question:before{content:"句"}.ti-droplet-search:before{content:"龜"}.ti-droplet-share:before{content:"龜"}.ti-droplet-star:before{content:"契"}.ti-droplet-up:before{content:"金"}.ti-droplet-x:before{content:"喇"}.ti-droplets:before{content:"ﰒ"}.ti-dual-screen:before{content:"繁"}.ti-dumbbell:before{content:"𐉍"}.ti-dumpling:before{content:"ﺵ"}.ti-e-passport:before{content:""}.ti-ear:before{content:""}.ti-ear-off:before{content:""}.ti-ear-scan:before{content:"ﵗ"}.ti-earphone-bluetooth:before{content:"𐈺"}.ti-ease-in:before{content:""}.ti-ease-in-control-point:before{content:""}.ti-ease-in-out:before{content:""}.ti-ease-in-out-control-points:before{content:""}.ti-ease-out:before{content:""}.ti-ease-out-control-point:before{content:""}.ti-edit:before{content:""}.ti-edit-circle:before{content:""}.ti-edit-circle-off:before{content:""}.ti-edit-off:before{content:""}.ti-egg:before{content:""}.ti-egg-cracked:before{content:""}.ti-egg-fried:before{content:""}.ti-egg-off:before{content:""}.ti-eggs:before{content:""}.ti-elevator:before{content:""}.ti-elevator-off:before{content:""}.ti-email-stamp:before{content:"𐉦"}.ti-emergency-bed:before{content:""}.ti-empathize:before{content:""}.ti-empathize-off:before{content:""}.ti-emphasis:before{content:""}.ti-engine:before{content:""}.ti-engine-off:before{content:""}.ti-equal:before{content:""}.ti-equal-double:before{content:""}.ti-equal-not:before{content:""}.ti-eraser:before{content:""}.ti-eraser-off:before{content:""}.ti-error-404:before{content:""}.ti-error-404-off:before{content:""}.ti-escalator:before{content:"ﬆ"}.ti-escalator-down:before{content:"ﬄ"}.ti-escalator-up:before{content:"ﬅ"}.ti-exchange:before{content:""}.ti-exchange-off:before{content:""}.ti-exclamation-circle:before{content:""}.ti-exclamation-mark:before{content:""}.ti-exclamation-mark-off:before{content:""}.ti-exercise-ball:before{content:"𐉌"}.ti-explicit:before{content:""}.ti-explicit-off:before{content:""}.ti-exposure:before{content:""}.ti-exposure-0:before{content:""}.ti-exposure-minus-1:before{content:""}.ti-exposure-minus-2:before{content:""}.ti-exposure-off:before{content:""}.ti-exposure-plus-1:before{content:""}.ti-exposure-plus-2:before{content:""}.ti-external-link:before{content:""}.ti-external-link-off:before{content:""}.ti-eye:before{content:""}.ti-eye-bitcoin:before{content:"］"}.ti-eye-bolt:before{content:"ﭭ"}.ti-eye-cancel:before{content:"ﭮ"}.ti-eye-check:before{content:""}.ti-eye-closed:before{content:""}.ti-eye-code:before{content:"ﭯ"}.ti-eye-cog:before{content:""}.ti-eye-discount:before{content:"ﭰ"}.ti-eye-dollar:before{content:"ﭱ"}.ti-eye-dotted:before{content:"ﺭ"}.ti-eye-down:before{content:"ﭲ"}.ti-eye-edit:before{content:""}.ti-eye-exclamation:before{content:""}.ti-eye-heart:before{content:""}.ti-eye-minus:before{content:"ﭳ"}.ti-eye-off:before{content:""}.ti-eye-pause:before{content:"ﭴ"}.ti-eye-pin:before{content:"ﭵ"}.ti-eye-plus:before{content:"ﭶ"}.ti-eye-question:before{content:"ﭷ"}.ti-eye-search:before{content:"ﭸ"}.ti-eye-share:before{content:"ﭹ"}.ti-eye-spark:before{content:"ﾺ"}.ti-eye-star:before{content:"ﭺ"}.ti-eye-table:before{content:""}.ti-eye-up:before{content:"ﭻ"}.ti-eye-x:before{content:""}.ti-eyeglass:before{content:""}.ti-eyeglass-2:before{content:""}.ti-eyeglass-off:before{content:""}.ti-face-id:before{content:""}.ti-face-id-error:before{content:""}.ti-face-mask:before{content:""}.ti-face-mask-off:before{content:""}.ti-fall:before{content:""}.ti-favicon:before{content:"ﵥ"}.ti-feather:before{content:""}.ti-feather-off:before{content:""}.ti-fence:before{content:""}.ti-fence-off:before{content:""}.ti-ferry:before{content:"𐁴"}.ti-fidget-spinner:before{content:""}.ti-file:before{content:""}.ti-file-3d:before{content:""}.ti-file-ai:before{content:"ﾡ"}.ti-file-alert:before{content:""}.ti-file-analytics:before{content:""}.ti-file-arrow-left:before{content:""}.ti-file-arrow-right:before{content:""}.ti-file-barcode:before{content:""}.ti-file-bitcoin:before{content:"ﾠ"}.ti-file-broken:before{content:""}.ti-file-certificate:before{content:""}.ti-file-chart:before{content:""}.ti-file-check:before{content:""}.ti-file-code:before{content:""}.ti-file-code-2:before{content:""}.ti-file-cv:before{content:"署"}.ti-file-database:before{content:""}.ti-file-delta:before{content:""}.ti-file-description:before{content:""}.ti-file-diff:before{content:""}.ti-file-digit:before{content:""}.ti-file-dislike:before{content:""}.ti-file-dollar:before{content:""}.ti-file-dots:before{content:""}.ti-file-download:before{content:""}.ti-file-euro:before{content:""}.ti-file-excel:before{content:"ﻳ"}.ti-file-export:before{content:""}.ti-file-function:before{content:""}.ti-file-horizontal:before{content:""}.ti-file-import:before{content:""}.ti-file-infinity:before{content:""}.ti-file-info:before{content:""}.ti-file-invoice:before{content:""}.ti-file-isr:before{content:"ﺬ"}.ti-file-lambda:before{content:""}.ti-file-like:before{content:""}.ti-file-minus:before{content:""}.ti-file-music:before{content:""}.ti-file-neutral:before{content:"ﴢ"}.ti-file-off:before{content:""}.ti-file-orientation:before{content:""}.ti-file-pencil:before{content:""}.ti-file-percent:before{content:""}.ti-file-phone:before{content:""}.ti-file-plus:before{content:""}.ti-file-power:before{content:""}.ti-file-report:before{content:""}.ti-file-rss:before{content:""}.ti-file-sad:before{content:"ﴣ"}.ti-file-scissors:before{content:""}.ti-file-search:before{content:""}.ti-file-settings:before{content:""}.ti-file-shredder:before{content:""}.ti-file-signal:before{content:""}.ti-file-smile:before{content:"ﴤ"}.ti-file-spark:before{content:"ﾹ"}.ti-file-spreadsheet:before{content:""}.ti-file-stack:before{content:""}.ti-file-star:before{content:""}.ti-file-symlink:before{content:""}.ti-file-text:before{content:""}.ti-file-text-ai:before{content:"﨧"}.ti-file-text-shield:before{content:"𐃲"}.ti-file-text-spark:before{content:"ﾸ"}.ti-file-time:before{content:""}.ti-file-type-bmp:before{content:"﬇"}.ti-file-type-css:before{content:"﬈"}.ti-file-type-csv:before{content:"﬉"}.ti-file-type-doc:before{content:"﬊"}.ti-file-type-docx:before{content:"﬋"}.ti-file-type-html:before{content:"﬌"}.ti-file-type-jpg:before{content:"﬍"}.ti-file-type-js:before{content:"﬎"}.ti-file-type-jsx:before{content:"﬏"}.ti-file-type-pdf:before{content:"﬐"}.ti-file-type-php:before{content:"﬑"}.ti-file-type-png:before{content:"﬒"}.ti-file-type-ppt:before{content:"ﬓ"}.ti-file-type-rs:before{content:"ﬔ"}.ti-file-type-sql:before{content:"ﬕ"}.ti-file-type-svg:before{content:"ﬖ"}.ti-file-type-ts:before{content:"ﬗ"}.ti-file-type-tsx:before{content:"﬘"}.ti-file-type-txt:before{content:"﬙"}.ti-file-type-vue:before{content:"﬚"}.ti-file-type-xls:before{content:"﬛"}.ti-file-type-xml:before{content:"﬜"}.ti-file-type-zip:before{content:"יִ"}.ti-file-typography:before{content:""}.ti-file-unknown:before{content:""}.ti-file-upload:before{content:""}.ti-file-vector:before{content:""}.ti-file-word:before{content:"ﻲ"}.ti-file-x:before{content:""}.ti-file-zip:before{content:""}.ti-files:before{content:""}.ti-files-off:before{content:""}.ti-filter:before{content:""}.ti-filter-2:before{content:"𐅋"}.ti-filter-2-bolt:before{content:"𐅟"}.ti-filter-2-cancel:before{content:"𐅞"}.ti-filter-2-check:before{content:"𐅝"}.ti-filter-2-code:before{content:"𐅜"}.ti-filter-2-cog:before{content:"𐅛"}.ti-filter-2-discount:before{content:"𐅚"}.ti-filter-2-dollar:before{content:"𐅙"}.ti-filter-2-down:before{content:"𐅘"}.ti-filter-2-edit:before{content:"𐅗"}.ti-filter-2-exclamation:before{content:"𐅖"}.ti-filter-2-minus:before{content:"𐅕"}.ti-filter-2-pause:before{content:"𐅔"}.ti-filter-2-pin:before{content:"𐅓"}.ti-filter-2-plus:before{content:"𐅒"}.ti-filter-2-question:before{content:"𐅑"}.ti-filter-2-search:before{content:"𐅐"}.ti-filter-2-share:before{content:"𐅏"}.ti-filter-2-spark:before{content:"𐅎"}.ti-filter-2-up:before{content:"𐅍"}.ti-filter-2-x:before{content:"𐅌"}.ti-filter-bolt:before{content:"ﭼ"}.ti-filter-cancel:before{content:"ﭽ"}.ti-filter-check:before{content:"ﭾ"}.ti-filter-code:before{content:"ﭿ"}.ti-filter-cog:before{content:"茶"}.ti-filter-discount:before{content:"ﮀ"}.ti-filter-dollar:before{content:"刺"}.ti-filter-down:before{content:"ﮁ"}.ti-filter-edit:before{content:"切"}.ti-filter-exclamation:before{content:"ﮂ"}.ti-filter-heart:before{content:"ﮃ"}.ti-filter-minus:before{content:"度"}.ti-filter-off:before{content:""}.ti-filter-pause:before{content:"ﮄ"}.ti-filter-pin:before{content:"ﮅ"}.ti-filter-plus:before{content:"拓"}.ti-filter-question:before{content:"ﮆ"}.ti-filter-search:before{content:"ﮇ"}.ti-filter-share:before{content:"ﮈ"}.ti-filter-spark:before{content:"𐅊"}.ti-filter-star:before{content:"糖"}.ti-filter-up:before{content:"ﮉ"}.ti-filter-x:before{content:"宅"}.ti-filters:before{content:""}.ti-fingerprint:before{content:""}.ti-fingerprint-off:before{content:""}.ti-fingerprint-scan:before{content:"ﲵ"}.ti-fire-extinguisher:before{content:"﫶"}.ti-fire-hydrant:before{content:""}.ti-fire-hydrant-off:before{content:""}.ti-firetruck:before{content:""}.ti-firewall-check:before{content:"𐇱"}.ti-firewall-flame:before{content:"𐇰"}.ti-first-aid-kit:before{content:""}.ti-first-aid-kit-off:before{content:""}.ti-fish:before{content:""}.ti-fish-bone:before{content:""}.ti-fish-christianity:before{content:""}.ti-fish-hook:before{content:""}.ti-fish-hook-off:before{content:""}.ti-fish-off:before{content:""}.ti-flag:before{content:""}.ti-flag-2:before{content:""}.ti-flag-2-off:before{content:""}.ti-flag-3:before{content:""}.ti-flag-bitcoin:before{content:"＼"}.ti-flag-bolt:before{content:"ﮊ"}.ti-flag-cancel:before{content:"ﮋ"}.ti-flag-check:before{content:"ﮌ"}.ti-flag-code:before{content:"ﮍ"}.ti-flag-cog:before{content:"ﮎ"}.ti-flag-discount:before{content:"ﮏ"}.ti-flag-dollar:before{content:"ﮐ"}.ti-flag-down:before{content:"ﮑ"}.ti-flag-exclamation:before{content:"ﮒ"}.ti-flag-heart:before{content:"ﮓ"}.ti-flag-minus:before{content:"ﮔ"}.ti-flag-off:before{content:""}.ti-flag-pause:before{content:"ﮕ"}.ti-flag-pin:before{content:"ﮖ"}.ti-flag-plus:before{content:"ﮗ"}.ti-flag-question:before{content:"ﮘ"}.ti-flag-search:before{content:"ﮙ"}.ti-flag-share:before{content:"ﮚ"}.ti-flag-spark:before{content:"ﾷ"}.ti-flag-star:before{content:"ﮛ"}.ti-flag-up:before{content:"ﮜ"}.ti-flag-x:before{content:"ﮝ"}.ti-flame:before{content:""}.ti-flame-off:before{content:""}.ti-flare:before{content:""}.ti-flask:before{content:""}.ti-flask-2:before{content:""}.ti-flask-2-off:before{content:""}.ti-flask-off:before{content:""}.ti-flip-flops:before{content:""}.ti-flip-horizontal:before{content:""}.ti-flip-vertical:before{content:""}.ti-float-center:before{content:""}.ti-float-left:before{content:""}.ti-float-none:before{content:""}.ti-float-right:before{content:""}.ti-flood:before{content:"𐉋"}.ti-flower:before{content:""}.ti-flower-off:before{content:""}.ti-focus:before{content:""}.ti-focus-2:before{content:""}.ti-focus-auto:before{content:"謁"}.ti-focus-centered:before{content:""}.ti-fold:before{content:""}.ti-fold-down:before{content:""}.ti-fold-up:before{content:""}.ti-folder:before{content:""}.ti-folder-bolt:before{content:"奈"}.ti-folder-cancel:before{content:"懶"}.ti-folder-check:before{content:"癩"}.ti-folder-code:before{content:"羅"}.ti-folder-cog:before{content:"蘿"}.ti-folder-dollar:before{content:"螺"}.ti-folder-down:before{content:"裸"}.ti-folder-exclamation:before{content:"邏"}.ti-folder-heart:before{content:"樂"}.ti-folder-minus:before{content:""}.ti-folder-off:before{content:""}.ti-folder-open:before{content:"﫷"}.ti-folder-pause:before{content:"洛"}.ti-folder-pin:before{content:"烙"}.ti-folder-plus:before{content:""}.ti-folder-question:before{content:"珞"}.ti-folder-root:before{content:"﵃"}.ti-folder-search:before{content:"落"}.ti-folder-share:before{content:"酪"}.ti-folder-star:before{content:"駱"}.ti-folder-symlink:before{content:"亂"}.ti-folder-up:before{content:"卵"}.ti-folder-x:before{content:""}.ti-folders:before{content:""}.ti-folders-off:before{content:""}.ti-foodsteps:before{content:"𐉥"}.ti-forbid:before{content:""}.ti-forbid-2:before{content:""}.ti-forklift:before{content:""}.ti-forms:before{content:""}.ti-fountain:before{content:""}.ti-fountain-off:before{content:""}.ti-frame:before{content:""}.ti-frame-off:before{content:""}.ti-free-rights:before{content:""}.ti-freeze-column:before{content:"謹"}.ti-freeze-row:before{content:"贈"}.ti-freeze-row-column:before{content:"賓"}.ti-fridge:before{content:""}.ti-fridge-off:before{content:""}.ti-friends:before{content:""}.ti-friends-off:before{content:""}.ti-frustum:before{content:"犯"}.ti-frustum-off:before{content:"瞧"}.ti-frustum-plus:before{content:"爵"}.ti-function:before{content:""}.ti-function-off:before{content:""}.ti-galaxy:before{content:"ﲶ"}.ti-garden-cart:before{content:""}.ti-garden-cart-off:before{content:""}.ti-gas-station:before{content:""}.ti-gas-station-off:before{content:""}.ti-gauge:before{content:""}.ti-gauge-off:before{content:""}.ti-gavel:before{content:""}.ti-gender-agender:before{content:""}.ti-gender-androgyne:before{content:""}.ti-gender-bigender:before{content:""}.ti-gender-demiboy:before{content:""}.ti-gender-demigirl:before{content:""}.ti-gender-epicene:before{content:""}.ti-gender-female:before{content:""}.ti-gender-femme:before{content:""}.ti-gender-genderfluid:before{content:""}.ti-gender-genderless:before{content:""}.ti-gender-genderqueer:before{content:""}.ti-gender-hermaphrodite:before{content:""}.ti-gender-intergender:before{content:""}.ti-gender-male:before{content:""}.ti-gender-neutrois:before{content:""}.ti-gender-third:before{content:""}.ti-gender-transgender:before{content:""}.ti-gender-trasvesti:before{content:""}.ti-geometry:before{content:""}.ti-ghost:before{content:""}.ti-ghost-2:before{content:""}.ti-ghost-3:before{content:"ﰓ"}.ti-ghost-off:before{content:""}.ti-gif:before{content:""}.ti-gift:before{content:""}.ti-gift-card:before{content:""}.ti-gift-off:before{content:""}.ti-git-branch:before{content:""}.ti-git-branch-deleted:before{content:""}.ti-git-cherry-pick:before{content:""}.ti-git-commit:before{content:""}.ti-git-compare:before{content:""}.ti-git-fork:before{content:""}.ti-git-merge:before{content:""}.ti-git-pull-request:before{content:""}.ti-git-pull-request-closed:before{content:""}.ti-git-pull-request-conflict:before{content:"𐉤"}.ti-git-pull-request-draft:before{content:""}.ti-gizmo:before{content:""}.ti-glass:before{content:""}.ti-glass-champagne:before{content:"ﶜ"}.ti-glass-cocktail:before{content:"ﶝ"}.ti-glass-full:before{content:""}.ti-glass-gin:before{content:"ﶞ"}.ti-glass-off:before{content:""}.ti-globe:before{content:""}.ti-globe-off:before{content:""}.ti-go-game:before{content:""}.ti-golf:before{content:""}.ti-golf-off:before{content:""}.ti-gps:before{content:""}.ti-gradienter:before{content:""}.ti-grain:before{content:""}.ti-grape:before{content:"𐈹"}.ti-graph:before{content:""}.ti-graph-off:before{content:""}.ti-grave:before{content:""}.ti-grave-2:before{content:""}.ti-grid-3x3:before{content:"ﲤ"}.ti-grid-4x4:before{content:"ﲥ"}.ti-grid-dots:before{content:""}.ti-grid-goldenratio:before{content:"ﲦ"}.ti-grid-pattern:before{content:""}.ti-grid-scan:before{content:"ﲧ"}.ti-grill:before{content:""}.ti-grill-fork:before{content:""}.ti-grill-off:before{content:""}.ti-grill-spatula:before{content:""}.ti-grip-horizontal:before{content:""}.ti-grip-vertical:before{content:""}.ti-growth:before{content:""}.ti-guitar-pick:before{content:""}.ti-gymnastics:before{content:"﵄"}.ti-h-1:before{content:""}.ti-h-2:before{content:""}.ti-h-3:before{content:""}.ti-h-4:before{content:""}.ti-h-5:before{content:""}.ti-h-6:before{content:""}.ti-hammer:before{content:""}.ti-hammer-drill:before{content:"𐈸"}.ti-hammer-off:before{content:""}.ti-hand-click:before{content:""}.ti-hand-click-off:before{content:"𐃱"}.ti-hand-finger:before{content:""}.ti-hand-finger-down:before{content:"ｏ"}.ti-hand-finger-left:before{content:"ｎ"}.ti-hand-finger-off:before{content:""}.ti-hand-finger-right:before{content:"ｍ"}.ti-hand-grab:before{content:""}.ti-hand-little-finger:before{content:""}.ti-hand-love-you:before{content:""}.ti-hand-middle-finger:before{content:""}.ti-hand-move:before{content:""}.ti-hand-off:before{content:""}.ti-hand-ring-finger:before{content:""}.ti-hand-sanitizer:before{content:""}.ti-hand-stop:before{content:""}.ti-hand-three-fingers:before{content:""}.ti-hand-two-fingers:before{content:""}.ti-hanger:before{content:""}.ti-hanger-2:before{content:""}.ti-hanger-off:before{content:""}.ti-hash:before{content:""}.ti-haze:before{content:""}.ti-haze-moon:before{content:"﫸"}.ti-hdr:before{content:"嗢"}.ti-heading:before{content:""}.ti-heading-off:before{content:""}.ti-headphones:before{content:""}.ti-headphones-off:before{content:""}.ti-headset:before{content:""}.ti-headset-off:before{content:""}.ti-health-recognition:before{content:""}.ti-heart:before{content:""}.ti-heart-bitcoin:before{content:"［"}.ti-heart-bolt:before{content:"ﮞ"}.ti-heart-broken:before{content:""}.ti-heart-cancel:before{content:"ﮟ"}.ti-heart-check:before{content:"ﮠ"}.ti-heart-code:before{content:"ﮡ"}.ti-heart-cog:before{content:"ﮢ"}.ti-heart-discount:before{content:"ﮣ"}.ti-heart-dollar:before{content:"ﮤ"}.ti-heart-down:before{content:"ﮥ"}.ti-heart-exclamation:before{content:"ﮦ"}.ti-heart-handshake:before{content:""}.ti-heart-minus:before{content:""}.ti-heart-off:before{content:""}.ti-heart-pause:before{content:"ﮧ"}.ti-heart-pin:before{content:"ﮨ"}.ti-heart-plus:before{content:""}.ti-heart-question:before{content:"ﮩ"}.ti-heart-rate-monitor:before{content:""}.ti-heart-search:before{content:"ﮪ"}.ti-heart-share:before{content:"ﮫ"}.ti-heart-spark:before{content:"ﾶ"}.ti-heart-star:before{content:"ﮬ"}.ti-heart-up:before{content:"ﮭ"}.ti-heart-x:before{content:"ﮮ"}.ti-heartbeat:before{content:""}.ti-hearts:before{content:""}.ti-hearts-off:before{content:""}.ti-helicopter:before{content:""}.ti-helicopter-landing:before{content:""}.ti-helmet:before{content:""}.ti-helmet-off:before{content:""}.ti-help:before{content:""}.ti-help-circle:before{content:"欄"}.ti-help-hexagon:before{content:""}.ti-help-octagon:before{content:""}.ti-help-off:before{content:""}.ti-help-small:before{content:"爛"}.ti-help-square:before{content:"鸞"}.ti-help-square-rounded:before{content:"蘭"}.ti-help-triangle:before{content:"嵐"}.ti-hemisphere:before{content:"甆"}.ti-hemisphere-off:before{content:"猪"}.ti-hemisphere-plus:before{content:"瑱"}.ti-hexagon:before{content:""}.ti-hexagon-3d:before{content:""}.ti-hexagon-asterisk:before{content:"𐆫"}.ti-hexagon-letter-a:before{content:""}.ti-hexagon-letter-b:before{content:""}.ti-hexagon-letter-c:before{content:""}.ti-hexagon-letter-d:before{content:""}.ti-hexagon-letter-e:before{content:""}.ti-hexagon-letter-f:before{content:""}.ti-hexagon-letter-g:before{content:""}.ti-hexagon-letter-h:before{content:""}.ti-hexagon-letter-i:before{content:""}.ti-hexagon-letter-j:before{content:""}.ti-hexagon-letter-k:before{content:""}.ti-hexagon-letter-l:before{content:""}.ti-hexagon-letter-m:before{content:""}.ti-hexagon-letter-n:before{content:""}.ti-hexagon-letter-o:before{content:""}.ti-hexagon-letter-p:before{content:""}.ti-hexagon-letter-q:before{content:""}.ti-hexagon-letter-r:before{content:""}.ti-hexagon-letter-s:before{content:""}.ti-hexagon-letter-t:before{content:""}.ti-hexagon-letter-u:before{content:""}.ti-hexagon-letter-v:before{content:""}.ti-hexagon-letter-w:before{content:""}.ti-hexagon-letter-x:before{content:""}.ti-hexagon-letter-y:before{content:""}.ti-hexagon-letter-z:before{content:""}.ti-hexagon-minus:before{content:"ﲏ"}.ti-hexagon-minus-2:before{content:"ﲎ"}.ti-hexagon-number-0:before{content:""}.ti-hexagon-number-1:before{content:""}.ti-hexagon-number-2:before{content:""}.ti-hexagon-number-3:before{content:""}.ti-hexagon-number-4:before{content:""}.ti-hexagon-number-5:before{content:""}.ti-hexagon-number-6:before{content:""}.ti-hexagon-number-7:before{content:""}.ti-hexagon-number-8:before{content:""}.ti-hexagon-number-9:before{content:""}.ti-hexagon-off:before{content:""}.ti-hexagon-plus:before{content:"ﱅ"}.ti-hexagon-plus-2:before{content:"ﲐ"}.ti-hexagonal-prism:before{content:"瘟"}.ti-hexagonal-prism-off:before{content:"画"}.ti-hexagonal-prism-plus:before{content:"瘝"}.ti-hexagonal-pyramid:before{content:"直"}.ti-hexagonal-pyramid-off:before{content:"益"}.ti-hexagonal-pyramid-plus:before{content:"盛"}.ti-hexagons:before{content:""}.ti-hexagons-off:before{content:""}.ti-hierarchy:before{content:""}.ti-hierarchy-2:before{content:""}.ti-hierarchy-3:before{content:""}.ti-hierarchy-off:before{content:""}.ti-highlight:before{content:""}.ti-highlight-off:before{content:""}.ti-history:before{content:""}.ti-history-off:before{content:""}.ti-history-toggle:before{content:""}.ti-home:before{content:""}.ti-home-2:before{content:""}.ti-home-bitcoin:before{content:"Ｚ"}.ti-home-bolt:before{content:""}.ti-home-cancel:before{content:""}.ti-home-check:before{content:""}.ti-home-cog:before{content:""}.ti-home-dollar:before{content:""}.ti-home-dot:before{content:""}.ti-home-down:before{content:""}.ti-home-eco:before{content:""}.ti-home-edit:before{content:""}.ti-home-exclamation:before{content:""}.ti-home-hand:before{content:""}.ti-home-heart:before{content:""}.ti-home-infinity:before{content:""}.ti-home-link:before{content:""}.ti-home-lock:before{content:"𐈄"}.ti-home-minus:before{content:""}.ti-home-move:before{content:""}.ti-home-off:before{content:""}.ti-home-plus:before{content:""}.ti-home-question:before{content:""}.ti-home-ribbon:before{content:""}.ti-home-search:before{content:""}.ti-home-share:before{content:""}.ti-home-shield:before{content:""}.ti-home-signal:before{content:""}.ti-home-spark:before{content:"ﾵ"}.ti-home-star:before{content:""}.ti-home-stats:before{content:""}.ti-home-up:before{content:""}.ti-home-x:before{content:""}.ti-horse:before{content:"ﱆ"}.ti-horse-toy:before{content:""}.ti-horseshoe:before{content:"ﲷ"}.ti-hospital:before{content:"ﵙ"}.ti-hospital-circle:before{content:"ﵘ"}.ti-hotel-service:before{content:""}.ti-hourglass:before{content:""}.ti-hourglass-empty:before{content:""}.ti-hourglass-high:before{content:""}.ti-hourglass-low:before{content:""}.ti-hourglass-off:before{content:""}.ti-hours-12:before{content:"ﱓ"}.ti-hours-24:before{content:""}.ti-html:before{content:""}.ti-http-connect:before{content:"﨨"}.ti-http-connect-off:before{content:"𐃧"}.ti-http-delete:before{content:"﨩"}.ti-http-delete-off:before{content:"𐃦"}.ti-http-get:before{content:"飯"}.ti-http-get-off:before{content:"𐃥"}.ti-http-head:before{content:"飼"}.ti-http-head-off:before{content:"𐃤"}.ti-http-options:before{content:"館"}.ti-http-options-off:before{content:"𐃣"}.ti-http-patch:before{content:"鶴"}.ti-http-patch-off:before{content:"𐃢"}.ti-http-post:before{content:"郞"}.ti-http-post-off:before{content:"𐃡"}.ti-http-put:before{content:"隷"}.ti-http-put-off:before{content:"𐃠"}.ti-http-que:before{content:"者"}.ti-http-que-off:before{content:"𐃟"}.ti-http-trace:before{content:"侮"}.ti-http-trace-off:before{content:"𐃞"}.ti-hula-hoop:before{content:"𐉊"}.ti-ice-cream:before{content:""}.ti-ice-cream-2:before{content:""}.ti-ice-cream-off:before{content:""}.ti-ice-skating:before{content:""}.ti-iceberg:before{content:"𐈪"}.ti-icons:before{content:""}.ti-icons-off:before{content:""}.ti-id:before{content:""}.ti-id-badge:before{content:""}.ti-id-badge-2:before{content:""}.ti-id-badge-off:before{content:""}.ti-id-off:before{content:""}.ti-ikosaedr:before{content:"ﻆ"}.ti-image-generation:before{content:"𐇯"}.ti-image-in-picture:before{content:"ﶟ"}.ti-inbox:before{content:""}.ti-inbox-off:before{content:""}.ti-indent-decrease:before{content:""}.ti-indent-increase:before{content:""}.ti-infinity:before{content:""}.ti-infinity-2:before{content:"𐈷"}.ti-infinity-off:before{content:""}.ti-info-circle:before{content:""}.ti-info-hexagon:before{content:""}.ti-info-octagon:before{content:""}.ti-info-small:before{content:"濫"}.ti-info-square:before{content:""}.ti-info-square-rounded:before{content:""}.ti-info-triangle:before{content:"藍"}.ti-inner-shadow-bottom:before{content:""}.ti-inner-shadow-bottom-left:before{content:""}.ti-inner-shadow-bottom-right:before{content:""}.ti-inner-shadow-left:before{content:""}.ti-inner-shadow-right:before{content:""}.ti-inner-shadow-top:before{content:""}.ti-inner-shadow-top-left:before{content:""}.ti-inner-shadow-top-right:before{content:""}.ti-input-ai:before{content:"ﱚ"}.ti-input-check:before{content:"ﱛ"}.ti-input-search:before{content:""}.ti-input-spark:before{content:"ﾴ"}.ti-input-x:before{content:"ﱜ"}.ti-invoice:before{content:"ﺫ"}.ti-ironing:before{content:"塚"}.ti-ironing-1:before{content:""}.ti-ironing-2:before{content:""}.ti-ironing-3:before{content:""}.ti-ironing-off:before{content:""}.ti-ironing-steam:before{content:""}.ti-ironing-steam-off:before{content:""}.ti-irregular-polyhedron:before{content:"磌"}.ti-irregular-polyhedron-off:before{content:"睊"}.ti-irregular-polyhedron-plus:before{content:"着"}.ti-italic:before{content:""}.ti-jacket:before{content:""}.ti-jetpack:before{content:""}.ti-jetski:before{content:"𐈩"}.ti-jewish-star:before{content:""}.ti-join-bevel:before{content:"ｌ"}.ti-join-round:before{content:"ｋ"}.ti-join-straight:before{content:"ｊ"}.ti-joker:before{content:"𐁟"}.ti-jpg:before{content:""}.ti-json:before{content:""}.ti-jump-rope:before{content:""}.ti-karate:before{content:""}.ti-kayak:before{content:""}.ti-kerning:before{content:""}.ti-key:before{content:""}.ti-key-off:before{content:""}.ti-keyboard:before{content:""}.ti-keyboard-hide:before{content:""}.ti-keyboard-off:before{content:""}.ti-keyboard-show:before{content:""}.ti-keyframe:before{content:""}.ti-keyframe-align-center:before{content:""}.ti-keyframe-align-horizontal:before{content:""}.ti-keyframe-align-vertical:before{content:""}.ti-keyframes:before{content:""}.ti-label:before{content:"Ｘ"}.ti-label-important:before{content:"ｉ"}.ti-label-off:before{content:"Ｙ"}.ti-ladder:before{content:""}.ti-ladder-off:before{content:""}.ti-ladle:before{content:"ﰔ"}.ti-lambda:before{content:""}.ti-lamp:before{content:""}.ti-lamp-2:before{content:""}.ti-lamp-off:before{content:""}.ti-lane:before{content:"﫹"}.ti-language:before{content:""}.ti-language-hiragana:before{content:""}.ti-language-katakana:before{content:""}.ti-language-off:before{content:""}.ti-lasso:before{content:""}.ti-lasso-off:before{content:""}.ti-lasso-polygon:before{content:""}.ti-laurel-wreath:before{content:"ｅ"}.ti-laurel-wreath-1:before{content:"ｈ"}.ti-laurel-wreath-2:before{content:"ｇ"}.ti-laurel-wreath-3:before{content:"ｆ"}.ti-lawn-mower:before{content:"𐈶"}.ti-layers-difference:before{content:""}.ti-layers-intersect:before{content:""}.ti-layers-intersect-2:before{content:""}.ti-layers-linked:before{content:""}.ti-layers-off:before{content:""}.ti-layers-selected:before{content:"ﺩ"}.ti-layers-selected-bottom:before{content:"ﺪ"}.ti-layers-subtract:before{content:""}.ti-layers-union:before{content:""}.ti-layout:before{content:""}.ti-layout-2:before{content:""}.ti-layout-align-bottom:before{content:""}.ti-layout-align-center:before{content:""}.ti-layout-align-left:before{content:""}.ti-layout-align-middle:before{content:""}.ti-layout-align-right:before{content:""}.ti-layout-align-top:before{content:""}.ti-layout-board:before{content:""}.ti-layout-board-split:before{content:""}.ti-layout-bottombar:before{content:""}.ti-layout-bottombar-collapse:before{content:""}.ti-layout-bottombar-expand:before{content:""}.ti-layout-bottombar-inactive:before{content:"﵅"}.ti-layout-cards:before{content:""}.ti-layout-collage:before{content:""}.ti-layout-columns:before{content:""}.ti-layout-dashboard:before{content:""}.ti-layout-distribute-horizontal:before{content:""}.ti-layout-distribute-vertical:before{content:""}.ti-layout-grid:before{content:""}.ti-layout-grid-add:before{content:""}.ti-layout-grid-remove:before{content:"墳"}.ti-layout-kanban:before{content:""}.ti-layout-list:before{content:""}.ti-layout-navbar:before{content:""}.ti-layout-navbar-collapse:before{content:""}.ti-layout-navbar-expand:before{content:""}.ti-layout-navbar-inactive:before{content:"﵆"}.ti-layout-off:before{content:""}.ti-layout-rows:before{content:""}.ti-layout-sidebar:before{content:""}.ti-layout-sidebar-inactive:before{content:"﵇"}.ti-layout-sidebar-left-collapse:before{content:""}.ti-layout-sidebar-left-expand:before{content:""}.ti-layout-sidebar-right:before{content:""}.ti-layout-sidebar-right-collapse:before{content:""}.ti-layout-sidebar-right-expand:before{content:""}.ti-layout-sidebar-right-inactive:before{content:"﵈"}.ti-leaf:before{content:""}.ti-leaf-2:before{content:"ｄ"}.ti-leaf-maple:before{content:"𐉉"}.ti-leaf-off:before{content:""}.ti-lego:before{content:""}.ti-lego-off:before{content:""}.ti-lemon:before{content:""}.ti-lemon-2:before{content:""}.ti-letter-a:before{content:""}.ti-letter-a-small:before{content:"ﳇ"}.ti-letter-b:before{content:""}.ti-letter-b-small:before{content:"ﳈ"}.ti-letter-c:before{content:""}.ti-letter-c-small:before{content:"ﳉ"}.ti-letter-case:before{content:""}.ti-letter-case-lower:before{content:""}.ti-letter-case-toggle:before{content:""}.ti-letter-case-upper:before{content:""}.ti-letter-d:before{content:""}.ti-letter-d-small:before{content:"ﳊ"}.ti-letter-e:before{content:""}.ti-letter-e-small:before{content:"ﳋ"}.ti-letter-f:before{content:""}.ti-letter-f-small:before{content:"ﳌ"}.ti-letter-g:before{content:""}.ti-letter-g-small:before{content:"ﳍ"}.ti-letter-h:before{content:""}.ti-letter-h-small:before{content:"ﳎ"}.ti-letter-i:before{content:""}.ti-letter-i-small:before{content:"ﳏ"}.ti-letter-j:before{content:""}.ti-letter-j-small:before{content:"ﳐ"}.ti-letter-k:before{content:""}.ti-letter-k-small:before{content:"ﳑ"}.ti-letter-l:before{content:""}.ti-letter-l-small:before{content:"ﳒ"}.ti-letter-m:before{content:""}.ti-letter-m-small:before{content:"ﳓ"}.ti-letter-n:before{content:""}.ti-letter-n-small:before{content:"ﳔ"}.ti-letter-o:before{content:""}.ti-letter-o-small:before{content:"ﳕ"}.ti-letter-p:before{content:""}.ti-letter-p-small:before{content:"ﳖ"}.ti-letter-q:before{content:""}.ti-letter-q-small:before{content:"ﳗ"}.ti-letter-r:before{content:""}.ti-letter-r-small:before{content:"ﳘ"}.ti-letter-s:before{content:""}.ti-letter-s-small:before{content:"ﳙ"}.ti-letter-spacing:before{content:""}.ti-letter-t:before{content:""}.ti-letter-t-small:before{content:"ﳚ"}.ti-letter-u:before{content:""}.ti-letter-u-small:before{content:"ﳛ"}.ti-letter-v:before{content:""}.ti-letter-v-small:before{content:"ﳜ"}.ti-letter-w:before{content:""}.ti-letter-w-small:before{content:"ﳝ"}.ti-letter-x:before{content:""}.ti-letter-x-small:before{content:"ﳞ"}.ti-letter-y:before{content:""}.ti-letter-y-small:before{content:"ﳟ"}.ti-letter-z:before{content:""}.ti-letter-z-small:before{content:"ﳠ"}.ti-library:before{content:"﵌"}.ti-library-minus:before{content:"﵉"}.ti-library-photo:before{content:"﵊"}.ti-library-plus:before{content:"﵋"}.ti-license:before{content:""}.ti-license-off:before{content:""}.ti-lifebuoy:before{content:""}.ti-lifebuoy-off:before{content:""}.ti-lighter:before{content:""}.ti-line:before{content:""}.ti-line-dashed:before{content:""}.ti-line-dotted:before{content:""}.ti-line-height:before{content:""}.ti-line-scan:before{content:"ﲸ"}.ti-link:before{content:""}.ti-link-minus:before{content:"ﴖ"}.ti-link-off:before{content:""}.ti-link-plus:before{content:"ﴗ"}.ti-list:before{content:""}.ti-list-check:before{content:""}.ti-list-details:before{content:""}.ti-list-letters:before{content:"ﱇ"}.ti-list-numbers:before{content:""}.ti-list-search:before{content:""}.ti-list-tree:before{content:"﫺"}.ti-live-photo:before{content:""}.ti-live-photo-off:before{content:""}.ti-live-view:before{content:""}.ti-load-balancer:before{content:"臭"}.ti-loader:before{content:""}.ti-loader-2:before{content:""}.ti-loader-3:before{content:""}.ti-loader-4:before{content:"𐈵"}.ti-loader-quarter:before{content:""}.ti-location:before{content:""}.ti-location-bolt:before{content:"ﮯ"}.ti-location-broken:before{content:""}.ti-location-cancel:before{content:"ﮰ"}.ti-location-check:before{content:"ﮱ"}.ti-location-code:before{content:"﮲"}.ti-location-cog:before{content:"﮳"}.ti-location-discount:before{content:"﮴"}.ti-location-dollar:before{content:"﮵"}.ti-location-down:before{content:"﮶"}.ti-location-exclamation:before{content:"﮷"}.ti-location-heart:before{content:"﮸"}.ti-location-minus:before{content:"﮹"}.ti-location-off:before{content:""}.ti-location-pause:before{content:"﮺"}.ti-location-pin:before{content:"﮻"}.ti-location-plus:before{content:"﮼"}.ti-location-question:before{content:"﮽"}.ti-location-search:before{content:"﮾"}.ti-location-share:before{content:"﮿"}.ti-location-star:before{content:"﯀"}.ti-location-up:before{content:"﯁"}.ti-location-x:before{content:"﯂"}.ti-lock:before{content:""}.ti-lock-access:before{content:""}.ti-lock-access-off:before{content:""}.ti-lock-bitcoin:before{content:"Ｗ"}.ti-lock-bolt:before{content:"襤"}.ti-lock-cancel:before{content:"拉"}.ti-lock-check:before{content:"臘"}.ti-lock-code:before{content:"蠟"}.ti-lock-cog:before{content:"廊"}.ti-lock-dollar:before{content:"朗"}.ti-lock-down:before{content:"浪"}.ti-lock-exclamation:before{content:"狼"}.ti-lock-heart:before{content:"郎"}.ti-lock-minus:before{content:"來"}.ti-lock-off:before{content:""}.ti-lock-open:before{content:""}.ti-lock-open-2:before{content:"ﺨ"}.ti-lock-open-off:before{content:""}.ti-lock-password:before{content:"ﾟ"}.ti-lock-pause:before{content:"冷"}.ti-lock-pin:before{content:"勞"}.ti-lock-plus:before{content:"擄"}.ti-lock-question:before{content:"櫓"}.ti-lock-search:before{content:"爐"}.ti-lock-share:before{content:"盧"}.ti-lock-square:before{content:""}.ti-lock-square-rounded:before{content:""}.ti-lock-star:before{content:"老"}.ti-lock-up:before{content:"蘆"}.ti-lock-x:before{content:"虜"}.ti-logic-and:before{content:""}.ti-logic-buffer:before{content:""}.ti-logic-nand:before{content:""}.ti-logic-nor:before{content:""}.ti-logic-not:before{content:""}.ti-logic-or:before{content:""}.ti-logic-xnor:before{content:""}.ti-logic-xor:before{content:""}.ti-login:before{content:""}.ti-login-2:before{content:"ﱶ"}.ti-logout:before{content:""}.ti-logout-2:before{content:"奄"}.ti-logs:before{content:"ﺧ"}.ti-lollipop:before{content:""}.ti-lollipop-off:before{content:""}.ti-luggage:before{content:""}.ti-luggage-off:before{content:""}.ti-lungs:before{content:""}.ti-lungs-off:before{content:""}.ti-macro:before{content:""}.ti-macro-off:before{content:""}.ti-magnet:before{content:""}.ti-magnet-off:before{content:""}.ti-magnetic:before{content:"ﲹ"}.ti-mail:before{content:""}.ti-mail-ai:before{content:"僧"}.ti-mail-bitcoin:before{content:"Ｖ"}.ti-mail-bolt:before{content:"路"}.ti-mail-cancel:before{content:"露"}.ti-mail-check:before{content:"魯"}.ti-mail-code:before{content:"鷺"}.ti-mail-cog:before{content:"碌"}.ti-mail-dollar:before{content:"祿"}.ti-mail-down:before{content:"綠"}.ti-mail-exclamation:before{content:"菉"}.ti-mail-fast:before{content:""}.ti-mail-forward:before{content:""}.ti-mail-heart:before{content:"錄"}.ti-mail-minus:before{content:"鹿"}.ti-mail-off:before{content:""}.ti-mail-opened:before{content:""}.ti-mail-pause:before{content:"論"}.ti-mail-pin:before{content:"壟"}.ti-mail-plus:before{content:"弄"}.ti-mail-question:before{content:"籠"}.ti-mail-search:before{content:"聾"}.ti-mail-share:before{content:"牢"}.ti-mail-spark:before{content:"ﾳ"}.ti-mail-star:before{content:"磊"}.ti-mail-up:before{content:"賂"}.ti-mail-x:before{content:"雷"}.ti-mailbox:before{content:""}.ti-mailbox-off:before{content:""}.ti-man:before{content:""}.ti-manual-gearbox:before{content:""}.ti-map:before{content:""}.ti-map-2:before{content:""}.ti-map-bolt:before{content:"﯃"}.ti-map-cancel:before{content:"﯄"}.ti-map-check:before{content:"﯅"}.ti-map-code:before{content:"﯆"}.ti-map-cog:before{content:"﯇"}.ti-map-discount:before{content:"﯈"}.ti-map-dollar:before{content:"﯉"}.ti-map-down:before{content:"﯊"}.ti-map-east:before{content:"ﱝ"}.ti-map-exclamation:before{content:"﯋"}.ti-map-heart:before{content:"﯌"}.ti-map-lock:before{content:"𐈃"}.ti-map-minus:before{content:"﯍"}.ti-map-north:before{content:"ﱞ"}.ti-map-off:before{content:""}.ti-map-pause:before{content:"﯎"}.ti-map-pin:before{content:""}.ti-map-pin-2:before{content:"ﱈ"}.ti-map-pin-bolt:before{content:"壘"}.ti-map-pin-cancel:before{content:"屢"}.ti-map-pin-check:before{content:"樓"}.ti-map-pin-code:before{content:"淚"}.ti-map-pin-cog:before{content:"漏"}.ti-map-pin-dollar:before{content:"累"}.ti-map-pin-down:before{content:"縷"}.ti-map-pin-exclamation:before{content:"陋"}.ti-map-pin-heart:before{content:"勒"}.ti-map-pin-minus:before{content:"肋"}.ti-map-pin-off:before{content:""}.ti-map-pin-pause:before{content:"凜"}.ti-map-pin-pin:before{content:"凌"}.ti-map-pin-plus:before{content:"稜"}.ti-map-pin-question:before{content:"綾"}.ti-map-pin-search:before{content:"菱"}.ti-map-pin-share:before{content:""}.ti-map-pin-star:before{content:"陵"}.ti-map-pin-up:before{content:"讀"}.ti-map-pin-x:before{content:"拏"}.ti-map-pins:before{content:""}.ti-map-plus:before{content:"﯏"}.ti-map-question:before{content:"﯐"}.ti-map-route:before{content:"ﱹ"}.ti-map-search:before{content:""}.ti-map-share:before{content:"﯑"}.ti-map-shield:before{content:"𐈂"}.ti-map-south:before{content:"ﱟ"}.ti-map-star:before{content:"﯒"}.ti-map-up:before{content:"ﯓ"}.ti-map-west:before{content:"ﱠ"}.ti-map-x:before{content:"ﯔ"}.ti-markdown:before{content:""}.ti-markdown-off:before{content:""}.ti-marquee:before{content:""}.ti-marquee-2:before{content:""}.ti-marquee-off:before{content:""}.ti-mars:before{content:""}.ti-mask:before{content:""}.ti-mask-off:before{content:""}.ti-masks-theater:before{content:""}.ti-masks-theater-off:before{content:""}.ti-massage:before{content:""}.ti-matchstick:before{content:""}.ti-math:before{content:""}.ti-math-1-divide-2:before{content:""}.ti-math-1-divide-3:before{content:""}.ti-math-avg:before{content:""}.ti-math-cos:before{content:"？"}.ti-math-ctg:before{content:"Ｕ"}.ti-math-equal-greater:before{content:""}.ti-math-equal-lower:before{content:""}.ti-math-function:before{content:""}.ti-math-function-off:before{content:""}.ti-math-function-y:before{content:""}.ti-math-greater:before{content:""}.ti-math-integral:before{content:""}.ti-math-integral-x:before{content:""}.ti-math-integrals:before{content:""}.ti-math-lower:before{content:""}.ti-math-max:before{content:""}.ti-math-max-min:before{content:"ﶠ"}.ti-math-min:before{content:""}.ti-math-not:before{content:""}.ti-math-off:before{content:""}.ti-math-pi:before{content:""}.ti-math-pi-divide-2:before{content:""}.ti-math-sec:before{content:"Ｔ"}.ti-math-sin:before{content:"＞"}.ti-math-symbols:before{content:""}.ti-math-tg:before{content:"Ｓ"}.ti-math-x-divide-2:before{content:""}.ti-math-x-divide-y:before{content:""}.ti-math-x-divide-y-2:before{content:""}.ti-math-x-floor-divide-y:before{content:"𐁳"}.ti-math-x-minus-x:before{content:""}.ti-math-x-minus-y:before{content:""}.ti-math-x-plus-x:before{content:""}.ti-math-x-plus-y:before{content:""}.ti-math-xy:before{content:""}.ti-math-y-minus-y:before{content:""}.ti-math-y-plus-y:before{content:""}.ti-matrix:before{content:"𐂼"}.ti-maximize:before{content:""}.ti-maximize-off:before{content:""}.ti-meat:before{content:""}.ti-meat-off:before{content:""}.ti-medal:before{content:""}.ti-medal-2:before{content:""}.ti-medical-cross:before{content:""}.ti-medical-cross-circle:before{content:"﫨"}.ti-medical-cross-off:before{content:""}.ti-medicine-syrup:before{content:""}.ti-meeple:before{content:""}.ti-melon:before{content:"ﱺ"}.ti-menorah:before{content:""}.ti-menu:before{content:""}.ti-menu-2:before{content:""}.ti-menu-3:before{content:"ｃ"}.ti-menu-4:before{content:"ｂ"}.ti-menu-deep:before{content:"﫻"}.ti-menu-order:before{content:""}.ti-mesh:before{content:"𐈁"}.ti-message:before{content:""}.ti-message-2:before{content:""}.ti-message-2-bolt:before{content:"樂"}.ti-message-2-cancel:before{content:"諾"}.ti-message-2-check:before{content:"丹"}.ti-message-2-code:before{content:""}.ti-message-2-cog:before{content:"寧"}.ti-message-2-dollar:before{content:"怒"}.ti-message-2-down:before{content:"率"}.ti-message-2-exclamation:before{content:"異"}.ti-message-2-heart:before{content:"北"}.ti-message-2-minus:before{content:"磻"}.ti-message-2-off:before{content:""}.ti-message-2-pause:before{content:"便"}.ti-message-2-pin:before{content:"復"}.ti-message-2-plus:before{content:"不"}.ti-message-2-question:before{content:"泌"}.ti-message-2-search:before{content:"數"}.ti-message-2-share:before{content:""}.ti-message-2-star:before{content:"索"}.ti-message-2-up:before{content:"參"}.ti-message-2-x:before{content:"塞"}.ti-message-bolt:before{content:"省"}.ti-message-cancel:before{content:"葉"}.ti-message-chatbot:before{content:""}.ti-message-check:before{content:"說"}.ti-message-circle:before{content:""}.ti-message-circle-bolt:before{content:"殺"}.ti-message-circle-cancel:before{content:"辰"}.ti-message-circle-check:before{content:"沈"}.ti-message-circle-code:before{content:"拾"}.ti-message-circle-cog:before{content:"若"}.ti-message-circle-dollar:before{content:"掠"}.ti-message-circle-down:before{content:"略"}.ti-message-circle-exclamation:before{content:"亮"}.ti-message-circle-heart:before{content:"兩"}.ti-message-circle-minus:before{content:"凉"}.ti-message-circle-off:before{content:""}.ti-message-circle-pause:before{content:"梁"}.ti-message-circle-pin:before{content:"糧"}.ti-message-circle-plus:before{content:"良"}.ti-message-circle-question:before{content:"諒"}.ti-message-circle-search:before{content:"量"}.ti-message-circle-share:before{content:"勵"}.ti-message-circle-star:before{content:"呂"}.ti-message-circle-up:before{content:"女"}.ti-message-circle-user:before{content:"ﻅ"}.ti-message-circle-x:before{content:"廬"}.ti-message-code:before{content:""}.ti-message-cog:before{content:"旅"}.ti-message-dollar:before{content:"濾"}.ti-message-dots:before{content:""}.ti-message-down:before{content:"礪"}.ti-message-exclamation:before{content:"閭"}.ti-message-forward:before{content:""}.ti-message-heart:before{content:"驪"}.ti-message-language:before{content:""}.ti-message-minus:before{content:"麗"}.ti-message-off:before{content:""}.ti-message-pause:before{content:"黎"}.ti-message-pin:before{content:"力"}.ti-message-plus:before{content:""}.ti-message-question:before{content:"曆"}.ti-message-reply:before{content:"﵍"}.ti-message-report:before{content:""}.ti-message-search:before{content:"歷"}.ti-message-share:before{content:""}.ti-message-star:before{content:"轢"}.ti-message-up:before{content:"年"}.ti-message-user:before{content:"ﻄ"}.ti-message-x:before{content:"憐"}.ti-messages:before{content:""}.ti-messages-off:before{content:""}.ti-meteor:before{content:""}.ti-meteor-off:before{content:""}.ti-meter-cube:before{content:"ﵼ"}.ti-meter-square:before{content:"ﵽ"}.ti-metronome:before{content:"ﴥ"}.ti-michelin-bib-gourmand:before{content:"﫩"}.ti-michelin-star:before{content:"﫫"}.ti-michelin-star-green:before{content:"﫪"}.ti-mickey:before{content:""}.ti-microfrontends:before{content:"𐇮"}.ti-microphone:before{content:""}.ti-microphone-2:before{content:""}.ti-microphone-2-off:before{content:""}.ti-microphone-off:before{content:""}.ti-microscope:before{content:""}.ti-microscope-off:before{content:""}.ti-microwave:before{content:""}.ti-microwave-off:before{content:""}.ti-middleware:before{content:"𐇭"}.ti-military-award:before{content:""}.ti-military-rank:before{content:""}.ti-milk:before{content:""}.ti-milk-off:before{content:""}.ti-milkshake:before{content:""}.ti-minimize:before{content:""}.ti-minus:before{content:""}.ti-minus-vertical:before{content:""}.ti-mist:before{content:""}.ti-mist-off:before{content:""}.ti-mobiledata:before{content:"淋"}.ti-mobiledata-off:before{content:"林"}.ti-moneybag:before{content:""}.ti-moneybag-edit:before{content:"𐄽"}.ti-moneybag-heart:before{content:"𐄼"}.ti-moneybag-minus:before{content:"𐄻"}.ti-moneybag-move:before{content:"𐄹"}.ti-moneybag-move-back:before{content:"𐄺"}.ti-moneybag-plus:before{content:"𐄸"}.ti-monkeybar:before{content:"ﺴ"}.ti-mood-angry:before{content:""}.ti-mood-annoyed:before{content:""}.ti-mood-annoyed-2:before{content:""}.ti-mood-bitcoin:before{content:"Ｒ"}.ti-mood-boy:before{content:""}.ti-mood-check:before{content:""}.ti-mood-cog:before{content:""}.ti-mood-confuzed:before{content:""}.ti-mood-crazy-happy:before{content:""}.ti-mood-cry:before{content:""}.ti-mood-dollar:before{content:""}.ti-mood-edit:before{content:"洞"}.ti-mood-empty:before{content:""}.ti-mood-happy:before{content:""}.ti-mood-heart:before{content:""}.ti-mood-kid:before{content:""}.ti-mood-look-down:before{content:"ﴷ"}.ti-mood-look-left:before{content:""}.ti-mood-look-right:before{content:""}.ti-mood-look-up:before{content:"ﴸ"}.ti-mood-minus:before{content:""}.ti-mood-nerd:before{content:""}.ti-mood-nervous:before{content:""}.ti-mood-neutral:before{content:""}.ti-mood-off:before{content:""}.ti-mood-pin:before{content:""}.ti-mood-plus:before{content:""}.ti-mood-puzzled:before{content:"ﴹ"}.ti-mood-sad:before{content:""}.ti-mood-sad-2:before{content:""}.ti-mood-sad-dizzy:before{content:""}.ti-mood-sad-squint:before{content:""}.ti-mood-search:before{content:""}.ti-mood-share:before{content:"暴"}.ti-mood-sick:before{content:""}.ti-mood-silence:before{content:""}.ti-mood-sing:before{content:""}.ti-mood-smile:before{content:""}.ti-mood-smile-beam:before{content:""}.ti-mood-smile-dizzy:before{content:""}.ti-mood-spark:before{content:"ﾲ"}.ti-mood-surprised:before{content:""}.ti-mood-tongue:before{content:""}.ti-mood-tongue-wink:before{content:""}.ti-mood-tongue-wink-2:before{content:""}.ti-mood-unamused:before{content:""}.ti-mood-up:before{content:""}.ti-mood-wink:before{content:""}.ti-mood-wink-2:before{content:""}.ti-mood-wrrr:before{content:""}.ti-mood-x:before{content:""}.ti-mood-xd:before{content:""}.ti-moon:before{content:""}.ti-moon-2:before{content:""}.ti-moon-off:before{content:""}.ti-moon-stars:before{content:""}.ti-moped:before{content:""}.ti-mosque:before{content:"𐈴"}.ti-motorbike:before{content:""}.ti-mountain:before{content:""}.ti-mountain-off:before{content:""}.ti-mouse:before{content:""}.ti-mouse-2:before{content:""}.ti-mouse-off:before{content:""}.ti-moustache:before{content:""}.ti-movie:before{content:""}.ti-movie-off:before{content:""}.ti-mug:before{content:""}.ti-mug-off:before{content:""}.ti-multiplier-0-5x:before{content:""}.ti-multiplier-1-5x:before{content:""}.ti-multiplier-1x:before{content:""}.ti-multiplier-2x:before{content:""}.ti-mushroom:before{content:""}.ti-mushroom-off:before{content:""}.ti-music:before{content:""}.ti-music-bolt:before{content:"ﯕ"}.ti-music-cancel:before{content:"ﯖ"}.ti-music-check:before{content:"ﯗ"}.ti-music-code:before{content:"ﯘ"}.ti-music-cog:before{content:"ﯙ"}.ti-music-discount:before{content:"ﯚ"}.ti-music-dollar:before{content:"ﯛ"}.ti-music-down:before{content:"ﯜ"}.ti-music-exclamation:before{content:"ﯝ"}.ti-music-heart:before{content:"ﯞ"}.ti-music-minus:before{content:"ﯟ"}.ti-music-off:before{content:""}.ti-music-pause:before{content:"ﯠ"}.ti-music-pin:before{content:"ﯡ"}.ti-music-plus:before{content:"ﯢ"}.ti-music-question:before{content:"ﯣ"}.ti-music-search:before{content:"ﯤ"}.ti-music-share:before{content:"ﯥ"}.ti-music-star:before{content:"ﯦ"}.ti-music-up:before{content:"ﯧ"}.ti-music-x:before{content:"ﯨ"}.ti-navigation:before{content:""}.ti-navigation-bolt:before{content:"ﯩ"}.ti-navigation-cancel:before{content:"ﯪ"}.ti-navigation-check:before{content:"ﯫ"}.ti-navigation-code:before{content:"ﯬ"}.ti-navigation-cog:before{content:"ﯭ"}.ti-navigation-discount:before{content:"ﯮ"}.ti-navigation-dollar:before{content:"ﯯ"}.ti-navigation-down:before{content:"ﯰ"}.ti-navigation-east:before{content:"ﲺ"}.ti-navigation-exclamation:before{content:"ﯱ"}.ti-navigation-heart:before{content:"ﯲ"}.ti-navigation-minus:before{content:"ﯳ"}.ti-navigation-north:before{content:"ﲻ"}.ti-navigation-off:before{content:""}.ti-navigation-pause:before{content:"ﯴ"}.ti-navigation-pin:before{content:"ﯵ"}.ti-navigation-plus:before{content:"ﯶ"}.ti-navigation-question:before{content:"ﯷ"}.ti-navigation-search:before{content:"ﯸ"}.ti-navigation-share:before{content:"ﯹ"}.ti-navigation-south:before{content:"ﲼ"}.ti-navigation-star:before{content:"ﯺ"}.ti-navigation-top:before{content:"﫬"}.ti-navigation-up:before{content:"ﯻ"}.ti-navigation-west:before{content:"ﲽ"}.ti-navigation-x:before{content:"ﯼ"}.ti-needle:before{content:""}.ti-needle-thread:before{content:""}.ti-network:before{content:""}.ti-network-off:before{content:""}.ti-new-section:before{content:""}.ti-news:before{content:""}.ti-news-off:before{content:""}.ti-nfc:before{content:""}.ti-nfc-off:before{content:""}.ti-no-copyright:before{content:""}.ti-no-creative-commons:before{content:""}.ti-no-derivatives:before{content:""}.ti-noise-reduction:before{content:"𐉣"}.ti-north-star:before{content:""}.ti-notdef:before{content:"𐉈"}.ti-note:before{content:""}.ti-note-off:before{content:""}.ti-notebook:before{content:""}.ti-notebook-off:before{content:""}.ti-notes:before{content:""}.ti-notes-off:before{content:""}.ti-notification:before{content:""}.ti-notification-off:before{content:""}.ti-number:before{content:""}.ti-number-0:before{content:""}.ti-number-0-small:before{content:"ﳡ"}.ti-number-1:before{content:""}.ti-number-1-small:before{content:"ﳢ"}.ti-number-10:before{content:"𐁞"}.ti-number-10-small:before{content:"ﳣ"}.ti-number-100-small:before{content:"𐀅"}.ti-number-11:before{content:"𐁝"}.ti-number-11-small:before{content:"ﳤ"}.ti-number-12-small:before{content:"ﳥ"}.ti-number-123:before{content:""}.ti-number-13-small:before{content:"ﳦ"}.ti-number-14-small:before{content:"ﳧ"}.ti-number-15-small:before{content:"ﳨ"}.ti-number-16-small:before{content:"ﳩ"}.ti-number-17-small:before{content:"ﳪ"}.ti-number-18-small:before{content:"ﳫ"}.ti-number-19-small:before{content:"ﳬ"}.ti-number-2:before{content:""}.ti-number-2-small:before{content:"ﳭ"}.ti-number-20-small:before{content:"ﳮ"}.ti-number-21-small:before{content:"ﳯ"}.ti-number-22-small:before{content:"ﳰ"}.ti-number-23-small:before{content:"ﳱ"}.ti-number-24-small:before{content:"ﳲ"}.ti-number-25-small:before{content:"ﳳ"}.ti-number-26-small:before{content:"ﳴ"}.ti-number-27-small:before{content:"ﳵ"}.ti-number-28-small:before{content:"ﳶ"}.ti-number-29-small:before{content:"ﳷ"}.ti-number-3:before{content:""}.ti-number-3-small:before{content:"ﳸ"}.ti-number-30-small:before{content:"𐀄"}.ti-number-31-small:before{content:"𐀃"}.ti-number-32-small:before{content:"𐀂"}.ti-number-33-small:before{content:"𐀁"}.ti-number-34-small:before{content:"𐀀"}.ti-number-35-small:before{content:"𐈐"}.ti-number-36-small:before{content:"𐈑"}.ti-number-37-small:before{content:"𐈒"}.ti-number-38-small:before{content:"𐈓"}.ti-number-39-small:before{content:"𐈔"}.ti-number-4:before{content:""}.ti-number-4-small:before{content:"ﳹ"}.ti-number-40-small:before{content:"𐈕"}.ti-number-41-small:before{content:"𐈖"}.ti-number-42-small:before{content:"𐈗"}.ti-number-43-small:before{content:"𐈘"}.ti-number-44-small:before{content:"𐈙"}.ti-number-45-small:before{content:"𐈚"}.ti-number-46-small:before{content:"𐈛"}.ti-number-47-small:before{content:"𐈜"}.ti-number-48-small:before{content:"𐈝"}.ti-number-49-small:before{content:"𐈞"}.ti-number-5:before{content:""}.ti-number-5-small:before{content:"ﳺ"}.ti-number-50-small:before{content:"𐈟"}.ti-number-51-small:before{content:"￯"}.ti-number-52-small:before{content:"￮"}.ti-number-53-small:before{content:"￭"}.ti-number-54-small:before{content:"￬"}.ti-number-55-small:before{content:"￫"}.ti-number-56-small:before{content:"￪"}.ti-number-57-small:before{content:"￩"}.ti-number-58-small:before{content:"￨"}.ti-number-59-small:before{content:"￧"}.ti-number-6:before{content:""}.ti-number-6-small:before{content:"ﳻ"}.ti-number-60-small:before{content:"￦"}.ti-number-61-small:before{content:"￥"}.ti-number-62-small:before{content:"￤"}.ti-number-63-small:before{content:"￣"}.ti-number-64-small:before{content:"￢"}.ti-number-65-small:before{content:"￡"}.ti-number-66-small:before{content:"￠"}.ti-number-67-small:before{content:"￟"}.ti-number-68-small:before{content:"￞"}.ti-number-69-small:before{content:"￝"}.ti-number-7:before{content:""}.ti-number-7-small:before{content:"ﳼ"}.ti-number-70-small:before{content:"ￜ"}.ti-number-71-small:before{content:"ￛ"}.ti-number-72-small:before{content:"ￚ"}.ti-number-73-small:before{content:"￙"}.ti-number-74-small:before{content:"￘"}.ti-number-75-small:before{content:"ￗ"}.ti-number-76-small:before{content:"ￖ"}.ti-number-77-small:before{content:"ￕ"}.ti-number-78-small:before{content:"ￔ"}.ti-number-79-small:before{content:"ￓ"}.ti-number-8:before{content:""}.ti-number-8-small:before{content:"ﳽ"}.ti-number-80-small:before{content:"ￒ"}.ti-number-81-small:before{content:"￑"}.ti-number-82-small:before{content:"￐"}.ti-number-83-small:before{content:"ￏ"}.ti-number-84-small:before{content:"ￎ"}.ti-number-85-small:before{content:"ￍ"}.ti-number-86-small:before{content:"ￌ"}.ti-number-87-small:before{content:"ￋ"}.ti-number-88-small:before{content:"ￊ"}.ti-number-89-small:before{content:"￉"}.ti-number-9:before{content:""}.ti-number-9-small:before{content:"ﳾ"}.ti-number-90-small:before{content:"￈"}.ti-number-91-small:before{content:"ￇ"}.ti-number-92-small:before{content:"ￆ"}.ti-number-93-small:before{content:"ￅ"}.ti-number-94-small:before{content:"ￄ"}.ti-number-95-small:before{content:"ￃ"}.ti-number-96-small:before{content:"ￂ"}.ti-number-97-small:before{content:"￁"}.ti-number-98-small:before{content:"￀"}.ti-number-99-small:before{content:"﾿"}.ti-numbers:before{content:""}.ti-nurse:before{content:""}.ti-nut:before{content:"ﱡ"}.ti-object-scan:before{content:"ﻱ"}.ti-octagon:before{content:""}.ti-octagon-minus:before{content:"ﲒ"}.ti-octagon-minus-2:before{content:"ﲑ"}.ti-octagon-off:before{content:""}.ti-octagon-plus:before{content:"ﲔ"}.ti-octagon-plus-2:before{content:"ﲓ"}.ti-octahedron:before{content:"类"}.ti-octahedron-off:before{content:"窱"}.ti-octahedron-plus:before{content:"節"}.ti-old:before{content:""}.ti-olympic-torch:before{content:"𐈨"}.ti-olympics:before{content:""}.ti-olympics-off:before{content:""}.ti-om:before{content:""}.ti-omega:before{content:""}.ti-option:before{content:"𐆟"}.ti-outbound:before{content:""}.ti-outlet:before{content:""}.ti-oval:before{content:""}.ti-oval-vertical:before{content:""}.ti-overline:before{content:""}.ti-package:before{content:""}.ti-package-export:before{content:""}.ti-package-import:before{content:""}.ti-package-off:before{content:""}.ti-packages:before{content:""}.ti-pacman:before{content:""}.ti-page-break:before{content:""}.ti-paint:before{content:""}.ti-paint-off:before{content:""}.ti-palette:before{content:""}.ti-palette-off:before{content:""}.ti-panorama-horizontal:before{content:""}.ti-panorama-horizontal-off:before{content:""}.ti-panorama-vertical:before{content:""}.ti-panorama-vertical-off:before{content:""}.ti-paper-bag:before{content:""}.ti-paper-bag-off:before{content:""}.ti-paperclip:before{content:""}.ti-parachute:before{content:""}.ti-parachute-off:before{content:""}.ti-parentheses:before{content:""}.ti-parentheses-off:before{content:""}.ti-parking:before{content:""}.ti-parking-circle:before{content:"ﵚ"}.ti-parking-meter:before{content:"𐈧"}.ti-parking-off:before{content:""}.ti-password:before{content:""}.ti-password-fingerprint:before{content:"ﱻ"}.ti-password-mobile-phone:before{content:"ﱼ"}.ti-password-user:before{content:"ﱽ"}.ti-paw:before{content:""}.ti-paw-off:before{content:""}.ti-paywall:before{content:"ﵾ"}.ti-pdf:before{content:""}.ti-peace:before{content:""}.ti-pencil:before{content:""}.ti-pencil-bolt:before{content:"ﯽ"}.ti-pencil-cancel:before{content:"ﯾ"}.ti-pencil-check:before{content:"ﯿ"}.ti-pencil-code:before{content:"ﰀ"}.ti-pencil-cog:before{content:"ﰁ"}.ti-pencil-discount:before{content:"ﰂ"}.ti-pencil-dollar:before{content:"ﰃ"}.ti-pencil-down:before{content:"ﰄ"}.ti-pencil-exclamation:before{content:"ﰅ"}.ti-pencil-heart:before{content:"ﰆ"}.ti-pencil-minus:before{content:""}.ti-pencil-off:before{content:""}.ti-pencil-pause:before{content:"ﰇ"}.ti-pencil-pin:before{content:"ﰈ"}.ti-pencil-plus:before{content:""}.ti-pencil-question:before{content:"ﰉ"}.ti-pencil-search:before{content:"ﰊ"}.ti-pencil-share:before{content:"ﰋ"}.ti-pencil-star:before{content:"ﰌ"}.ti-pencil-up:before{content:"ﰍ"}.ti-pencil-x:before{content:"ﰎ"}.ti-pendulum:before{content:"𐈳"}.ti-pennant:before{content:""}.ti-pennant-2:before{content:""}.ti-pennant-off:before{content:""}.ti-pentagon:before{content:""}.ti-pentagon-minus:before{content:"ﺳ"}.ti-pentagon-number-0:before{content:"ﱾ"}.ti-pentagon-number-1:before{content:"ﱿ"}.ti-pentagon-number-2:before{content:"ﲀ"}.ti-pentagon-number-3:before{content:"ﲁ"}.ti-pentagon-number-4:before{content:"ﲂ"}.ti-pentagon-number-5:before{content:"ﲃ"}.ti-pentagon-number-6:before{content:"ﲄ"}.ti-pentagon-number-7:before{content:"ﲅ"}.ti-pentagon-number-8:before{content:"ﲆ"}.ti-pentagon-number-9:before{content:"ﲇ"}.ti-pentagon-off:before{content:""}.ti-pentagon-plus:before{content:"ﱉ"}.ti-pentagon-x:before{content:"ﲈ"}.ti-pentagram:before{content:""}.ti-pepper:before{content:""}.ti-pepper-off:before{content:""}.ti-percentage:before{content:""}.ti-percentage-0:before{content:"ﻥ"}.ti-percentage-10:before{content:"ﻤ"}.ti-percentage-100:before{content:"ﻣ"}.ti-percentage-20:before{content:"ﻢ"}.ti-percentage-25:before{content:"ﻡ"}.ti-percentage-30:before{content:"ﻠ"}.ti-percentage-33:before{content:"ﻟ"}.ti-percentage-40:before{content:"ﻞ"}.ti-percentage-50:before{content:"ﻝ"}.ti-percentage-60:before{content:"ﻜ"}.ti-percentage-66:before{content:"ﻛ"}.ti-percentage-70:before{content:"ﻚ"}.ti-percentage-75:before{content:"ﻙ"}.ti-percentage-80:before{content:"ﻘ"}.ti-percentage-90:before{content:"ﻗ"}.ti-perfume:before{content:""}.ti-perspective:before{content:""}.ti-perspective-off:before{content:""}.ti-phone:before{content:""}.ti-phone-call:before{content:""}.ti-phone-calling:before{content:""}.ti-phone-check:before{content:""}.ti-phone-done:before{content:"ﾞ"}.ti-phone-end:before{content:"ﾝ"}.ti-phone-incoming:before{content:""}.ti-phone-off:before{content:""}.ti-phone-outgoing:before{content:""}.ti-phone-pause:before{content:""}.ti-phone-plus:before{content:""}.ti-phone-ringing:before{content:"ﾜ"}.ti-phone-spark:before{content:"ﾱ"}.ti-phone-x:before{content:""}.ti-photo:before{content:""}.ti-photo-ai:before{content:"免"}.ti-photo-alt:before{content:"𐉢"}.ti-photo-bitcoin:before{content:"Ｑ"}.ti-photo-bolt:before{content:"戀"}.ti-photo-cancel:before{content:""}.ti-photo-check:before{content:""}.ti-photo-circle:before{content:"ﱊ"}.ti-photo-circle-minus:before{content:"ﱢ"}.ti-photo-circle-plus:before{content:"ﱣ"}.ti-photo-code:before{content:"撚"}.ti-photo-cog:before{content:"漣"}.ti-photo-dollar:before{content:"煉"}.ti-photo-down:before{content:""}.ti-photo-edit:before{content:""}.ti-photo-exclamation:before{content:"璉"}.ti-photo-heart:before{content:""}.ti-photo-hexagon:before{content:"ﱋ"}.ti-photo-minus:before{content:""}.ti-photo-off:before{content:""}.ti-photo-pause:before{content:"秊"}.ti-photo-pentagon:before{content:"ﱌ"}.ti-photo-pin:before{content:"練"}.ti-photo-plus:before{content:""}.ti-photo-question:before{content:"聯"}.ti-photo-scan:before{content:"ﲨ"}.ti-photo-search:before{content:""}.ti-photo-sensor:before{content:""}.ti-photo-sensor-2:before{content:""}.ti-photo-sensor-3:before{content:""}.ti-photo-share:before{content:"輦"}.ti-photo-shield:before{content:""}.ti-photo-spark:before{content:"ﾰ"}.ti-photo-square-rounded:before{content:"ﱍ"}.ti-photo-star:before{content:""}.ti-photo-up:before{content:""}.ti-photo-video:before{content:"ﲕ"}.ti-photo-x:before{content:""}.ti-physotherapist:before{content:""}.ti-piano:before{content:"䀘"}.ti-pick:before{content:"﫼"}.ti-picnic-table:before{content:"ﻖ"}.ti-picture-in-picture:before{content:""}.ti-picture-in-picture-off:before{content:""}.ti-picture-in-picture-on:before{content:""}.ti-picture-in-picture-top:before{content:""}.ti-pig:before{content:""}.ti-pig-money:before{content:""}.ti-pig-off:before{content:""}.ti-pilcrow:before{content:""}.ti-pilcrow-left:before{content:"ﵿ"}.ti-pilcrow-right:before{content:"ﶀ"}.ti-pill:before{content:""}.ti-pill-off:before{content:""}.ti-pillow:before{content:"𐈦"}.ti-pills:before{content:""}.ti-pin:before{content:""}.ti-pin-end:before{content:"ﵛ"}.ti-pin-invoke:before{content:"ﵜ"}.ti-ping-pong:before{content:""}.ti-pinned:before{content:""}.ti-pinned-off:before{content:""}.ti-pipeline:before{content:"𐈥"}.ti-pizza:before{content:""}.ti-pizza-off:before{content:""}.ti-placeholder:before{content:""}.ti-plane:before{content:""}.ti-plane-arrival:before{content:""}.ti-plane-departure:before{content:""}.ti-plane-inflight:before{content:""}.ti-plane-off:before{content:""}.ti-plane-tilt:before{content:""}.ti-planet:before{content:""}.ti-planet-off:before{content:""}.ti-plant:before{content:""}.ti-plant-2:before{content:""}.ti-plant-2-off:before{content:""}.ti-plant-off:before{content:""}.ti-play-basketball:before{content:"辶"}.ti-play-card:before{content:""}.ti-play-card-1:before{content:"𐁜"}.ti-play-card-10:before{content:"𐁛"}.ti-play-card-2:before{content:"𐁚"}.ti-play-card-3:before{content:"𐁙"}.ti-play-card-4:before{content:"𐁘"}.ti-play-card-5:before{content:"𐁗"}.ti-play-card-6:before{content:"𐁖"}.ti-play-card-7:before{content:"𐁕"}.ti-play-card-8:before{content:"𐁔"}.ti-play-card-9:before{content:"𐁓"}.ti-play-card-a:before{content:"𐁒"}.ti-play-card-j:before{content:"𐁑"}.ti-play-card-k:before{content:"𐁐"}.ti-play-card-off:before{content:""}.ti-play-card-q:before{content:"𐁏"}.ti-play-card-star:before{content:"𐁎"}.ti-play-football:before{content:"逸"}.ti-play-handball:before{content:"難"}.ti-play-volleyball:before{content:"響"}.ti-player-eject:before{content:""}.ti-player-pause:before{content:""}.ti-player-play:before{content:""}.ti-player-record:before{content:""}.ti-player-skip-back:before{content:""}.ti-player-skip-forward:before{content:""}.ti-player-stop:before{content:""}.ti-player-track-next:before{content:""}.ti-player-track-prev:before{content:""}.ti-playlist:before{content:""}.ti-playlist-add:before{content:""}.ti-playlist-off:before{content:""}.ti-playlist-x:before{content:""}.ti-playstation-circle:before{content:""}.ti-playstation-square:before{content:""}.ti-playstation-triangle:before{content:""}.ti-playstation-x:before{content:""}.ti-plug:before{content:""}.ti-plug-connected:before{content:""}.ti-plug-connected-x:before{content:""}.ti-plug-off:before{content:""}.ti-plug-x:before{content:""}.ti-plunger:before{content:"𐈲"}.ti-plus:before{content:""}.ti-plus-equal:before{content:""}.ti-plus-minus:before{content:""}.ti-png:before{content:""}.ti-podium:before{content:""}.ti-podium-off:before{content:""}.ti-point:before{content:""}.ti-point-off:before{content:""}.ti-pointer:before{content:""}.ti-pointer-2:before{content:"𐉡"}.ti-pointer-bolt:before{content:"蓮"}.ti-pointer-cancel:before{content:"連"}.ti-pointer-check:before{content:"鍊"}.ti-pointer-code:before{content:"列"}.ti-pointer-cog:before{content:"劣"}.ti-pointer-collaboration:before{content:"𐉟"}.ti-pointer-collaboration-2:before{content:"𐉠"}.ti-pointer-dollar:before{content:"咽"}.ti-pointer-down:before{content:"烈"}.ti-pointer-exclamation:before{content:"裂"}.ti-pointer-heart:before{content:"說"}.ti-pointer-minus:before{content:"廉"}.ti-pointer-off:before{content:"念"}.ti-pointer-pause:before{content:"捻"}.ti-pointer-pin:before{content:"殮"}.ti-pointer-plus:before{content:"簾"}.ti-pointer-question:before{content:"獵"}.ti-pointer-search:before{content:"令"}.ti-pointer-share:before{content:"囹"}.ti-pointer-star:before{content:"寧"}.ti-pointer-up:before{content:"嶺"}.ti-pointer-x:before{content:"怜"}.ti-pokeball:before{content:""}.ti-pokeball-off:before{content:""}.ti-poker-chip:before{content:""}.ti-polaroid:before{content:""}.ti-polygon:before{content:""}.ti-polygon-off:before{content:""}.ti-poo:before{content:""}.ti-pool:before{content:""}.ti-pool-off:before{content:""}.ti-power:before{content:""}.ti-pray:before{content:""}.ti-premium-rights:before{content:""}.ti-prescription:before{content:""}.ti-presentation:before{content:""}.ti-presentation-analytics:before{content:""}.ti-presentation-off:before{content:""}.ti-printer:before{content:""}.ti-printer-off:before{content:""}.ti-prism:before{content:"缾"}.ti-prism-light:before{content:"ﺦ"}.ti-prism-off:before{content:"絛"}.ti-prism-plus:before{content:"練"}.ti-prison:before{content:""}.ti-progress:before{content:"嗀"}.ti-progress-alert:before{content:"輻"}.ti-progress-bolt:before{content:"行"}.ti-progress-check:before{content:"降"}.ti-progress-down:before{content:"見"}.ti-progress-help:before{content:"廓"}.ti-progress-x:before{content:"兀"}.ti-prompt:before{content:""}.ti-prong:before{content:"ﶡ"}.ti-propeller:before{content:""}.ti-propeller-off:before{content:""}.ti-protocol:before{content:"ﶁ"}.ti-pumpkin-scary:before{content:""}.ti-puzzle:before{content:""}.ti-puzzle-2:before{content:""}.ti-puzzle-off:before{content:""}.ti-pyramid:before{content:""}.ti-pyramid-off:before{content:""}.ti-pyramid-plus:before{content:"者"}.ti-qrcode:before{content:""}.ti-qrcode-off:before{content:""}.ti-question-mark:before{content:""}.ti-queue-pop-in:before{content:"𐈀"}.ti-queue-pop-out:before{content:"𐇿"}.ti-quote:before{content:""}.ti-quote-off:before{content:""}.ti-quote-open:before{content:"𐈤"}.ti-quotes:before{content:"ﬞ"}.ti-radar:before{content:""}.ti-radar-2:before{content:""}.ti-radar-off:before{content:""}.ti-radio:before{content:""}.ti-radio-off:before{content:""}.ti-radioactive:before{content:""}.ti-radioactive-off:before{content:""}.ti-radius-bottom-left:before{content:""}.ti-radius-bottom-right:before{content:""}.ti-radius-top-left:before{content:""}.ti-radius-top-right:before{content:""}.ti-rainbow:before{content:""}.ti-rainbow-off:before{content:""}.ti-rating-12-plus:before{content:""}.ti-rating-14-plus:before{content:""}.ti-rating-16-plus:before{content:""}.ti-rating-18-plus:before{content:""}.ti-rating-21-plus:before{content:""}.ti-razor:before{content:""}.ti-razor-electric:before{content:""}.ti-receipt:before{content:""}.ti-receipt-2:before{content:""}.ti-receipt-bitcoin:before{content:"ﵦ"}.ti-receipt-dollar:before{content:"ﵧ"}.ti-receipt-euro:before{content:"ﵨ"}.ti-receipt-off:before{content:""}.ti-receipt-pound:before{content:"ﵩ"}.ti-receipt-refund:before{content:""}.ti-receipt-rupee:before{content:"ﶂ"}.ti-receipt-tax:before{content:""}.ti-receipt-yen:before{content:"ﵪ"}.ti-receipt-yuan:before{content:"ﵫ"}.ti-recharging:before{content:""}.ti-record-mail:before{content:""}.ti-record-mail-off:before{content:""}.ti-rectangle:before{content:""}.ti-rectangle-rounded-bottom:before{content:"﫭"}.ti-rectangle-rounded-top:before{content:"﫮"}.ti-rectangle-vertical:before{content:""}.ti-rectangular-prism:before{content:"蝹"}.ti-rectangular-prism-off:before{content:"荒"}.ti-rectangular-prism-plus:before{content:"華"}.ti-recycle:before{content:""}.ti-recycle-off:before{content:""}.ti-refresh:before{content:""}.ti-refresh-alert:before{content:""}.ti-refresh-dot:before{content:""}.ti-refresh-off:before{content:""}.ti-regex:before{content:""}.ti-regex-off:before{content:""}.ti-registered:before{content:""}.ti-relation-many-to-many:before{content:""}.ti-relation-one-to-many:before{content:""}.ti-relation-one-to-one:before{content:""}.ti-reload:before{content:""}.ti-reorder:before{content:"ﰕ"}.ti-repeat:before{content:""}.ti-repeat-off:before{content:""}.ti-repeat-once:before{content:""}.ti-replace:before{content:""}.ti-replace-off:before{content:""}.ti-replace-user:before{content:"𐃰"}.ti-report:before{content:""}.ti-report-analytics:before{content:""}.ti-report-medical:before{content:""}.ti-report-money:before{content:""}.ti-report-off:before{content:""}.ti-report-search:before{content:""}.ti-reserved-line:before{content:"臨"}.ti-resize:before{content:""}.ti-restore:before{content:"﫽"}.ti-rewind-backward-10:before{content:"諸"}.ti-rewind-backward-15:before{content:"請"}.ti-rewind-backward-20:before{content:"謁"}.ti-rewind-backward-30:before{content:"諾"}.ti-rewind-backward-40:before{content:"諭"}.ti-rewind-backward-5:before{content:"謹"}.ti-rewind-backward-50:before{content:"變"}.ti-rewind-backward-60:before{content:"贈"}.ti-rewind-forward-10:before{content:"輸"}.ti-rewind-forward-15:before{content:"遲"}.ti-rewind-forward-20:before{content:"醙"}.ti-rewind-forward-30:before{content:"鉶"}.ti-rewind-forward-40:before{content:"陼"}.ti-rewind-forward-5:before{content:"難"}.ti-rewind-forward-50:before{content:"靖"}.ti-rewind-forward-60:before{content:"韛"}.ti-ribbon-health:before{content:""}.ti-rings:before{content:"頻"}.ti-ripple:before{content:""}.ti-ripple-down:before{content:"𐆪"}.ti-ripple-off:before{content:""}.ti-ripple-up:before{content:"𐆩"}.ti-road:before{content:""}.ti-road-off:before{content:""}.ti-road-sign:before{content:""}.ti-robot:before{content:""}.ti-robot-face:before{content:"ﲾ"}.ti-robot-off:before{content:""}.ti-rocket:before{content:""}.ti-rocket-off:before{content:""}.ti-roller-skating:before{content:""}.ti-rollercoaster:before{content:""}.ti-rollercoaster-off:before{content:""}.ti-rosette:before{content:""}.ti-rosette-asterisk:before{content:"𐆨"}.ti-rosette-discount:before{content:""}.ti-rosette-discount-check:before{content:""}.ti-rosette-discount-check-off:before{content:"０"}.ti-rosette-discount-off:before{content:""}.ti-rosette-number-0:before{content:""}.ti-rosette-number-1:before{content:""}.ti-rosette-number-2:before{content:""}.ti-rosette-number-3:before{content:""}.ti-rosette-number-4:before{content:""}.ti-rosette-number-5:before{content:""}.ti-rosette-number-6:before{content:""}.ti-rosette-number-7:before{content:""}.ti-rosette-number-8:before{content:""}.ti-rosette-number-9:before{content:""}.ti-rotate:before{content:""}.ti-rotate-2:before{content:""}.ti-rotate-360:before{content:""}.ti-rotate-3d:before{content:""}.ti-rotate-clockwise:before{content:""}.ti-rotate-clockwise-2:before{content:""}.ti-rotate-dot:before{content:""}.ti-rotate-rectangle:before{content:""}.ti-roulette:before{content:"𐉞"}.ti-route:before{content:""}.ti-route-2:before{content:""}.ti-route-alt-left:before{content:"ﲩ"}.ti-route-alt-right:before{content:"ﲪ"}.ti-route-off:before{content:""}.ti-route-scan:before{content:"ﲿ"}.ti-route-square:before{content:"ﲬ"}.ti-route-square-2:before{content:"ﲫ"}.ti-route-x:before{content:"ﲮ"}.ti-route-x-2:before{content:"ﲭ"}.ti-router:before{content:""}.ti-router-off:before{content:""}.ti-row-insert-bottom:before{content:""}.ti-row-insert-top:before{content:""}.ti-row-remove:before{content:"﫾"}.ti-rss:before{content:""}.ti-rubber-stamp:before{content:""}.ti-rubber-stamp-off:before{content:""}.ti-rugby:before{content:"𐉇"}.ti-ruler:before{content:""}.ti-ruler-2:before{content:""}.ti-ruler-2-off:before{content:""}.ti-ruler-3:before{content:""}.ti-ruler-measure:before{content:""}.ti-ruler-measure-2:before{content:"／"}.ti-ruler-off:before{content:""}.ti-run:before{content:""}.ti-rv-truck:before{content:"ﳀ"}.ti-s-turn-down:before{content:""}.ti-s-turn-left:before{content:""}.ti-s-turn-right:before{content:""}.ti-s-turn-up:before{content:""}.ti-sailboat:before{content:""}.ti-sailboat-2:before{content:""}.ti-sailboat-off:before{content:""}.ti-salad:before{content:""}.ti-salt:before{content:""}.ti-sandbox:before{content:"ﵬ"}.ti-satellite:before{content:""}.ti-satellite-off:before{content:""}.ti-sausage:before{content:""}.ti-scale:before{content:""}.ti-scale-off:before{content:""}.ti-scale-outline:before{content:""}.ti-scale-outline-off:before{content:""}.ti-scan:before{content:""}.ti-scan-cube:before{content:"𐉝"}.ti-scan-eye:before{content:""}.ti-scan-letter-a:before{content:"𐈣"}.ti-scan-letter-t:before{content:"𐈢"}.ti-scan-position:before{content:"ﶬ"}.ti-scan-traces:before{content:"𐇬"}.ti-schema:before{content:""}.ti-schema-off:before{content:""}.ti-school:before{content:""}.ti-school-bell:before{content:""}.ti-school-off:before{content:""}.ti-scissors:before{content:""}.ti-scissors-off:before{content:""}.ti-scooter:before{content:""}.ti-scooter-electric:before{content:""}.ti-scoreboard:before{content:"恵"}.ti-screen-share:before{content:""}.ti-screen-share-off:before{content:""}.ti-screenshot:before{content:""}.ti-scribble:before{content:""}.ti-scribble-off:before{content:""}.ti-script:before{content:""}.ti-script-minus:before{content:""}.ti-script-plus:before{content:""}.ti-script-x:before{content:""}.ti-scuba-diving:before{content:"﵎"}.ti-scuba-diving-tank:before{content:"ﻺ"}.ti-scuba-mask:before{content:""}.ti-scuba-mask-off:before{content:""}.ti-sdk:before{content:""}.ti-search:before{content:""}.ti-search-off:before{content:""}.ti-section:before{content:""}.ti-section-sign:before{content:""}.ti-seedling:before{content:""}.ti-seedling-off:before{content:""}.ti-segway:before{content:"𐈡"}.ti-select:before{content:""}.ti-select-all:before{content:"立"}.ti-selector:before{content:""}.ti-send:before{content:""}.ti-send-2:before{content:"ﵝ"}.ti-send-off:before{content:""}.ti-seo:before{content:""}.ti-separator:before{content:""}.ti-separator-horizontal:before{content:""}.ti-separator-vertical:before{content:""}.ti-server:before{content:""}.ti-server-2:before{content:""}.ti-server-bolt:before{content:""}.ti-server-cog:before{content:""}.ti-server-off:before{content:""}.ti-server-spark:before{content:"ﾯ"}.ti-serverless:before{content:"𐇫"}.ti-servicemark:before{content:""}.ti-settings:before{content:""}.ti-settings-2:before{content:""}.ti-settings-ai:before{content:"𐆧"}.ti-settings-automation:before{content:""}.ti-settings-bolt:before{content:"玲"}.ti-settings-cancel:before{content:"瑩"}.ti-settings-check:before{content:"羚"}.ti-settings-code:before{content:"聆"}.ti-settings-cog:before{content:"鈴"}.ti-settings-dollar:before{content:"零"}.ti-settings-down:before{content:"靈"}.ti-settings-exclamation:before{content:"領"}.ti-settings-heart:before{content:"例"}.ti-settings-minus:before{content:"禮"}.ti-settings-off:before{content:""}.ti-settings-pause:before{content:"醴"}.ti-settings-pin:before{content:"隸"}.ti-settings-plus:before{content:"惡"}.ti-settings-question:before{content:"了"}.ti-settings-search:before{content:"僚"}.ti-settings-share:before{content:"寮"}.ti-settings-spark:before{content:"ﾮ"}.ti-settings-star:before{content:"尿"}.ti-settings-up:before{content:"料"}.ti-settings-x:before{content:"樂"}.ti-shadow:before{content:""}.ti-shadow-off:before{content:""}.ti-shape:before{content:""}.ti-shape-2:before{content:""}.ti-shape-3:before{content:""}.ti-shape-off:before{content:""}.ti-share:before{content:""}.ti-share-2:before{content:""}.ti-share-3:before{content:""}.ti-share-off:before{content:""}.ti-shareplay:before{content:"ﺥ"}.ti-shield:before{content:""}.ti-shield-bolt:before{content:"燎"}.ti-shield-cancel:before{content:"療"}.ti-shield-check:before{content:""}.ti-shield-checkered:before{content:""}.ti-shield-chevron:before{content:""}.ti-shield-code:before{content:"蓼"}.ti-shield-cog:before{content:"遼"}.ti-shield-dollar:before{content:"龍"}.ti-shield-down:before{content:"暈"}.ti-shield-exclamation:before{content:"阮"}.ti-shield-half:before{content:""}.ti-shield-heart:before{content:"劉"}.ti-shield-lock:before{content:""}.ti-shield-minus:before{content:"杻"}.ti-shield-off:before{content:""}.ti-shield-pause:before{content:"柳"}.ti-shield-pin:before{content:"流"}.ti-shield-plus:before{content:"溜"}.ti-shield-question:before{content:"琉"}.ti-shield-search:before{content:"留"}.ti-shield-share:before{content:"硫"}.ti-shield-star:before{content:"紐"}.ti-shield-up:before{content:"類"}.ti-shield-x:before{content:""}.ti-ship:before{content:""}.ti-ship-off:before{content:""}.ti-shirt:before{content:""}.ti-shirt-off:before{content:""}.ti-shirt-sport:before{content:""}.ti-shoe:before{content:""}.ti-shoe-off:before{content:""}.ti-shopping-bag:before{content:""}.ti-shopping-bag-check:before{content:"ﰖ"}.ti-shopping-bag-discount:before{content:"ﰗ"}.ti-shopping-bag-edit:before{content:"ﰘ"}.ti-shopping-bag-exclamation:before{content:"ﰙ"}.ti-shopping-bag-heart:before{content:"ﶢ"}.ti-shopping-bag-minus:before{content:"ﰚ"}.ti-shopping-bag-plus:before{content:"ﰛ"}.ti-shopping-bag-search:before{content:"ﰜ"}.ti-shopping-bag-x:before{content:"ﰝ"}.ti-shopping-cart:before{content:""}.ti-shopping-cart-bolt:before{content:"ﭗ"}.ti-shopping-cart-cancel:before{content:"ﭘ"}.ti-shopping-cart-check:before{content:"ﭙ"}.ti-shopping-cart-code:before{content:"ﭚ"}.ti-shopping-cart-cog:before{content:"ﭛ"}.ti-shopping-cart-copy:before{content:"ﭜ"}.ti-shopping-cart-discount:before{content:"ﭝ"}.ti-shopping-cart-dollar:before{content:"ﭞ"}.ti-shopping-cart-down:before{content:"ﭟ"}.ti-shopping-cart-exclamation:before{content:"ﭠ"}.ti-shopping-cart-heart:before{content:"ﭡ"}.ti-shopping-cart-minus:before{content:"ﭢ"}.ti-shopping-cart-off:before{content:""}.ti-shopping-cart-pause:before{content:"ﭣ"}.ti-shopping-cart-pin:before{content:"ﭤ"}.ti-shopping-cart-plus:before{content:"ﭥ"}.ti-shopping-cart-question:before{content:"ﭦ"}.ti-shopping-cart-search:before{content:"ﭧ"}.ti-shopping-cart-share:before{content:"ﭨ"}.ti-shopping-cart-star:before{content:"ﭩ"}.ti-shopping-cart-up:before{content:"ﭪ"}.ti-shopping-cart-x:before{content:"ﭫ"}.ti-shovel:before{content:""}.ti-shovel-pitchforks:before{content:"ﴺ"}.ti-shredder:before{content:""}.ti-sign-left:before{content:""}.ti-sign-right:before{content:""}.ti-signal-2g:before{content:""}.ti-signal-3g:before{content:""}.ti-signal-4g:before{content:""}.ti-signal-4g-plus:before{content:""}.ti-signal-5g:before{content:""}.ti-signal-6g:before{content:"笠"}.ti-signal-e:before{content:"粒"}.ti-signal-g:before{content:"狀"}.ti-signal-h:before{content:"識"}.ti-signal-h-plus:before{content:"炙"}.ti-signal-lte:before{content:"什"}.ti-signature:before{content:""}.ti-signature-off:before{content:""}.ti-sitemap:before{content:""}.ti-sitemap-off:before{content:""}.ti-skateboard:before{content:""}.ti-skateboard-off:before{content:""}.ti-skateboarding:before{content:"響"}.ti-sketching:before{content:"𐉜"}.ti-skew-x:before{content:"ﴻ"}.ti-skew-y:before{content:"ﴼ"}.ti-ski-jumping:before{content:"𤋮"}.ti-skull:before{content:""}.ti-slash:before{content:""}.ti-slashes:before{content:""}.ti-sleigh:before{content:""}.ti-slice:before{content:""}.ti-slideshow:before{content:""}.ti-smart-home:before{content:""}.ti-smart-home-off:before{content:""}.ti-smoking:before{content:""}.ti-smoking-no:before{content:""}.ti-snowboarding:before{content:"﵏"}.ti-snowflake:before{content:""}.ti-snowflake-off:before{content:""}.ti-snowman:before{content:""}.ti-soccer-field:before{content:""}.ti-social:before{content:""}.ti-social-off:before{content:""}.ti-sock:before{content:""}.ti-sofa:before{content:""}.ti-sofa-off:before{content:""}.ti-solar-electricity:before{content:"ﳁ"}.ti-solar-panel:before{content:""}.ti-solar-panel-2:before{content:""}.ti-sort-0-9:before{content:""}.ti-sort-9-0:before{content:""}.ti-sort-a-z:before{content:""}.ti-sort-ascending:before{content:""}.ti-sort-ascending-2:before{content:""}.ti-sort-ascending-letters:before{content:""}.ti-sort-ascending-numbers:before{content:""}.ti-sort-ascending-shapes:before{content:"ﶔ"}.ti-sort-ascending-small-big:before{content:"ﶕ"}.ti-sort-descending:before{content:""}.ti-sort-descending-2:before{content:""}.ti-sort-descending-letters:before{content:""}.ti-sort-descending-numbers:before{content:""}.ti-sort-descending-shapes:before{content:"ﶗ"}.ti-sort-descending-small-big:before{content:"ﶖ"}.ti-sort-z-a:before{content:""}.ti-sos:before{content:""}.ti-soup:before{content:""}.ti-soup-off:before{content:""}.ti-source-code:before{content:""}.ti-space:before{content:""}.ti-space-off:before{content:""}.ti-spaces:before{content:"ﺤ"}.ti-spacing-horizontal:before{content:""}.ti-spacing-vertical:before{content:""}.ti-spade:before{content:""}.ti-sparkle:before{content:"𐉙"}.ti-sparkle-2:before{content:"𐉛"}.ti-sparkle-highlight:before{content:"𐉚"}.ti-sparkles:before{content:""}.ti-sparkles-2:before{content:"𐆦"}.ti-speakerphone:before{content:""}.ti-speedboat:before{content:""}.ti-sphere:before{content:"視"}.ti-sphere-2:before{content:"𐉘"}.ti-sphere-off:before{content:"襁"}.ti-sphere-plus:before{content:"覆"}.ti-spider:before{content:""}.ti-spiral:before{content:""}.ti-spiral-off:before{content:""}.ti-sport-billard:before{content:""}.ti-spray:before{content:""}.ti-spy:before{content:""}.ti-spy-off:before{content:""}.ti-sql:before{content:""}.ti-square:before{content:""}.ti-square-arrow-down:before{content:""}.ti-square-arrow-left:before{content:""}.ti-square-arrow-right:before{content:""}.ti-square-arrow-up:before{content:""}.ti-square-asterisk:before{content:""}.ti-square-check:before{content:""}.ti-square-chevron-down:before{content:""}.ti-square-chevron-left:before{content:""}.ti-square-chevron-right:before{content:""}.ti-square-chevron-up:before{content:""}.ti-square-chevrons-down:before{content:""}.ti-square-chevrons-left:before{content:""}.ti-square-chevrons-right:before{content:""}.ti-square-chevrons-up:before{content:""}.ti-square-dashed:before{content:"𐂻"}.ti-square-dot:before{content:""}.ti-square-f0:before{content:""}.ti-square-f1:before{content:""}.ti-square-f2:before{content:""}.ti-square-f3:before{content:""}.ti-square-f4:before{content:""}.ti-square-f5:before{content:""}.ti-square-f6:before{content:""}.ti-square-f7:before{content:""}.ti-square-f8:before{content:""}.ti-square-f9:before{content:""}.ti-square-forbid:before{content:""}.ti-square-forbid-2:before{content:""}.ti-square-half:before{content:""}.ti-square-key:before{content:""}.ti-square-letter-a:before{content:""}.ti-square-letter-b:before{content:""}.ti-square-letter-c:before{content:""}.ti-square-letter-d:before{content:""}.ti-square-letter-e:before{content:""}.ti-square-letter-f:before{content:""}.ti-square-letter-g:before{content:""}.ti-square-letter-h:before{content:""}.ti-square-letter-i:before{content:""}.ti-square-letter-j:before{content:""}.ti-square-letter-k:before{content:""}.ti-square-letter-l:before{content:""}.ti-square-letter-m:before{content:""}.ti-square-letter-n:before{content:""}.ti-square-letter-o:before{content:""}.ti-square-letter-p:before{content:""}.ti-square-letter-q:before{content:""}.ti-square-letter-r:before{content:""}.ti-square-letter-s:before{content:""}.ti-square-letter-t:before{content:""}.ti-square-letter-u:before{content:""}.ti-square-letter-v:before{content:""}.ti-square-letter-w:before{content:""}.ti-square-letter-x:before{content:""}.ti-square-letter-y:before{content:""}.ti-square-letter-z:before{content:""}.ti-square-minus:before{content:"𐆞"}.ti-square-minus-2:before{content:""}.ti-square-number-0:before{content:""}.ti-square-number-1:before{content:""}.ti-square-number-2:before{content:""}.ti-square-number-3:before{content:""}.ti-square-number-4:before{content:""}.ti-square-number-5:before{content:""}.ti-square-number-6:before{content:""}.ti-square-number-7:before{content:""}.ti-square-number-8:before{content:""}.ti-square-number-9:before{content:""}.ti-square-off:before{content:""}.ti-square-percentage:before{content:"ﶃ"}.ti-square-plus:before{content:""}.ti-square-plus-2:before{content:"ﲖ"}.ti-square-root:before{content:""}.ti-square-root-2:before{content:""}.ti-square-rotated:before{content:""}.ti-square-rotated-asterisk:before{content:"𐆥"}.ti-square-rotated-forbid:before{content:""}.ti-square-rotated-forbid-2:before{content:""}.ti-square-rotated-off:before{content:""}.ti-square-rounded:before{content:""}.ti-square-rounded-arrow-down:before{content:""}.ti-square-rounded-arrow-left:before{content:""}.ti-square-rounded-arrow-right:before{content:""}.ti-square-rounded-arrow-up:before{content:""}.ti-square-rounded-check:before{content:""}.ti-square-rounded-chevron-down:before{content:""}.ti-square-rounded-chevron-left:before{content:""}.ti-square-rounded-chevron-right:before{content:""}.ti-square-rounded-chevron-up:before{content:""}.ti-square-rounded-chevrons-down:before{content:""}.ti-square-rounded-chevrons-left:before{content:""}.ti-square-rounded-chevrons-right:before{content:""}.ti-square-rounded-chevrons-up:before{content:""}.ti-square-rounded-letter-a:before{content:""}.ti-square-rounded-letter-b:before{content:""}.ti-square-rounded-letter-c:before{content:""}.ti-square-rounded-letter-d:before{content:""}.ti-square-rounded-letter-e:before{content:""}.ti-square-rounded-letter-f:before{content:""}.ti-square-rounded-letter-g:before{content:""}.ti-square-rounded-letter-h:before{content:""}.ti-square-rounded-letter-i:before{content:""}.ti-square-rounded-letter-j:before{content:""}.ti-square-rounded-letter-k:before{content:""}.ti-square-rounded-letter-l:before{content:""}.ti-square-rounded-letter-m:before{content:""}.ti-square-rounded-letter-n:before{content:""}.ti-square-rounded-letter-o:before{content:""}.ti-square-rounded-letter-p:before{content:""}.ti-square-rounded-letter-q:before{content:""}.ti-square-rounded-letter-r:before{content:""}.ti-square-rounded-letter-s:before{content:""}.ti-square-rounded-letter-t:before{content:""}.ti-square-rounded-letter-u:before{content:""}.ti-square-rounded-letter-v:before{content:""}.ti-square-rounded-letter-w:before{content:""}.ti-square-rounded-letter-x:before{content:""}.ti-square-rounded-letter-y:before{content:""}.ti-square-rounded-letter-z:before{content:""}.ti-square-rounded-minus:before{content:""}.ti-square-rounded-minus-2:before{content:"ﲗ"}.ti-square-rounded-number-0:before{content:""}.ti-square-rounded-number-1:before{content:""}.ti-square-rounded-number-2:before{content:""}.ti-square-rounded-number-3:before{content:""}.ti-square-rounded-number-4:before{content:""}.ti-square-rounded-number-5:before{content:""}.ti-square-rounded-number-6:before{content:""}.ti-square-rounded-number-7:before{content:""}.ti-square-rounded-number-8:before{content:""}.ti-square-rounded-number-9:before{content:""}.ti-square-rounded-percentage:before{content:"ﶄ"}.ti-square-rounded-plus:before{content:""}.ti-square-rounded-plus-2:before{content:"ﲘ"}.ti-square-rounded-x:before{content:""}.ti-square-toggle:before{content:""}.ti-square-toggle-horizontal:before{content:""}.ti-square-x:before{content:""}.ti-squares:before{content:""}.ti-squares-diagonal:before{content:""}.ti-squares-selected:before{content:"ﺣ"}.ti-stack:before{content:""}.ti-stack-2:before{content:""}.ti-stack-3:before{content:""}.ti-stack-back:before{content:"ﴦ"}.ti-stack-backward:before{content:"ﴧ"}.ti-stack-forward:before{content:"ﴨ"}.ti-stack-front:before{content:"ﴩ"}.ti-stack-middle:before{content:"ﴪ"}.ti-stack-pop:before{content:""}.ti-stack-push:before{content:""}.ti-stairs:before{content:""}.ti-stairs-down:before{content:""}.ti-stairs-up:before{content:""}.ti-star:before{content:""}.ti-star-half:before{content:""}.ti-star-off:before{content:""}.ti-stars:before{content:""}.ti-stars-off:before{content:""}.ti-status-change:before{content:""}.ti-steam:before{content:""}.ti-steering-wheel:before{content:""}.ti-steering-wheel-off:before{content:""}.ti-step-into:before{content:""}.ti-step-out:before{content:""}.ti-stereo-glasses:before{content:""}.ti-stethoscope:before{content:""}.ti-stethoscope-off:before{content:""}.ti-sticker:before{content:""}.ti-sticker-2:before{content:"ﴽ"}.ti-stopwatch:before{content:"ﾛ"}.ti-storm:before{content:""}.ti-storm-off:before{content:""}.ti-stretching:before{content:""}.ti-stretching-2:before{content:"舘"}.ti-strikethrough:before{content:""}.ti-stroke-curved:before{content:"𐇾"}.ti-stroke-dynamic:before{content:"𐇽"}.ti-stroke-straight:before{content:"𐇼"}.ti-submarine:before{content:""}.ti-subscript:before{content:""}.ti-subtask:before{content:""}.ti-subtitles:before{content:"𐆡"}.ti-subtitles-ai:before{content:"𐆤"}.ti-subtitles-edit:before{content:"𐆣"}.ti-subtitles-off:before{content:"𐆢"}.ti-sum:before{content:""}.ti-sum-off:before{content:""}.ti-sun:before{content:""}.ti-sun-electricity:before{content:"ﳂ"}.ti-sun-high:before{content:""}.ti-sun-low:before{content:""}.ti-sun-moon:before{content:""}.ti-sun-off:before{content:""}.ti-sun-wind:before{content:""}.ti-sunglasses:before{content:""}.ti-sunrise:before{content:""}.ti-sunset:before{content:""}.ti-sunset-2:before{content:""}.ti-superscript:before{content:""}.ti-svg:before{content:""}.ti-swimming:before{content:""}.ti-swipe:before{content:""}.ti-swipe-down:before{content:"ﵞ"}.ti-swipe-left:before{content:"ﵟ"}.ti-swipe-right:before{content:"ﵠ"}.ti-swipe-up:before{content:"ﵡ"}.ti-switch:before{content:""}.ti-switch-2:before{content:""}.ti-switch-3:before{content:""}.ti-switch-horizontal:before{content:""}.ti-switch-vertical:before{content:""}.ti-sword:before{content:""}.ti-sword-off:before{content:""}.ti-swords:before{content:""}.ti-table:before{content:""}.ti-table-alias:before{content:""}.ti-table-column:before{content:"﫿"}.ti-table-dashed:before{content:"𐂺"}.ti-table-down:before{content:"靖"}.ti-table-export:before{content:""}.ti-table-heart:before{content:"精"}.ti-table-import:before{content:""}.ti-table-minus:before{content:"羽"}.ti-table-off:before{content:""}.ti-table-options:before{content:""}.ti-table-plus:before{content:"﨟"}.ti-table-row:before{content:"ﬀ"}.ti-table-share:before{content:"蘒"}.ti-table-shortcut:before{content:""}.ti-table-spark:before{content:"ﾭ"}.ti-tag:before{content:"𐂖"}.ti-tag-minus:before{content:""}.ti-tag-off:before{content:""}.ti-tag-plus:before{content:"𐂗"}.ti-tag-starred:before{content:"ﲙ"}.ti-tags:before{content:""}.ti-tags-off:before{content:""}.ti-taiwan-dollar:before{content:"𐉆"}.ti-tallymark-1:before{content:""}.ti-tallymark-2:before{content:""}.ti-tallymark-3:before{content:""}.ti-tallymark-4:before{content:""}.ti-tallymarks:before{content:""}.ti-tank:before{content:""}.ti-target:before{content:""}.ti-target-2:before{content:"𐉅"}.ti-target-arrow:before{content:""}.ti-target-off:before{content:""}.ti-tax:before{content:"ﻮ"}.ti-tax-euro:before{content:"ﻰ"}.ti-tax-pound:before{content:"ﻯ"}.ti-teapot:before{content:""}.ti-telescope:before{content:""}.ti-telescope-off:before{content:""}.ti-temperature:before{content:""}.ti-temperature-celsius:before{content:""}.ti-temperature-fahrenheit:before{content:""}.ti-temperature-minus:before{content:""}.ti-temperature-off:before{content:""}.ti-temperature-plus:before{content:""}.ti-temperature-snow:before{content:"ﶣ"}.ti-temperature-sun:before{content:"ﶤ"}.ti-template:before{content:""}.ti-template-off:before{content:""}.ti-tent:before{content:""}.ti-tent-off:before{content:""}.ti-terminal:before{content:""}.ti-terminal-2:before{content:""}.ti-test-pipe:before{content:""}.ti-test-pipe-2:before{content:""}.ti-test-pipe-off:before{content:""}.ti-tex:before{content:""}.ti-text-caption:before{content:""}.ti-text-color:before{content:""}.ti-text-decrease:before{content:""}.ti-text-direction-ltr:before{content:""}.ti-text-direction-rtl:before{content:""}.ti-text-grammar:before{content:"ﵭ"}.ti-text-increase:before{content:""}.ti-text-orientation:before{content:""}.ti-text-plus:before{content:""}.ti-text-recognition:before{content:""}.ti-text-resize:before{content:""}.ti-text-scan-2:before{content:"ﳃ"}.ti-text-scan-ai:before{content:"𐉗"}.ti-text-size:before{content:""}.ti-text-spellcheck:before{content:""}.ti-text-wrap:before{content:""}.ti-text-wrap-column:before{content:"ﺲ"}.ti-text-wrap-disabled:before{content:""}.ti-texture:before{content:""}.ti-theater:before{content:""}.ti-thermometer:before{content:""}.ti-thumb-down:before{content:""}.ti-thumb-down-off:before{content:""}.ti-thumb-up:before{content:""}.ti-thumb-up-off:before{content:""}.ti-tic-tac:before{content:""}.ti-ticket:before{content:""}.ti-ticket-off:before{content:""}.ti-tie:before{content:""}.ti-tilde:before{content:""}.ti-tilt-shift:before{content:""}.ti-tilt-shift-off:before{content:""}.ti-time-duration-0:before{content:"䀹"}.ti-time-duration-10:before{content:"𥉉"}.ti-time-duration-15:before{content:"𥳐"}.ti-time-duration-30:before{content:"𧻓"}.ti-time-duration-45:before{content:"齃"}.ti-time-duration-5:before{content:"龎"}.ti-time-duration-60:before{content:"﫚"}.ti-time-duration-90:before{content:"﫛"}.ti-time-duration-off:before{content:"﫜"}.ti-timeline:before{content:""}.ti-timeline-event:before{content:""}.ti-timeline-event-exclamation:before{content:""}.ti-timeline-event-minus:before{content:""}.ti-timeline-event-plus:before{content:""}.ti-timeline-event-text:before{content:""}.ti-timeline-event-x:before{content:""}.ti-timezone:before{content:"ﻭ"}.ti-tip-jar:before{content:"ﻪ"}.ti-tip-jar-euro:before{content:"ﻬ"}.ti-tip-jar-pound:before{content:"ﻫ"}.ti-tir:before{content:""}.ti-toggle-left:before{content:""}.ti-toggle-right:before{content:""}.ti-toilet-paper:before{content:""}.ti-toilet-paper-off:before{content:""}.ti-toml:before{content:"艹"}.ti-tool:before{content:""}.ti-tools:before{content:""}.ti-tools-kitchen:before{content:""}.ti-tools-kitchen-2:before{content:""}.ti-tools-kitchen-2-off:before{content:""}.ti-tools-kitchen-3:before{content:"ﴫ"}.ti-tools-kitchen-off:before{content:""}.ti-tools-off:before{content:""}.ti-tooltip:before{content:""}.ti-topology-bus:before{content:""}.ti-topology-complex:before{content:""}.ti-topology-full:before{content:""}.ti-topology-full-hierarchy:before{content:""}.ti-topology-ring:before{content:""}.ti-topology-ring-2:before{content:""}.ti-topology-ring-3:before{content:""}.ti-topology-star:before{content:""}.ti-topology-star-2:before{content:""}.ti-topology-star-3:before{content:""}.ti-topology-star-ring:before{content:""}.ti-topology-star-ring-2:before{content:""}.ti-topology-star-ring-3:before{content:""}.ti-torii:before{content:""}.ti-tornado:before{content:""}.ti-tournament:before{content:""}.ti-tower:before{content:""}.ti-tower-off:before{content:""}.ti-track:before{content:""}.ti-tractor:before{content:""}.ti-trademark:before{content:""}.ti-traffic-cone:before{content:""}.ti-traffic-cone-off:before{content:""}.ti-traffic-lights:before{content:""}.ti-traffic-lights-off:before{content:""}.ti-train:before{content:""}.ti-transaction-bitcoin:before{content:"ﵮ"}.ti-transaction-dollar:before{content:"ﵯ"}.ti-transaction-euro:before{content:"ﵰ"}.ti-transaction-pound:before{content:"ﵱ"}.ti-transaction-rupee:before{content:"ﶅ"}.ti-transaction-yen:before{content:"ﵲ"}.ti-transaction-yuan:before{content:"ﵳ"}.ti-transfer:before{content:"ﰟ"}.ti-transfer-in:before{content:""}.ti-transfer-out:before{content:""}.ti-transfer-vertical:before{content:"ﰞ"}.ti-transform:before{content:""}.ti-transform-point:before{content:"ﶩ"}.ti-transform-point-bottom-left:before{content:"ﶥ"}.ti-transform-point-bottom-right:before{content:"ﶦ"}.ti-transform-point-top-left:before{content:"ﶧ"}.ti-transform-point-top-right:before{content:"ﶨ"}.ti-transition-bottom:before{content:""}.ti-transition-left:before{content:""}.ti-transition-right:before{content:""}.ti-transition-top:before{content:""}.ti-trash:before{content:""}.ti-trash-off:before{content:""}.ti-trash-x:before{content:""}.ti-treadmill:before{content:"﩮"}.ti-tree:before{content:""}.ti-trees:before{content:""}.ti-trekking:before{content:""}.ti-trending-down:before{content:""}.ti-trending-down-2:before{content:""}.ti-trending-down-3:before{content:""}.ti-trending-up:before{content:""}.ti-trending-up-2:before{content:""}.ti-trending-up-3:before{content:""}.ti-trending-up-down:before{content:"𐇻"}.ti-triangle:before{content:""}.ti-triangle-inverted:before{content:""}.ti-triangle-minus:before{content:"ﲛ"}.ti-triangle-minus-2:before{content:"ﲚ"}.ti-triangle-off:before{content:""}.ti-triangle-plus:before{content:"ﲝ"}.ti-triangle-plus-2:before{content:"ﲜ"}.ti-triangle-square-circle:before{content:""}.ti-triangles:before{content:""}.ti-trident:before{content:""}.ti-trolley:before{content:""}.ti-trophy:before{content:""}.ti-trophy-off:before{content:""}.ti-trowel:before{content:""}.ti-truck:before{content:""}.ti-truck-delivery:before{content:""}.ti-truck-loading:before{content:""}.ti-truck-off:before{content:""}.ti-truck-return:before{content:""}.ti-txt:before{content:""}.ti-typeface:before{content:"ﶫ"}.ti-typography:before{content:""}.ti-typography-off:before{content:""}.ti-u-turn-left:before{content:"ﺢ"}.ti-u-turn-right:before{content:"ﺡ"}.ti-ufo:before{content:""}.ti-ufo-off:before{content:""}.ti-uhd:before{content:"𐂪"}.ti-umbrella:before{content:""}.ti-umbrella-2:before{content:"．"}.ti-umbrella-closed:before{content:"，"}.ti-umbrella-closed-2:before{content:"－"}.ti-umbrella-off:before{content:""}.ti-underline:before{content:""}.ti-unicycle:before{content:"𐉄"}.ti-universe:before{content:"ﳄ"}.ti-unlink:before{content:""}.ti-upload:before{content:""}.ti-urgent:before{content:""}.ti-usb:before{content:""}.ti-user:before{content:""}.ti-user-bitcoin:before{content:"Ｐ"}.ti-user-bolt:before{content:"六"}.ti-user-cancel:before{content:"戮"}.ti-user-check:before{content:""}.ti-user-circle:before{content:""}.ti-user-code:before{content:"陸"}.ti-user-cog:before{content:"倫"}.ti-user-dollar:before{content:"崙"}.ti-user-down:before{content:"淪"}.ti-user-edit:before{content:""}.ti-user-exclamation:before{content:""}.ti-user-heart:before{content:""}.ti-user-hexagon:before{content:"ﱎ"}.ti-user-key:before{content:"𐇪"}.ti-user-minus:before{content:""}.ti-user-off:before{content:""}.ti-user-pause:before{content:"輪"}.ti-user-pentagon:before{content:"ﱏ"}.ti-user-pin:before{content:""}.ti-user-plus:before{content:""}.ti-user-question:before{content:""}.ti-user-scan:before{content:"ﲯ"}.ti-user-screen:before{content:"ﺠ"}.ti-user-search:before{content:""}.ti-user-share:before{content:"律"}.ti-user-shield:before{content:""}.ti-user-square:before{content:"ﱑ"}.ti-user-square-rounded:before{content:"ﱐ"}.ti-user-star:before{content:""}.ti-user-up:before{content:""}.ti-user-x:before{content:""}.ti-users:before{content:""}.ti-users-group:before{content:"﨡"}.ti-users-minus:before{content:"﨎"}.ti-users-plus:before{content:"﨏"}.ti-uv-index:before{content:""}.ti-ux-circle:before{content:""}.ti-vaccine:before{content:""}.ti-vaccine-bottle:before{content:""}.ti-vaccine-bottle-off:before{content:""}.ti-vaccine-off:before{content:""}.ti-vacuum-cleaner:before{content:""}.ti-variable:before{content:""}.ti-variable-minus:before{content:""}.ti-variable-off:before{content:""}.ti-variable-plus:before{content:""}.ti-vector:before{content:""}.ti-vector-bezier:before{content:""}.ti-vector-bezier-2:before{content:""}.ti-vector-bezier-arc:before{content:""}.ti-vector-bezier-circle:before{content:""}.ti-vector-off:before{content:""}.ti-vector-spline:before{content:""}.ti-vector-triangle:before{content:""}.ti-vector-triangle-off:before{content:""}.ti-venus:before{content:""}.ti-versions:before{content:""}.ti-versions-off:before{content:""}.ti-video:before{content:""}.ti-video-minus:before{content:""}.ti-video-off:before{content:""}.ti-video-plus:before{content:""}.ti-view-360:before{content:""}.ti-view-360-arrow:before{content:""}.ti-view-360-number:before{content:""}.ti-view-360-off:before{content:""}.ti-viewfinder:before{content:""}.ti-viewfinder-off:before{content:""}.ti-viewport-narrow:before{content:""}.ti-viewport-short:before{content:"ﻩ"}.ti-viewport-tall:before{content:"ﻨ"}.ti-viewport-wide:before{content:""}.ti-vignette:before{content:"𐉖"}.ti-vinyl:before{content:""}.ti-vip:before{content:""}.ti-vip-2:before{content:"𐇺"}.ti-vip-off:before{content:""}.ti-virus:before{content:""}.ti-virus-off:before{content:""}.ti-virus-search:before{content:""}.ti-vocabulary:before{content:""}.ti-vocabulary-off:before{content:""}.ti-volcano:before{content:""}.ti-volume:before{content:""}.ti-volume-2:before{content:""}.ti-volume-3:before{content:""}.ti-volume-4:before{content:"𐆝"}.ti-volume-off:before{content:""}.ti-vs:before{content:"ﱒ"}.ti-walk:before{content:""}.ti-wall:before{content:""}.ti-wall-off:before{content:""}.ti-wallet:before{content:""}.ti-wallet-off:before{content:""}.ti-wallpaper:before{content:""}.ti-wallpaper-off:before{content:""}.ti-wand:before{content:""}.ti-wand-off:before{content:""}.ti-wash:before{content:""}.ti-wash-dry:before{content:""}.ti-wash-dry-1:before{content:""}.ti-wash-dry-2:before{content:""}.ti-wash-dry-3:before{content:""}.ti-wash-dry-a:before{content:""}.ti-wash-dry-dip:before{content:""}.ti-wash-dry-f:before{content:""}.ti-wash-dry-flat:before{content:"奔"}.ti-wash-dry-hang:before{content:""}.ti-wash-dry-off:before{content:""}.ti-wash-dry-p:before{content:""}.ti-wash-dry-shade:before{content:""}.ti-wash-dry-w:before{content:""}.ti-wash-dryclean:before{content:""}.ti-wash-dryclean-off:before{content:""}.ti-wash-eco:before{content:"婢"}.ti-wash-gentle:before{content:""}.ti-wash-hand:before{content:"嬨"}.ti-wash-machine:before{content:""}.ti-wash-off:before{content:""}.ti-wash-press:before{content:""}.ti-wash-temperature-1:before{content:""}.ti-wash-temperature-2:before{content:""}.ti-wash-temperature-3:before{content:""}.ti-wash-temperature-4:before{content:""}.ti-wash-temperature-5:before{content:""}.ti-wash-temperature-6:before{content:""}.ti-wash-tumble-dry:before{content:""}.ti-wash-tumble-off:before{content:""}.ti-waterpolo:before{content:"﩯"}.ti-wave-saw-tool:before{content:""}.ti-wave-sine:before{content:""}.ti-wave-square:before{content:""}.ti-waves-electricity:before{content:"ﳅ"}.ti-webhook:before{content:""}.ti-webhook-off:before{content:""}.ti-weight:before{content:""}.ti-wheat:before{content:"𐂨"}.ti-wheat-off:before{content:"𐂩"}.ti-wheel:before{content:"ﱤ"}.ti-wheelchair:before{content:""}.ti-wheelchair-off:before{content:""}.ti-whirl:before{content:""}.ti-whisk:before{content:"𐆠"}.ti-wifi:before{content:""}.ti-wifi-0:before{content:""}.ti-wifi-1:before{content:""}.ti-wifi-2:before{content:""}.ti-wifi-off:before{content:""}.ti-wind:before{content:""}.ti-wind-electricity:before{content:"ﳆ"}.ti-wind-off:before{content:""}.ti-windmill:before{content:""}.ti-windmill-off:before{content:""}.ti-window:before{content:""}.ti-window-maximize:before{content:""}.ti-window-minimize:before{content:""}.ti-window-off:before{content:""}.ti-windsock:before{content:""}.ti-wiper:before{content:""}.ti-wiper-wash:before{content:""}.ti-woman:before{content:""}.ti-wood:before{content:""}.ti-world:before{content:""}.ti-world-bolt:before{content:"慄"}.ti-world-cancel:before{content:"栗"}.ti-world-check:before{content:"率"}.ti-world-code:before{content:"隆"}.ti-world-cog:before{content:"利"}.ti-world-dollar:before{content:"吏"}.ti-world-down:before{content:"履"}.ti-world-download:before{content:""}.ti-world-exclamation:before{content:"易"}.ti-world-heart:before{content:"李"}.ti-world-latitude:before{content:""}.ti-world-longitude:before{content:""}.ti-world-map:before{content:"𐇩"}.ti-world-minus:before{content:"梨"}.ti-world-off:before{content:""}.ti-world-pause:before{content:"泥"}.ti-world-pin:before{content:"理"}.ti-world-plus:before{content:"痢"}.ti-world-question:before{content:"罹"}.ti-world-search:before{content:"裏"}.ti-world-share:before{content:"裡"}.ti-world-star:before{content:"里"}.ti-world-up:before{content:"離"}.ti-world-upload:before{content:""}.ti-world-www:before{content:""}.ti-world-x:before{content:"匿"}.ti-wrecking-ball:before{content:""}.ti-writing:before{content:""}.ti-writing-off:before{content:""}.ti-writing-sign:before{content:""}.ti-writing-sign-off:before{content:""}.ti-x:before{content:""}.ti-x-mark:before{content:"𐈠"}.ti-x-power-y:before{content:"𐁲"}.ti-xbox-a:before{content:""}.ti-xbox-b:before{content:""}.ti-xbox-x:before{content:""}.ti-xbox-y:before{content:""}.ti-xd:before{content:"勉"}.ti-xxx:before{content:"ﰠ"}.ti-yin-yang:before{content:""}.ti-yoga:before{content:""}.ti-zeppelin:before{content:""}.ti-zeppelin-off:before{content:""}.ti-zero-config:before{content:"𐇨"}.ti-zip:before{content:""}.ti-zodiac-aquarius:before{content:""}.ti-zodiac-aries:before{content:""}.ti-zodiac-cancer:before{content:""}.ti-zodiac-capricorn:before{content:""}.ti-zodiac-gemini:before{content:""}.ti-zodiac-leo:before{content:""}.ti-zodiac-libra:before{content:""}.ti-zodiac-pisces:before{content:""}.ti-zodiac-sagittarius:before{content:""}.ti-zodiac-scorpio:before{content:""}.ti-zodiac-taurus:before{content:""}.ti-zodiac-virgo:before{content:""}.ti-zoom:before{content:"ﶪ"}.ti-zoom-cancel:before{content:""}.ti-zoom-check:before{content:""}.ti-zoom-code:before{content:""}.ti-zoom-exclamation:before{content:""}.ti-zoom-in:before{content:""}.ti-zoom-in-area:before{content:""}.ti-zoom-money:before{content:""}.ti-zoom-out:before{content:""}.ti-zoom-out-area:before{content:""}.ti-zoom-pan:before{content:""}.ti-zoom-question:before{content:""}.ti-zoom-replace:before{content:""}.ti-zoom-reset:before{content:""}.ti-zoom-scan:before{content:"ﲰ"}.ti-zzz:before{content:""}.ti-zzz-off:before{content:""}.ti-123:before{content:""}.ti-360:before{content:""}.ti-code-asterix:before{content:""}.ti-discount-2:before{content:""}.ti-discount-2-off:before{content:""}.ti-discount-check:before{content:""}.ti-hand-rock:before{content:""}.ti-sort-deacending-small-big:before{content:"ﶖ"}.ti-shi-jumping:before{content:"𤋮"}.ti-box-seam:before{content:""}.ti-kering:before{content:""}.ti-2fa:before{content:""}.ti-3d-cube-sphere:before{content:""}.ti-3d-cube-sphere-off:before{content:""}.ti-3d-rotate:before{content:""}.ti-12-hours:before{content:"ﱓ"}.ti-24-hours:before{content:""}.ti-360-view:before{content:""}.ti-circle-0:before{content:""}.ti-circle-1:before{content:""}.ti-circle-2:before{content:""}.ti-circle-3:before{content:""}.ti-circle-4:before{content:""}.ti-circle-5:before{content:""}.ti-circle-6:before{content:""}.ti-circle-7:before{content:""}.ti-circle-8:before{content:""}.ti-circle-9:before{content:""}.ti-hexagon-0:before{content:""}.ti-hexagon-1:before{content:""}.ti-hexagon-2:before{content:""}.ti-hexagon-3:before{content:""}.ti-hexagon-4:before{content:""}.ti-hexagon-5:before{content:""}.ti-hexagon-6:before{content:""}.ti-hexagon-7:before{content:""}.ti-hexagon-8:before{content:""}.ti-hexagon-9:before{content:""}.ti-square-0:before{content:""}.ti-square-1:before{content:""}.ti-square-2:before{content:""}.ti-square-3:before{content:""}.ti-square-4:before{content:""}.ti-square-5:before{content:""}.ti-square-6:before{content:""}.ti-square-7:before{content:""}.ti-square-8:before{content:""}.ti-square-9:before{content:""}.ti-message-circle-2:before{content:""}.ti-mood-suprised:before{content:""}.ti-circle-dashed-letter-letter-v:before{content:"ﾄ"}.ti-seeding:before{content:""}.ti-seeding-off:before{content:""}.ti-brand-adobe-premier:before{content:"Ｆ"}
/*!
 * Quill Editor v1.3.7
 * https://quilljs.com/
 * Copyright (c) 2014, Jason Chen
 * Copyright (c) 2013, salesforce.com
 */.ql-container{box-sizing:border-box;font-family:Helvetica,Arial,sans-serif;font-size:13px;height:100%;margin:0;position:relative}.ql-container.ql-disabled .ql-tooltip{visibility:hidden}.ql-container.ql-disabled .ql-editor ul[data-checked]>li:before{pointer-events:none}.ql-clipboard{height:1px;left:-100000px;overflow-y:hidden;position:absolute;top:50%}.ql-clipboard p{margin:0;padding:0}.ql-editor{word-wrap:break-word;box-sizing:border-box;height:100%;line-height:1.42;outline:none;overflow-y:auto;padding:12px 15px;tab-size:4;-moz-tab-size:4;text-align:left;white-space:pre-wrap}.ql-editor>*{cursor:text}.ql-editor blockquote,.ql-editor h1,.ql-editor h2,.ql-editor h3,.ql-editor h4,.ql-editor h5,.ql-editor h6,.ql-editor ol,.ql-editor p,.ql-editor pre,.ql-editor ul{counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9;margin:0;padding:0}.ql-editor ol,.ql-editor ul{padding-left:1.5em}.ql-editor ol>li,.ql-editor ul>li{list-style-type:none}.ql-editor ul>li:before{content:"•"}.ql-editor ul[data-checked=false],.ql-editor ul[data-checked=true]{pointer-events:none}.ql-editor ul[data-checked=false]>li *,.ql-editor ul[data-checked=true]>li *{pointer-events:all}.ql-editor ul[data-checked=false]>li:before,.ql-editor ul[data-checked=true]>li:before{color:#777;cursor:pointer;pointer-events:all}.ql-editor ul[data-checked=true]>li:before{content:"☑"}.ql-editor ul[data-checked=false]>li:before{content:"☐"}.ql-editor li:before{display:inline-block;white-space:nowrap;width:1.2em}.ql-editor li:not(.ql-direction-rtl):before{margin-left:-1.5em;margin-right:.3em;text-align:right}.ql-editor li.ql-direction-rtl:before{margin-left:.3em;margin-right:-1.5em}.ql-editor ol li:not(.ql-direction-rtl),.ql-editor ul li:not(.ql-direction-rtl){padding-left:1.5em}.ql-editor ol li.ql-direction-rtl,.ql-editor ul li.ql-direction-rtl{padding-right:1.5em}.ql-editor ol li{counter-increment:list-0;counter-reset:list-1 list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li:before{content:counter(list-0,decimal) ". "}.ql-editor ol li.ql-indent-1{counter-increment:list-1}.ql-editor ol li.ql-indent-1:before{content:counter(list-1,lower-alpha) ". "}.ql-editor ol li.ql-indent-1{counter-reset:list-2 list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-2{counter-increment:list-2}.ql-editor ol li.ql-indent-2:before{content:counter(list-2,lower-roman) ". "}.ql-editor ol li.ql-indent-2{counter-reset:list-3 list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-3{counter-increment:list-3}.ql-editor ol li.ql-indent-3:before{content:counter(list-3,decimal) ". "}.ql-editor ol li.ql-indent-3{counter-reset:list-4 list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-4{counter-increment:list-4}.ql-editor ol li.ql-indent-4:before{content:counter(list-4,lower-alpha) ". "}.ql-editor ol li.ql-indent-4{counter-reset:list-5 list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-5{counter-increment:list-5}.ql-editor ol li.ql-indent-5:before{content:counter(list-5,lower-roman) ". "}.ql-editor ol li.ql-indent-5{counter-reset:list-6 list-7 list-8 list-9}.ql-editor ol li.ql-indent-6{counter-increment:list-6}.ql-editor ol li.ql-indent-6:before{content:counter(list-6,decimal) ". "}.ql-editor ol li.ql-indent-6{counter-reset:list-7 list-8 list-9}.ql-editor ol li.ql-indent-7{counter-increment:list-7}.ql-editor ol li.ql-indent-7:before{content:counter(list-7,lower-alpha) ". "}.ql-editor ol li.ql-indent-7{counter-reset:list-8 list-9}.ql-editor ol li.ql-indent-8{counter-increment:list-8}.ql-editor ol li.ql-indent-8:before{content:counter(list-8,lower-roman) ". "}.ql-editor ol li.ql-indent-8{counter-reset:list-9}.ql-editor ol li.ql-indent-9{counter-increment:list-9}.ql-editor ol li.ql-indent-9:before{content:counter(list-9,decimal) ". "}.ql-editor .ql-indent-1:not(.ql-direction-rtl){padding-left:3em}.ql-editor li.ql-indent-1:not(.ql-direction-rtl){padding-left:4.5em}.ql-editor .ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:3em}.ql-editor li.ql-indent-1.ql-direction-rtl.ql-align-right{padding-right:4.5em}.ql-editor .ql-indent-2:not(.ql-direction-rtl){padding-left:6em}.ql-editor li.ql-indent-2:not(.ql-direction-rtl){padding-left:7.5em}.ql-editor .ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:6em}.ql-editor li.ql-indent-2.ql-direction-rtl.ql-align-right{padding-right:7.5em}.ql-editor .ql-indent-3:not(.ql-direction-rtl){padding-left:9em}.ql-editor li.ql-indent-3:not(.ql-direction-rtl){padding-left:10.5em}.ql-editor .ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:9em}.ql-editor li.ql-indent-3.ql-direction-rtl.ql-align-right{padding-right:10.5em}.ql-editor .ql-indent-4:not(.ql-direction-rtl){padding-left:12em}.ql-editor li.ql-indent-4:not(.ql-direction-rtl){padding-left:13.5em}.ql-editor .ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:12em}.ql-editor li.ql-indent-4.ql-direction-rtl.ql-align-right{padding-right:13.5em}.ql-editor .ql-indent-5:not(.ql-direction-rtl){padding-left:15em}.ql-editor li.ql-indent-5:not(.ql-direction-rtl){padding-left:16.5em}.ql-editor .ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:15em}.ql-editor li.ql-indent-5.ql-direction-rtl.ql-align-right{padding-right:16.5em}.ql-editor .ql-indent-6:not(.ql-direction-rtl){padding-left:18em}.ql-editor li.ql-indent-6:not(.ql-direction-rtl){padding-left:19.5em}.ql-editor .ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:18em}.ql-editor li.ql-indent-6.ql-direction-rtl.ql-align-right{padding-right:19.5em}.ql-editor .ql-indent-7:not(.ql-direction-rtl){padding-left:21em}.ql-editor li.ql-indent-7:not(.ql-direction-rtl){padding-left:22.5em}.ql-editor .ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:21em}.ql-editor li.ql-indent-7.ql-direction-rtl.ql-align-right{padding-right:22.5em}.ql-editor .ql-indent-8:not(.ql-direction-rtl){padding-left:24em}.ql-editor li.ql-indent-8:not(.ql-direction-rtl){padding-left:25.5em}.ql-editor .ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:24em}.ql-editor li.ql-indent-8.ql-direction-rtl.ql-align-right{padding-right:25.5em}.ql-editor .ql-indent-9:not(.ql-direction-rtl){padding-left:27em}.ql-editor li.ql-indent-9:not(.ql-direction-rtl){padding-left:28.5em}.ql-editor .ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:27em}.ql-editor li.ql-indent-9.ql-direction-rtl.ql-align-right{padding-right:28.5em}.ql-editor .ql-video{display:block;max-width:100%}.ql-editor .ql-video.ql-align-center{margin:0 auto}.ql-editor .ql-video.ql-align-right{margin:0 0 0 auto}.ql-editor .ql-bg-black{background-color:#000}.ql-editor .ql-bg-red{background-color:#e60000}.ql-editor .ql-bg-orange{background-color:#f90}.ql-editor .ql-bg-yellow{background-color:#ff0}.ql-editor .ql-bg-green{background-color:#008a00}.ql-editor .ql-bg-blue{background-color:#06c}.ql-editor .ql-bg-purple{background-color:#93f}.ql-editor .ql-color-white{color:#fff}.ql-editor .ql-color-red{color:#e60000}.ql-editor .ql-color-orange{color:#f90}.ql-editor .ql-color-yellow{color:#ff0}.ql-editor .ql-color-green{color:#008a00}.ql-editor .ql-color-blue{color:#06c}.ql-editor .ql-color-purple{color:#93f}.ql-editor .ql-font-serif{font-family:Georgia,Times New Roman,serif}.ql-editor .ql-font-monospace{font-family:Monaco,Courier New,monospace}.ql-editor .ql-size-small{font-size:.75em}.ql-editor .ql-size-large{font-size:1.5em}.ql-editor .ql-size-huge{font-size:2.5em}.ql-editor .ql-direction-rtl{direction:rtl;text-align:inherit}.ql-editor .ql-align-center{text-align:center}.ql-editor .ql-align-justify{text-align:justify}.ql-editor .ql-align-right{text-align:right}.ql-editor.ql-blank:before{color:#0009;content:attr(data-placeholder);font-style:italic;left:15px;pointer-events:none;position:absolute;right:15px}.ql-snow .ql-toolbar:after,.ql-snow.ql-toolbar:after{clear:both;content:"";display:table}.ql-snow .ql-toolbar button,.ql-snow.ql-toolbar button{background:none;border:none;cursor:pointer;display:inline-block;float:left;height:24px;padding:3px 5px;width:28px}.ql-snow .ql-toolbar button svg,.ql-snow.ql-toolbar button svg{float:left;height:100%}.ql-snow .ql-toolbar button:active:hover,.ql-snow.ql-toolbar button:active:hover{outline:none}.ql-snow .ql-toolbar input.ql-image[type=file],.ql-snow.ql-toolbar input.ql-image[type=file]{display:none}.ql-snow .ql-toolbar .ql-picker-item.ql-selected,.ql-snow .ql-toolbar .ql-picker-item:hover,.ql-snow .ql-toolbar .ql-picker-label.ql-active,.ql-snow .ql-toolbar .ql-picker-label:hover,.ql-snow .ql-toolbar button.ql-active,.ql-snow .ql-toolbar button:focus,.ql-snow .ql-toolbar button:hover,.ql-snow.ql-toolbar .ql-picker-item.ql-selected,.ql-snow.ql-toolbar .ql-picker-item:hover,.ql-snow.ql-toolbar .ql-picker-label.ql-active,.ql-snow.ql-toolbar .ql-picker-label:hover,.ql-snow.ql-toolbar button.ql-active,.ql-snow.ql-toolbar button:focus,.ql-snow.ql-toolbar button:hover{color:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-fill,.ql-snow .ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:focus .ql-fill,.ql-snow .ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow .ql-toolbar button:hover .ql-fill,.ql-snow .ql-toolbar button:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-fill,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-fill,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-fill,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke.ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-fill,.ql-snow.ql-toolbar button.ql-active .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:focus .ql-fill,.ql-snow.ql-toolbar button:focus .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover .ql-fill,.ql-snow.ql-toolbar button:hover .ql-stroke.ql-fill{fill:#06c}.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow .ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow .ql-toolbar button.ql-active .ql-stroke,.ql-snow .ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow .ql-toolbar button:focus .ql-stroke,.ql-snow .ql-toolbar button:focus .ql-stroke-miter,.ql-snow .ql-toolbar button:hover .ql-stroke,.ql-snow .ql-toolbar button:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item.ql-selected .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-item:hover .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke,.ql-snow.ql-toolbar .ql-picker-label:hover .ql-stroke-miter,.ql-snow.ql-toolbar button.ql-active .ql-stroke,.ql-snow.ql-toolbar button.ql-active .ql-stroke-miter,.ql-snow.ql-toolbar button:focus .ql-stroke,.ql-snow.ql-toolbar button:focus .ql-stroke-miter,.ql-snow.ql-toolbar button:hover .ql-stroke,.ql-snow.ql-toolbar button:hover .ql-stroke-miter{stroke:#06c}@media(pointer:coarse){.ql-snow .ql-toolbar button:hover:not(.ql-active),.ql-snow.ql-toolbar button:hover:not(.ql-active){color:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-fill,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow .ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke,.ql-snow.ql-toolbar button:hover:not(.ql-active) .ql-stroke-miter{stroke:#444}}.ql-snow,.ql-snow *{box-sizing:border-box}.ql-snow .ql-hidden{display:none}.ql-snow .ql-out-bottom,.ql-snow .ql-out-top{visibility:hidden}.ql-snow .ql-tooltip{position:absolute;transform:translateY(10px)}.ql-snow .ql-tooltip a{cursor:pointer;text-decoration:none}.ql-snow .ql-tooltip.ql-flip{transform:translateY(-10px)}.ql-snow .ql-formats{display:inline-block;vertical-align:middle}.ql-snow .ql-formats:after{clear:both;content:"";display:table}.ql-snow .ql-stroke{fill:none;stroke:#444;stroke-linecap:round;stroke-linejoin:round;stroke-width:2}.ql-snow .ql-stroke-miter{fill:none;stroke:#444;stroke-miterlimit:10;stroke-width:2}.ql-snow .ql-fill,.ql-snow .ql-stroke.ql-fill{fill:#444}.ql-snow .ql-empty{fill:none}.ql-snow .ql-even{fill-rule:evenodd}.ql-snow .ql-stroke.ql-thin,.ql-snow .ql-thin{stroke-width:1}.ql-snow .ql-transparent{opacity:.4}.ql-snow .ql-direction svg:last-child{display:none}.ql-snow .ql-direction.ql-active svg:last-child{display:inline}.ql-snow .ql-direction.ql-active svg:first-child{display:none}.ql-snow .ql-editor h1{font-size:2em}.ql-snow .ql-editor h2{font-size:1.5em}.ql-snow .ql-editor h3{font-size:1.17em}.ql-snow .ql-editor h4{font-size:1em}.ql-snow .ql-editor h5{font-size:.83em}.ql-snow .ql-editor h6{font-size:.67em}.ql-snow .ql-editor a{text-decoration:underline}.ql-snow .ql-editor blockquote{border-left:4px solid #ccc;margin-bottom:5px;margin-top:5px;padding-left:16px}.ql-snow .ql-editor code,.ql-snow .ql-editor pre{background-color:#f0f0f0;border-radius:3px}.ql-snow .ql-editor pre{margin-bottom:5px;margin-top:5px;padding:5px 10px;white-space:pre-wrap}.ql-snow .ql-editor code{font-size:85%;padding:2px 4px}.ql-snow .ql-editor pre.ql-syntax{background-color:#23241f;color:#f8f8f2;overflow:visible}.ql-snow .ql-editor img{max-width:100%}.ql-snow .ql-picker{color:#444;display:inline-block;float:left;font-size:14px;font-weight:500;height:24px;position:relative;vertical-align:middle}.ql-snow .ql-picker-label{cursor:pointer;display:inline-block;height:100%;padding-left:8px;padding-right:2px;position:relative;width:100%}.ql-snow .ql-picker-label:before{display:inline-block;line-height:22px}.ql-snow .ql-picker-options{background-color:#fff;display:none;min-width:100%;padding:4px 8px;position:absolute;white-space:nowrap}.ql-snow .ql-picker-options .ql-picker-item{cursor:pointer;display:block;padding-bottom:5px;padding-top:5px}.ql-snow .ql-picker.ql-expanded .ql-picker-label{color:#ccc;z-index:2}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-fill{fill:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-label .ql-stroke{stroke:#ccc}.ql-snow .ql-picker.ql-expanded .ql-picker-options{display:block;margin-top:-1px;top:100%;z-index:1}.ql-snow .ql-color-picker,.ql-snow .ql-icon-picker{width:28px}.ql-snow .ql-color-picker .ql-picker-label,.ql-snow .ql-icon-picker .ql-picker-label{padding:2px 4px}.ql-snow .ql-color-picker .ql-picker-label svg,.ql-snow .ql-icon-picker .ql-picker-label svg{right:4px}.ql-snow .ql-icon-picker .ql-picker-options{padding:4px 0}.ql-snow .ql-icon-picker .ql-picker-item{height:24px;padding:2px 4px;width:24px}.ql-snow .ql-color-picker .ql-picker-options{padding:3px 5px;width:152px}.ql-snow .ql-color-picker .ql-picker-item{border:1px solid #0000;float:left;height:16px;margin:2px;padding:0;width:16px}.ql-snow .ql-picker:not(.ql-color-picker):not(.ql-icon-picker) svg{margin-top:-9px;position:absolute;right:0;top:50%;width:18px}.ql-snow .ql-picker.ql-font .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-item[data-label]:not([data-label=""]):before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-label]:not([data-label=""]):before{content:attr(data-label)}.ql-snow .ql-picker.ql-header{width:98px}.ql-snow .ql-picker.ql-header .ql-picker-item:before,.ql-snow .ql-picker.ql-header .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="1"]:before{content:"Heading 1"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="2"]:before{content:"Heading 2"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="3"]:before{content:"Heading 3"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="4"]:before{content:"Heading 4"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="5"]:before{content:"Heading 5"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before,.ql-snow .ql-picker.ql-header .ql-picker-label[data-value="6"]:before{content:"Heading 6"}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="1"]:before{font-size:2em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="2"]:before{font-size:1.5em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="3"]:before{font-size:1.17em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="4"]:before{font-size:1em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="5"]:before{font-size:.83em}.ql-snow .ql-picker.ql-header .ql-picker-item[data-value="6"]:before{font-size:.67em}.ql-snow .ql-picker.ql-font{width:108px}.ql-snow .ql-picker.ql-font .ql-picker-item:before,.ql-snow .ql-picker.ql-font .ql-picker-label:before{content:"Sans Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=serif]:before{content:"Serif"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before,.ql-snow .ql-picker.ql-font .ql-picker-label[data-value=monospace]:before{content:"Monospace"}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=serif]:before{font-family:Georgia,Times New Roman,serif}.ql-snow .ql-picker.ql-font .ql-picker-item[data-value=monospace]:before{font-family:Monaco,Courier New,monospace}.ql-snow .ql-picker.ql-size{width:98px}.ql-snow .ql-picker.ql-size .ql-picker-item:before,.ql-snow .ql-picker.ql-size .ql-picker-label:before{content:"Normal"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=small]:before{content:"Small"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=large]:before{content:"Large"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before,.ql-snow .ql-picker.ql-size .ql-picker-label[data-value=huge]:before{content:"Huge"}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=small]:before{font-size:10px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=large]:before{font-size:18px}.ql-snow .ql-picker.ql-size .ql-picker-item[data-value=huge]:before{font-size:32px}.ql-snow .ql-color-picker.ql-background .ql-picker-item{background-color:#fff}.ql-snow .ql-color-picker.ql-color .ql-picker-item{background-color:#000}.ql-toolbar.ql-snow{border:1px solid #ccc;box-sizing:border-box;font-family:Helvetica Neue,Helvetica,Arial,sans-serif;padding:8px}.ql-toolbar.ql-snow .ql-formats{margin-right:15px}.ql-toolbar.ql-snow .ql-picker-label{border:1px solid #0000}.ql-toolbar.ql-snow .ql-picker-options{border:1px solid #0000;box-shadow:0 2px 8px #0003}.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-label,.ql-toolbar.ql-snow .ql-picker.ql-expanded .ql-picker-options{border-color:#ccc}.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item.ql-selected,.ql-toolbar.ql-snow .ql-color-picker .ql-picker-item:hover{border-color:#000}.ql-toolbar.ql-snow+.ql-container.ql-snow{border-top:0}.ql-snow .ql-tooltip{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 5px #ddd;color:#444;padding:5px 12px;white-space:nowrap}.ql-snow .ql-tooltip:before{content:"Visit URL:";line-height:26px;margin-right:8px}.ql-snow .ql-tooltip input[type=text]{border:1px solid #ccc;display:none;font-size:13px;height:26px;margin:0;padding:3px 5px;width:170px}.ql-snow .ql-tooltip a.ql-preview{display:inline-block;max-width:200px;overflow-x:hidden;text-overflow:ellipsis;vertical-align:top}.ql-snow .ql-tooltip a.ql-action:after{border-right:1px solid #ccc;content:"Edit";margin-left:16px;padding-right:8px}.ql-snow .ql-tooltip a.ql-remove:before{content:"Remove";margin-left:8px}.ql-snow .ql-tooltip a{line-height:26px}.ql-snow .ql-tooltip.ql-editing a.ql-preview,.ql-snow .ql-tooltip.ql-editing a.ql-remove{display:none}.ql-snow .ql-tooltip.ql-editing input[type=text]{display:inline-block}.ql-snow .ql-tooltip.ql-editing a.ql-action:after{border-right:0;content:"Save";padding-right:0}.ql-snow .ql-tooltip[data-mode=link]:before{content:"Enter link:"}.ql-snow .ql-tooltip[data-mode=formula]:before{content:"Enter formula:"}.ql-snow .ql-tooltip[data-mode=video]:before{content:"Enter video:"}.ql-snow a{color:#06c}.ql-container.ql-snow{border:1px solid #ccc}.ps{-ms-overflow-style:none;overflow:hidden!important;overflow-anchor:none;touch-action:auto;-ms-touch-action:auto}.ps__rail-x{bottom:0;height:15px}.ps__rail-x,.ps__rail-y{display:none;opacity:0;position:absolute;transition:background-color .2s linear,opacity .2s linear;-webkit-transition:background-color .2s linear,opacity .2s linear}.ps__rail-y{right:0;width:15px}.ps--active-x>.ps__rail-x,.ps--active-y>.ps__rail-y{background-color:#0000;display:block}.ps--focus>.ps__rail-x,.ps--focus>.ps__rail-y,.ps--scrolling-x>.ps__rail-x,.ps--scrolling-y>.ps__rail-y,.ps:hover>.ps__rail-x,.ps:hover>.ps__rail-y{opacity:.6}.ps .ps__rail-x.ps--clicking,.ps .ps__rail-x:focus,.ps .ps__rail-x:hover,.ps .ps__rail-y.ps--clicking,.ps .ps__rail-y:focus,.ps .ps__rail-y:hover{background-color:#eee;opacity:.9}.ps__thumb-x{bottom:2px;height:6px;transition:background-color .2s linear,height .2s ease-in-out;-webkit-transition:background-color .2s linear,height .2s ease-in-out}.ps__thumb-x,.ps__thumb-y{background-color:#aaa;border-radius:6px;position:absolute}.ps__thumb-y{right:2px;transition:background-color .2s linear,width .2s ease-in-out;-webkit-transition:background-color .2s linear,width .2s ease-in-out;width:6px}.ps__rail-x.ps--clicking .ps__thumb-x,.ps__rail-x:focus>.ps__thumb-x,.ps__rail-x:hover>.ps__thumb-x{background-color:#999;height:11px}.ps__rail-y.ps--clicking .ps__thumb-y,.ps__rail-y:focus>.ps__thumb-y,.ps__rail-y:hover>.ps__thumb-y{background-color:#999;width:11px}@supports(-ms-overflow-style:none){.ps{overflow:auto!important}}@media (-ms-high-contrast:none),screen and (-ms-high-contrast:active){.ps{overflow:auto!important}}#root,body{font-family:Roboto,Helvetica Neue,sans-serif;height:100%;overflow:auto;position:relative;width:100%}#root *,body *{box-sizing:border-box}html{height:100%;overflow:auto;position:relative;width:100%}html *{box-sizing:border-box}*,body{margin:0;padding:0}body{font-family:Roboto,Helvetica Neue,sans-serif;font-size:.875rem}.MuiTableRow-root .MuiTableCell-root{padding:10px;white-space:nowrap}.MuiMenu-list{padding:0}.MuiMenu-list .MuiListItem-root{font-size:13px;padding:5px 10px}.MuiAutocomplete-option{font-size:15px}@media screen and (max-width:960px){.MuiAutocomplete-option{font-size:13px}}.MuiPickersBasePicker-container .MuiPickersDatePickerRoot-toolbar{height:60px}.MuiPickersBasePicker-container .MuiPickersToolbar-toolbar{height:50px}.MuiPickersBasePicker-container *{font-size:13px!important}@media screen and (max-width:960px){.MuiPickersBasePicker-container{font-size:50px}.MuiPickersBasePicker-container *{font-size:12px}}.MuiAutocomplete-popper .MuiAutocomplete-listbox{font-size:16px;max-height:300px}.MuiInputAdornment-root.MuiInputAdornment-positionEnd{cursor:pointer}.MuiTabs-root.Mui-tabRootCustom{background-color:#0c447c!important;border-radius:3px;margin-bottom:10px}.MuiTabs-root.Mui-tabRootCustom .MuiButtonBase-root.MuiTabs-scrollButtons{color:#fff;width:45px}.MuiTabs-root.Mui-tabRootCustom .MuiTabs-flexContainer{gap:10px;padding:5px 10px}.Mui-tabCustom{min-height:35px!important;min-width:0!important;min-width:auto!important;padding:0 18px!important;width:-webkit-max-content;width:max-content}.Mui-tabCustom.Mui-selected{background-color:#123763;border-radius:3px}.MuiTab-wrapper{color:#fff;text-transform:capitalize}.MuiTabs-indicator{background-color:#0000!important}.MuiTabs-scroller.MuiTabs-scrollable{padding:0!important}.MuiButtonBase-root.MuiTabs-scrollButtons{background-color:#0000!important}.item-selected{background-color:#ccc;border:1px solid #012725;border-radius:3px;font-weight:700}.emr-print-root,.emr-print-root *,.modal-body-patient,.modal-body-patient *,.print-page,.print-page *,.printVisualAcuityTestWrapper,.printVisualAcuityTestWrapper *{font-family:Times New Roman,Times,serif!important}@media print{.emr-print-root,.emr-print-root *,.modal-body-patient,.modal-body-patient *,.print-page,.print-page *,.printVisualAcuityTestWrapper,.printVisualAcuityTestWrapper *,body{font-family:Times New Roman,Times,serif!important}}.m-0{margin:0!important}.mt-0{margin-top:0!important}.mr-0{margin-right:0!important}.mb-0{margin-bottom:0!important}.ml-0,.mx-0{margin-left:0!important}.mx-0{margin-right:0!important}.my-0{margin-bottom:0!important;margin-top:0!important}.p-0{padding:0!important}.pt-0{padding-top:0!important}.pr-0{padding-right:0!important}.pb-0{padding-bottom:0!important}.pl-0,.px-0{padding-left:0!important}.px-0{padding-right:0!important}.py-0,.text-0{padding-bottom:0!important;padding-top:0!important}.m-1{margin:4px!important}.mt-1{margin-top:4px!important}.mr-1{margin-right:4px!important}.mb-1{margin-bottom:4px!important}.ml-1,.mx-1{margin-left:4px!important}.mx-1{margin-right:4px!important}.my-1{margin-bottom:4px!important;margin-top:4px!important}.p-1{padding:4px!important}.pt-1{padding-top:4px!important}.pr-1{padding-right:4px!important}.pb-1{padding-bottom:4px!important}.pl-1,.px-1{padding-left:4px!important}.px-1{padding-right:4px!important}.py-1,.text-1{padding-bottom:4px!important;padding-top:4px!important}.m-2{margin:8px!important}.mt-2{margin-top:8px!important}.mr-2{margin-right:8px!important}.mb-2{margin-bottom:8px!important}.ml-2,.mx-2{margin-left:8px!important}.mx-2{margin-right:8px!important}.my-2{margin-bottom:8px!important;margin-top:8px!important}.p-2{padding:8px!important}.pt-2{padding-top:8px!important}.pr-2{padding-right:8px!important}.pb-2{padding-bottom:8px!important}.pl-2,.px-2{padding-left:8px!important}.px-2{padding-right:8px!important}.py-2,.text-2{padding-bottom:8px!important;padding-top:8px!important}.m-3{margin:12px!important}.mt-3{margin-top:12px!important}.mr-3{margin-right:12px!important}.mb-3{margin-bottom:12px!important}.ml-3,.mx-3{margin-left:12px!important}.mx-3{margin-right:12px!important}.my-3{margin-bottom:12px!important;margin-top:12px!important}.p-3{padding:12px!important}.pt-3{padding-top:12px!important}.pr-3{padding-right:12px!important}.pb-3{padding-bottom:12px!important}.pl-3,.px-3{padding-left:12px!important}.px-3{padding-right:12px!important}.py-3,.text-3{padding-bottom:12px!important;padding-top:12px!important}.m-4{margin:16px!important}.mt-4{margin-top:16px!important}.mr-4{margin-right:16px!important}.mb-4{margin-bottom:16px!important}.ml-4,.mx-4{margin-left:16px!important}.mx-4{margin-right:16px!important}.my-4{margin-bottom:16px!important;margin-top:16px!important}.p-4{padding:16px!important}.pt-4{padding-top:16px!important}.pr-4{padding-right:16px!important}.pb-4{padding-bottom:16px!important}.pl-4,.px-4{padding-left:16px!important}.px-4{padding-right:16px!important}.py-4,.text-4{padding-bottom:16px!important;padding-top:16px!important}.m-5{margin:20px!important}.mt-5{margin-top:20px!important}.mr-5{margin-right:20px!important}.mb-5{margin-bottom:20px!important}.ml-5,.mx-5{margin-left:20px!important}.mx-5{margin-right:20px!important}.my-5{margin-bottom:20px!important;margin-top:20px!important}.p-5{padding:20px!important}.pt-5{padding-top:20px!important}.pr-5{padding-right:20px!important}.pb-5{padding-bottom:20px!important}.pl-5,.px-5{padding-left:20px!important}.px-5{padding-right:20px!important}.py-5,.text-5{padding-bottom:20px!important;padding-top:20px!important}.m-6{margin:24px!important}.mt-6{margin-top:24px!important}.mr-6{margin-right:24px!important}.mb-6{margin-bottom:24px!important}.ml-6,.mx-6{margin-left:24px!important}.mx-6{margin-right:24px!important}.my-6{margin-bottom:24px!important;margin-top:24px!important}.p-6{padding:24px!important}.pt-6{padding-top:24px!important}.pr-6{padding-right:24px!important}.pb-6{padding-bottom:24px!important}.pl-6,.px-6{padding-left:24px!important}.px-6{padding-right:24px!important}.py-6,.text-6{padding-bottom:24px!important;padding-top:24px!important}.m-7{margin:28px!important}.mt-7{margin-top:28px!important}.mr-7{margin-right:28px!important}.mb-7{margin-bottom:28px!important}.ml-7,.mx-7{margin-left:28px!important}.mx-7{margin-right:28px!important}.my-7{margin-bottom:28px!important;margin-top:28px!important}.p-7{padding:28px!important}.pt-7{padding-top:28px!important}.pr-7{padding-right:28px!important}.pb-7{padding-bottom:28px!important}.pl-7,.px-7{padding-left:28px!important}.px-7{padding-right:28px!important}.py-7,.text-7{padding-bottom:28px!important;padding-top:28px!important}.m-8{margin:32px!important}.mt-8{margin-top:32px!important}.mr-8{margin-right:32px!important}.mb-8{margin-bottom:32px!important}.ml-8,.mx-8{margin-left:32px!important}.mx-8{margin-right:32px!important}.my-8{margin-bottom:32px!important;margin-top:32px!important}.p-8{padding:32px!important}.pt-8{padding-top:32px!important}.pr-8{padding-right:32px!important}.pb-8{padding-bottom:32px!important}.pl-8,.px-8{padding-left:32px!important}.px-8{padding-right:32px!important}.py-8,.text-8{padding-bottom:32px!important;padding-top:32px!important}.m-9{margin:36px!important}.mt-9{margin-top:36px!important}.mr-9{margin-right:36px!important}.mb-9{margin-bottom:36px!important}.ml-9,.mx-9{margin-left:36px!important}.mx-9{margin-right:36px!important}.my-9{margin-bottom:36px!important;margin-top:36px!important}.p-9{padding:36px!important}.pt-9{padding-top:36px!important}.pr-9{padding-right:36px!important}.pb-9{padding-bottom:36px!important}.pl-9,.px-9{padding-left:36px!important}.px-9{padding-right:36px!important}.py-9,.text-9{padding-bottom:36px!important;padding-top:36px!important}.m-10{margin:40px!important}.mt-10{margin-top:40px!important}.mr-10{margin-right:40px!important}.mb-10{margin-bottom:40px!important}.ml-10,.mx-10{margin-left:40px!important}.mx-10{margin-right:40px!important}.my-10{margin-bottom:40px!important;margin-top:40px!important}.p-10{padding:40px!important}.pt-10{padding-top:40px!important}.pr-10{padding-right:40px!important}.pb-10{padding-bottom:40px!important}.pl-10,.px-10{padding-left:40px!important}.px-10{padding-right:40px!important}.py-10,.text-10{padding-bottom:40px!important;padding-top:40px!important}.m-11{margin:44px!important}.mt-11{margin-top:44px!important}.mr-11{margin-right:44px!important}.mb-11{margin-bottom:44px!important}.ml-11,.mx-11{margin-left:44px!important}.mx-11{margin-right:44px!important}.my-11{margin-bottom:44px!important;margin-top:44px!important}.p-11{padding:44px!important}.pt-11{padding-top:44px!important}.pr-11{padding-right:44px!important}.pb-11{padding-bottom:44px!important}.pl-11,.px-11{padding-left:44px!important}.px-11{padding-right:44px!important}.py-11,.text-11{padding-bottom:44px!important;padding-top:44px!important}.m-12{margin:48px!important}.mt-12{margin-top:48px!important}.mr-12{margin-right:48px!important}.mb-12{margin-bottom:48px!important}.ml-12,.mx-12{margin-left:48px!important}.mx-12{margin-right:48px!important}.my-12{margin-bottom:48px!important;margin-top:48px!important}.p-12{padding:48px!important}.pt-12{padding-top:48px!important}.pr-12{padding-right:48px!important}.pb-12{padding-bottom:48px!important}.pl-12,.px-12{padding-left:48px!important}.px-12{padding-right:48px!important}.py-12,.text-12{padding-bottom:48px!important;padding-top:48px!important}.m-13{margin:52px!important}.mt-13{margin-top:52px!important}.mr-13{margin-right:52px!important}.mb-13{margin-bottom:52px!important}.ml-13,.mx-13{margin-left:52px!important}.mx-13{margin-right:52px!important}.my-13{margin-bottom:52px!important;margin-top:52px!important}.p-13{padding:52px!important}.pt-13{padding-top:52px!important}.pr-13{padding-right:52px!important}.pb-13{padding-bottom:52px!important}.pl-13,.px-13{padding-left:52px!important}.px-13{padding-right:52px!important}.py-13,.text-13{padding-bottom:52px!important;padding-top:52px!important}.m-14{margin:56px!important}.mt-14{margin-top:56px!important}.mr-14{margin-right:56px!important}.mb-14{margin-bottom:56px!important}.ml-14,.mx-14{margin-left:56px!important}.mx-14{margin-right:56px!important}.my-14{margin-bottom:56px!important;margin-top:56px!important}.p-14{padding:56px!important}.pt-14{padding-top:56px!important}.pr-14{padding-right:56px!important}.pb-14{padding-bottom:56px!important}.pl-14,.px-14{padding-left:56px!important}.px-14{padding-right:56px!important}.py-14,.text-14{padding-bottom:56px!important;padding-top:56px!important}.m-15{margin:60px!important}.mt-15{margin-top:60px!important}.mr-15{margin-right:60px!important}.mb-15{margin-bottom:60px!important}.ml-15,.mx-15{margin-left:60px!important}.mx-15{margin-right:60px!important}.my-15{margin-bottom:60px!important;margin-top:60px!important}.p-15{padding:60px!important}.pt-15{padding-top:60px!important}.pr-15{padding-right:60px!important}.pb-15{padding-bottom:60px!important}.pl-15,.px-15{padding-left:60px!important}.px-15{padding-right:60px!important}.py-15,.text-15{padding-bottom:60px!important;padding-top:60px!important}.m-16{margin:64px!important}.mt-16{margin-top:64px!important}.mr-16{margin-right:64px!important}.mb-16{margin-bottom:64px!important}.ml-16,.mx-16{margin-left:64px!important}.mx-16{margin-right:64px!important}.my-16{margin-bottom:64px!important;margin-top:64px!important}.p-16{padding:64px!important}.pt-16{padding-top:64px!important}.pr-16{padding-right:64px!important}.pb-16{padding-bottom:64px!important}.pl-16,.px-16{padding-left:64px!important}.px-16{padding-right:64px!important}.py-16,.text-16{padding-bottom:64px!important;padding-top:64px!important}.m-17{margin:68px!important}.mt-17{margin-top:68px!important}.mr-17{margin-right:68px!important}.mb-17{margin-bottom:68px!important}.ml-17,.mx-17{margin-left:68px!important}.mx-17{margin-right:68px!important}.my-17{margin-bottom:68px!important;margin-top:68px!important}.p-17{padding:68px!important}.pt-17{padding-top:68px!important}.pr-17{padding-right:68px!important}.pb-17{padding-bottom:68px!important}.pl-17,.px-17{padding-left:68px!important}.px-17{padding-right:68px!important}.py-17,.text-17{padding-bottom:68px!important;padding-top:68px!important}.m-18{margin:72px!important}.mt-18{margin-top:72px!important}.mr-18{margin-right:72px!important}.mb-18{margin-bottom:72px!important}.ml-18,.mx-18{margin-left:72px!important}.mx-18{margin-right:72px!important}.my-18{margin-bottom:72px!important;margin-top:72px!important}.p-18{padding:72px!important}.pt-18{padding-top:72px!important}.pr-18{padding-right:72px!important}.pb-18{padding-bottom:72px!important}.pl-18,.px-18{padding-left:72px!important}.px-18{padding-right:72px!important}.py-18,.text-18{padding-bottom:72px!important;padding-top:72px!important}.m-19{margin:76px!important}.mt-19{margin-top:76px!important}.mr-19{margin-right:76px!important}.mb-19{margin-bottom:76px!important}.ml-19,.mx-19{margin-left:76px!important}.mx-19{margin-right:76px!important}.my-19{margin-bottom:76px!important;margin-top:76px!important}.p-19{padding:76px!important}.pt-19{padding-top:76px!important}.pr-19{padding-right:76px!important}.pb-19{padding-bottom:76px!important}.pl-19,.px-19{padding-left:76px!important}.px-19{padding-right:76px!important}.py-19,.text-19{padding-bottom:76px!important;padding-top:76px!important}.m-20{margin:80px!important}.mt-20{margin-top:80px!important}.mr-20{margin-right:80px!important}.mb-20{margin-bottom:80px!important}.ml-20,.mx-20{margin-left:80px!important}.mx-20{margin-right:80px!important}.my-20{margin-bottom:80px!important;margin-top:80px!important}.p-20{padding:80px!important}.pt-20{padding-top:80px!important}.pr-20{padding-right:80px!important}.pb-20{padding-bottom:80px!important}.pl-20,.px-20{padding-left:80px!important}.px-20{padding-right:80px!important}.py-20,.text-20{padding-bottom:80px!important;padding-top:80px!important}.m-auto{margin:auto!important}.mx-auto{margin-left:auto!important;margin-right:auto!important}.my-auto{margin-bottom:auto!important}.mt-auto,.my-auto{margin-top:auto!important}.ml-auto{margin-left:auto!important}.w-80{width:80%}.w-100{width:100%!important}.w-fitContent{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.max-width-100{max-width:100%}.max-height-100{max-height:100%}.max-height-320{max-height:320px}.w-unset{width:auto!important}.mw-32{min-width:32px!important}.w-60{width:60px}.w-120{width:120px}.w-150{width:150px}.w-220{width:220px}.w-320{width:320px}.h-100{height:100%!important}.mh-100{min-height:100%!important}.h-150{height:150px!important}.h-320{height:320px}.h-100vh{height:100vh}.h-100vh-80{height:calc(100vh - 80px)}.max-height-100vh{max-height:125vh}.h-500{height:500px!important}.h-700{height:700px}.h-800{height:800px}.h-48{height:48px}.h-70{height:70px}.h-32{height:32px}.h-56{height:56px}.h-fitContent{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.mw-none{min-width:0!important;min-width:auto!important}.bg-white{background:#fff!important}.bg-green-black{background-color:#0c447c;color:#fff}.text-second{color:crimson!important}.text-notice{color:#0c447c!important}.text-danger{color:red}.text-blue{color:blue}.text-white{color:#fff}.text-orange{color:#fcdd13}.text-light-green{color:#aeff00}.h1,.h2,.h3,.h4,.h5,.h6,h1,h2,h3,h4,h5,h6{font-weight:500;margin:0}.h1,h1{font-size:32px}.h2,h2{font-size:28px}.h3,h3{font-size:24px}.h4,h4{font-size:20px}.h5,h5{font-size:16px}.h6,h6{font-size:14px}a{color:inherit;text-decoration:none}.text-green{color:#0c447c}.caption{font:var(--font-caption)}.subheading-1{font:var(--font-subheading-1)}.subheading-2{font:var(--font-subheading-2)}.heading{font:var(--font-heading)}.title{font:var(--font-title)}.display-1{font:var(--font-display-1)}.display-2{font:var(--font-display-2)}.display-3{font:var(--font-display-3)}.display-4{font:var(--font-display-4)}.capitalize{text-transform:capitalize!important}.uppercase{text-transform:uppercase!important}.lowercase{text-transform:lowercase!important}.font-weight-normal{font-weight:400!important}.font-weight-300,.font-weight-light{font-weight:300!important}.font-weight-500,.font-weight-semi-bold{font-weight:500!important}.font-weight-600,.font-weight-bold{font-weight:600!important}.font-size-13{font-size:13px}.font-size-14{font-size:14px}.font-size-16{font-size:16px}.font-size-18{font-size:18px}.font-size-20{font-size:20px}.font-size-22{font-size:22px}.font-size-24{font-size:24px}.font-size-30{font-size:30px!important}.font-size-32{font-size:32px}.text-small{font-size:13px!important}.text-smaller{font-size:smaller!important}.text-muted{font-weight:300}.white-space-pre-line{white-space:pre-wrap;word-break:break-word}.white-space-pre{white-space:pre}@media screen and (max-width:960px){.h1,h1{font-size:28px}.h2,h2{font-size:24px}.h3,h3{font-size:20px}.h4,h4{font-size:16px}.h5,.h6,h5,h6{font-size:14px}}@keyframes fade-in{0%{opacity:0}to{opacity:1}}.fade-in{animation:fade-in 1s cubic-bezier(.17,.67,.83,.67)}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(1turn)}}.spin{animation:spin 3s linear infinite}.flex-center{align-items:center;display:flex;justify-content:center}.flex-end{align-items:end;display:flex;justify-content:end}.display-none{display:none}.flex{display:flex}.flex-inline{display:inline-flex}.flex-column{display:flex;flex-direction:column}.flex-middle,.items-center{align-items:center}.flex-grow-1{flex-grow:1}.align-center{align-items:center}.align-start{align-items:flex-start}.align-end{align-items:flex-end}.justify-left{justify-content:flex-start!important}.justify-right{justify-content:flex-end}.justify-between{justify-content:space-between}.justify-end{justify-content:flex-end}.flex-between{display:flex;justify-content:space-between}.justify-center{justify-content:center}.position-relative{position:relative}.position-bottom{bottom:0;position:absolute}.text-left{text-align:left}.text-middle{vertical-align:middle}.x-center{left:50%;transform:translateX(-50%)}.y-center{top:50%;transform:translateY(-50%)}.pointer{cursor:pointer}.gap-0{gap:0!important}.gap-1{gap:4px!important}.gap-2{gap:8px!important}.gap-3{gap:12px!important}.gap-4{gap:16px!important}.gap-5{gap:20px!important}.gap-6{gap:24px!important}.gap-7{gap:28px!important}.gap-8{gap:32px!important}.gap-9{gap:36px!important}.gap-10{gap:40px!important}.br-10{border-radius:10px!important}.flex-wrap{display:flex;flex-wrap:wrap}.fixed-top{position:-webkit-sticky;position:sticky;top:0;z-index:10}.fixed-left{left:0}.fixed-bottom,.fixed-left{position:-webkit-sticky;position:sticky;z-index:100}.fixed-bottom{bottom:0}.border-radius-0{border-radius:0!important;overflow:hidden}.border-radius-1{border-radius:4px!important;overflow:hidden}.border-radius-2{border-radius:8px!important;overflow:hidden}.border-radius-3{border-radius:12px!important;overflow:hidden}.border-radius-4{border-radius:16px!important;overflow:hidden}.border-radius-5{border-radius:20px!important;overflow:hidden}.border-radius-6{border-radius:24px!important;overflow:hidden}.border-radius-7{border-radius:28px!important;overflow:hidden}.border-radius-8{border-radius:32px!important;overflow:hidden}.border-radius-9{border-radius:36px!important;overflow:hidden}.border-radius-10{border-radius:40px!important;overflow:hidden}.border-radius-11{border-radius:44px!important;overflow:hidden}.border-radius-12{border-radius:48px!important;overflow:hidden}.border-radius-13{border-radius:52px!important;overflow:hidden}.border-radius-14{border-radius:56px!important;overflow:hidden}.border-radius-15{border-radius:60px!important;overflow:hidden}.border-radius-16{border-radius:64px!important;overflow:hidden}.border-radius-17{border-radius:68px!important;overflow:hidden}.border-radius-18{border-radius:72px!important;overflow:hidden}.border-radius-19{border-radius:76px!important;overflow:hidden}.border-radius-20{border-radius:80px!important;overflow:hidden}.border-radius-circle{border-radius:50%!important;overflow:hidden}.radius-none{border-radius:0!important;border-radius:initial!important}.border-none{border:none!important}.border-blurry{border:1px solid #e9e1e1}.border-black,.border-bottom,.border-left,.border-right,.border-top{border:1px solid #000}.circular-image-small{height:48px;overflow:hidden;width:48px}.card-title{font-size:16px;font-weight:500;text-transform:capitalize}.card-subtitle{color:#0000008a;font-size:14px}.theme-dark .card-subtitle{color:#ffffff8a}@media screen and (max-width:600px){.hide-on-mobile{display:none}}.episode-header{background-color:#f0f8ff;border-left:4px solid #007bff;margin-bottom:10px;padding:10px}.badge-custom{background-color:#f0f0f0;background-color:var(--badge-bg,#f0f0f0);border-radius:15px;color:#000;color:var(--badge-color,#000);padding:3px 10px}.egret-customizer{box-shadow:var(--elevation-z12);display:flex;flex-direction:column;height:100vh;position:fixed;right:0;top:0;width:320px;z-index:50}.egret-customizer .customizer-close{position:absolute;right:8px;top:8px}.egret-customizer .layout-boxes{display:flex;flex-wrap:wrap;margin:0 -8px}.egret-customizer .layout-boxes .layout-box{cursor:pointer;margin:12px 8px;width:calc(50% - 16px)}.egret-customizer .layout-boxes .layout-box>div{display:flex;height:76px;overflow:hidden;position:relative;width:100%}.egret-customizer .layout-boxes .layout-box>div img{left:0;position:absolute;top:0}.egret-customizer .colors{display:flex;flex-wrap:wrap}.egret-customizer .colors .color{align-items:center;border-radius:4px;box-shadow:0 1px 3px 0 #0003,0 1px 1px 0 #00000024,0 2px 1px -1px #0000001f;cursor:pointer;display:flex;height:40px;justify-content:center;margin-bottom:12px;margin-right:12px;margin-top:4px;overflow:hidden;position:relative;width:40px}.egret-customizer .colors .color .dark,.egret-customizer .colors .color .light{border:12px solid #0000;border-radius:50%;bottom:-12px;left:-12px;position:absolute;transform:rotate(45deg)}.egret-customizer .colors .color .light{border-top-color:#d7d7d799}.egret-customizer .colors .color .dark{border-top-color:#00000080}.loader-bounce{align-items:center;display:flex;height:100vh!important;width:100%}.spinner{height:40px;margin:auto;position:relative;width:40px}.double-bounce1,.double-bounce2{animation:sk-bounce 2s ease-in-out infinite;border-radius:50%;height:100%;left:0;opacity:.6;position:absolute;top:0;width:100%}.double-bounce2{animation-delay:-1s}@keyframes sk-bounce{0%,to{transform:scale(0);-webkit-transform:scale(0)}50%{transform:scale(1);-webkit-transform:scale(1)}}.rectangle-box{background-color:#ffffff1a;border-radius:8px;height:40px;min-width:40px;overflow:hidden;width:40px}.rectangle-box .MuiIcon-root{font-size:18px}.btn-orange{background-color:#1c4c90!important;color:#fff!important;transition:all .2s linear}.btn-orange:hover{background-color:#163d75!important;opacity:.8}.commonBtn{min-width:0!important;min-width:auto!important;padding:3px 7px!important}.btn-container{border:none;border-radius:3px;box-shadow:none!important;box-sizing:border-box;cursor:pointer;outline:none;padding:10px;transition:all .25s linear}.btn-container:disabled{background-color:#dadada!important;cursor:not-allowed}.btn-container:disabled .btn-content{color:#000!important}.btn-container svg{height:20px;width:20px}.btn-container .btn-content{align-items:center;display:flex;font-size:13px;gap:5px;margin:0}.btn-container.MuiButtonBase-root{padding:5px 15px}@media screen and (max-width:960px){.btn-container{padding:8px}.btn-container .btn-content{font-size:12px}.btn-container .btn-content svg{height:16px;width:16px}}.btn-white{background:#f3f6f9;box-shadow:0 1px 5px 0 #3a5c9033,0 3px 4px 0 #3a5c901f,0 2px 4px 0 #3a5c9024}.btn-white .btn-content{color:#000000de}.btn-gray{background-color:#9a9a9a!important}.btn-gray,.btn-gray .btn-content{color:#fff!important}.btn-gray:hover{background-color:#9a9a9a!important;opacity:.8;transition:all .2s linear}.btn-danger{background-color:#f12121!important;color:#fff!important;transition:all .2 linear}.btn-danger:hover{background-color:red!important;opacity:.8}.btn-green-black{background-color:#0c447c!important;color:#fff!important;transition:all .2 linear!important}.btn-green-black:hover{background-color:green!important;opacity:.8!important;transition:all .2 linear!important}.menuCloseButton{background:#fff;background-color:#0c447c;border:none;border-radius:50px;cursor:pointer;height:50px;margin:0;padding:10px;position:relative;vertical-align:middle;width:50px}.menuCloseButton:focus{outline:0}.menuCloseButton:hover span,.menuCloseButton:hover span:after,.menuCloseButton:hover span:before{background:#fff}.menuCloseButton:before{background:#0000;border-radius:50%;content:"";height:0;left:50%;opacity:0;position:absolute;top:50%;transform:translate(-50%,-50%);transition:all .4s ease;width:0}.menuCloseButton span{display:block;position:relative}.menuCloseButton span:after,.menuCloseButton span:before{content:"";left:0;position:absolute}.menuCloseButton span:before{top:-8px}.menuCloseButton span:after{bottom:-8px}.menuCloseButton span,.menuCloseButton span:after,.menuCloseButton span:before{background:#fff;height:4px;transition:all .4s ease;width:100%}.menuCloseButton.is-active:before{background:#0c447c;height:50px;opacity:1;width:50px}.menuCloseButton.is-active span{background:#0000}.menuCloseButton.is-active span:before{top:0;transform:rotate(225deg)}.menuCloseButton.is-active span:after{bottom:0;transform:rotate(-225deg)}.not-allowed{cursor:not-allowed!important;pointer-events:inherit!important}.chipContainer{background-color:#fff;border:1px solid #0c447c;border-radius:6px;display:flex;flex-wrap:wrap;min-height:40px;min-width:100%;padding:2px}.chipContainer .chipItem{background-color:#fff;border:.4px solid #000;margin:2px;min-height:32px;padding:2px}.chipContainer .chipItem,.chipContainer .chipItem>.MuiChip-label{white-space:inherit!important}.chipContainer.MuiChip-root{height:auto!important}input::-webkit-file-upload-button{background-color:#0c447c;border:initial;border-radius:12px;color:#fff;margin-right:8px;padding:6px 8px;-webkit-transition:all .2s linear;transition:all .2s linear}input::file-selector-button{background-color:#0c447c;border:initial;border-radius:12px;color:#fff;margin-right:8px;padding:6px 8px;transition:all .2s linear}input::-webkit-file-upload-button:hover{cursor:pointer;opacity:.8}input::file-selector-button:hover{cursor:pointer;opacity:.8}.topImgContainer{align-items:center;display:flex;justify-content:flex-end;margin-right:2px;margin-top:2px;position:absolute;right:0;top:0}.topImgContainer .actionButton{background-color:gray!important;border-radius:50%;color:#fff!important;opacity:.8;padding:initial!important;transition:all .2s linear}.topImgContainer .actionButton .actionIcon{color:#fff}.topImgContainer .actionButton:hover{opacity:.6}.contentFullScreen .topImgContainer .actionIcon{font-size:28px}.closeFullScreenPictureBtn{background-color:#fff!important;border-radius:50%;cursor:pointer;margin-right:2px;margin-top:2px;padding:6px 8px!important;position:absolute;right:0;top:0}.closeFullScreenPictureBtn>.icon{color:#000!important}.MuiButton-root{font-size:14px}.visit-form .item-form-header .MuiButton-root{border-radius:8px!important;color:#000000de;font-size:10px!important;padding:2px 12px!important;text-transform:none!important}@media(min-device-width:1920px){.visit-form .item-form-header .MuiButton-root{font-size:14px!important;padding:4px 16px!important}}@media(min-device-width:2560px){.visit-form .item-form-header .MuiButton-root{font-size:22px!important;padding:6px 20px!important}}@media(min-device-width:3840px){.visit-form .item-form-header .MuiButton-root{font-size:26px!important;padding:10px 24px!important}}.MuiButton-root{font-size:14px!important;padding:6px 16px;text-transform:none!important}.MuiSvgIcon-root{font-size:18px!important}.capitalize-text-confirm{color:#0c447c;font-size:18px;font-weight:700;margin-top:5px;text-transform:uppercase}.text-confirm{color:#000;font-size:16px}.title{background-color:#0c447c;color:#fff!important;padding:3px 20px!important;text-align:center}.titleText{color:#000;font-size:18px;margin:0}.content{padding:4px!important}.contentFullScreen{overflow:visible!important;overflow:initial!important}.action-popup-form{align-items:stretch!important;border-top:1px solid #0c447c;padding:3px!important}.popup-container{border:1px solid #e5e7eb;border-radius:12px;box-shadow:0 10px 25px #00000014,0 2px 6px #0000000a;scrollbar-width:thin!important}.popup-container .popup-header{align-items:center;background:#fff;border-bottom:1px solid #e5e7eb;border-radius:12px 12px 0 0;box-shadow:0 1px 2px #0000000a;display:flex;justify-content:space-between;padding:12px 16px}.popup-container .popup-header h2{align-items:center;display:flex;justify-content:space-between;margin:0;width:100%}.popup-container .popup-header .popup-title{color:#111827;font-size:16px;font-weight:600;margin:0}.popup-container .popup-header .popup__iconBtn{align-items:center;background:#0000;border-radius:8px;display:flex;height:32px;justify-content:center;transition:all .2s ease;width:32px}.popup-container .popup-header .popup__iconBtn:hover{background:#f3f4f6}.popup-container .popup-header .popup__iconBtn:active{background:#e5e7eb}.popup-container .popup-header .popup__iconBtn .popup__icon{height:20px;width:20px}.popup-container .popup-header .popup__iconBtn .popup__icon path{stroke:#6b7280;transition:.2s}.popup-container .popup-header .popup__iconBtn:hover .popup__icon path{stroke:#111827}.popup-container .popup-content{max-height:75vh;scrollbar-width:thin!important}.popup-container .max-height-none .popup-content{max-height:none}.popup-container .confirm__title{border-bottom:1px solid #0c447c;color:#0c447c;font-size:24px;padding:4px 8px 4px 18px;text-transform:uppercase}.popup-container .confirm__title>.MuiTypography-root.MuiTypography-h6{align-items:center;display:flex;justify-content:space-between}.popup-container .confirm__title>.MuiTypography-root.MuiTypography-h6 .title__icon{color:#0c447c;font-size:28px}.popup-container .confirm__content{padding:12px 18px}.document-file-popup{font-size:16px!important}.document-file-popup .MuiTypography-root{font-size:inherit}.document-file-popup .MuiTypography-caption{font-size:11px!important}.document-file-popup .MuiTypography-body2{font-size:13px!important}.document-file-popup .MuiTypography-body1{font-size:14px!important}.document-file-popup .MuiTypography-subtitle1{font-size:15px!important;font-weight:700}.document-file-popup .MuiTypography-subtitle2{font-size:13px!important}.document-file-popup .MuiTypography-h6{font-size:16px!important}.document-file-popup .sig-avatar{font-size:14px!important}.table-root{border:none;box-sizing:border-box;height:auto;overflow-x:scroll;overflow-x:auto;scrollbar-width:thin}@media(max-width:600px){.table-root{overflow:hidden;overflow-x:scroll}}.table-root::-webkit-scrollbar,.table-root::-webkit-scrollbar-thumb{background-color:#f0f1f4;border:2px solid #0000;height:10px}.table-root::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 0 10px;color:#d5d7db}.table-root{-ms-overflow-style:none}.table-root .table-from-store td,.table-root .table-from-store th{border-bottom:1px solid #e4e6ea}.table-root .table-container{border-collapse:collapse;font-size:13px;width:100%}.table-root .table-container td,.table-root .table-container th{word-wrap:break-word;padding:8px 10px;vertical-align:middle}@media screen and (max-width:960px){.table-root .table-container td,.table-root .table-container th{font-size:12px!important;padding:6px 8px}.table-root .table-container td svg,.table-root .table-container th svg{height:17px;width:17px}}.table-root .table-container .row-table-header th{background-color:#f0f1f4;border:none;border-bottom:1px solid #d5d7db;color:#5c5f66;font-weight:600;position:-webkit-sticky;position:sticky;text-align:left;top:0;z-index:10}.table-root .table-container .header-gray th,.table-root .table-container .table-collapse .header-gray th{background-color:#f1f1f1!important;color:rgba(0,0,0,.871)}.table-root .table-container .row-table-top{border-top:none}.table-root .table-container .row-table-right{border-right:none}.table-root .table-container .row-table-body{transition:background .1s}.table-root .table-container .row-table-body td{background-color:#fff;border:none;border-bottom:1px solid #e4e6ea}.table-root .table-container .row-table-body:nth-child(2n) td{background-color:#fff}.table-root .table-container .row-table-body:hover td{background-color:#f5faf8!important}.table-root .table-container .row-table-body.row-selection{cursor:pointer}.table-root .table-container .row-table-body.row-selection:hover td{background-color:#e6f5ee!important}.table-root .table-container .row-table-body .row-table-height td{min-height:15px!important}.table-root .table-container .row-table-body.row-selected td{background-color:#e6f5ee!important;box-shadow:inset 3px 0 0 #0e7555}.table-root .table-container .row-table-body.row-choose td{background-color:#f3da02!important}.table-root .table-container .row-table-body .bold-cell{font-weight:700}.table-root .table-container .body-border-solid td{border-bottom:1px solid #e4e6ea}.table-root .table-total-container.text-normal .row-table-body td{color:#000!important}.table-root .table-total-container{border-collapse:collapse;table-layout:fixed;width:100%}.table-root .table-total-container table,.table-root .table-total-container th{border:1px solid #fff}.table-root .table-total-container td{border:1px solid #ccc}.table-root .table-total-container td,.table-root .table-total-container th{word-wrap:break-word;padding:2px}@media screen and (max-width:960px){.table-root .table-total-container td,.table-root .table-total-container th{font-size:13px!important;padding:2px}.table-root .table-total-container td svg,.table-root .table-total-container th svg{height:17px;width:17px}}.table-root .table-total-container .row-table-header th{background-color:#0c447c;color:#fff}.table-root .table-total-container .row-table-top{border-top:1px solid #fff}.table-root .table-total-container .row-table-right{border-right:1px solid #fff}.table-root .table-total-container .row-table-body td{background-color:#eff2f5;color:red;font-size:16px;font-weight:700}.table-root .table-total-container .row-table-body:nth-child(2n) td{background-color:#fff}.table-root .table-total-container .row-table-body.row-selection{cursor:pointer}.table-root .table-total-container .row-table-body.row-selection:hover td{background-color:#bfefff}.table-root .table-total-container .body-border-solid td{border:1px solid}.table-root.table-fix-width-header .row-table-header th{background-color:#fff2f2!important;position:relative!important;width:120px}.table-root.table-concept-datatype{border:none;overflow-x:auto}.table-root.table-concept-datatype .table-container td,.table-root.table-concept-datatype .table-container th{border:1px solid rgba(0,0,0,.502);color:#000000de}.table-root.table-concept-datatype .table-container td{padding:3px}.table-root.table-concept-datatype .table-container td .input-container .MuiInput-formControl{border-radius:2px;height:100%;margin-top:0;min-height:15px;min-width:60px}.table-root.table-concept-datatype .table-container .row-table-header th{background-color:#f1f1f1}.table-root.table-concept-datatype .table-container .row-table-body td{background-color:#fff}.table-root.table-concept-datatype .table-container .sticky-column{left:0;position:-webkit-sticky;position:sticky;z-index:10}.table-root.table-concept-datatype .table-container .row-table-no_data td{padding:10px}.table-root.table-concept-datatype tr.row-hover:hover>td{background-color:#bfefff;cursor:pointer}.table-root.table-concept-datatype tr.row-hover.row-active>td{background-color:#ccc;cursor:pointer}.table-root.table-concept-datatype tr.row-hover.row-active-khaki>td{background-color:khaki;cursor:pointer}.table-root.table-concept-datatype tr.row-disabled>td{background-color:#ccc}.table-root.table-concept-datatype .none-collapse{border-collapse:inherit}.table-root.table-episode-of-care{border:initial}.table-root.table-episode-of-care .table-container{border-collapse:collapse;width:100%}.table-root.table-episode-of-care .table-container td,.table-root.table-episode-of-care .table-container th{border:1px solid #0c447c;cursor:pointer}.table-root.table-presctiption .row-table-header th{text-align:left}.v2-sr-table-scroll{border:none;box-sizing:border-box;overflow:auto;scrollbar-width:thin}.v2-sr-table-scroll::-webkit-scrollbar,.v2-sr-table-scroll::-webkit-scrollbar-thumb{background-color:#f0f1f4;border:2px solid #0000;height:10px;width:10px}.v2-sr-table-scroll::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 0 10px;color:#d5d7db}.table-root-fill{border-collapse:collapse;font-size:13px;width:100%}.table-root-fill thead{position:-webkit-sticky;position:sticky;top:0;z-index:5}.table-root-fill th{background:#f0f1f4;border-bottom:1px solid #d5d7db;color:#5c5f66;font-size:13px;font-weight:600;padding:8px 10px;text-align:left;white-space:nowrap}.table-root-fill td{border-bottom:1px solid #e4e6ea;padding:8px 10px;vertical-align:middle}.table-root-fill tr{transition:background .1s}.table-root-fill tr:hover{background:#f5faf8}.pagination-container{align-items:center;background:#f8f9fb;border-top:1px solid #e2e5ec;color:#8a94a6;display:flex;flex-wrap:wrap;font-size:11px;gap:10px;justify-content:flex-end;min-height:40px;padding:6px 14px}.pagination-container,.pagination-container *,.pagination-container button,.pagination-container select{font-family:Roboto,sans-serif}.pagination-container .pagination-page-size{align-items:center;display:flex;font-size:14px;justify-content:center}.pagination-container .pagination-page-size .page-size-option{margin-left:5px}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root{border:1px solid #0c447c;border-radius:5px;line-height:inherit}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root:after,.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root:before{display:none}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root *{border:none}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root .MuiSelect-selectMenu{font-size:14px;padding-left:3px;padding-right:17px}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root .MuiSelect-icon{height:100%;top:0;width:20px}.pagination-container .pagination-page-index .MuiPaginationItem-rounded{margin:0}.pagination-container .pagination-page-index .MuiPagination-ul li::marker{content:none}.pagination-container .pagination-page-index .Mui-selected{background-color:#0c447c!important}.pagination-container .pagination-page-index .MuiPaginationItem-root{font-feature-settings:"tnum";border-radius:6px!important;font-family:Roboto,sans-serif!important;font-size:12px!important;font-variant-numeric:tabular-nums;height:28px!important;min-width:28px!important}.pagination-container .pagination-page-index .MuiPaginationItem-root:hover{background-color:#e6f1fb!important}.pagination-container .pagination-total-element{color:#8a94a6;font-size:11px;margin:0}.pagination-container .pagination-total-element b{font-feature-settings:"tnum";color:#0c447c;font-family:Roboto,sans-serif;font-variant-numeric:tabular-nums;font-weight:700}.pagination-container.pagination-container-mini{gap:2px;justify-content:center}.pagination-container.pagination-container-mini .pagination-page-index .MuiPaginationItem-root{font-size:12px;height:22px;min-width:22px;padding:0 2px}@media screen and (max-width:600px){.pagination-container{align-items:center;flex-direction:column;flex-wrap:wrap;gap:7px;padding:5px}.pagination-container .pagination-page-size{font-size:.8125rem}.pagination-container .pagination-page-size .page-size-option{margin-left:5px}.pagination-container .pagination-page-size .page-size-option .MuiInputBase-root .MuiSelect-selectMenu{font-size:13px;padding:4px 17px 5px 3px}.pagination-container .pagination-page-index .MuiPaginationItem-root{font-size:13px;height:20px;min-width:0;min-width:auto;padding:0;width:20}.pagination-container .pagination-total-element{display:none}}.table-layout-fixed{table-layout:fixed;width:100%}.table-layout-auto{table-layout:auto}.table-horizontal-scroll{display:block;margin:0 auto;max-width:-moz-fit-content;max-width:-webkit-fit-content;max-width:fit-content;overflow-x:auto;white-space:nowrap}.table-collapse{border-collapse:collapse;width:100%}.table-collapse td,.table-collapse th{border:1px solid rgba(0,0,0,.502);color:#000000de;padding:2px}.table-collapse .row-table-header th{background-color:#0c447c;color:#fff}.table-collapse .header-gray th{background-color:#f1f1f1!important;color:rgba(0,0,0,.871)}.table-collapse .row-table-body td{background-color:#eff2f5}.table-collapse .row-table-body .row-abnormal td{color:red;font-weight:500}.table-collapse .row-table-body .row-normal td{color:blue;font-weight:500}.table-collapse .row-table-body:nth-child(2n) td{background-color:#fff}.table-collapse .row-table-body.row-selection{cursor:pointer}.table-collapse .row-table-body.row-selection:hover td{background-color:#bfefff}.table-collapse .row-table-body .row-table-height td{min-height:15px!important}.table-collapse-gray{border:2px solid #e9e1e1;border-collapse:collapse;width:100%}.table-collapse-gray td,.table-collapse-gray th{border:2px solid #e9e1e1;color:#000000de;padding:8px}.table-collapse-gray .head{font-weight:700!important}.table-min-width{min-width:1400px}.overFlow-x{overflow-x:scroll}.table-custom{border:1px solid #0c447c;border-radius:4px;box-sizing:border-box;width:100%}@media(max-width:600px){.table-custom{overflow:hidden;overflow-x:scroll}}.table-custom::-webkit-scrollbar,.table-custom::-webkit-scrollbar-thumb{background-color:#0c447c;border:2px solid #0000;height:10px}.table-custom::-webkit-scrollbar-thumb{border-radius:10px;box-shadow:inset 0 0 0 10px;color:#aaa}.table-custom{-ms-overflow-style:none}.table-custom .table-container{border-collapse:collapse;table-layout:fixed;width:100%}.table-custom .table-container td,.table-custom .table-container th{word-wrap:break-word;padding:2px}@media screen and (max-width:960px){.table-custom .table-container td,.table-custom .table-container th{font-size:13px!important;padding:5px}.table-custom .table-container td svg,.table-custom .table-container th svg{height:17px;width:17px}}.table-custom .table-container .row-table-header th{background-color:#0c447c;color:#fff}.table-custom .table-container .row-table-top{border-top:1px solid #fff}.table-custom .table-container .row-table-right{border-right:1px solid #fff}.table-custom .table-container .row-table-body td{background-color:#eff2f5}.table-custom .table-container .row-table-body:nth-child(2n) td{background-color:#fff}.table-custom .table-container .row-table-body.row-selection{cursor:pointer}.table-custom .table-container .row-table-body.row-selection:hover td{background-color:#bfefff}.table-custom .table-container .row-table-body .row-table-height td{min-height:15px!important}.table-custom .table-container .body-border-solid td{border:1px solid}.table-custom .table-not-fix{border-collapse:collapse;width:100%}.table-custom .table-not-fix td,.table-custom .table-not-fix th{word-wrap:break-word;padding:2px}@media screen and (max-width:960px){.table-custom .table-not-fix td,.table-custom .table-not-fix th{font-size:13px!important;padding:5px}.table-custom .table-not-fix td svg,.table-custom .table-not-fix th svg{height:17px;width:17px}}.table-custom .table-not-fix .row-table-header th{background-color:#0c447c;color:#fff}.table-custom .table-not-fix .row-table-top{border-top:1px solid #fff}.table-custom .table-not-fix .row-table-right{border-right:1px solid #fff}.table-custom .table-not-fix .row-table-body td{background-color:#eff2f5}.table-custom .table-not-fix .row-table-body:nth-child(2n) td{background-color:#fff}.table-custom .table-not-fix .row-table-body.row-selection{cursor:pointer}.table-custom .table-not-fix .row-table-body.row-selection:hover td{background-color:#bfefff}.table-custom .table-not-fix .row-table-body .row-table-height td{min-height:15px!important}.table-custom .table-not-fix .body-border-solid td{border:1px solid}.table-custom .table-total-container{border-collapse:collapse;table-layout:fixed;width:100%}.table-custom .table-total-container table,.table-custom .table-total-container th{border:1px solid #fff}.table-custom .table-total-container td{border:1px solid #ccc}.table-custom .table-total-container td,.table-custom .table-total-container th{word-wrap:break-word;padding:2px}@media screen and (max-width:960px){.table-custom .table-total-container td,.table-custom .table-total-container th{font-size:13px!important;padding:5px}.table-custom .table-total-container td svg,.table-custom .table-total-container th svg{height:17px;width:17px}}.table-custom .table-total-container .row-table-header th{background-color:#0c447c;color:#fff}.table-custom .table-total-container .row-table-top{border-top:1px solid #fff}.table-custom .table-total-container .row-table-right{border-right:1px solid #fff}.table-custom .table-total-container .row-table-body td{background-color:#eff2f5;color:red;font-size:16px;font-weight:700}.table-custom .table-total-container .row-table-body:nth-child(2n) td{background-color:#fff}.table-custom .table-total-container .row-table-body.row-selection{cursor:pointer}.table-custom .table-total-container .row-table-body.row-selection:hover td{background-color:#bfefff}.table-custom .table-total-container .body-border-solid td{border:1px solid}.table-custom.table-concept-datatype{border:none;overflow-x:auto}.table-custom.table-concept-datatype .table-container td,.table-custom.table-concept-datatype .table-container th{border:1px solid rgba(0,0,0,.502);color:#000000de}.table-custom.table-concept-datatype .table-container td{padding:0}.table-custom.table-concept-datatype .table-container td .input-container .MuiInput-formControl{border:initial;border-radius:0;border-radius:initial;margin-top:0;min-height:15px;min-width:60px}.table-custom.table-concept-datatype .table-container .row-table-header th{background-color:#f1f1f1}.table-custom.table-concept-datatype .table-container .row-table-body td{background-color:#fff}.table-custom.table-concept-datatype .table-container .row-table-no_data td{padding:10px}.table-custom.table-concept-datatype .none-collapse{border-collapse:inherit}.table-custom.table-episode-of-care{border:initial}.table-custom.table-episode-of-care .table-container{border-collapse:collapse;width:100%}.table-custom.table-episode-of-care .table-container td,.table-custom.table-episode-of-care .table-container th{border:1px solid #0c447c;cursor:pointer}.tablePrimaryStyle{border-radius:3px;box-shadow:0 2px 4px #00000024,0 3px 4px #0000001f,0 1px 5px #0003;width:100%}.tablePrimaryStyle .MuiTableCell-head{background-color:#fff!important;font-size:14px!important;font-weight:700!important;padding:12px 15px!important;white-space:nowrap}.tablePrimaryStyle .MuiTable-root tbody tr:nth-child(2n){background-color:#eaf7f8}.tablePrimaryStyle .MuiTable-root tbody tr:hover{background-color:#eee!important}.table-print{border-collapse:collapse;box-shadow:0 3px 1px -2px #0000000f,0 2px 2px 0 rgba(0,0,0,.042),0 1px 5px 0 rgba(0,0,0,.036);width:100%}.table-print td,.table-print th{border:1px solid #e0e0e0;padding:10px 6px}.table-print .total-row,.table-print th{font-weight:700}.table-row-hover{cursor:pointer}.table-row-hover:hover td{background-color:#bfefff!important}.table-row-selected td{background-color:khaki!important}.disabled-row{opacity:.5;pointer-events:none}.hidden-buttons{display:none}.fix-hearder-table{position:-webkit-sticky;position:sticky;top:0;z-index:10}.table-total-amount{width:100%}.table-total-amount b{font-weight:500}.table-container table.table-total-amount td,.table-container table.table-total-amount th,.table-root table.table-total-amount td,.table-root table.table-total-amount th,table.table-total-amount.table-total-amount td,table.table-total-amount.table-total-amount th{color:#333;font-size:14px;line-height:20px;padding:1px 8px!important}.extra-button-table{background-color:#0c447c!important;color:#fff!important;font-size:12px!important;padding:4px 8px!important;padding-right:4px!important}.extra-button-table svg{height:20px;width:20px}@media screen and (max-width:468px){.extra-button-table{min-width:48px!important}}.custom-toggle{background-color:#e5e7eb;border-radius:999px;height:18px;margin-right:10px;position:relative;transition:background-color .3s ease;width:32px}.custom-toggle .toggle-circle{background-color:#fff;border-radius:50%;height:14px;left:2px;position:absolute;top:50%;transform:translateY(-50%);transition:left .3s ease;width:14px}.custom-toggle.active{background-color:#0c447c}.custom-toggle.active .toggle-circle{left:16px}.toggle-label{color:#333;font-size:14px}.toggle-wraper{cursor:pointer;margin-bottom:8px;min-width:160px;-webkit-user-select:none;user-select:none}.toggle-wraper .fixed-btn{display:flex}.toggle-wraper .visible-none{visibility:hidden}.toggle-wraper .visible-true,.toggle-wraper:hover .fixed-btn{visibility:visible}.toggle-container{align-items:center;display:flex;width:100%}:root{--input-h:24px}@media(min-device-width:1920px){:root{--input-h:28px}}@media(min-device-width:2560px){:root{--input-h:32px}}@media(min-device-width:3840px){:root{--input-h:38px}}.input-container{transition:all .2s linear}.input-container.MuiInput-formControl-endAdornment .MuiInput-formControl{padding-right:0!important}.input-container.isTextArea .MuiInputBase-root.MuiInput-root.MuiInput-underline.Mui-disabled.Mui-disabled.MuiInputBase-fullWidth.MuiInput-fullWidth.MuiInputBase-formControl.MuiInput-formControl.MuiInputBase-multiline.MuiInput-multiline{background-color:#17191c1a}.input-container.isTextArea .MuiInputBase-input.MuiInput-input.MuiInputBase-inputMultiline.MuiInput-inputMultiline{padding-bottom:2px!important;padding-top:2px!important}.input-container.isTextArea.lineHight1_2 .MuiInputBase-input.MuiInput-input.MuiInputBase-inputMultiline.MuiInput-inputMultiline{line-height:1.4}.input-container.textarea-compact .MuiInput-formControl textarea{min-height:26px!important}.input-container label{color:#1c2333!important;font-size:11px;font-weight:600;letter-spacing:.4px;line-height:1;margin-bottom:3px;position:static;transform:none}.input-container.mini .input-search-container input{height:24px}.input-container .MuiAutocomplete-root{display:flex;gap:5px;position:relative}.input-container .MuiAutocomplete-root .btn-container{height:-webkit-max-content;height:max-content;margin-top:5px;padding:12px}.input-container .MuiAutocomplete-root .btn-container .btn-content{font-size:14px}.input-container .MuiInput-formControl{background:#f8f9fb;border:1px solid #cdd1db;border-radius:6px;height:auto;margin-top:0;min-height:24px;min-height:var(--input-h);padding:0 8px!important;transition:border-color .15s,box-shadow .15s,background .15s}.input-container .MuiInput-formControl:hover:not(.Mui-disabled):not(:focus-within){background:#fff;border-color:#85b7eb}.input-container .MuiInput-formControl:focus-within{background:#fff;border-color:#0c447c!important;box-shadow:0 0 0 2px #0c447c1f}.input-container .MuiInput-formControl:has(.Mui-disabled),.input-container .MuiInput-formControl:has(input:disabled){background-color:#17191c1a}.input-container .MuiInput-formControl:has(.Mui-disabled) input,.input-container .MuiInput-formControl:has(input:disabled) input{color:#000000de}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag{height:18px;margin:3px 0 3px 3px}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag:last-child{margin-right:0}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag span{font-size:12px;padding:0 5px}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag svg{height:16px;margin-right:3px;width:16px}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot input{color:#000000de;margin:3px 0 3px 3px}.input-container .MuiInput-formControl+.MuiFormHelperText-root{font-size:12px}.input-container .MuiInput-formControl:after,.input-container .MuiInput-formControl:before{display:none}.input-container .MuiInput-formControl textarea{line-height:14px}.input-container .MuiInput-formControl .MuiSelect-select{background-color:#0000}.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:12px;font-weight:400;padding:0!important;resize:both}.input-container .MuiInput-formControl input+div,.input-container .MuiInput-formControl textarea+div{position:static}.input-container .MuiInput-formControl input+div button,.input-container .MuiInput-formControl textarea+div button{padding:0}.input-container .MuiInput-formControl input+div button svg,.input-container .MuiInput-formControl textarea+div button svg{height:20px;width:20px}@media(max-width:1366px){.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:13px}}@media(min-width:1600px){.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:14px}}@media(min-width:2200px){.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:16px}}@media(min-width:2600px){.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:20px}}.input-container .MuiInput-formControl:has(textarea){padding:0!important}.input-container .MuiInput-formControl:has(textarea) textarea{box-sizing:border-box;min-height:35px;min-width:100%;padding:2px 7px!important}.input-container.read-only .MuiInput-formControl{border-style:dashed}.input-container.read-only.date-picker-input .MuiButtonBase-root.MuiIconButton-root{display:none!important}.input-container .read-only .MuiInput-formControl{border-style:dashed}.input-container .read-only.date-picker-input .MuiButtonBase-root.MuiIconButton-root{display:none!important}.input-container.read-only-autocomplete .MuiInputBase-root.MuiInput-root.MuiInput-underline.MuiAutocomplete-inputRoot.Mui-disabled.Mui-disabled.MuiInputBase-fullWidth.MuiInput-fullWidth.MuiInputBase-formControl.MuiInput-formControl.MuiInputBase-adornedEnd{background-color:#fff}.input-container.read-only-autocomplete .MuiInput-formControl{border-style:dashed}.input-container.read-only-autocomplete .MuiInput-formControl .MuiAutocomplete-endAdornment{display:none!important}.input-container .input-search-container{align-items:center;border:1px solid #cdd1db;border-radius:6px;display:flex;justify-content:center;overflow:hidden;transition:border-color .15s,box-shadow .15s}.input-container .input-search-container:focus-within{border-color:#0c447c;box-shadow:0 0 0 2px #0c447c1f}.input-container .input-search-container input{border:none;min-height:24px;min-height:var(--input-h);outline:none;padding:5px 7px;width:100%}.input-container .input-search-container button{background-color:#0c447c;border:none;cursor:pointer;height:24px;height:var(--input-h);outline:none;padding:12px}.input-container.mini label{font-size:11px;font-weight:500}.input-container.mini .input-search-container input{font-size:12px;min-height:22px;padding:3px 6px}.input-container.mini .input-search-container button{align-items:center;display:flex;height:24px;padding:0 6px}.input-container.mini .input-search-container button svg{height:16px;width:16px}.input-container.sizeMedium .MuiInputBase-root{min-height:42px}.text-required{color:red}.input-checkbox{align-items:center;color:#1c2333;cursor:pointer;display:flex;font-size:12px;font-weight:500;gap:5px;white-space:normal}.input-checkbox input[type=checkbox],.input-checkbox input[type=radio]{accent-color:#0c447c;cursor:pointer;flex-shrink:0;height:14px;margin:0;width:14px}.input-checkbox:has(input:disabled){cursor:not-allowed;opacity:.5}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;appearance:none;margin:0}.MuiPickersDay-daySelected,.MuiPickersToolbar-toolbar{background-color:#0c447c!important}.MuiPickersDay-daySelected{color:#fff!important}.MuiPickersDay-daySelected:hover{background-color:#185fa5!important}.MuiPickersDay-current:not(.MuiPickersDay-daySelected){color:#0c447c}.MuiPickersClock-pin,.MuiPickersClockPointer-noPoint,.MuiPickersClockPointer-pointer{background-color:#0c447c!important}.MuiPickersClockPointer-thumb{border-color:#0c447c!important}.MuiPickersCalendarHeader-switchHeader .MuiIconButton-root{color:#0c447c}.MuiButton-textPrimary{color:#0c447c!important}.rmdp-day.rmdp-selected span:not(.highlight){background-color:#0c447c!important;box-shadow:0 0 3px #0c447c66}.rmdp-day:not(.rmdp-disabled):not(.rmdp-day-hidden) span:hover{background-color:#185fa5!important}.rmdp-week-day{color:#0c447c}.rmdp-today span{background-color:#e6f1fb!important;color:#0c447c!important}@media screen and (max-width:960px){.input-container label{font-size:12px}.input-container .MuiAutocomplete-root{align-items:center;display:flex;gap:5px}.input-container .MuiAutocomplete-root .btn-container{margin-top:5px;padding:10px}.input-container .MuiAutocomplete-root .btn-container .btn-content{font-size:12px}.input-container .MuiInput-formControl{margin-top:0;min-height:24px;min-height:var(--input-h);padding:0 8px!important}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag{height:20px}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag span{font-size:11px;padding:0 5px}.input-container .MuiInput-formControl.MuiAutocomplete-inputRoot .MuiAutocomplete-tag svg{height:14px;width:14px}.input-container .MuiInput-formControl input,.input-container .MuiInput-formControl textarea{font-size:13px}.input-container .MuiInput-formControl input+div button svg,.input-container .MuiInput-formControl textarea+div button svg{height:18px;width:18px}.input-container .input-search-container input{height:35px;padding:5px}.input-container .input-search-container button{height:35}}.icon-error:hover{cursor:pointer;opacity:.9}.icon-error{padding-right:8px}.rmdp-input{background:#f8f9fb;border:1px solid #cdd1db!important;border-radius:6px;height:auto;margin-top:0;min-height:24px;min-height:var(--input-h);padding:0 8px!important;transition:border-color .15s,box-shadow .15s,background .15s;width:100%}.rmdp-input:focus-within{background:#fff;border-color:#0c447c!important;box-shadow:0 0 0 2px #0c447c1f}.rmdp-input:has(.Mui-disabled),.rmdp-input:has(input:disabled){background-color:#17191c1a}.rmdp-input:has(.Mui-disabled) input,.rmdp-input:has(input:disabled) input{color:#000000de}.rmdp-input.MuiAutocomplete-inputRoot .MuiAutocomplete-tag{height:18px;margin:3px 0 3px 3px}.rmdp-input.MuiAutocomplete-inputRoot .MuiAutocomplete-tag:last-child{margin-right:0}.rmdp-input.MuiAutocomplete-inputRoot .MuiAutocomplete-tag span{font-size:12px;padding:0 5px}.rmdp-input.MuiAutocomplete-inputRoot .MuiAutocomplete-tag svg{height:16px;margin-right:3px;width:16px}.rmdp-input.MuiAutocomplete-inputRoot input{color:#000000de;margin:3px 0 3px 3px}.rmdp-input+.MuiFormHelperText-root{font-size:12px}.rmdp-input:after,.rmdp-input:before{display:none}.rmdp-input input{font-size:14px;font-weight:400;padding:0!important;resize:both}.rmdp-input input+div{position:static}.rmdp-input input+div button{padding:0}.rmdp-input input+div button svg{height:20px;width:20px}.input-container-wrapper input{font-size:12px;min-height:24px!important;min-height:var(--input-h)!important;padding:0 8px}.MuiInputBase-root{align-items:center;box-sizing:border-box;color:#000000de;cursor:text;display:inline-flex;font-family:Roboto,Helvetica,Arial,sans-serif;font-size:16px;font-weight:400;letter-spacing:.00938em;line-height:1.1876em;position:relative}@media(min-device-width:1920px){.MuiInputBase-root{font-size:16px!important}}@media(min-device-width:2560px){.MuiInputBase-root{font-size:20px!important}}@media(min-device-width:3840px){.MuiInputBase-root{font-size:24px!important}}.switch-component .MuiTypography-body1{font-size:12px}.MuiFormControlLabel-label{color:#1c2333;font-size:12px!important;font-weight:500}.MuiSwitch-colorPrimary.Mui-checked{color:#0c447c!important}.MuiSwitch-colorPrimary.Mui-checked+.MuiSwitch-track{background-color:#0c447c!important;opacity:.5}.content-wrap,.sidenav,.topbar{transition:all .3s ease}.sidenav .scrollable{width:230px}.layout1{height:100%}.layout1 .tab-container{max-width:100vw!important}.layout1 .content-wrap{display:flex;flex:1 1 auto;flex-direction:column;height:100%;overflow:hidden;position:relative}.layout1 .content-wrap .topbar{background:linear-gradient(180deg,#fffffff2 44%,#f7f7f766 50%,#fff0);top:0;z-index:96}.layout1 .content-wrap .topbar .topbar-hold{border-radius:inherit;box-shadow:var(--elevation-z8);height:64px;padding:0 16px;position:relative}.layout1 .content-wrap .scrollable-content{display:flex;flex:1 1;flex-direction:column;overflow-x:hidden;overflow-y:auto;position:relative}.layout1 .content-wrap .scrollable-content .content{position:relative}.layout1.sidenav-full .sidenav{left:0}.layout1.sidenav-full .content-wrap{margin-left:230px;vertical-align:top;width:calc(100% - 230px)}.layout1.sidenav-compact .sidenav{overflow:hidden;width:60px}.layout1.sidenav-compact .sidenav .brand-area .brand__text{display:none}.layout1.sidenav-compact .sidenav .scrollable .sidenav__user .username-photo{align-items:flex-start}.layout1.sidenav-compact .sidenav .scrollable .sidenav__user img{height:29px;width:29px}.layout1.sidenav-compact .sidenav .scrollable .sidenav__user .user__menu,.layout1.sidenav-compact .sidenav .scrollable .sidenav__user .username{display:none}.layout1.sidenav-compact .sidenav .scrollable .navigation .nav-item{border-radius:2px;justify-content:center;margin-left:6px;overflow:hidden;padding:0;width:48px}.layout1.sidenav-compact .sidenav .scrollable .navigation .nav-item .badge,.layout1.sidenav-compact .sidenav .scrollable .navigation .nav-item .item-arrow,.layout1.sidenav-compact .sidenav .scrollable .navigation .nav-item .item-text{display:none}.layout1.sidenav-compact .sidenav .scrollable .navigation .nav-item>button{justify-content:center}.layout1.sidenav-compact .sidenav:hover{width:230px}.layout1.sidenav-compact .sidenav:hover .brand-area .brand__text{display:inline-block}.layout1.sidenav-compact .sidenav:hover .scrollable{width:230px}.layout1.sidenav-compact .sidenav:hover .scrollable .sidenav__user .username-photo{align-items:center}.layout1.sidenav-compact .sidenav:hover .scrollable .sidenav__user img{height:64px;width:64px}.layout1.sidenav-compact .sidenav:hover .scrollable .sidenav__user .user__menu,.layout1.sidenav-compact .sidenav:hover .scrollable .sidenav__user .username{display:flex}.layout1.sidenav-compact .sidenav:hover .scrollable .navigation button.nav-item{padding:0 20px}.layout1.sidenav-compact .sidenav:hover .scrollable .navigation .nav-item{border-radius:0;justify-content:space-between;margin-left:0;width:100%}.layout1.sidenav-compact .sidenav:hover .scrollable .navigation .nav-item .badge,.layout1.sidenav-compact .sidenav:hover .scrollable .navigation .nav-item .item-arrow,.layout1.sidenav-compact .sidenav:hover .scrollable .navigation .nav-item .item-text{display:inline-block}.layout1.sidenav-compact .sidenav:hover .scrollable .navigation .nav-item>button{justify-content:flex-start}.layout1.sidenav-compact .content-wrap{margin-left:60px;vertical-align:top;width:calc(100% - 60px)}.layout1.sidenav-close .sidenav{left:-230px}.layout1.sidenav-close .content-wrap{margin-left:0;vertical-align:top;width:100%}.layout1.sidenav-close .content-wrap .topbar{width:100%}.layout1.sidenav-mobile .sidenav{width:230px}.layout1.sidenav-mobile .content-wrap{margin-left:0;vertical-align:top;width:100%}.layout1.sidenav-mobile .content-wrap .topbar{width:100%}.topbar-hold{background-image:linear-gradient(-45deg,#2196f3,#2196f3 33%,#00bfa5)}.navigation{padding-right:16px}.navigation button.nav-item{padding:0 20px}.navigation .nav-item{display:flex;height:48px;justify-content:space-between;margin:5px 0}.navigation .nav-item button{padding:0 20px}.navigation .nav-item:hover{background:#f5f5f5;border-left:none;border-radius:0 24px 24px 0}.navigation .nav-item.active{background:#e3f2fd!important;border-left:4px solid #84c7f6;border-radius:0 24px 24px 0;color:#1565c0}.navigation .nav-item>button{justify-content:flex-start}.navigation .nav-item .item-icon{font-size:18px}.navigation .nav-item .item-text{font-size:14px}.navigation .nav-item .icon-text{display:inline-block;font-size:14px;height:21px;line-height:21px;width:21px}.navigation .nav-item .item-arrow span{font-size:18px}.navigation .submenu{background:none!important;position:relative}.navigation .submenu:after,.navigation .submenu:before{content:none}.navigation .submenu .nav-item{height:44px;margin:5px 0}.toggle-btn{background-color:#e3f2fd;border-radius:50%;box-shadow:0 2px 40px -5px #2196f3}.toggle-btn button{color:#2196f3;padding:8px}.layout2{display:flex;flex:1 1 auto;flex-direction:column;height:100%;position:relative;transition:all .15s ease}.layout2 .tab-container{max-width:100vw!important}.layout2 .scrollable-content{background:#edf1f5;display:flex;flex:1 1;flex-direction:column;overflow-y:auto;width:100%}.layout2.sidenav-close .sidenav{left:-230px}.layout-contained .container{margin:0;max-width:none}.image__user{border-radius:999px;height:100px;margin:0 auto;width:100px}.image__user,.title__user{align-items:center;display:flex;justify-content:center}.title__user{font-size:25px!important;font-weight:700;transition:color .2s ease}.title__user:hover{color:#fb9678}.layout2 .topbar{background:#01c0c8;border-bottom:1px solid #0000;display:table;height:60px;position:relative;width:100%;z-index:98}.layout2 .topbar .brand{height:100%}.layout2 .topbar .brand img{height:32px}.layout2 .topbar .brand .brand__text{font-size:24px;font-weight:500;margin:0 16px}.layout2 .topbar .MuiIconButton-root{color:#fff}.layout2 .navbar{box-shadow:var(--elevation-z8);position:relative;z-index:98}.horizontal-nav{display:flex}.horizontal-nav ul{list-style:none;margin:0;padding:0;position:relative}.horizontal-nav ul.menu{float:left;margin-left:-20px;z-index:99}.horizontal-nav ul.menu>li{float:left;margin:0 5px}.horizontal-nav ul.menu>li>div>a,.horizontal-nav ul.menu>li>div>div{border-bottom:2px solid;border-color:#0000;box-sizing:border-box;margin:0 6px}.horizontal-nav ul li{display:inline-block;margin:0;position:relative}.horizontal-nav ul li ul a{height:48px;padding:8px 20px}.horizontal-nav .nav-item,.horizontal-nav label{align-items:center;box-sizing:border-box;display:flex;flex-direction:row;font-size:14px;padding:4px 8px 4px 16px;text-decoration:none}.horizontal-nav .nav-item .material-icons,.horizontal-nav label .material-icons{font-size:16px;margin:0 4px}.horizontal-nav .nav-item:hover{background-color:#f9f9f9;color:#01c0c8}.horizontal-nav .submenu-overflow{background-color:#f9f9f9;max-height:60vh;min-width:220px;overflow-y:auto;padding:8px 0!important;top:58px!important;z-index:999}.horizontal-nav .mega-menu .submenu-overflow{display:inline-flex;flex-wrap:wrap;left:calc(50vw - 420.5px);padding:8px!important;position:fixed;top:120px!important;z-index:999999}.horizontal-nav ul ul{box-shadow:var(--elevation-z8);left:0;opacity:0;position:absolute;top:46px;transform:translateY(-10px);transition:all .3s ease-in-out;visibility:hidden;z-index:-1}.horizontal-nav .nav-item{border-bottom:3px solid #0000;border-left:0;color:#8d97ad;font-size:16px;font-weight:400;padding:17px 15px}.horizontal-nav .menu>li>.nav-item.active,.horizontal-nav>ul>.nav-item.active{border-color:#01c0c8!important}.horizontal-nav .menu>li>.nav-item:hover,.horizontal-nav>ul>.nav-item:hover{color:#01c0c8}.horizontal-nav .nav-item.active{color:#01c0c8;font-weight:500}.horizontal-nav li:hover>ul,.horizontal-nav ul li:hover>div>div>ul,.horizontal-nav ul li:hover>div>ul{opacity:1;transform:translateY(0);visibility:visible}.horizontal-nav ul ul li{display:list-item;float:none;position:relative}.horizontal-nav ul ul ul{left:170px;top:0}.horizontal-nav ul ul ul li{position:relative;top:0}.horizontal-nav li>a:after{word-wrap:normal;font-feature-settings:"liga";-webkit-font-feature-settings:"liga";-webkit-font-smoothing:antialiased;content:"arrow_drop_down";direction:ltr;display:inline-block;font-family:Material Icons;font-size:16px;font-style:normal;font-weight:400;letter-spacing:normal;line-height:1;margin-left:auto;text-transform:none;white-space:nowrap}.horizontal-nav li>a:only-child:after{content:""}.circular-image-small{border-radius:50%;height:36px;width:36px}.signup{background:#1a2038}.signup .signup-card{border-radius:12px!important;max-width:800px}.signup .signup-card img{width:200px}.signup .signup-card-customs{border-radius:12px!important;max-width:1000px}.signup .signup-card-customs img{width:200px}::-webkit-scrollbar{height:8px;width:8px}::-webkit-scrollbar-track{background:#f1f1f1}::-webkit-scrollbar-thumb{background:#888;border-radius:4px}::-webkit-scrollbar-thumb:hover{background:#555}.cards-container{background-color:#fff;border-radius:3px;height:auto;width:100%}.cards-container .cards-header{border-bottom:1px solid #0c447c;border-top-left-radius:3px;border-top-right-radius:3px;color:#0c447c;font-style:normal;font-weight:700;line-height:normal;margin:0;overflow:hidden;padding:3px}.cards-container .cards-header+.tabs-container{border-radius:0!important;border-radius:initial!important}.cards-container .cards-body{border-bottom-left-radius:3px;border-bottom-right-radius:3px;padding:10px}.cards-container .cards-body .total-page-paging{font-size:15px;font-weight:700;padding-top:0;text-align:center}.subCard-container{margin:16px!important}.tabs-container{background-color:#f0f1f4!important;border-top-left-radius:4px;border-top-right-radius:4px;min-height:0!important;min-height:auto!important;padding:4px 8px}.tabs-container.tabs-container-primary{background-color:#033672!important}.tabs-container.tabs-container-primary .item-tabs .MuiTab-wrapper{color:#fff!important}.tabs-container.tabs-container-primary .item-tabs:hover{background-color:#1c4c90!important;color:#fff!important}.tabs-container.tabs-container-primary .item-tabs:hover .MuiTab-wrapper{color:#fff!important}.tabs-container.tabs-container-primary.tabs-container-primary-light{background-color:#fff!important;border:0;padding:4px}.tabs-container.tabs-container-primary.tabs-container-primary-light .MuiTabs-flexContainer{gap:6px}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs{background-color:#f1f5f9!important;border:1px solid #1c4c9059;border-radius:6px;font-size:10.5px!important;font-weight:500;min-height:22px;padding:2px 8px}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs .MuiTab-wrapper{color:#0f172a!important;line-height:1.1}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs:hover{background-color:#e2e8f0!important}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs:hover .MuiTab-wrapper{color:#1c4c90!important}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs-active{background-color:#1c4c90!important;border-color:#1c4c90;box-shadow:none;font-weight:500}.tabs-container.tabs-container-primary.tabs-container-primary-light .item-tabs-active .MuiTab-wrapper{color:#fff!important}.tabs-container .item-tabs{border-radius:4px;color:#5c5f66!important;flex-basis:auto;font-size:11px!important;font-weight:500;max-width:none;min-height:0;min-height:auto;min-width:0;min-width:auto;opacity:1;padding:6px 8px;text-transform:none!important;transition:all .2s ease}.tabs-container .item-tabs .MuiTab-wrapper{color:#5c5f66!important}.tabs-container .item-tabs:hover,.tabs-container .item-tabs:hover .MuiTab-wrapper{color:#1c4c90!important}.tabs-container .item-tabs-active{background-color:#1c4c90!important;box-shadow:0 1px 3px #00000014;color:#fff!important;font-weight:600}.tabs-container .item-tabs-active .MuiTab-wrapper,.tabs-container .item-tabs-active:hover,.tabs-container .item-tabs-active:hover .MuiTab-wrapper{color:#fff!important}.tabs-container .item-tabs-scroll,.tabs-container .item-tabs-scroll .MuiTab-wrapper{color:#000}.tabs-container .item-tabs-scroll-active{background-color:"red"}.tabs-container .MuiTabs-indicator{display:none}.tabs-container.vertical-tab{border-radius:3px;margin:initial;padding:initial}.tabs-container.vertical-tab .vertical-tab-item{border-radius:0;border-radius:initial}.tabs-container.vertical-tab .vertical-tab-item>.MuiTab-wrapper{align-items:start;display:flex;flex-direction:row;justify-content:left!important;text-align:start}.tabs-container.vertical-tab .vertical-tab-item{border-top:.6px solid #eeeaf5;border-top:.6px solid var(--stroke,#eeeaf5)}.commonBtn.btn-compact-action{border-radius:8px!important;font-size:10px!important;line-height:1.2!important;min-height:22px!important;padding:1px 6px!important}.commonBtn.btn-compact-action .btn-compact-action-icon,.commonBtn.btn-compact-action svg{font-size:12px!important}.commonBtn.btn-compact-action svg{margin-right:4px}.tabs-container-white{background-color:#fff!important;border-top-left-radius:3px;border-top-right-radius:3px;color:#3e3e3e!important;min-height:0!important;min-height:auto!important;padding:6px 12px}.tabs-container-white .item-tabs-white{background-color:#fff;border-radius:3px;color:#3c3c3c!important;flex-basis:auto;font-size:12px;max-width:none;min-height:0;min-height:auto;min-width:0;min-width:auto;opacity:1;padding:4px 10px;text-transform:none!important}.tabs-container-white .item-tabs-white.item-tabs-white-active{background-color:#1c4c90!important}.tabs-container-white .item-tabs-white.item-tabs-white-active .MuiTab-wrapper{color:#fff!important}.tabs-container-white .item-tabs-white .MuiTab-wrapper{color:#3c3c3c!important}.tabs-container-white .item-tabs-scroll{color:#000}.tabs-container-white .item-tabs-scroll .MuiTab-wrapper{color:#000!important}.tabs-container-white .item-tabs-scroll-active{background-color:red;color:#000!important}.tabs-container-white .MuiTabs-indicator{display:none}.tabs-container-white .MuiTab-wrapper{color:#000!important}.tabs-container-white.vertical-tab{border-radius:3px;margin:initial;padding:initial}.tabs-container-white.vertical-tab .vertical-tab-item{background-color:#fff!important;border-radius:0;border-radius:initial}.tabs-container-white.vertical-tab .vertical-tab-item>.MuiTab-wrapper{align-items:start;color:#000!important;display:flex;flex-direction:row;justify-content:left!important;text-align:start}.tabs-container-white.vertical-tab .vertical-tab-item{border-top:.6px solid #eeeaf5;border-top:.6px solid var(--stroke,#eeeaf5)}.tabs-list-container-scroll{background-color:#fff;border-radius:3px;box-shadow:5px 5px 10px hsla(0,0%,89%,.725),-5px -5px 10px hsla(0,0%,89%,.725);width:100%}.tabs-list-container-scroll .MuiTabs-flexContainer{display:grid;grid-template-columns:1fr 1fr auto}.tabs-list-container-scroll-sub .MuiTabs-flexContainer{display:grid;grid-template-columns:1fr 1fr}.tabs-list-container-scroll-sub{margin:8px}.tabs-list-container-scroll .item-tabs-scroll{border-bottom:3px solid #0000;color:#000;max-width:100%;width:100%}.tabs-list-container-scroll .item-tabs-scroll .MuiTab-wrapper{color:#000}.tabs-list-container-scroll .item-tabs-scroll-active{border-color:#0c447c}.tabs-list-container-scroll .item-tabs-scroll-active .MuiTab-wrapper{color:#0c447c}.form-patient{background-color:#fff;border-radius:5px;overflow:hidden}.form-patient .form-patient-header,.form-patient .item-form-header{background-color:#0c447c;color:#fff;font-size:18px;font-weight:700;margin:0;padding:3px;text-align:center}.form-patient .form-patient-header,.form-patient .item-form-header.item-form-header-secondary{background-color:#f4f7fc;color:#0c447c}.form-patient .open-more-header{align-items:center;display:flex;justify-content:space-between;padding:3px!important}.form-patient .item-form-patient{border:1px solid #9a9a9a;margin-top:3px}.form-patient .item-form-patient:first-child{margin-top:0}.form-patient .item-form-patient .item-form-header{font-size:15px;text-align:left}.form-patient .item-form-patient .item-form-body{padding:10px}.form-patient .registration-form{background-color:#edf9ff;border-radius:3px;margin-top:3px;padding:3px}.form-patient .registration-form .registration-form-header{align-items:center;display:flex;margin:0}.max-height-patient-form{max-height:calc(100vh - 70px)}.list-btn-patient{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center;min-height:100%;padding:3px}.list-btn-patient .btn-container{padding:13px 40px;width:100%}.list-btn-patient .btn-container .btn-content{justify-content:center}.addNewButton__container{align-items:flex-end;display:flex}.addNewButton__container .addNewButton{background-color:#1c4c90;color:#fff;transition:all .2 linear}.addNewButton__container .addNewButton .addIcon{color:#fff}.addNewButton__container .addNewButton .addIcon>path{stroke:#fff;stroke-width:2}.addNewButton__container .addNewButton .addNewBtn__content{font-size:14px;text-transform:inherit}.addNewButton__container .addNewButton:hover{background-color:#1c4c90;cursor:pointer;opacity:.8}.examination-form{overflow:hidden}.examination-form .examination-form-header{background-color:#0c447c;color:#fff;font-size:18px;font-weight:700;margin:0;padding:3px}.examination-form .examination-form-body{padding:10px}.examination-form .border-right{border-right:1px solid #000000de!important}.examination-form .examination-form-mt{margin-top:-10px}.visit-form .visit-form-title{background-color:#0c447c;border-bottom:1px solid #fff;border-top-left-radius:3px;border-top-right-radius:3px;color:#fff;font-weight:700;margin:0;padding:13px;text-align:center}.detail{color:#7c7c7c;font-family:Roboto,sans-serif;font-size:15px;font-style:normal;font-weight:700;line-height:normal;padding-left:10px}.form-tranfer{border:1px solid #000000de;overflow:hidden}.form-tranfer .form-tranfer-header{background-color:#0c447c;color:#fff;font-size:18px;font-weight:700;margin:0;padding:3px}.form-tranfer .form-tranfer-body{padding:10px}.form-tranfer .form-tranfer-center{text-align:center}.form-tranfer .form-tranfer-footer{font-weight:700;margin-left:16px;margin-top:6px}.section-container{background-color:#fff;border:1px solid #000;border-radius:3px;height:auto;overflow:hidden;width:100%}.section-container .section-header{font-style:normal;font-weight:700;line-height:normal;margin:0;padding:3px}.section-container .section-body{padding:10px}.section-container .section-body .total-page-paging{font-size:15px;font-weight:700;padding-top:0;text-align:center}.picture{text-align:center!important}.chart-container{border-radius:20px!important;margin-bottom:20px}.chart-container .chart-content{text-align:center}.chart-container .chart-header{color:#05999e}.chart-container .chart-action{justify-content:center}@media screen and (max-width:960px){.cards-container .cards-header{padding:6px}.cards-container .cards-body .total-page-paging{font-size:14px}.tabs-container{padding:4px 8px}.tabs-container .item-tabs{font-size:12px;padding:4px 12px}.form-patient .form-patient-header{font-size:16px;padding:6px}.form-patient .item-form-patient .item-form-header{font-size:13px;padding:6px}.form-patient .registration-form .registration-form-header{font-size:13px}}.file-input{align-items:center;background-color:var(--input-bg);border:2px dashed #016778;border-radius:20px;display:flex;height:200px;justify-content:center;overflow:hidden;position:relative;width:400px}.file-input input{opacity:0;position:absolute}.file-input__label{cursor:pointer;font-size:25px;font-weight:600;max-width:calc(100% - 10px);overflow:hidden;padding:10px;text-overflow:ellipsis;white-space:nowrap}.file-input__label svg{font-size:25px}.file-input__label p{margin-left:10px;max-width:calc(100% - 10px);overflow:hidden;position:relative;text-overflow:ellipsis;white-space:nowrap}.file-input__label p:hover:after{background-color:#555;border-radius:5px;color:#fff;content:attr(data-tooltip);font-size:14px;left:50%;padding:5px 10px;position:absolute;top:calc(100% + 5px);transform:translateX(-50%);z-index:1}.exam-detail{background-color:#e5f5fb;border:1px solid #004e87;border-radius:3px;color:#143f84}.exam-detail,.room-detail{font-size:12px;font-weight:400;padding:4px}.room-detail{background-color:#f18f30;border-radius:3px;color:#fff}.cost-detail{align-items:flex-start;background-color:#98d5f1;border-right:1px solid #fff;color:#000;display:flex;flex-direction:column;justify-content:center;line-height:1.5;min-height:90px;overflow:hidden}.MuiTextField-root.input-container.text-field-error input,.MuiTextField-root.input-container.text-field-error textarea{color:red!important}.MuiIconButton-edgeEnd{margin-right:0!important}.subclinicalTime{border:1px solid #ccc;border-radius:4px;max-height:400px;overflow-y:auto;position:relative;width:100%}.subclinicalTime .title{border-bottom:1px solid #7c7c7c;border-radius:4px;margin-bottom:10px;padding:0 0 10px;position:-webkit-sticky;position:sticky;top:0;z-index:30}.border-b{border-bottom:1px solid #ccc}.root-time{position:relative}.root-time .line{background-color:#0c447c;height:100%;left:9px;position:absolute;top:0;width:2px}.root-time .none,.root-time:last-child .line{display:none}.root-time .block{display:block}.root-time .header{align-items:start;display:flex;padding:0 0 15px}.root-time .header .oragin{background-color:#0c447c;border-radius:50%;height:20px;margin-right:15px;width:20px;z-index:10}.root-time .header .header-label{align-items:center;border-radius:4px;cursor:pointer;display:flex;flex:1 1;justify-content:space-between;margin-right:5px;padding:0 5px}.root-time .header .header-label .down{transform:rotate(0)}.root-time .header .header-label .up{transform:rotate(180deg)}.root-time .header .header-label:hover{background-color:hsla(0,0%,84%,.259)}.root-time .body{padding:0 10px 10px 40px}.root-time .body .item{margin-bottom:8px}.root-time .body .item .label{color:#7c7c7c;font-size:12px;font-weight:500;margin-bottom:4px;text-align:end}.root-time .body .item .text{background-color:#fff;border:1px solid hsla(0,0%,63%,.322);border-left:4px solid #0c447c;border-radius:4px;box-shadow:2px 2px 5px hsla(0,0%,63%,.322);cursor:pointer;padding:0 8px}.root-time .body .item .text:hover{background-color:hsla(0,0%,73%,.063)}.root-time .body .item .text .text-header .MuiAccordionSummary-root,.root-time .body .item .text .text-header .MuiAccordionSummary-root.Mui-expanded{height:36px}.root-time .body .item .text .text-header .MuiIconButton-root{padding:0}.root-time .body .item .text .text-header .MuiAccordionSummary-content{margin:0}.root-time .body .item .text .MuiAccordionSummary-root,.root-time .body .item .text .MuiAccordionSummary-root.Mui-expanded{min-height:34px;padding:0}.root-time .body .item .text .MuiAccordionDetails-root{display:block;padding:4px}.btn-custom{background-color:#0c447c!important;border-color:#0c447c!important;border-radius:2px!important;color:#fff!important;padding:8px 24px!important}.active-service{color:#0c447c!important;font-weight:500}.minWidth-custom-items{min-width:1600px}.css-pagination-administrative{align-items:start;display:flex;flex:1 1;flex-direction:column;height:100%;justify-content:start!important;margin-top:24px}.css-pagination-administrative .pagination-container{justify-content:start;padding:4px!important;z-index:99}.css-pagination-administrative>div{flex:1 1}.table-css-administrative{display:flex;flex-direction:column;min-height:280px}.btn-primary{background-color:#0c447c!important;border-color:#0c447c!important;box-shadow:none!important;color:#fff!important;font-weight:400!important;padding:4px 8px!important}.btn-primary:not(:disabled):hover{background-color:#044450!important;border-color:#044450!important;color:#fff!important}.btn-primary:disabled{background-color:#dadada!important;cursor:not-allowed}.btn-primary:disabled .btn-content{color:#000!important}.btn-primary-md{padding:6px 16px!important}.btn-filter{background-color:#fff!important;border:1px solid!important;box-shadow:none!important;color:#0c447c!important;font-weight:400!important;padding:4px 8px!important}.dialog-footer-new{background-color:#fff;border-top:1px solid rgba(0,0,0,.125)!important;padding:16px 0!important}.header-chat{color:#fff;margin-top:12px}.header-chat .session-message{display:flex;flex-direction:column;gap:12px}.header-chat .session-message .align-end{align-items:flex-end!important}.header-chat .session-message .justify-end{justify-content:flex-end!important}.header-chat .chat-group{background-color:#0c447c;border-top-left-radius:8px;border-top-right-radius:8px;display:flex;font-size:16px;gap:4px;padding:10px 12px}.table-info .row-table-body td{color:#333!important;font-size:14px!important;font-weight:400!important}.comment-input{margin-top:24px!important}.comment-input .label-reply{color:#044450;font-size:16px!important;font-weight:500}.group-info-customer{align-items:start;display:flex;flex-direction:column}.group-info-customer .info{display:flex;flex-direction:column;gap:4px}.group-info-customer .info .title-name{gap:4px}.group-info-customer .info{color:#333}.group-info-customer .info .user-img{height:32px;width:32px}.group-info-customer .info .info-name{display:flex;flex-direction:column;gap:2px}.group-info-customer .info .timer{font-size:12px!important;margin-bottom:4px;margin-top:8px}.group-info-customer .chat{background-color:#effafe}.chat-customer,.group-info-customer .chat{border:1px solid #e4e5d6;border-radius:8px;color:#333;line-height:1.8;padding:12px}.chat-customer{background-color:#ebf7b5}.cards-header-customer{border-bottom:1px solid #044450;border-top-left-radius:3px;border-top-right-radius:3px;color:#044450;font-style:normal;font-weight:700;line-height:normal;margin:0 0 8px;overflow:hidden;padding:3px 3px 3px 0}.color-pink{background-color:#0c447c!important;color:#fff!important}.border-print-box{align-items:center;border:1px solid #000;display:inline-flex;justify-content:center;min-height:20px;text-align:center}.w-6{width:20px}.w-40{width:40px}.w-80{width:80px}.scroll-table{display:block;overflow-x:auto;white-space:nowrap;width:100%}.scroll-table table{width:100%}.text-link{color:#0c447c;cursor:pointer}.text-link:hover{text-decoration:underline}.sideListWrapper .sideListContainer{background-color:#fff;border-radius:8px;min-width:260px}.sideListWrapper.close .sideList{flex-basis:0;max-width:0;opacity:0;overflow:hidden;padding:0!important}.sideListWrapper.close .formContent{flex-basis:100%;max-width:100%!important}.sideListWrapper.close .box-primary-d,.sideListWrapper.close .title-primary-d{display:none;padding:0!important}.form-request-header{display:"flex";flex-wrap:"wrap";font-size:20px;justify-content:space-between}.form-request-header,.item-form-header{background-color:#0c447c;color:#fff;font-size:18px;font-weight:700;margin:0;padding:3px;text-align:center}.open-more-header{align-items:center;display:flex;justify-content:space-between;padding:3px 6px!important}.card-request{padding-bottom:16px}.search-title-card{align-items:center;border-bottom:1px solid #0c447c;display:flex;justify-content:space-between;padding:3px}.search-title-card h4{color:#0c447c;margin-bottom:0}.button-more-request{align-items:center;background:#ffe4e1;border:1px solid pink;border-radius:8px;box-shadow:0 4px 6px -1px #0000001a,0 2px 4px -1px #0000000f;display:flex;justify-content:center}.main-layout-request{max-width:95%!important;width:95%}.button-layout-request{max-width:5%!important;width:5%}.button-layout-request .MuiIconButton-root:hover{background-color:initial}.sticky-table-header{background:#fff;border-radius:4px;margin-top:4px;max-height:50vh;overflow-y:auto;padding:3px}.sticky-table-header td,.sticky-table-header th{white-space:wrap}.sticky-table-header td{word-wrap:break-word}.sticky-table-header table{border-collapse:initial;width:100%}.sticky-table-header th{background-color:#fff;border-bottom:1px solid #ddd;position:-webkit-sticky;position:sticky;top:0;z-index:999}.sticky-table-header::-webkit-scrollbar{width:6px}.sticky-table-header::-webkit-scrollbar-track{background:#ddd}.sticky-table-header::-webkit-scrollbar-thumb{background:#ccc;border-radius:10px}.group-radio{border:1px solid #0000001f;border-radius:8px;color:rgba(17,24,39,.886);display:flex;flex-direction:column;flex-wrap:wrap;font-weight:600;gap:4px;padding:12px;width:100%}.text-radio-main{color:#111827}.MuiAutocomplete-option[data-focus=true]{background-color:#d1d1d1!important}.gray-header th{background-color:#f1f1f1}.border-reuqest{border:2px solid #e3f2fd;border-radius:12px;padding:3px;width:100%!important}#mySecondJoditEditor .jodit-wysiwyg,#myjoditEditor .jodit-wysiwyg{padding-left:10px}#mySecondJoditEditor ul,#myjoditEditor ul{list-style:inside}#mySecondJoditEditor ol,#myjoditEditor ol{list-style:inside;list-style-type:number}#mySecondJoditEditor td,#myjoditEditor td{border:1px solid}.jodit-dialog__content ul,.jodit-wysiwyg ul{list-style-type:disc;margin:0;padding:0 20px 10px}.jodit-dialog__content ul ul,.jodit-wysiwyg ul ul{list-style-type:circle}.jodit-dialog__content ul ul ul,.jodit-wysiwyg ul ul ul{list-style-type:square}.jodit-dialog__content ol,.jodit-wysiwyg ol{list-style-type:decimal;margin-bottom:1em;margin-top:1em;padding-left:40px}.jodit-dialog__content ol ol,.jodit-wysiwyg ol ol{margin-bottom:0;margin-top:0}.jodit-dialog__content td,.jodit-wysiwyg td{border:1px solid}.first-row-color-td{border:1px solid #ccc}.timeline-group{color:#333;font-family:Roboto,sans-serif}.timeline-group ol{list-style-type:none;padding:0!important}.timeline-group .timeline{border-left:2px solid #2563eb;margin-left:8px;position:relative}.timeline-group .timeline-item{margin-bottom:5px;padding-left:7px;position:relative}.timeline-group .timeline-item-group{background-color:#f9f4ff;border:1px solid #e5e7eb;border-radius:3px;padding:3px}.timeline-group .timeline-item:before{background-color:#0c447c;border:2px solid #fff;border-radius:50%;content:"";height:12px;left:-9px;position:absolute;top:5px;width:12px}.timeline-group time{color:#000;display:block;font-weight:700;margin-bottom:5px}.timeline-group h3{color:#222;font-size:18px;font-weight:700}.timeline-group p{color:#555;font-size:16px}.timeline-group .button{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:5px;color:#333;display:inline-flex;font-size:14px;padding:8px 16px;text-decoration:none}.timeline-group .button:hover{background-color:#f0f0f0;color:#007bff}.MuiTextField-root .MuiInputBase-input{height:auto}.label-scan label{color:#025558!important;font-style:italic}.css-b62m3t-container{z-index:99}.css-jy9qrx-control{width:46px}.color-text-lb{color:#537ebb}.ab-class input[type=checkbox]:checked{accent-color:red;background-color:red;border-color:red}.justify-around{justify-content:space-around}.px-2{padding-left:8px;padding-right:8px}.upper-case{text-transform:uppercase}.text-weight-600{font-weight:600}.text-th-secondary{font-size:12px!important;font-weight:500!important}.text-weight-650{font-weight:650}.text-decoration{text-decoration:underline}.text-red{color:red!important}.table-child{margin:0!important;padding:0!important}.table-child td,.table-child tr{border:none!important;font-weight:400!important}@media print{.reapeat-header:first-of-type{height:0;visibility:hidden}}.font-md{font-size:16px}.content-container-public{padding:0!important}.appointment-summary{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;box-shadow:0 1px 3px #0000001a;color:#333;display:flex;font-size:14px;font-weight:500;gap:16px;justify-content:space-between;min-height:26px;padding-left:8px;padding-right:8px;width:100%}.appointment-attended{color:#00e0ff;font-size:16px;font-weight:600}.appointment-not-attended{color:red;font-size:16px;font-weight:600}.appointment-cancel{color:#ff8100;font-size:16px;font-weight:600}.appointment-pending{color:#f5c518;font-size:16px;font-weight:600}.time-cell{align-items:center;background-color:#fff;border:1px solid #ccc;border-radius:4px;display:flex;font-size:14px;justify-content:space-between;min-height:26px;overflow:hidden;padding:2px 8px;text-overflow:ellipsis;white-space:nowrap;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content;width:100%}.day-number{color:#00e0ff;font-weight:600;margin-right:6px}.time-range{color:#333;font-weight:500}.slot-list{display:flex;flex-wrap:wrap}.slot-item{border-radius:8px;box-shadow:0 3px 8px #00000026;cursor:pointer;font-size:16px;font-weight:600;margin:5px;min-width:110px;padding:8px 6px;text-align:center;transition:.2s ease}.slot-item.available{background:#c9f7e4;color:#033b2d}.slot-item.available:hover{background:#9ef2cc;transform:translateY(-2px)}.slot-item.selected{background:#10375c;box-shadow:0 4px 12px #10375c66;color:#fff;transform:translateY(-2px)}.slot-item.disabled{background:#e1e4e3;box-shadow:none;color:#a3a8a6;cursor:not-allowed}.MuiAutocomplete-paper{border-radius:12px!important;padding:10px 0!important}.MuiAutocomplete-listbox>li:first-child{padding-top:0!important}.globits-option{align-items:center;cursor:pointer;display:flex;gap:14px;padding:10px 14px;transition:.2s ease}.globits-option:hover{background:#f0f6ff!important}.globits-option__avatar{align-items:center;background:#e8eef2;border-radius:8px;display:flex;height:42px;justify-content:center;width:42px}.globits-option__avatar img{height:100%;object-fit:cover;width:100%}.globits-option__text{color:#333;font-size:15px;font-weight:500}.MuiAutocomplete-listbox{max-height:320px!important;padding:0!important}.MuiAutocomplete-popper{z-index:1500!important}.upload-add-box{align-items:center;aspect-ratio:1/1;background:#f9fafb;border:2px dashed #cbd5e1;border-radius:8px;color:#64748b;cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:4px;height:100%;justify-content:center;transition:all .25s ease;width:100%}.upload-add-box:hover{background:#f0f9ff;border-color:#3b82f6;box-shadow:0 4px 8px #3b82f61a;color:#2563eb;transform:translateY(-2px)}.image-preview-wrapper{height:140px;position:relative;width:100%}.image-preview-wrapper.img-award{max-height:80px}.image-preview-wrapper .preview-image{border-radius:4px;height:100%;object-fit:cover;width:100%}.image-preview-wrapper .remove-button{background:#0009;border:none;border-radius:50%;color:#fff;cursor:pointer;font-size:16px;height:24px;line-height:1;padding:0;position:absolute;right:4px;top:4px;width:24px}.menu-table-wrapper{overflow-x:auto;width:100%}.menu-table-wrapper .menu-table{border-collapse:collapse;font-size:14px;width:100%}.menu-table-wrapper .menu-table th{background:#f8f9fa;border-bottom:1px solid #ddd;font-weight:600;padding:10px;text-align:left}.menu-table-wrapper .menu-table td{border-bottom:1px solid #eee;padding:10px}.menu-table-wrapper .menu-row.level-1{background:#f0f7ff}.menu-table-wrapper .menu-row.level-2{background:#e8f3ff}.menu-table-wrapper .expand-btn{background:none;border:none;cursor:pointer;transform:rotate(0deg);transition:.2s}.menu-table-wrapper .expand-btn.open{transform:rotate(90deg)}.menu-table-wrapper .no-expand{display:inline-block;width:12px}.menu-table-wrapper .name-wrap{align-items:center;display:flex;gap:6px;white-space:nowrap}.menu-table-wrapper .name-wrap .child-symbol{color:#7fa8d8}.menu-table-wrapper .name-wrap .sub-symbol{color:#5c8acb}.menu-table-wrapper .badge-child{background:#ffa726;border-radius:10px;color:#fff;font-size:11px;padding:2px 6px;width:68px}.menu-table-wrapper .badge-root{background:#1976d2;border-radius:8px;color:#fff;padding:2px 6px}.menu-table-wrapper .badge-level-1{background:#4caf50;border-radius:8px;color:#fff;display:block;padding:2px 6px;width:48px}.menu-table-wrapper .badge-level-2{background:#81c784;border-radius:8px;color:#fff;display:block;padding:2px 6px;width:48px}.menu-table-wrapper .badge-show{background:#3949ab;border-radius:8px;color:#fff;display:block;padding:3px 8px;width:64px}.menu-table-wrapper .badge-hide{background:#c62828;border-radius:8px;color:#fff;padding:3px 8px}.menu-table-wrapper .badge-role{background:#e0e0e0;border-radius:6px;margin-right:6px;padding:3px 8px}.table-scroll-wrapper{overflow-y:auto}.table-scroll-wrapper::-webkit-scrollbar{width:8px}.table-scroll-wrapper::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.table-scroll-wrapper::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.table-scroll-wrapper::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.top-scrollbar-container::-webkit-scrollbar{height:8px}.top-scrollbar-container::-webkit-scrollbar-track{background:#f1f1f1;border-radius:4px}.top-scrollbar-container::-webkit-scrollbar-thumb{background:#c1c1c1;border-radius:4px}.top-scrollbar-container::-webkit-scrollbar-thumb:hover{background:#a8a8a8}.report-table{border-collapse:collapse;font-size:11px;margin-top:12px;min-width:100%;white-space:nowrap;width:-webkit-max-content;width:max-content}.report-table thead th{background-color:#f0f1f4;border:1px solid #d5d7db;color:#5c5f66;font-weight:600;padding:8px 10px;text-align:center}.report-table tbody td{border:1px solid #e4e6ea;padding:8px 10px;vertical-align:middle;white-space:nowrap}.report-table tbody tr{transition:background .1s}.report-table tbody tr:hover{background-color:#f5faf8}.report-table .total-row{background-color:#f0f1f4;color:#1b1d21;font-weight:600}.total-revenue .total-row{background-color:#f0f1f4!important}.export-card{background:#fff;border:1px solid #e8e8e8;border-radius:10px;box-shadow:0 2px 6px #00000014;margin-bottom:12px;padding:12px;transition:all .2s ease}.export-card:hover{border-color:#4d8ff7;box-shadow:0 0 0 2px #3c82ff1a}.export-card-header{border-bottom:1px solid #ddd;color:#2c3e50;font-size:17px;font-weight:600;margin-bottom:12px;padding-bottom:8px}.export-table-wrapper{margin-top:14px;overflow-x:auto}.export-table{border-collapse:collapse;font-size:14px;min-width:900px;width:100%}.export-table thead{background:#f5f7fa}.export-table thead th{border-bottom:1px solid #dcdfe3;font-weight:600;padding:10px;text-align:left;white-space:nowrap}.export-table tbody tr{border-bottom:1px solid #f0f0f0}.export-table tbody tr:hover{background:#fafafa}.export-table tbody tr td{padding:4px;vertical-align:middle}.action-btn-custom{align-items:center;background-color:#fff!important;border:1px solid #4276a4!important;border-radius:8px!important;color:#374151!important;display:flex;font-size:14px!important;font-weight:500!important;line-height:1.5;padding:4px 12px!important;text-transform:none!important;transition:all .25s ease}.action-btn-custom:hover{background-color:#f9fafb!important;border-color:#9ca3af!important;box-shadow:0 1px 4px #00000014;color:#1f2937!important;transform:translateY(-1px)}.action-btn-custom:active{box-shadow:none;transform:none}.action-btn-custom svg{color:#6b7280}.action-btn-custom .MuiButton-startIcon{margin:0!important}.action-toolbar{align-items:center;display:flex;flex-wrap:nowrap;gap:13px}.action-toolbar button{align-items:center;display:flex;height:30px;justify-content:center;min-width:0;min-width:auto;padding:0 8px;white-space:nowrap}@media(max-width:600px){.MuiMenu-root .action-toolbar{display:block!important}.MuiMenu-list{align-items:stretch!important;display:flex!important;flex-direction:column!important}.MuiMenuItem-root{align-items:center;display:flex;gap:8px;justify-content:flex-start;width:100%}.MuiMenuItem-root button{justify-content:flex-start;padding:6px 8px;width:100%}.MuiMenuItem-root svg{font-size:18px;margin-right:6px}.action-toolbar .btn-save-text{font-size:12px;padding:0 6px}}@media(min-width:1600px){.action-toolbar button{font-size:14px;height:36px;min-width:90px;padding:0 12px}.action-toolbar .btn-save-text{min-width:120px}}.customs-button-navigate{align-items:center;border-radius:4px;color:#000;cursor:pointer;display:inline-flex;padding:0 5px;transition:background-color .2s,box-shadow .2s,transform .1s;-webkit-user-select:none;user-select:none}.customs-button-navigate:hover{background-color:#0000000a}.customs-button-navigate:active{background-color:#0000001a;transform:scale(.98)}.customs-button-navigate-mobile{align-items:center;border-radius:4px;color:#000;cursor:pointer;display:inline-flex;-webkit-user-select:none;user-select:none}.invoice-revenue-table{border-collapse:collapse;font-size:13px;width:100%}.invoice-revenue-table td,.invoice-revenue-table th{border:1px solid #000;padding:4px 6px;vertical-align:middle}.invoice-revenue-table th{font-weight:600;text-align:center}.invoice-revenue-group,.invoice-revenue-total{background-color:#fff3a0;font-weight:700}.invoice-revenue-row td{background:#fff}.invoice-revenue-text{max-width:280px;white-space:normal;word-break:break-word}.text-right{text-align:right}.text-center{text-align:center}.org-name{display:inline-block;font-size:clamp(18px,2vw,26px);line-height:1.2;max-width:100%}@page{size:A4;margin:0}@media print{body{margin:0;padding:0}}.bhxh-sick-leave-print__page.horizontal{background:#fff;border:1px solid #000;box-sizing:border-box;display:flex;height:173mm;margin:0 auto;width:210mm}.bhxh-sick-leave-print__copy.horizontal{box-sizing:border-box;height:100%;padding:1mm 2mm;position:relative;width:50%}.bhxh-sick-leave-print__copy.horizontal:first-child{border-right:1px solid #000}.bhxh-sick-leave-print__copy-title{font-size:13px;font-style:italic;font-weight:600;position:absolute;right:6mm;top:4mm}.bhxh-sick-leave-print__print-wrapper{width:100%}.bhxh-sick-leave-print__a4{border:none;border-collapse:collapse;color:#000;font-family:Times New Roman,serif;font-size:14px;table-layout:fixed;width:100%}.bhxh-sick-leave-print__content{padding:0;vertical-align:top}.bhxh-sick-leave-print__table{border-collapse:collapse;margin-top:6px;width:100%}.bhxh-sick-leave-print__dot-line{border-bottom:1px dotted #000;display:block;height:14px;width:100%}.bhxh-sick-leave-print__table--no-border td{padding:4px 0}.bhxh-sick-leave-print__header-left{font-size:13px}.bhxh-sick-leave-print__title{font-size:18px;line-height:1.3;margin:12px 0 4px;text-align:center}.bhxh-sick-leave-print__subtitle{font-size:13px;font-style:italic;margin-bottom:12px;text-align:center}.bhxh-sick-leave-print__section-title{font-weight:700;padding-bottom:4px}.bhxh-sick-leave-print__note{font-size:13px;font-style:italic}.bhxh-sick-leave-print__date{padding-top:12px;text-align:right}.bhxh-sick-leave-print__sign-row td{border-top:1px solid #000}.bhxh-sick-leave-print__sign-cell{height:120px;padding-top:12px;text-align:center;vertical-align:top;width:50%}.bhxh-sick-leave-print__sign-cell--left{border-right:1px solid #000}@media print{.bhxh-sick-leave-print__page{page-break-after:always}}.invoice-table-wrapper{max-height:60vh;overflow:auto}.invoice-table{border-collapse:collapse;font-size:13px;width:100%}.invoice-table td,.invoice-table th{border:1px solid #ddd;padding:6px 8px}.invoice-table th{background:#f5f5f5;font-weight:600}.invoice-table .right{text-align:right}.invoice-table .highlight{background:#fff3f3;color:#d32f2f;font-weight:700}.invoice-table tfoot td{background:#fafafa;font-weight:700}.total-label{text-align:right}.total-value{color:#1976d2;font-size:14px}.note-scroll{max-height:80px;overflow-y:auto}.note-scroll::-webkit-scrollbar{width:5px}.note-scroll::-webkit-scrollbar-thumb{background:#bbb;border-radius:4px}.prescription-table{border-collapse:collapse;width:100%}.prescription-table,.prescription-table td,.prescription-table th{border:none!important;padding:4px 6px;vertical-align:top}.prescription-table td:first-child{white-space:nowrap;width:4%}.prescription-table td:nth-child(2){width:76%}.prescription-table td:nth-child(3),.prescription-table td:nth-child(4){text-align:right;white-space:nowrap;width:10%}.prescription-table .drug-usage{display:block;font-style:italic;margin-left:12px}.td-scroll-cell{vertical-align:top;width:360px}.td-scroll-content{max-height:80px;overflow-x:hidden;overflow-y:auto;scrollbar-color:#c1c1c1 #0000;scrollbar-width:thin;white-space:normal;word-break:break-word}.td-scroll-content::-webkit-scrollbar{width:6px}.td-scroll-content::-webkit-scrollbar-track{background:#0000}.td-scroll-content::-webkit-scrollbar-thumb{background-color:#c1c1c1;border-radius:6px}.td-scroll-content::-webkit-scrollbar-thumb:hover{background-color:#a0a0a0}.print-payment-table{border-collapse:collapse;width:100%}.print-payment-table td,.print-payment-table th{border:1px solid #000;font-size:11px;padding:4px 6px;vertical-align:middle}.print-payment-table th{font-weight:700;text-align:center}.print-payment-table tr.total-row{background:#eee;font-weight:700}@media print{.table-scroll-wrapper{overflow:visible!important}.print-payment-table td,.print-payment-table th{border:1px solid #000!important}*{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.diagnosis-view .MuiChip-label{color:#0c447c!important;font-weight:600}.diagnosis-view .MuiChip-root{background-color:#e3f2fd!important}.diagnosis-view .MuiInputBase-input.Mui-disabled{-webkit-text-fill-color:#0c447c!important}.invoice-wrapper{display:flex;justify-content:center;overflow:auto;width:100%}.invoice-page{background-position:50%;background-repeat:no-repeat;background-size:cover;box-sizing:border-box;height:1280px;overflow:hidden;padding:20px;position:relative;width:890px}.invoice-content{font-size:14px;position:relative;z-index:2}.invoice-header{text-align:center}.invoice-header h2{font-size:22px;margin:0}.invoice-header p{margin:0}.invoice-top-right{margin-top:10px;text-align:right}.info-table{border-collapse:collapse;font-size:14px;line-height:22px;width:100%}.info-table td{padding:3px 0}.product-table{border-collapse:collapse;margin-top:15px;table-layout:fixed;width:100%}.product-table td,.product-table th{border:1px solid #333;font-size:13px;padding:6px;word-break:break-word}.product-table th{text-align:center}.amount-text{margin-top:15px}.footer-text{margin-top:25px}.jodit-wysiwyg ul{list-style:none!important;margin:0!important;padding-left:0!important}.jodit-wysiwyg li{margin-left:0!important;padding-left:0!important}.sort-icon{color:#999;cursor:pointer;font-size:12px;margin-left:4px;transition:.2s}.sort-icon:hover{color:#f26522;transform:scale(1.2)}.title-header.active{color:#f26522}.color-blue-white{background-color:#f0f8ff}@media print{.page-break-before{break-before:page;page-break-before:always}}.modern-section-title{align-items:center;background:linear-gradient(90deg,#e6f3f5,#e6f3f566);border-left:4px solid #0c447c;border-radius:4px;box-shadow:0 1px 2px #0000000d;color:#0c447c;display:inline-flex;font-size:15px;font-weight:500;margin-bottom:8px;margin-top:12px;padding:8px 16px}.modern-section-title b{font-weight:700}.grouped-inputs-container{background-color:#f7fcfd;border:1px dashed #b2dfdb;border-radius:8px;box-sizing:border-box;display:flex;flex-direction:column;gap:16px;height:100%;justify-content:space-evenly;padding:12px 16px}.grouped-inputs-container:hover{background-color:#f1fafa;border-color:#0c447c}.diagnosis-view{align-items:center;background:#fff;border:1px solid #dcdfe6;border-radius:6px;display:flex;padding:6px 8px}.diagnosis-view .diagnosis-tags{display:flex;flex-wrap:wrap;gap:6px}.diagnosis-view .tag{align-items:center;background:#f1f3f5;border-radius:14px;color:#333;display:inline-flex;font-size:13px;max-width:100%;padding:3px 10px;white-space:normal;word-break:break-word}.diagnosis-view .tag.primary{background:#1c4c90;color:#fff;font-weight:500}.list-button-procedure .buttonFunctionBarWrapper{background:inherit!important;justify-content:end}.list-button-procedure section{box-shadow:none!important}.MuiTab-root{box-sizing:border-box;flex-shrink:0;font-family:Roboto,Helvetica,Arial,sans-serif;font-weight:500;letter-spacing:.02857em;line-height:1.75;max-width:264px;min-height:48px;min-width:72px;overflow:hidden;padding:6px 12px;position:relative;text-align:center;text-transform:uppercase;white-space:normal}.MuiTab-root,.form-surgery h5{font-size:14px!important}.form-surgery .v2-table td,.form-surgery .v2-table th{padding:2px}.button-list-patient{align-items:center;background-color:#fff;border:1px solid #e2e8f0;border-radius:8px;box-shadow:0 1px 3px 0 #0000001a,0 1px 2px -1px #0000001a;color:#334155;cursor:pointer;display:inline-flex;font-family:inherit;font-size:13px;font-weight:600;gap:6px;height:32px;outline:none;padding:4px 10px;transition:all .2s ease}.button-list-patient:hover{background-color:#f8fafc;border-color:#cbd5e1}.button-list-patient:active{transform:scale(.98)}.nursing-care-print-table ol,.nursing-care-print-table ul{padding-left:20px!important}.badge-treatment-sheet-info{align-items:center;background:#06b7d2;border-radius:999px;color:#fff;display:inline-flex;font-size:11px;font-weight:600;gap:6px;margin-left:auto;padding:0 10px;white-space:nowrap}.mr-readonly input:not([type=submit]),.mr-readonly select,.mr-readonly textarea{color:#64748b!important}.mr-readonly .MuiInputBase-root,.mr-readonly input:not([type=submit]),.mr-readonly select,.mr-readonly textarea{background-color:#f8fafc!important;cursor:not-allowed!important;pointer-events:none!important}.mr-readonly .MuiInputBase-root *{pointer-events:none!important}.mr-readonly .MuiInputBase-root input{color:#64748b!important}.mr-readonly .MuiInputBase-root .MuiAutocomplete-endAdornment,.mr-readonly .MuiInputBase-root .MuiSelect-icon{opacity:.3}.mr-readonly input[type=checkbox],.mr-readonly input[type=radio]{opacity:.55;pointer-events:none!important}.mr-readonly label:not(.MuiTab-root){cursor:default!important;pointer-events:none!important}.mr-readonly .MuiCheckbox-root,.mr-readonly .MuiRadio-root,.mr-readonly .MuiSwitch-root{opacity:.55;pointer-events:none!important}.mr-readonly .commonBtn:not(.MuiTab-root),.mr-readonly button:not(.MuiTab-root){cursor:not-allowed!important;opacity:.45;pointer-events:none!important}.mr-readonly{position:relative}.mr-readonly:before{background:#fef3c7;border:1px solid #fcd34d;border-radius:4px;color:#b45309;content:"Chỉ xem — bệnh nhân đã ra viện";font-size:10px;font-weight:600;padding:1px 8px;pointer-events:none;position:absolute;right:0;top:0;white-space:nowrap;z-index:10}.note-nusre{align-items:flex-start;color:#334155;display:flex;flex-wrap:wrap;font-size:13px;gap:4px 20px;line-height:1.5}.note-nusre p{flex-basis:calc(50% - 10px);flex-grow:1;flex-shrink:1;margin:0;min-width:180px;padding:2px 0}.note-nusre p:has(>strong){flex:1 1 100%;margin-top:10px;min-width:100%;padding:0}.note-nusre p:has(>strong):first-child{margin-top:0}.note-nusre p strong{background:linear-gradient(90deg,#eff6ff,#f8fafc);border-left:3px solid #3b82f6;border-radius:0 4px 4px 0;color:#1e3a8a;display:block;font-size:13px;font-weight:600;letter-spacing:.01em;padding:6px 10px}.note-nusre ol,.note-nusre ul{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;flex:1 1 100%;list-style-position:outside;margin:4px 0 0;max-height:220px;overflow-y:auto;padding:10px 12px 10px 28px!important;width:100%}.note-nusre ol::-webkit-scrollbar,.note-nusre ul::-webkit-scrollbar{width:6px}.note-nusre ol::-webkit-scrollbar-thumb,.note-nusre ul::-webkit-scrollbar-thumb{background:#cbd5e1;border-radius:3px}.note-nusre ol::-webkit-scrollbar-track,.note-nusre ul::-webkit-scrollbar-track{background:#0000}.note-nusre ol li,.note-nusre ul li{line-height:1.45;margin-bottom:5px;padding-left:2px}.note-nusre ol li:last-child,.note-nusre ul li:last-child{margin-bottom:0}.note-nusre ol li::marker,.note-nusre ul li::marker{color:#2563eb;font-weight:600}.note-nusre ul{list-style-type:disc}.page-test-request table tr td *{line-height:1.4!important}.nursing-print-col-diagnose ol,.nursing-print-col-diagnose ul{padding-left:28px!important}.logo-yhct img{height:64px!important;width:64px!important}.MuiInputBase-input.MuiOutlinedInput-input{background:#0000!important;border:none!important;box-shadow:none!important}.html-form-root .MuiOutlinedInput-input{font-size:13px!important;height:auto!important;padding:5px 10px!important}.html-form-root .MuiAutocomplete-inputRoot[class*=MuiOutlinedInput-root]{font-size:13px!important;padding-bottom:1px!important;padding-left:6px!important;padding-top:1px!important}.html-form-root .MuiInputAdornment-root{margin-bottom:0!important;margin-top:0!important}.html-form-root .MuiIconButton-root{padding:3px!important}.html-form-root .MuiInputLabel-outlined.MuiInputLabel-marginDense{transform:translate(14px,8px) scale(1)!important}.html-form-root .MuiInputLabel-outlined.MuiInputLabel-shrink{transform:translate(14px,-6px) scale(.75)!important}.v3-lbl.required:after{color:#f44336;content:" *";font-size:14px;font-weight:700}:root{--bg:#eef1f6;--line:#e6eaf1;--line-strong:#d6dce7;--ink:#14233c;--ink-2:#51607a;--ink-3:#8893a7;--accent:#378add;--accent-soft:#e6f1fb;--accent-ink:#185fa5;--good:#378add;--good-soft:#e6f1fb;--info:#185fa5;--info-soft:#e6f1fb;--code:#185fa5;--warn:#b4530c;--danger:#dc2626;--header-bg:#0c447c;--header-grad:linear-gradient(180deg,#0e4a86,#0c447c);--header-line:#ffffff29;--on-navy:#ffffffeb;--on-navy-mut:#ffffff9e;--teal:#1d9e75;--radius:12px;--sb-bg:linear-gradient(185deg,#0f4f8e,#0c447c 42%,#073257);--sb-solid:#0c447c;--sb-text:#ffffffe0;--sb-muted:#ffffff85;--sb-group:#fff6;--sb-hover:#ffffff12;--sb-border:#ffffff17;--sb-active-bg:var(--accent);--sb-active-ink:#fff;--sb-brand-ink:#fff;--nav-py:9px;--nav-fs:0.875rem;--row-py:13px;--grp-mt:16px;--sb-w:268px;--sb-w-min:56px}@media(min-device-width:1920px)and (max-device-width:2559px){html{font-size:16px!important}}#root{display:flex;scrollbar-width:thin!important}#root .sidebar{background:linear-gradient(185deg,#0f4f8e,#0c447c 42%,#073257);background:var(--sb-bg);box-shadow:0 4px 20px #00000026;color:#ffffffe0;color:var(--sb-text);display:flex;flex-direction:column;height:100vh;overflow:hidden;position:relative;transition:width .22s cubic-bezier(.4,0,.2,1);width:56px;width:var(--sb-w-min);z-index:1000}#root .sidebar::-webkit-scrollbar{display:none}#root .sidebar .nav-list .MuiIcon-root,#root .sidebar .nav-list .MuiSvgIcon-root,#root .sidebar .nav-list .ni-ic-text,#root .sidebar .nav-list svg{color:#fff!important}#root .sidebar .nav-list svg [class],#root .sidebar .nav-list svg [stroke]{stroke:#fff!important}#root .sidebar .nav-list svg [fill]:not([fill=none]),#root .sidebar .nav-list svg[fill]:not([fill=none]){fill:#fff!important}#root .sidebar .sb-brand{align-items:center;border-bottom:1px solid #ffffff17;border-bottom:1px solid var(--sb-border);display:flex;gap:11px;justify-content:center;min-height:64px;padding:16px 9px 14px;transition:padding .22s}#root .sidebar .sb-logo{background:#fff;border-radius:10px;box-shadow:0 2px 8px #0000002e;color:#0c447c;color:var(--sb-solid);display:grid;flex-shrink:0;font-size:.9375rem;font-weight:800;height:38px;overflow:hidden;place-items:center;width:38px}#root .sidebar .sb-logo svg{color:#0c447c;color:var(--header-bg)}#root .sidebar .sb-logo img{height:100%;object-fit:contain;width:100%}#root .sidebar .sb-brand-tx{display:none;min-width:0;opacity:0;transition:opacity .15s}#root .sidebar .sb-brand-tx b{color:#fff;color:var(--sb-brand-ink);display:block;font-size:.78125rem;font-weight:700;letter-spacing:.01em;line-height:1.25;overflow-wrap:anywhere;white-space:normal;word-break:break-word}#root .sidebar .sb-brand-tx span{display:none}#root .sidebar .sb-modulechip{align-items:center;background:#ffffff12;background:var(--sb-hover);border:1px solid #ffffff17;border:1px solid var(--sb-border);border-radius:10px;cursor:pointer;display:flex;gap:10px;justify-content:center;margin:12px 14px 4px;padding:9px 0;transition:background .15s,padding .22s,margin .22s}#root .sidebar .sb-modulechip:hover{background:#ffffff1f}#root .sidebar .sb-modulechip .mc-ic{background:#378add;background:var(--accent);border-radius:8px;color:#185fa5;color:var(--accent-ink);display:grid;flex-shrink:0;height:30px;place-items:center;width:30px}#root .sidebar .sb-modulechip .mc-tx{display:none;flex:1 1;min-width:0;opacity:0;transition:opacity .15s}#root .sidebar .sb-modulechip .mc-tx b{color:#fff;color:var(--sb-brand-ink);display:block;font-size:.8125rem;font-weight:600;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .sidebar .sb-modulechip .mc-tx span{color:#ffffff85;color:var(--sb-muted);display:block;font-size:.65625rem;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .sidebar .sb-modulechip .mc-chev{color:inherit;display:none;opacity:.5}#root .sidebar .nav-list{flex:1 1;overflow-x:hidden;overflow-y:auto;padding:6px 9px 12px;transition:padding .22s}#root .sidebar .nav-list::-webkit-scrollbar{width:6px}#root .sidebar .nav-list::-webkit-scrollbar-thumb{background:#ffffff2e;border-radius:99px}#root .sidebar .nav-list .sb-group-label{background:#ffffff17;background:var(--sb-border);color:#fff6;color:var(--sb-group);font-size:.65625rem;font-weight:700;height:1px;letter-spacing:.1em;margin:13px 16px 9px;padding:0;text-transform:uppercase;white-space:nowrap}#root .sidebar .nav-list .item-nav{list-style:none;margin:5px 0;padding:0;position:relative}#root .sidebar .nav-list .item-nav .link_item{align-items:center;background:#0000;border:0;border-radius:10px;color:#ffffffe0;color:var(--sb-text);cursor:pointer;display:flex;font-size:.875rem;font-size:var(--nav-fs);font-weight:500;gap:12px;justify-content:center;line-height:1.2;padding:11px 0;position:relative;text-align:left;text-decoration:none;transition:all .22s cubic-bezier(.4,0,.2,1);width:100%}#root .sidebar .nav-list .item-nav .link_item:hover{background:#ffffff12;background:var(--sb-hover)}#root .sidebar .nav-list .item-nav .link_item svg{color:inherit;flex-shrink:0;height:20px;opacity:.82;width:20px}#root .sidebar .nav-list .item-nav .link_item .links_name{color:inherit;display:none;flex:1 1;font-size:inherit;font-weight:inherit;margin:0;opacity:0;overflow:hidden;text-overflow:ellipsis;transition:opacity .15s;white-space:nowrap}#root .sidebar .nav-list .item-nav .link_item.link_item-active{background:#378add;background:var(--sb-active-bg);box-shadow:0 6px 16px -6px #378add66;color:#fff;color:var(--sb-active-ink);font-weight:600}#root .sidebar .nav-list .item-nav .link_item.link_item-active svg{opacity:1}#root .sidebar .nav-list .item-nav .sidebar-tooltip{background:#0b1626;border-radius:8px;box-shadow:0 8px 24px #0000004d;color:#fff;font-size:.78125rem;left:calc(100% + 10px);opacity:0;padding:6px 10px;pointer-events:none;position:absolute;top:50%;transform:translateY(-50%) scale(.96);transition:opacity .12s,transform .12s;white-space:nowrap;z-index:60}#root .sidebar .nav-list .item-nav .sidebar-tooltip:before{border:5px solid #0000;border-right-color:#0b1626;content:"";position:absolute;right:100%;top:50%;transform:translateY(-50%)}#root .sidebar .nav-list .item-nav:hover .sidebar-tooltip{opacity:1;transform:translateY(-50%) scale(1)}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root{background:#0000;border:none;box-shadow:none;color:inherit;margin:5px 0;position:static;width:100%}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root:before{display:none}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root.Mui-expanded{margin:5px 0}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root{border-radius:10px;color:#ffffffe0;color:var(--sb-text);height:auto;justify-content:center;margin-bottom:2px;min-height:auto;padding:11.2px 5px 11.2px 11.2px;transition:all .22s cubic-bezier(.4,0,.2,1)}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root:hover{background:#ffffff12;background:var(--sb-hover)}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root.Mui-expanded{min-height:auto}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content{align-items:center;display:flex;font-size:.875rem;font-size:var(--nav-fs);font-weight:500;gap:12px;justify-content:center;line-height:1.2;margin:0;min-width:0}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content h6.links_name{color:inherit;display:none;flex:1 1;font-size:inherit;font-weight:inherit;margin:0;opacity:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content svg{color:inherit;flex-shrink:0;height:20px;opacity:.82;width:20px}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIcon{color:#ffffff85;color:var(--sb-muted);display:none;margin-right:-4px;opacity:.8;padding:0}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIcon.Mui-expanded{transform:rotate(180deg)}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIcon svg{font-size:16px}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container{display:none}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root{display:block;padding:0}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root ul{display:flex;flex-direction:column;gap:2px;list-style:none;margin:0;padding:0}#root .sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root .item-detail-nav{list-style:none;padding:0;position:relative}#root .sidebar .sb-foot{border-top:1px solid #ffffff17;border-top:1px solid var(--sb-border);padding:12px 9px;transition:padding .22s}#root .sidebar .sb-profile{align-items:center;border-radius:10px;cursor:pointer;display:flex;gap:11px;justify-content:center;padding:8px 0;transition:all .22s cubic-bezier(.4,0,.2,1)}#root .sidebar .sb-profile:hover{background:#ffffff12;background:var(--sb-hover)}#root .sidebar .sb-ava{background:linear-gradient(135deg,#378add,color-mix(in oklab,#378add 55%,#7c3aed));background:linear-gradient(135deg,var(--accent),color-mix(in oklab,var(--accent) 55%,#7c3aed));border-radius:50%;color:#fff;display:grid;flex-shrink:0;font-size:.8125rem;font-weight:700;height:36px;place-items:center;width:36px}#root .sidebar .pf-tx{display:none;flex:1 1;min-width:0;opacity:0;transition:opacity .15s}#root .sidebar .pf-tx b{color:#fff;color:var(--sb-brand-ink);font-size:.8125rem;font-weight:600}#root .sidebar .pf-tx b,#root .sidebar .pf-tx span{display:block;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}#root .sidebar .pf-tx span{color:#ffffff85;color:var(--sb-muted);font-size:.6875rem}#root .sidebar .sb-quick{align-items:center;display:flex;flex-direction:column;gap:7px;margin-top:10px;transition:flex-direction .22s,margin .22s}#root .sidebar .qa-btn{background:#ffffff12;background:var(--sb-hover);border:1px solid #ffffff17;border:1px solid var(--sb-border);border-radius:9px;color:#ffffffe0;color:var(--sb-text);cursor:pointer;display:grid;height:38px;outline:none;place-items:center;transition:all .22s cubic-bezier(.4,0,.2,1);width:40px}#root .sidebar .qa-btn:hover{background:#ffffff24}#root .sidebar .qa-btn.danger:hover{background:#dc262638;border-color:#dc262680;color:#fff}#root .sidebar .qa-btn svg{height:18px;width:18px}#root .sidebar .sb-handle{background:#fff;background:var(--surface);border:1px solid #d6dce7;border:1px solid var(--line-strong);border-radius:50%;box-shadow:0 2px 8px #0f1e3c2e;color:#51607a;color:var(--ink-2);cursor:pointer;display:grid;height:22px;place-items:center;position:absolute;right:-11px;top:76px;transition:transform .2s,color .2s,border-color .2s;width:22px;z-index:50}#root .sidebar .sb-handle:hover{border-color:#378add;border-color:var(--accent);color:#378add;color:var(--accent)}#root .sidebar.open-sidebar{width:268px;width:var(--sb-w)}#root .sidebar.open-sidebar .sb-brand{justify-content:flex-start;padding:16px 16px 14px}#root .sidebar.open-sidebar .sb-brand-tx{display:block;opacity:1}#root .sidebar.open-sidebar .sb-modulechip{justify-content:flex-start;margin:12px 12px 4px;padding:9px 11px}#root .sidebar.open-sidebar .sb-modulechip .mc-tx{display:block;opacity:1}#root .sidebar.open-sidebar .sb-modulechip .mc-chev{display:block}#root .sidebar.open-sidebar .nav-list{padding:6px 12px 12px}#root .sidebar.open-sidebar .nav-list .sb-group-label{background:#0000;height:auto;margin:16px 0 6px;margin:var(--grp-mt) 0 6px;padding:0 10px}#root .sidebar.open-sidebar .nav-list .item-nav .link_item{align-items:flex-start;justify-content:flex-start;padding:9px 11px;padding:var(--nav-py) 11px}#root .sidebar.open-sidebar .nav-list .item-nav .link_item svg{margin-top:2px}#root .sidebar.open-sidebar .nav-list .item-nav .link_item .links_name{display:block;opacity:1;overflow:visible;text-overflow:clip;white-space:normal}#root .sidebar.open-sidebar .nav-list .item-nav .sidebar-tooltip{display:none}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root{align-items:flex-start;justify-content:flex-start;padding:9px 11px;padding:var(--nav-py) 11px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content{align-items:flex-start;justify-content:flex-start}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content svg{margin-top:2px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-content h6.links_name{display:block;opacity:1;overflow:visible;text-overflow:clip;white-space:normal}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiAccordionSummary-root .MuiAccordionSummary-expandIcon{display:block;margin-top:2px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container{display:block}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root .item-detail-nav{padding-left:16px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root .item-detail-nav .link_item{align-items:flex-start;justify-content:flex-start;padding:9px 11px;padding:var(--nav-py) 11px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root .item-detail-nav .link_item svg{margin-top:2px}#root .sidebar.open-sidebar .nav-list .MuiPaper-root.MuiAccordion-root .MuiCollapse-container .MuiAccordionDetails-root .item-detail-nav .link_item .links_name{display:block;opacity:1;overflow:visible;text-overflow:clip;white-space:normal}#root .sidebar.open-sidebar .sb-foot{padding:12px}#root .sidebar.open-sidebar .sb-profile{justify-content:flex-start;padding:8px 9px}#root .sidebar.open-sidebar .sb-profile .pf-tx{display:block;opacity:1}#root .sidebar.open-sidebar .sb-quick{align-items:center;flex-direction:row}#root .sidebar.open-sidebar .qa-btn{flex:1 1;width:auto}#root .overlay-sidebar-sm{background:#0000001a;cursor:pointer;inset:0;position:absolute;z-index:501}#root .layout-container{background-color:#e9ecef;display:flex;flex-direction:column;height:100%;min-height:100%;overflow:auto;scrollbar-width:thin;transition:all .22s cubic-bezier(.4,0,.2,1);width:100%}#root .layout-container .header-container{align-items:center;background-color:#fff;border-bottom:1px solid #0c447c;color:#fff;display:flex;justify-content:space-between;padding:4px;position:-webkit-sticky;position:sticky;top:0;width:100%;z-index:1000}#root .layout-container .header-container #btn-sidebar{background-color:#123763;border:none;border-radius:3px;cursor:pointer;outline:none;padding:7px}#root .layout-container .header-container .title-web{color:#123763}#root .layout-container .header-container .redirect-module{padding:0 3px}#root .layout-container .header-container .redirect-module .link-redirect-module{background-color:#123763;border-radius:3px;color:#fff;padding:7px}#root .layout-container .content-container{height:-webkit-max-content;height:max-content;padding:4px}#root .layout-container .footer-container{background-color:#0c447c;color:#fff;font-size:14px;margin-top:auto;padding:20px 30px;width:100%}#root:has(.module-container) .content-container{padding:0}#root:has(.module-container) .sidebar{display:none}#root .module-container{padding:4px}#root .module-container .module-logo{align-items:center;display:flex;justify-content:center;margin-bottom:3px}#root .module-container .module-content{background-color:#fff;border:1px solid #0c447c;border-radius:3px;padding:3px 0}#root .module-container .module-content .module-content-title{font-size:16px;text-align:center}#root .module-container .module-content .list-module{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(5,1fr);list-style-type:none;padding:35px}#root .module-container .module-content .list-module .item-module{align-items:center;border-radius:3px;color:#fff;display:block;display:flex;font-size:14px;height:50px;height:100%;justify-content:center;margin:0;min-height:60px;text-align:center;width:50px;width:100%}#root .module-container .module-content .item__wrapper{padding:15px}#root .module-container .module-content .item__wrapper .module__item{border-radius:3px}#root .module-container .module-content .item__wrapper .module__item .module__icon{flex:1 1;padding:16px 12px 12px}#root .module-container .module-content .item__wrapper .module__item .module__name{color:#fff;padding:0 8px 12px;text-align:center;width:100%}@media(max-width:420px){#root .module-container .module-content .item__wrapper{padding:8px}#root .module-container .module-content .item__wrapper .module__item .module__icon{padding:0 24px}}#root .module-fullscreen{background-color:#fff}@media screen and (max-width:960px){#root .sidebar{left:-240px;position:fixed;top:0;width:240px!important}#root .sidebar .user-container{align-items:center;display:flex;flex-direction:column;gap:0;justify-content:center}#root .sidebar .user-container .user-img,#root .sidebar .user-container svg{height:50px;width:50px}#root .sidebar .user-container .user-list-btn,#root .sidebar .user-container .user-name{height:-webkit-max-content;height:max-content;opacity:1}#root .sidebar .nav-list{margin-top:20px}#root .sidebar .nav-list .item-nav .link_item .links_name{opacity:1;pointer-events:auto}#root .sidebar .nav-list .item-nav .sidebar-tooltip{display:none}#root .sidebar.open-sidebar{left:0}}.tooltip{display:inline-block;position:relative}.tooltip:hover:before{background-color:#000000de;border-radius:3px;color:#fff;content:attr(tooltip);font-size:11px;height:-webkit-max-content;height:max-content;padding:3px 5px;position:absolute;right:0;top:0;transform:translate(40%,calc(-100% - 2px));width:-webkit-max-content;width:max-content;z-index:10}.header{align-items:center;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);background:#ffffffd9;border-bottom:1px solid #14233c0f;box-shadow:0 4px 18px -4px #14233c12,0 1px 3px #14233c05;display:flex;flex-shrink:0;gap:10px;height:52px;padding:0 12px;position:-webkit-sticky;position:sticky;top:0;transition:all .22s cubic-bezier(.4,0,.2,1);width:100%;z-index:1200}.icon-btn{background:#0000;border:1px solid #0000;border-radius:9px;color:#51607a;color:var(--ink-2);cursor:pointer;display:grid;flex-shrink:0;height:36px;outline:none;place-items:center;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1);width:36px}.icon-btn:hover{background:#eef2f6;background:var(--bg);color:#16202e;color:var(--ink)}.icon-btn svg{font-size:20px}.hdr-context{display:flex;flex-direction:column;min-width:0}.breadcrumb{align-items:center;color:#8893a7;color:var(--ink-3);display:flex;font-size:.84375rem;gap:6px;min-width:0}.breadcrumb .crumb{align-items:center;display:inline-flex;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.breadcrumb .crumb.home{align-items:center;color:#51607a;color:var(--ink-2);display:inline-flex;gap:5px}.breadcrumb .crumb.cur{color:#16202e;color:var(--ink);font-weight:700}.breadcrumb .sep{align-items:center;color:#d6dce7;color:var(--line-strong);display:inline-flex}.hdr-title{color:#16202e;color:var(--ink);font-size:1rem;font-weight:700;line-height:1.1;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.hdr-spacer{flex:1 1}.hdr-right{align-items:center;display:flex;flex-shrink:0;gap:6px}.pill-btn{align-items:center;background:#fff;background:var(--surface);border:1px solid #e6eaf1;border:1px solid var(--line);border-radius:9px;color:#51607a;color:var(--ink-2);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8125rem;font-weight:600;gap:7px;height:34px;outline:none;padding:0 11px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.pill-btn:hover{background:#eef2f6;background:var(--bg);border-color:#d6dce7;border-color:var(--line-strong);color:#16202e;color:var(--ink)}.pill-btn.ghost{border-color:#0000}.pill-btn.ghost:hover{background:#eef2f6;background:var(--bg)}.pill-btn svg{font-size:16px}.app-header__pill{align-items:center;background:#fff;background:var(--surface);border:1px solid #e6eaf1;border:1px solid var(--line);border-radius:9px;color:#51607a;color:var(--ink-2);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.8125rem;font-weight:600;gap:7px;height:34px;outline:none;padding:0 11px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.app-header__pill:hover{background:#eef2f6;background:var(--bg);border-color:#d6dce7;border-color:var(--line-strong);color:#16202e;color:var(--ink)}.app-header__pill svg{color:inherit;font-size:16px}.app-header__pill--active{border-color:#378add;border-color:var(--accent)}.app-header__pill--active,.app-header__pill--active:hover{background:#e6f1fb;background:var(--accent-soft);color:#378add;color:var(--accent)}.app-header__pill-meta{font-family:monospace;font-size:.625rem;margin-left:4px;opacity:.85}.btn-module{background:#1d9e75;background:var(--teal);border-color:#0000;box-shadow:0 6px 16px -8px #04342c80;color:#fff}.btn-module:hover{background:#0f6e56;border-color:#0000;color:#fff}.btn-module svg{font-size:16px}.hdr-divider{background:#e6eaf1;background:var(--line);height:22px;margin:0 2px;width:1px}.badge-dot{background:#c43d3d;background:var(--danger);border:2px solid #fff;border:2px solid var(--surface);border-radius:50%;height:8px;position:absolute;right:8px;top:7px;width:8px}.acct{align-items:center;background:#0000;border:1px solid #0000;border-radius:10px;cursor:pointer;display:inline-flex;gap:8px;height:38px;outline:none;padding:0 7px 0 5px;position:relative;transition:all .2s cubic-bezier(.4,0,.2,1)}.acct.open,.acct:hover{background:#eef2f6;background:var(--bg)}.acct .acct-ava{background:linear-gradient(135deg,#0f4f8e,#0c447c);border-radius:8px;color:#fff;display:grid;font-size:.75rem;font-weight:800;height:30px;place-items:center;width:30px}.acct .acct-tx{line-height:1.15;text-align:left}.acct .acct-tx b{color:#16202e;color:var(--ink);display:block;font-size:.8125rem;font-weight:700}.acct .acct-tx span{color:#8893a7;color:var(--ink-3);display:block;font-size:.6875rem}.acct .acct-chev{color:#8893a7;color:var(--ink-3);font-size:.875rem;opacity:.8}.user-menu{background:#fff;border:.5px solid #00000024;border-radius:10px;box-shadow:0 8px 28px #00000029;opacity:0;overflow:hidden;position:absolute;right:0;text-align:left;top:calc(100% + 8px);transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;visibility:hidden;width:248px;z-index:1300}.user-menu.open{opacity:1;transform:translateY(0);visibility:visible}.user-menu__head{align-items:center;border-bottom:.5px solid #00000014;display:flex;gap:11px;padding:13px 14px}.user-menu__head-avatar{align-items:center;background:#e6f1fb;border-radius:50%;color:#0c447c;display:flex;flex-shrink:0;font-size:.875rem;font-weight:500;height:40px;justify-content:center;width:40px}.user-menu__head-name{color:#1a1a18;font-size:.8125rem;font-weight:500}.user-menu__head-role{color:#888780;font-size:.6875rem;margin-top:1px}.user-menu__list{padding:6px}.user-menu__item{align-items:center;background:#0000;border:none;border-radius:6px;color:#1a1a18;cursor:pointer;display:flex;font-family:inherit;font-size:.8125rem;gap:10px;outline:none;padding:9px 10px;text-align:left;transition:background .12s;width:100%}.user-menu__item:hover{background:#f7f6f3}.user-menu__item--danger,.user-menu__item--danger .user-menu__item-icon{color:#a32d2d}.user-menu__item--danger:hover{background:#fcebeb}.user-menu__item-icon{color:#888780;flex-shrink:0;font-size:1rem;text-align:center;width:18px}.user-menu__sep{background:#00000014;height:.5px;margin:4px 8px}.hdr-pagenav{align-items:center;background:#eef2f6;background:var(--bg);border-radius:9px;display:inline-flex;flex-shrink:0;height:30px;margin-left:14px;padding:2px 4px}.pagenav-sep{background:#e6eaf1;background:var(--line);height:14px;margin:0 4px;width:1px}.pagenav-btn{align-items:center;background:#0000;border:none;border-radius:6px;color:#51607a;color:var(--ink-2);cursor:pointer;display:inline-flex;font-family:inherit;font-size:.75rem;font-weight:600;gap:5px;height:26px;outline:none;padding:0 8px;transition:all .2s cubic-bezier(.4,0,.2,1);white-space:nowrap}.pagenav-btn:hover{background:#fff;background:var(--surface);box-shadow:0 1px 2px #14233c0a;color:#16202e;color:var(--ink)}.pagenav-btn svg{color:inherit;display:block;font-size:.6875rem}.module-picker{background:#fff;border:.5px solid #00000024;border-radius:10px;box-shadow:0 8px 28px #00000029;opacity:0;overflow:hidden;position:absolute;right:14px;top:54px;transform:translateY(-6px);transition:opacity .15s,transform .15s,visibility .15s;visibility:hidden;width:344px;z-index:1100}.module-picker.open{opacity:1;transform:translateY(0);visibility:visible}.module-picker__search{border-bottom:.5px solid #00000014;padding:8px 10px}.module-picker__search-box{align-items:center;background:#f7f6f3;border:.5px solid #00000014;border-radius:6px;display:flex;gap:6px;padding:5px 8px}.module-picker__search-box input{background:#0000;border:none;color:#1a1a18;flex:1 1;font-family:inherit;font-size:12px;outline:none}.module-picker__search-box input::placeholder{color:#b4b2a9}.module-picker__body{max-height:380px;overflow-y:auto}.module-picker__body::-webkit-scrollbar{width:5px}.module-picker__body::-webkit-scrollbar-thumb{background:#d3d1c7;border-radius:99px}.module-picker__group{border-bottom:.5px solid #00000014;padding:6px 10px 7px}.module-picker__group:last-of-type{border-bottom:none;padding-bottom:6px}.module-picker__group-label{color:#888780;font-size:10px;font-weight:600;letter-spacing:.07em;margin-bottom:4px;text-transform:uppercase}.module-picker__grid{grid-gap:4px;display:grid;gap:4px;grid-template-columns:repeat(4,1fr)}.module-picker__mod{align-items:center;border-radius:6px;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:3px;padding:5px 2px 0;text-align:center;text-decoration:none;transition:background .12s}.module-picker__mod--active,.module-picker__mod:hover{background:#f7f6f3}.module-picker__mod--active .module-picker__mod-label{color:#1a1a18;font-weight:600}.module-picker__mod-icon{align-items:center;border-radius:8px;display:flex;font-size:16px;height:30px;justify-content:center;width:30px}.module-picker__mod-icon i{font-size:20px}.module-picker__mod-icon.ic-clin{background:#e6f1fb;color:#0c447c}.module-picker__mod-icon.ic-para{background:#e1f5ee;color:#085041}.module-picker__mod-icon.ic-mgmt{background:#faeeda;color:#633806}.module-picker__mod-label{color:#5f5e5a;font-size:10px;line-height:1.2}.module-picker__empty{color:#888780;font-size:12px;padding:12px 10px;text-align:center}.module-picker__empty-icon{display:block;font-size:20px;margin:0 auto 4px;opacity:.4}.module-picker__foot{align-items:center;background:#f7f6f3;display:flex;justify-content:space-between;padding:7px 10px}.module-picker__foot-hint{color:#888780;font-size:11px}.module-picker__logout{align-items:center;background:#fff;border:.5px solid #00000024;border-radius:6px;color:#a32d2d;cursor:pointer;display:flex;font-family:inherit;font-size:11px;gap:5px;padding:5px 10px;transition:background .15s}.module-picker__logout:hover{background:#fcebeb}.app-header__module-btn.open{background:#137556}.module-page{background:#efede8;color:#1a1a18;font-size:13px;min-height:94vh}.module-page__top{background:#0c447c;gap:10px;height:48px;padding:0 16px}.module-page__top,.module-page__top-av{align-items:center;color:#fff;display:flex;flex-shrink:0}.module-page__top-av{background:#378add;border-radius:50%;font-size:11px;font-weight:600;height:28px;justify-content:center;width:28px}.module-page__top-name{font-size:13px;font-weight:600;min-width:0;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.module-page__top-lang{flex-shrink:0;margin-left:auto}.module-page__top-lang .app-header__pill{align-items:center;background:#ffffff1f;border:none;border-radius:99px;color:#fff;cursor:pointer;display:flex;font-family:inherit;font-size:12px;gap:5px;padding:5px 10px}.module-page__top-lang .app-header__pill:hover{background:#fff3}.module-page__top-lang .app-header__pill svg{color:#fff}.module-page__stage{margin:0 auto;max-width:1280px;padding:18px}.module-page__legend{display:flex;flex-wrap:wrap;gap:18px;margin-bottom:14px;padding-left:2px}.module-page__legend-item{align-items:center;color:#5f5e5a;display:flex;font-size:11px;gap:6px}.module-page__legend-dot{border-radius:3px;flex-shrink:0;height:9px;width:9px}.module-page__legend-dot--clin{background:#0c447c}.module-page__legend-dot--para{background:#085041}.module-page__legend-dot--mgmt{background:#854f0b}.module-page__grid{grid-gap:12px;display:grid;gap:12px;grid-template-columns:repeat(6,1fr)}@media(max-width:1100px){.module-page__grid{grid-template-columns:repeat(4,1fr)}}@media(max-width:760px){.module-page__grid{grid-template-columns:repeat(3,1fr)}}@media(max-width:520px){.module-page__grid{grid-template-columns:repeat(2,1fr)}}.module-page__card{align-items:center;background:#fff;border:.5px solid #00000024;border-radius:10px;color:inherit;cursor:pointer;display:flex;flex-direction:column;gap:11px;padding:18px 12px;text-decoration:none;transition:transform .12s,box-shadow .12s,border-color .12s}.module-page__card:hover{box-shadow:0 6px 18px #00000014;transform:translateY(-2px)}.module-page__card--clin:hover{border-color:#85b7eb}.module-page__card--para:hover{border-color:#5dcaa5}.module-page__card--mgmt:hover{border-color:#e5c07b}.module-page__card-icon{align-items:center;border-radius:14px;display:flex;font-size:36px;height:56px;justify-content:center;width:56px}.module-page__card-icon.ic-clin{background:#e6f1fb;color:#0c447c}.module-page__card-icon.ic-para{background:#e1f5ee;color:#085041}.module-page__card-icon.ic-mgmt{background:#faeeda;color:#854f0b}.module-page__card-label{color:#1a1a18;font-size:12px;font-weight:600;line-height:1.25;text-align:center}.module-page__footer{display:flex;justify-content:center;margin-top:16px}.module-page__logout{align-items:center;background:#fff;border:.5px solid #00000038;border-radius:6px;color:#a32d2d;cursor:pointer;display:flex;font-family:inherit;font-size:12px;gap:6px;padding:8px 18px;transition:background .15s}.module-page__logout:hover{background:#fcebeb}#root:has(.module-page) .sidebar{display:none}#root:has(.module-page) .layout-container .content-container{padding:0}.elevation-z0{box-shadow:var(--elevation-z0)}.elevation-z1{box-shadow:var(--elevation-z1)}.elevation-z2{box-shadow:var(--elevation-z2)}.elevation-z3{box-shadow:var(--elevation-z3)}.elevation-z4{box-shadow:var(--elevation-z4)}.elevation-z5{box-shadow:var(--elevation-z5)}.elevation-z6{box-shadow:var(--elevation-z6)}.elevation-z7{box-shadow:var(--elevation-z7)}.elevation-z8{box-shadow:var(--elevation-z8)}.elevation-z9{box-shadow:var(--elevation-z9)}.elevation-z10{box-shadow:var(--elevation-z10)}.elevation-z11{box-shadow:var(--elevation-z11)}.elevation-z12{box-shadow:var(--elevation-z12)}.elevation-z13{box-shadow:var(--elevation-z13)}.elevation-z14{box-shadow:var(--elevation-z14)}.elevation-z15{box-shadow:var(--elevation-z15)}.elevation-z16{box-shadow:var(--elevation-z16)}.elevation-z17{box-shadow:var(--elevation-z17)}.elevation-z18{box-shadow:var(--elevation-z18)}.elevation-z19{box-shadow:var(--elevation-z19)}.elevation-z20{box-shadow:var(--elevation-z20)}.elevation-z21{box-shadow:var(--elevation-z21)}.elevation-z22{box-shadow:var(--elevation-z22)}.elevation-z23{box-shadow:var(--elevation-z23)}.elevation-z24{box-shadow:var(--elevation-z24)}.bs-none{box-shadow:none!important}.reception-patient .patient-info-container .img-patient{align-items:center;display:flex;flex-direction:column;justify-content:center}.reception-patient .patient-info-container .img-patient svg{height:110px;width:110px}.reception-patient .patient-info-container .patient-name{color:#4169e1}.reception-patient .list-visit-patient .list-visit-header,.reception-patient .list-visit-patient .list-visit-header-administrative{background-color:#0c447c;color:#fff;margin:0;padding:13px;text-align:center}.reception-patient .list-visit-patient .list-visit-header{border-top-left-radius:10px;border-top-right-radius:10px}.reception-patient .list-visit-patient .list-visit{margin:0;padding:0}.reception-patient .list-visit-patient .list-visit .item-visit-patient{background-color:#0000;border:none;border-top:1px solid #e5e5e5;color:#003fff;cursor:pointer;display:block;font-size:13px;outline:none;padding:8px 12px;text-align:center;width:100%}.reception-patient .list-visit-patient .list-visit .item-visit-patient.selected{color:#1c4c90}.reception-patient .list-visit-patient .list-visit .item-visit-patient .btn-load-more{background-color:#1c4c90;border:none;border-radius:5px;color:#fff;cursor:pointer;outline:none;padding:5px}@media screen and (max-width:600px){.reception-patient .patient-info-container{font-size:13px}.reception-patient .patient-info-container .patient-name{font-size:18px}.reception-patient .list-visit-patient .list-visit-header{padding:10px}.reception-patient .list-visit-patient .list-visit .item-visit-patient{padding:6px 10px}}.visitSection{background:#fff;border:1px solid #0c447c;border-radius:10px;display:flex;flex-direction:column;overflow:hidden}.visitSection .visitSection__header{align-items:center;background-color:#0c447c;border-top-left-radius:10px;border-top-right-radius:10px;display:flex;justify-content:center;padding:8px 24px;width:100%}.visitSection .visitSection__header .headerContent{color:#fff;font-size:14px;margin:initial}.visitSection .visitSection__header .headerContent .dayHighlight{color:#ffce9d}.visitSection .basicHeader{color:#0c447c;padding:12px}.visitSection .visitSection__content{padding:12px 24px}.visitSection .visitSection__content .basicInfo{color:#484848;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.visitSection .visitSection__content .basicInfo .infoHighlight{color:#003fff;font-size:14px;font-style:normal;font-weight:700;line-height:20px}.name-field{color:#000;font-size:14px!important;font-style:normal;font-weight:700;line-height:normal;width:100%}.MuiButtonBase-root.MuiTabs-scrollButtons.Mui-disabled{opacity:.8!important}.MuiButtonBase-root.MuiTabs-scrollButtons.Mui-disabled:hover{cursor:not-allowed!important}.MuiButtonBase-root.MuiTabs-scrollButtons{background-color:#f5f7f9;border-radius:10px;color:#000;opacity:1!important;width:34px}.MuiTabs-scroller.MuiTabs-scrollable{padding-left:12px;padding-right:12px}.printVisualAcuityTestWrapper{background-color:#ccc;display:none;font-family:Times New Roman,Times,serif!important;font-size:16px!important;overflow:hidden}.printVisualAcuityTestWrapper #printVisualAcuityTest{background-color:#fff}@media print{.printVisualAcuityTestWrapper body,.printVisualAcuityTestWrapper html{height:100vh;margin:0!important;overflow:hidden;padding:0!important}}.general-visit-form>div:nth-child(2n){background-color:#def1f8}.general-visit-form>div:nth-child(odd),.popover-list{background-color:#fff}.popover-list{border-radius:4px;box-shadow:5px 5px 10px hsla(0,0%,65%,.663),-5px 0 10px hsla(0,0%,65%,.663);min-width:200px;position:absolute;right:0;z-index:1500}.popover-list .popover-item{align-items:center;border-bottom:1px solid rgba(97,97,97,.345);color:rgba(0,0,0,.871);cursor:pointer;display:flex;font-size:15px;font-weight:500;gap:8px;line-height:23px;padding:6px 12px}.popover-list .popover-item:hover{background-color:hsla(0,0%,85%,.322)}.popover-list .popover-item:last-child{border:none}.popover-list .popover-item.disabled{background-color:#ccc;cursor:no-drop;opacity:.6}.popover-scroll::-webkit-scrollbar{width:6px}.popover-scroll::-webkit-scrollbar-thumb{background:#c1c7d0;border-radius:4px}.popover-scroll::-webkit-scrollbar-track{background:#0000}.popover-scroll{max-height:320px;overflow-y:auto}.moduleOptionPopup{background:#fff;border-radius:12px;box-shadow:0 10px 36px 0 #00000029,0 0 0 1px #0000000f;padding:12px;position:absolute;right:6px;top:62px;width:320px;z-index:199999}.moduleOptionPopup:after{border:22px solid;border-color:#0000 #0000 #fff;content:"";position:absolute;right:40px!important;top:-36px!important}.moduleOptionPopup .moduleOptionWrapper{align-items:center;border-radius:14px;display:flex;flex-direction:column;justify-content:center;transition:background .2s;width:100%}.moduleOptionPopup .moduleOptionWrapper .moduleOptionBtn{align-items:center;border-radius:4px;display:flex;height:100%;justify-content:center;padding:4px;width:56px}.moduleOptionPopup .moduleOptionWrapper .optionTitle{color:#000;font-size:12px;font-weight:400;padding-top:8px;text-align:center}.moduleOptionPopup .moduleOptionWrapper:hover{background-color:#f0f0f0}.moduleOptionPopup .leftSeparator{border-left:2px solid #dbdada}html{font-size:16px}@media(min-device-width:1920px){html{font-size:24px}}@media(min-device-width:2560px){html{font-size:30px}}@media(min-device-width:3840px){html{font-size:36px}}.bed-frame{background-color:hsla(0,0%,87%,.357);border:none;border-radius:50%;cursor:pointer;font-size:32px;height:50px;outline:none;padding:4px;width:50px}.bed-frame.active{background-color:#68ff93}.table-layout-warning{border:1px solid pink;border-radius:4px;width:100%}.table-layout-warning .title{background-color:#ffe4e1;border-top-left-radius:4px;border-top-right-radius:4px;color:#333!important;padding:2px 6px!important;text-align:left}.table-layout-warning .container{overflow-x:auto;padding:2px 0;width:100%}.table-layout-warning .item{padding:0 6px;white-space:nowrap;width:100%}.table-layout-warning ::-webkit-scrollbar{height:3px}.prescription-voucher-drug-search{flex:1 1;margin:0 10px;max-width:260px;min-width:180px}.prescription-voucher-drug-search .MuiFormControl-root{width:100%}.prescription-voucher-drug-search .MuiOutlinedInput-root{background:#ffffffeb;border-radius:14px;font-size:12px;height:28px;line-height:1.2;transition:border-color .15s ease,box-shadow .15s ease,background .15s ease}.prescription-voucher-drug-search .MuiOutlinedInput-root fieldset{border-color:#b8c9dc}.prescription-voucher-drug-search .MuiOutlinedInput-root:hover{background:#fff}.prescription-voucher-drug-search .MuiOutlinedInput-root:hover fieldset{border-color:#7fa3c4}.prescription-voucher-drug-search .MuiOutlinedInput-root.Mui-focused{background:#fff;box-shadow:0 0 0 2px #185fa51f}.prescription-voucher-drug-search .MuiOutlinedInput-root.Mui-focused fieldset{border-color:#185fa5!important;border-width:1px!important}.prescription-voucher-drug-search .MuiOutlinedInput-input{color:#2c3340;font-size:12px;padding:5px 4px 5px 0}.prescription-voucher-drug-search .MuiOutlinedInput-input::placeholder{color:#9aa5b5;opacity:1}.prescription-voucher-drug-search .MuiInputAdornment-root{height:auto;max-height:none}.prescription-voucher-drug-search .MuiInputAdornment-positionStart{margin-left:8px;margin-right:2px}.prescription-voucher-drug-search .MuiInputAdornment-positionStart .MuiSvgIcon-root{color:#8a9bb0;font-size:15px}.prescription-voucher-drug-search .MuiInputAdornment-positionEnd{margin-right:2px}.prescription-voucher-drug-search .MuiInputAdornment-positionEnd .MuiIconButton-root{color:#9aa5b5;padding:2px}.prescription-voucher-drug-search .MuiInputAdornment-positionEnd .MuiIconButton-root:hover{background:#185fa50f;color:#185fa5}.prescription-voucher-drug-search .MuiInputAdornment-positionEnd .MuiIconButton-root .MuiSvgIcon-root{font-size:14px}.drug-option p{margin:0;padding:5px}.drug-option p:nth-child(-n+5){border-right:1px solid #000}.drug-stock-info{background-color:rgba(241,99,33,.349);border-radius:5px;margin-right:5px;padding:1px 5px}.drug-stock-info.green{background-color:#90ee90}.MuiAutocomplete-paper:has(.custom-listbox){max-height:300px;overflow-y:auto}.MuiAutocomplete-paper:has(.custom-listbox) ul{padding:0}.MuiAutocomplete-popper:has(.custom-listbox){width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.custom-listbox{display:table;width:100%}.custom-listbox li{display:table-row;width:100%}.custom-listbox li p{word-wrap:break-word;border-bottom:1px solid #000;border-right:1px solid #000;display:table-cell;max-width:250px;min-width:150px;overflow:visible;padding:5px 7px;text-overflow:clip;white-space:normal}.custom-listbox li p:last-child{border-right:none;max-width:300px;min-width:200px}.custom-listbox .header{background-color:#f0f0f0;border-bottom:2px solid #000;font-weight:700;padding:5px 0;position:-webkit-sticky;position:sticky;text-align:center;top:0;z-index:10}.custom-listbox .header p{word-wrap:break-word;border-right:1px solid #000;display:table-cell;max-width:250px;min-width:150px;padding:5px 7px;white-space:normal}.custom-listbox .header p:last-child{border-right:none;max-width:300px;min-width:200px}.custom-listbox-customer.box-checkin{width:100%}.custom-listbox-customer.box-checkin li{display:contents!important}.custom-listbox-customer{display:table}.custom-listbox-customer .MuiAutocomplete-option[data-focus=true]{background-color:#fff!important}.custom-listbox-customer li{display:table-row;width:100%}.custom-listbox-customer li p{border-bottom:1px solid #000;border-right:1px solid #000;display:table-cell;max-width:200px;min-width:50px;overflow:hidden;padding:5px 7px;text-overflow:ellipsis;white-space:nowrap}.custom-listbox-customer li p:last-child{border-right:none}.MuiAutocomplete-popper:has(.custom-listbox-customer.search-customer){width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.customer-item{cursor:pointer;padding:6px 12px;transition:background .15s ease}.customer-item:hover{background:#f5f5f5}.customer-item .top-row{align-items:center;display:flex;gap:12px}@media only screen and (min-width:768px){.customer-item .avatar{border-radius:6px;height:48px;width:48px}}.customer-item .avatar{align-items:flex-end;border-radius:4px;display:flex;height:40px;justify-content:center;overflow:hidden;width:40px}.customer-item .avatar img{height:100%;object-fit:cover;width:100%}.customer-item .name{color:#343434;font-size:16px;line-height:1.3}.drug-tags{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.drug-tag{align-items:center;background:#f3f4f6;border-radius:999px;box-shadow:0 1px 0 #00000008;color:#0f172a;display:inline-flex;font-size:10px;font-weight:600;gap:2px;padding:2px 6px;position:relative}.drug-tag .icon{color:inherit;flex:0 0 18px;height:18px;width:18px}.tag-med{background:linear-gradient(180deg,#fff,#f7fbff);border:1px solid #026fb414;color:#0b5394}.tag-med .icon{color:#026fb4}.tag-med .label{color:#054a7a}.tag-service{background:linear-gradient(180deg,#fffaf6,#fff3ea);border:1px solid #ff8c0014;color:#7a4300}.tag-service .icon{color:#ff8c00}.tag-service .badge{background:#7a4300;color:#fff}.tag-insurance{background:linear-gradient(180deg,#f6feff,#ecfbff);border:1px solid #039b8814;color:#006a5a}.tag-insurance .icon{color:#028f82}.tag-insurance .label{color:#016450}@media(max-width:420px){.drug-tag{font-size:12px;padding:4px 8px}.drug-tag .label{display:none}}.header-calendar{background:#1da1f2;background:linear-gradient(36deg,#10375c,#4276a4);border-top-left-radius:8px;border-top-right-radius:8px;color:#fff;font-size:18px;font-weight:500;line-height:normal;padding:8px 16px;text-align:center}.calendar-custom{border-radius:0!important;box-shadow:none!important;width:100%!important}.calendar-custom .rmdp-top-class,.calendar-custom .rmdp-top-class .rmdp-calendar{width:100%}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-header{padding:0!important;width:100%}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-header .rmdp-header-values{background:linear-gradient(83.63deg,#00b5f1 33.34%,#4276a4 113.91%);background-clip:text;-webkit-background-clip:text;color:#0000;font-size:16px;font-weight:600}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-header button{align-items:center;display:flex;justify-content:center}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-header button i{margin-top:0!important}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker,.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker div{width:100%}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-week-day{color:#000;font-size:16px;font-weight:500;height:42px}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-week-day:last-child{color:#fa531f}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-week-day:nth-child(6){color:#faa01f}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day{color:#333;font-weight:500;height:42px}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day span{border-radius:5px}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day span:hover{background:linear-gradient(48deg,#00b5f1,#4276a4)}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-disabled{color:#ccc}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-selected span{background:linear-gradient(48deg,#00b5f1,#4276a4)}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-selected.rmdp-today span{background:linear-gradient(48deg,#00b5f1,#4276a4);color:#fff}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-today span{background:#f2f2f2;color:red;font-weight:600}.calendar-custom .rmdp-top-class .rmdp-calendar .rmdp-day-picker .rmdp-week .rmdp-day.rmdp-today.rmdp-selected span{box-shadow:none}@media(max-height:450px),(max-width:450px){.calendar-custom .rmdp-day,.calendar-custom .rmdp-week-day{height:31px;width:31px}}.calendar-custom .rmdp-down,.calendar-custom .rmdp-up{align-items:center;display:flex;justify-content:center}.calendar-custom .rmdp-down i,.calendar-custom .rmdp-up i{margin-top:0!important}.hour-appointment-header{color:#000000d9;font-size:18px;font-weight:500}.hour-appointment-item{border:1px solid #00e0ff;font-size:14px;font-style:normal;font-weight:600;font-weight:500;line-height:1;line-height:normal;padding:12px 2px;position:relative;text-align:center;transition:background .15s ease}.hour-appointment-item .bagde{background-color:#f44336;border-radius:12px;box-shadow:0 2px 6px #0003;color:#fff;display:inline-block;font-size:12px;font-weight:700;font-weight:500;line-height:1.2;min-width:20px;padding:4px 10px;position:absolute;right:28px;text-align:center;top:0;transform:translate(50%,-50%);white-space:nowrap;z-index:1000}@media screen and (max-width:468px){.hour-appointment-item .bagde{right:28px;top:4px}}.box-shadow-el{box-shadow:0 0 1px #0006}.seperate-appointment{align-content:center;align-items:center;display:flex;justify-content:space-between;justify-items:center;max-width:100%;padding:0 8px}.seperate-appointment .close-line{box-shadow:0 2px 0 rgba(0,0,0,.015);color:#000000d9;cursor:pointer;display:inline-block;font-size:14px;font-weight:600;line-height:1.5715;padding-left:15px;position:relative;text-align:center;touch-action:manipulation;transition:all .3s cubic-bezier(.645,.045,.355,1);-webkit-user-select:none;user-select:none;white-space:nowrap}.seperate-appointment .line{border-top:2px solid #00e0ff;flex:1 1}.cards-container .MuiTableContainer-root,.cards-container .table-root,.table-scroll-wrapper{-webkit-overflow-scrolling:touch;overflow-x:auto;width:100%}@media(max-width:767px){.hide-on-mobile{display:none!important}.cards-container .flex-end{justify-content:center}.report-table{font-size:12px}.report-table td,.report-table th{padding:4px 6px;white-space:nowrap}.cards-container{padding:8px}.cards-header{font-size:14px;margin-bottom:8px}.table-collapse,.table-total-container{min-width:900px;width:-webkit-max-content;width:max-content}.MuiGrid-item{-webkit-overflow-scrolling:touch;overflow-x:auto}}@media(max-width:991px)and (min-width:768px){.report-table{font-size:13px}.table-collapse,.table-total-container{min-width:800px}}:root{--primary:#1763bd;--primary-700:#114e94;--primary-tint:#e8f1fc;--primary-tint2:#d3e5fa;--bg:#eef2f6;--surface:#fff;--surface2:#f7fafc;--border:#dde5ee;--border-strong:#c5d0dd;--ink:#16202e;--ink2:#566476;--ink3:#8a99a8;--amber:#c87a0a;--amber-tint:#fdf2df;--green:#1f8a52;--green-tint:#e3f3ea;--danger:#c43d3d;--danger-tint:#fae9e9;--blue-tint:#e6f0fb;--r:9px;--r-sm:6px;--shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d;--shadow-pop:0 10px 40px #16202e2e}.reception-patient{background:#eef2f6!important;background:var(--bg)!important;color:#16202e!important;color:var(--ink)!important}.reception-patient .mono{font-feature-settings:"tnum"!important;font-variant-numeric:tabular-nums!important}.reception-patient .pstrip{align-items:center!important;background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;display:flex!important;gap:20px!important;justify-content:space-between!important;margin-bottom:8px!important;padding:12px 18px!important;width:100%!important}.reception-patient .pstrip-id{align-items:flex-start!important;display:flex!important;gap:12px!important;min-width:0!important}.reception-patient .qr{background:#fff!important;border:1.5px solid #c5d0dd!important;border:1.5px solid var(--border-strong)!important;border-radius:7px!important;color:#8a99a8!important;color:var(--ink3)!important;display:grid!important;flex-shrink:0!important;font-size:20px!important;height:42px!important;place-items:center!important;width:42px!important}.reception-patient .pname-row{align-items:center!important;display:flex!important;flex-wrap:wrap!important;gap:10px!important}.reception-patient .pname{font-size:18px!important;font-weight:700!important;letter-spacing:.3px!important;white-space:nowrap!important}.reception-patient .pmeta{color:#566476!important;color:var(--ink2)!important;font-size:12.5px!important}.reception-patient .pmeta2{color:#566476!important;color:var(--ink2)!important;display:flex!important;flex-wrap:wrap!important;font-size:12px!important;gap:16px!important;margin-top:3px!important}.reception-patient .pmeta2 b{color:#16202e!important;color:var(--ink)!important;font-weight:600!important}.reception-patient .pstrip-bill{align-items:center!important;display:flex!important;flex:none!important;gap:10px!important}.reception-patient .bill{background:#f7fafc!important;background:var(--surface2)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:6px!important;border-radius:var(--r-sm)!important;min-width:88px!important;padding:6px 12px!important;text-align:right!important}.reception-patient .bill span{color:#8a99a8!important;color:var(--ink3)!important;display:block!important;font-size:10.5px!important;letter-spacing:.4px!important;text-transform:uppercase!important}.reception-patient .bill b{font-family:IBM Plex Mono,monospace!important;font-size:14px!important}.reception-patient .bill-due{background:#fae9e9!important;background:var(--danger-tint)!important;border-color:#f0cccc!important}.reception-patient .bill-due b{color:#c43d3d!important;color:var(--danger)!important}.reception-patient .ctxbar{align-items:center!important;background:linear-gradient(180deg,#fbfdff,#f4f8fd)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;display:flex!important;flex-wrap:wrap!important;font-size:12.5px!important;gap:10px!important;margin-bottom:10px!important;padding:9px 18px!important;width:100%!important}.reception-patient .ctx-crumb{align-items:center!important;display:flex!important;gap:6px!important}.reception-patient .ctx-muted{color:#566476!important;color:var(--ink2)!important}.reception-patient .ctx-active{align-items:center!important;background:#1763bd!important;background:var(--primary)!important;border-radius:20px!important;box-shadow:0 2px 8px #1763bd4d!important;color:#fff!important;display:inline-flex!important;font-weight:600!important;padding:4px 12px 4px 7px!important}.reception-patient .ctx-pin{background:#ffffff38!important;border-radius:50%!important;display:grid!important;height:18px!important;margin-right:4px!important;place-items:center!important;width:18px!important}.reception-patient .ctx-dim{font-weight:400!important;margin-left:4px!important;opacity:.85!important}.reception-patient .ctx-dirty{align-items:center!important;background:#fdf2df!important;background:var(--amber-tint)!important;border:1px solid #f0d9a8!important;border-radius:20px!important;color:#c87a0a!important;color:var(--amber)!important;display:flex!important;font-size:11.5px!important;font-weight:600!important;gap:5px!important;padding:3px 11px!important}.reception-patient .ctx-spacer{flex:1 1!important}.reception-patient .ctx-hint{color:#8a99a8!important;color:var(--ink3)!important;font-size:11.5px!important}.reception-patient .ctx-hint b{color:#1763bd!important;color:var(--primary)!important;font-weight:600!important}.reception-patient .workspace{align-items:stretch!important;display:flex!important;gap:12px!important;width:100%!important}.reception-patient .rail{background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;display:flex!important;flex-direction:column!important;flex-shrink:0!important;max-height:calc(100vh - 180px)!important;min-height:calc(100vh - 180px)!important;transition:width .18s!important;width:288px!important}.reception-patient .rail-collapsed{width:54px!important}.reception-patient .rail-head{align-items:center!important;border-bottom:1px solid #dde5ee!important;border-bottom:1px solid var(--border)!important;display:flex!important;justify-content:space-between!important;padding:10px 12px!important}.reception-patient .rail-title{align-items:center!important;color:#566476!important;color:var(--ink2)!important;display:flex!important;font-size:11.5px!important;font-weight:700!important;gap:8px!important;letter-spacing:.6px!important}.reception-patient .rail-count{background:#e8f1fc!important;background:var(--primary-tint)!important;border-radius:20px!important;color:#114e94!important;color:var(--primary-700)!important;font-size:11px!important;font-weight:700!important;padding:1px 7px!important}.reception-patient .rail-collapse{background:#f7fafc!important;background:var(--surface2)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:6px!important;color:#566476!important;color:var(--ink2)!important;cursor:pointer!important;display:grid!important;height:24px!important;place-items:center!important;width:24px!important}.reception-patient .rail-collapsed .rail-head{border-bottom:none!important;justify-content:center!important}.reception-patient .rail-collapsed .rail-title{display:none!important}.reception-patient .rail-search{align-items:center!important;background:#f7fafc!important;background:var(--surface2)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:6px!important;border-radius:var(--r-sm)!important;display:flex!important;gap:7px!important;margin:8px 10px 4px!important;padding:6px 10px!important}.reception-patient .rail-search input{background:none!important;border:none!important;color:#16202e!important;color:var(--ink)!important;font-size:12.5px!important;outline:none!important;width:100%!important}.reception-patient .rail-collapsed .rail-add,.reception-patient .rail-collapsed .rail-search{display:none!important}.reception-patient .rail-list{display:flex!important;flex:1 1!important;flex-direction:column!important;gap:6px!important;overflow-y:auto!important;padding:4px 8px 8px!important}.reception-patient .vrow{background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;color:#16202e!important;color:var(--ink)!important;cursor:pointer!important;display:flex!important;gap:8px!important;padding:10px 10px 10px 12px!important;position:relative!important;text-align:left!important;text-decoration:none!important;transition:.12s!important;width:100%!important}.reception-patient .vrow:hover{background:#f7fafc!important;background:var(--surface2)!important;border-color:#d3e5fa!important;border-color:var(--primary-tint2)!important}.reception-patient .vrow-bar{background:#0000!important;border-radius:0 4px 4px 0!important;bottom:8px!important;left:0!important;position:absolute!important;top:8px!important;width:4px!important}.reception-patient .vrow-stt{background:#f7fafc!important;background:var(--surface2)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:5px!important;color:#566476!important;color:var(--ink2)!important;display:grid!important;flex-shrink:0!important;font-family:IBM Plex Mono,monospace!important;font-size:11.5px!important;font-weight:700!important;height:22px!important;place-items:center!important;width:22px!important}.reception-patient .vrow-body{display:flex!important;flex:1 1!important;flex-direction:column!important;gap:2px!important;min-width:0!important}.reception-patient .vrow-l1{align-items:center!important;display:flex!important;gap:6px!important}.reception-patient .vrow-l1 b{font-family:IBM Plex Mono,monospace!important;font-size:12.5px!important}.reception-patient .vrow-date{color:#8a99a8!important;color:var(--ink3)!important;font-size:11px!important}.reception-patient .vrow-pin{align-items:center!important;background:#1763bd!important;background:var(--primary)!important;border-radius:20px!important;color:#fff!important;display:none!important;font-size:9px!important;font-weight:700!important;gap:3px!important;margin-left:auto!important;padding:1px 6px!important}.reception-patient .vrow-l2{color:#566476!important;color:var(--ink2)!important;font-size:11.5px!important;overflow:hidden!important;text-overflow:ellipsis!important;white-space:nowrap!important}.reception-patient .vrow-l3{align-items:center!important;display:flex!important;gap:8px!important}.reception-patient .vrow-kind{color:#8a99a8!important;color:var(--ink3)!important;font-size:10.5px!important}.reception-patient .rail-collapsed .vrow-body{display:none!important}.reception-patient .rail-collapsed .vrow{justify-content:center!important;padding:8px!important}.reception-patient .vrow-active .vrow-pin{display:inline-flex!important}.reception-patient .vrow-active .vrow-stt{background:#1763bd!important;background:var(--primary)!important;border-color:#1763bd!important;border-color:var(--primary)!important;color:#fff!important}.reception-patient .vrow-active{background:#e8f1fc!important;background:var(--primary-tint)!important;border-color:#1763bd!important;border-color:var(--primary)!important}.reception-patient .vrow-active .vrow-bar{background:#1763bd!important;background:var(--primary)!important}.reception-patient .rail-add,.reception-patient .vrow-active:hover{background:#e8f1fc!important;background:var(--primary-tint)!important}.reception-patient .rail-add{align-items:center!important;border:1px dashed #d3e5fa!important;border:1px dashed var(--primary-tint2)!important;border-radius:9px!important;border-radius:var(--r)!important;color:#114e94!important;color:var(--primary-700)!important;cursor:pointer!important;display:flex!important;font-size:12px!important;font-weight:600!important;gap:7px!important;justify-content:center!important;margin:4px 8px 8px!important;padding:8px!important}.reception-patient .rail-add:hover{background:#d3e5fa!important;background:var(--primary-tint2)!important}.reception-patient .content{display:flex!important;flex:1 1!important;flex-direction:column!important;gap:8px!important;min-width:0!important}.reception-patient .tabbar{background:#eef2f6!important;background:var(--bg)!important;border-bottom:1px solid #dde5ee!important;border-bottom:1px solid var(--border)!important;box-shadow:0 4px 8px -6px #16202e40!important;flex-wrap:wrap!important;gap:6px!important;padding:6px 0!important}.reception-patient .tab,.reception-patient .tabbar{align-items:center!important;display:flex!important}.reception-patient .tab{background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;color:#566476!important;color:var(--ink2)!important;cursor:pointer!important;font-size:13px!important;font-weight:500!important;gap:7px!important;padding:8px 14px!important;position:relative!important;white-space:nowrap!important}.reception-patient .tab:hover{border-color:#d3e5fa!important;border-color:var(--primary-tint2)!important;color:#114e94!important;color:var(--primary-700)!important}.reception-patient .tab-on{background:#1763bd!important;background:var(--primary)!important;border-color:#1763bd!important;border-color:var(--primary)!important;box-shadow:0 2px 8px #1763bd47!important;color:#fff!important;font-weight:600!important}.reception-patient .tab svg{opacity:.85!important}.reception-patient .tab-plus{background:#1f8a52!important;background:var(--green)!important;border:1px solid #1f8a52!important;border:1px solid var(--green)!important;border-radius:50%!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;color:#fff!important;cursor:pointer!important;display:grid!important;font-weight:700!important;height:20px!important;place-items:center!important;width:20px!important}.reception-patient .tab-plus:hover{background:#e3f3ea!important;background:var(--green-tint)!important;color:#1f8a52!important;color:var(--green)!important}.reception-patient .content-body{display:flex!important;flex:1 1!important;flex-direction:column!important;gap:12px!important}.reception-patient .cardgrid{grid-gap:12px!important;display:grid!important;gap:12px!important;grid-template-columns:1fr 1fr!important;width:100%!important}.reception-patient .card{background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;display:flex!important;flex-direction:column!important;gap:8px!important;padding:14px!important}.reception-patient .card-h{border-bottom:1px solid #dde5ee!important;border-bottom:1px solid var(--border)!important;color:#114e94!important;color:var(--primary-700)!important;font-size:13px!important;font-weight:700!important;margin-bottom:6px!important;padding-bottom:6px!important;text-transform:uppercase!important}.reception-patient .grid2{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:1fr 1fr!important}.reception-patient .grid4{grid-gap:10px!important;display:grid!important;gap:10px!important;grid-template-columns:repeat(4,1fr)!important}.reception-patient .tbl-wrap{background:#fff!important;background:var(--surface)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;border-radius:9px!important;border-radius:var(--r)!important;box-shadow:0 1px 2px #16202e0d,0 2px 8px #16202e0d!important;box-shadow:var(--shadow)!important;margin-top:8px!important;overflow:hidden!important}.reception-patient .tbl{border-collapse:collapse!important;font-size:13px!important;width:100%!important}.reception-patient .tbl th{background:#f7fafc!important;background:var(--surface2)!important;color:#566476!important;color:var(--ink2)!important;font-size:11px!important;font-weight:700!important;letter-spacing:.4px!important;padding:8px 12px!important;text-align:left!important;text-transform:uppercase!important}.reception-patient .tbl td,.reception-patient .tbl th{border-bottom:1px solid #dde5ee!important;border-bottom:1px solid var(--border)!important}.reception-patient .tbl td{color:#16202e!important;color:var(--ink)!important;padding:9px 12px!important}.reception-patient .tbl tr:last-child td{border-bottom:none!important}.reception-patient .tbl tbody tr:hover{background:#f7fafc!important;background:var(--surface2)!important}.reception-patient .val-high{color:#c43d3d!important;color:var(--danger)!important;font-weight:700!important}.reception-patient .tag{align-items:center!important;border-radius:20px!important;display:inline-flex!important;font-size:10.5px!important;font-weight:600!important;gap:5px!important;line-height:1.4!important;padding:2px 8px!important}.reception-patient .tag-dot{background:currentColor!important;border-radius:50%!important;height:6px!important;width:6px!important}.reception-patient .tag-neutral{background:#f7fafc!important;background:var(--surface2)!important;border:1px solid #dde5ee!important;border:1px solid var(--border)!important;color:#566476!important;color:var(--ink2)!important}.reception-patient .tag-green{background:#e3f3ea!important;background:var(--green-tint)!important;color:#1f8a52!important;color:var(--green)!important}.reception-patient .tag-amber{background:#fdf2df!important;background:var(--amber-tint)!important;color:#c87a0a!important;color:var(--amber)!important}.reception-patient .tag-blue{background:#e6f0fb!important;background:var(--blue-tint)!important;color:#114e94!important;color:var(--primary-700)!important}.reception-patient .fld-lab{color:#566476!important;color:var(--ink2)!important;font-size:12px!important;font-weight:600!important;margin-bottom:4px!important}.reception-patient .req{color:#c43d3d!important;color:var(--danger)!important;font-style:normal!important;margin-left:3px!important}.reception-patient .custom-card-input{background:#fff!important;background:var(--surface)!important;border:1px solid #c5d0dd!important;border:1px solid var(--border-strong)!important;border-radius:6px!important;border-radius:var(--r-sm)!important;color:#16202e!important;color:var(--ink)!important;font-size:13px!important;outline:none!important;padding:8px 10px!important;transition:border-color .15s!important;width:100%!important}.reception-patient .custom-card-input:focus{border-color:#1763bd!important;border-color:var(--primary)!important;box-shadow:0 0 0 3px #e8f1fc!important;box-shadow:0 0 0 3px var(--primary-tint)!important}.reception-patient .custom-card-input::placeholder{color:#8a99a8!important;color:var(--ink3)!important}.reception-patient .custom-card-input-tinted{background:#fffdf3!important;border-color:#e8dcb8!important}@media(max-width:1180px){.reception-patient .cardgrid{grid-template-columns:1fr!important}.reception-patient .grid4{grid-template-columns:1fr 1fr!important}.reception-patient .rail{width:248px!important}}@media(max-width:860px){.reception-patient .rail{width:54px!important}.reception-patient .rail .rail-title,.reception-patient .rail-add,.reception-patient .rail-search,.reception-patient .vrow-body{display:none!important}.reception-patient .vrow{justify-content:center!important;padding:9px!important}}.MuiDialog-paper .html-form-root .MuiFormControl-root,.MuiDialog-paper .html-form-root .MuiInputBase-input,.MuiDialog-paper .html-form-root .MuiInputBase-root,.content .html-form-root .MuiFormControl-root,.content .html-form-root .MuiInputBase-input,.content .html-form-root .MuiInputBase-root,.popup-content .html-form-root .MuiFormControl-root,.popup-content .html-form-root .MuiInputBase-input,.popup-content .html-form-root .MuiInputBase-root{font-family:inherit!important;font-size:inherit!important}#nprogress{pointer-events:none}#nprogress .bar{background:#29d;height:2px;left:0;position:fixed;top:0;width:100%;z-index:2000}#nprogress .peg{box-shadow:0 0 10px #29d,0 0 5px #29d;display:block;height:100%;opacity:1;position:absolute;right:0;transform:rotate(3deg) translateY(-4px);width:100px}#nprogress .spinner{display:block;position:fixed;right:50%;top:50%;z-index:2000}#nprogress .spinner-icon{animation:nprogress-spinner .4s linear infinite;border-color:#035381 #0000 #0000 #035381;border-radius:50%;border-style:solid;border-width:2px;box-sizing:border-box;height:72px;width:72px}.nprogress-custom-parent{overflow:hidden;position:relative}.nprogress-custom-parent #nprogress .bar,.nprogress-custom-parent #nprogress .spinner{position:absolute}@keyframes nprogress-spinner{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.popup-container.pf-root{--bg:#f4f5f7;--s0:#fff;--s1:#f8f9fb;--s2:#eef0f4;--b1:#e2e5ec;--b2:#cdd1db;--t1:#1c2333;--t2:#4a5568;--t3:#8a94a6;--navy:#0c447c;--navy-h:#185fa5;--navy-d:#042c53;--navy-l:#e6f1fb;--navy-b:#85b7eb;--teal:#1d9e75;--teal-h:#0f6e56;--teal-l:#e1f5ee;box-sizing:border-box;color:var(--t1);font-family:Roboto,sans-serif}.popup-container.pf-root *{box-sizing:border-box}.popup-container.pf-root .MuiDialog-paper{border-radius:8px!important;box-shadow:0 10px 25px #00000014,0 2px 6px #0000000a!important;overflow:hidden}.popup-container.pf-root .popup-header{background:var(--navy)!important;border-bottom:none!important;border-radius:0!important;box-shadow:none!important;min-height:44px;padding:10px 16px!important}.popup-container.pf-root .popup-title{color:#fff!important;font-size:14px!important;font-weight:600!important;letter-spacing:.2px;margin:0!important}.popup-container.pf-root .popup__iconBtn{border-radius:6px!important;color:#ffffffd9!important;height:30px!important;width:30px!important}.popup-container.pf-root .popup__iconBtn:hover{background:#ffffff1f!important}.popup-container.pf-root .popup__iconBtn .popup__icon{color:inherit;height:18px;width:18px}.popup-container.pf-root .popup__iconBtn .popup__icon path{stroke:currentColor}.popup-container.pf-root .content,.popup-container.pf-root .popup-content{background:var(--s1)!important;font-size:13px;max-height:75vh;scrollbar-width:thin!important}.popup-container.pf-root .action-popup-form{align-items:center!important;background:var(--s0)!important;border-top:1px solid var(--b1)!important;gap:8px;padding:10px 16px!important}.popup-container.pf-root .pf-btn{align-items:center;background:var(--s0);border:1px solid var(--b2);border-radius:6px;color:var(--t1);cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:600;gap:6px;height:30px;line-height:1;padding:0 14px;transition:background .15s,border-color .15s;white-space:nowrap}.popup-container.pf-root .pf-btn svg{font-size:16px!important}.popup-container.pf-root .pf-btn:hover:not(:disabled){background:var(--s2)}.popup-container.pf-root .pf-btn:disabled{cursor:not-allowed;opacity:.45}.popup-container.pf-root .pf-btn.pf-btn-pri{background:var(--navy);border-color:var(--navy);color:#fff}.popup-container.pf-root .pf-btn.pf-btn-pri:hover:not(:disabled){background:var(--navy-h)}.popup-container.pf-root .pf-btn.pf-btn-suc{background:var(--teal);border-color:var(--teal);color:#fff}.popup-container.pf-root .pf-btn.pf-btn-suc:hover:not(:disabled){background:var(--teal-h)}.popup-container.pf-root .pf-btn.pf-btn-ghost{background:#0000;border-color:var(--navy-b);color:var(--navy)}.popup-container.pf-root .pf-btn.pf-btn-ghost:hover:not(:disabled){background:var(--navy-l)}.popup-container.pf-root .content .input-container,.popup-container.pf-root .popup-content .input-container{margin:0!important;width:100%}.popup-container.pf-root .content .MuiInput-formControl,.popup-container.pf-root .content .MuiInputBase-root,.popup-container.pf-root .popup-content .MuiInput-formControl,.popup-container.pf-root .popup-content .MuiInputBase-root{align-items:center;background:var(--s0);border:1px solid var(--b2)!important;border-radius:6px!important;display:flex;font-family:inherit;font-size:12px;height:30px!important;margin-top:0!important;min-height:30px!important;padding:0 8px!important}.popup-container.pf-root .content .MuiInput-formControl.Mui-focused,.popup-container.pf-root .content .MuiInput-formControl:focus-within,.popup-container.pf-root .content .MuiInputBase-root.Mui-focused,.popup-container.pf-root .content .MuiInputBase-root:focus-within,.popup-container.pf-root .popup-content .MuiInput-formControl.Mui-focused,.popup-container.pf-root .popup-content .MuiInput-formControl:focus-within,.popup-container.pf-root .popup-content .MuiInputBase-root.Mui-focused,.popup-container.pf-root .popup-content .MuiInputBase-root:focus-within{border-color:var(--navy)!important;box-shadow:0 0 0 2px #0c447c1f}.popup-container.pf-root .content .MuiAutocomplete-inputRoot,.popup-container.pf-root .popup-content .MuiAutocomplete-inputRoot{flex-wrap:nowrap!important;height:30px!important;min-height:30px!important;padding:0 30px 0 8px!important}.popup-container.pf-root .content .MuiAutocomplete-inputRoot:has(.MuiChip-root),.popup-container.pf-root .content .pf-ac-multiple .MuiAutocomplete-inputRoot,.popup-container.pf-root .popup-content .MuiAutocomplete-inputRoot:has(.MuiChip-root),.popup-container.pf-root .popup-content .pf-ac-multiple .MuiAutocomplete-inputRoot{align-content:center;flex-wrap:wrap!important;height:auto!important;min-height:30px!important;padding-bottom:3px!important;padding-top:3px!important;row-gap:3px}.popup-container.pf-root .content .MuiAutocomplete-inputRoot:has(.MuiChip-root) .MuiChip-root,.popup-container.pf-root .content .pf-ac-multiple .MuiChip-root,.popup-container.pf-root .popup-content .MuiAutocomplete-inputRoot:has(.MuiChip-root) .MuiChip-root,.popup-container.pf-root .popup-content .pf-ac-multiple .MuiChip-root{max-width:100%}.popup-container.pf-root .content .MuiAutocomplete-input,.popup-container.pf-root .content .MuiAutocomplete-inputRoot input,.popup-container.pf-root .popup-content .MuiAutocomplete-input,.popup-container.pf-root .popup-content .MuiAutocomplete-inputRoot input{margin:0!important;padding:0!important}.popup-container.pf-root .content .MuiInputBase-input,.popup-container.pf-root .popup-content .MuiInputBase-input{font-size:12px!important;margin:0!important;padding:0!important}.popup-container.pf-root .content .MuiOutlinedInput-notchedOutline,.popup-container.pf-root .popup-content .MuiOutlinedInput-notchedOutline{border-color:var(--b2)!important}.popup-container.pf-root .content .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline,.popup-container.pf-root .popup-content .MuiOutlinedInput-root.Mui-focused .MuiOutlinedInput-notchedOutline{border-color:var(--navy)!important;box-shadow:0 0 0 2px #0c447c1f}.popup-container.pf-root .content .MuiInputBase-root.MuiInputBase-multiline,.popup-container.pf-root .popup-content .MuiInputBase-root.MuiInputBase-multiline{height:auto!important;min-height:56px!important}.popup-container.pf-root .content .MuiFormControl-root,.popup-container.pf-root .popup-content .MuiFormControl-root{margin:0!important;width:100%}.popup-container.pf-root .content .MuiAutocomplete-endAdornment,.popup-container.pf-root .popup-content .MuiAutocomplete-endAdornment{align-items:center;bottom:auto!important;display:flex;position:absolute!important;right:4px!important;top:50%!important;transform:translateY(-50%)!important}.popup-container.pf-root .content .date-picker-input,.popup-container.pf-root .popup-content .date-picker-input{font-size:12px!important;height:30px!important;min-height:30px!important}.popup-container.pf-root .content .globits-discount-input .MuiInput-formControl,.popup-container.pf-root .popup-content .globits-discount-input .MuiInput-formControl{align-items:center;padding-left:0!important}.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart{align-items:center;display:flex;height:100%;margin:0!important}.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root{background:#0000!important;border:none!important;border-radius:0!important;box-shadow:none!important;height:auto!important;min-height:0!important;min-height:auto!important;padding:0 2px 0 4px!important}.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root.Mui-focused,.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root:focus-within,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root.Mui-focused,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart .MuiInputBase-root:focus-within{border-color:#0000!important;box-shadow:none!important}.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart .MuiSelect-select,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart .MuiSelect-select{align-items:center;display:flex;line-height:1;min-height:0!important;min-height:auto!important;padding-bottom:0!important;padding-top:0!important}.popup-container.pf-root .content .globits-discount-input .MuiInputAdornment-positionStart .MuiSelect-icon,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputAdornment-positionStart .MuiSelect-icon{top:calc(50% - 10px)}.popup-container.pf-root .content .globits-discount-input .MuiInputBase-input,.popup-container.pf-root .popup-content .globits-discount-input .MuiInputBase-input{flex:1 1;height:auto!important;min-width:0}.mpg-root{background:#f8fafc;color:#1e293b;display:flex;flex-direction:column;font-family:Roboto,Helvetica Neue,sans-serif;font-size:11.5px;height:100%;min-height:480px}.mpg-root *{box-sizing:border-box}.mpg-root .mpg-header{grid-gap:10px;background:#fff;border-bottom:1px solid #e2e8f0;display:grid;flex-shrink:0;gap:10px;grid-template-columns:1fr auto;padding:4px 10px}.mpg-root .mpg-h-left{align-items:center;display:flex;flex-wrap:wrap;font-size:12px;gap:10px}.mpg-root .mpg-form-badge{align-items:center;background:#0c447c;border-radius:3px;color:#fff;display:inline-flex;font-size:9.5px;font-weight:700;letter-spacing:.4px;padding:2px 7px;text-transform:uppercase;white-space:nowrap}.mpg-root .mpg-name{font-size:12.5px;font-weight:700}.mpg-root .mpg-sep{color:#cbd5e1}.mpg-root .mpg-diag{align-items:center;display:flex;gap:4px}.mpg-root .mpg-diag,.mpg-root .mpg-diag-input{flex:1 1;min-width:200px}.mpg-root .mpg-h-right{display:flex;gap:6px;justify-content:flex-end}.mpg-root .mpg-ms-box{align-items:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;display:flex;flex-direction:column;min-width:105px;padding:1px 5px}.mpg-root .mpg-ms-lbl{font-size:9px;font-weight:700;letter-spacing:.2px;text-transform:uppercase}.mpg-root .mpg-ms-input{background:#0000;border:none;color:#1e293b;font-family:inherit;font-size:11px;font-weight:700;outline:none;padding:0;text-align:center;width:100px}.mpg-root .mpg-body{align-items:stretch;background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex;flex:0 0 auto}.mpg-root .mpg-chart-pane{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex:1 1 650px;flex-direction:column;min-height:280px;min-width:0;overflow:hidden;padding:4px 8px}.mpg-root .mpg-mid-pane{background:#fff;display:flex;flex:0 0 420px;flex-direction:column;gap:6px;max-height:380px;min-width:0;overflow-y:auto;padding:6px 10px}.mpg-root .mpg-mid-pane .mpg-extra-grid{grid-template-columns:1fr 1fr}.mpg-root .mpg-mid-pane .mpg-col-3{grid-column:span 2}.mpg-root .mpg-mid-pane .mpg-info-grid{grid-gap:8px;display:grid;gap:8px;grid-template-columns:repeat(6,1fr)}.mpg-root .mpg-mid-pane .mpg-info-grid .span-2{grid-column:span 2}.mpg-root .mpg-mid-pane .mpg-info-grid .span-3{grid-column:span 3}.mpg-root .mpg-mid-pane .mpg-info-grid .span-6{grid-column:span 6}.mpg-root .mpg-chart-wrap{display:flex;flex-direction:column;gap:3px;min-width:0;width:100%}.mpg-root .mpg-chart-legend{align-items:center;background:#f8fafc;border:1px solid #e2e8f0;border-radius:3px;display:flex;flex-wrap:wrap;font-size:10px;font-weight:500;gap:10px;padding:2px 6px}.mpg-root .mpg-chart-legend span{align-items:center;display:inline-flex;gap:3px}.mpg-root .mpg-chart-legend b{font-weight:700}.mpg-root .mpg-chart-scroll{overflow-x:auto;overflow-y:hidden;width:100%}.mpg-root .mpg-chart-empty{align-items:center;color:#94a3b8;display:flex;font-size:13px;font-style:italic;height:100%;justify-content:center;min-height:400px}.mpg-root .mpg-side-pane{background:#fff;border-right:1px solid #e2e8f0;display:flex;flex:0 0 240px;flex-direction:column;gap:4px;max-height:380px;overflow-y:auto;padding:6px 8px}.mpg-root .mpg-side-title{font-size:10.5px;font-weight:700;letter-spacing:.3px;margin-bottom:1px;text-transform:uppercase}.mpg-root .mpg-hr{border:0;border-top:1px solid #e2e8f0;margin:3px 0;width:100%}.mpg-root .mpg-textarea{flex:1 1;font-family:inherit;min-height:50px;resize:vertical}.mpg-root .mpg-field{display:flex;flex-direction:column;gap:2px}.mpg-root .mpg-field label{color:#64748b;font-size:10px;font-weight:600;white-space:nowrap}.mpg-root .mpg-input{background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;color:#1e293b;font-family:inherit;font-size:12px;outline:none;padding:4px 7px;width:100%}.mpg-root .mpg-input:focus{background:#fff;border-color:#3b82f6}.mpg-root .mpg-input:disabled{background:#f1f5f9;border-color:#e2e8f0;color:#cbd5e1;cursor:not-allowed}.mpg-root .mfs-staff-pick{display:flex;width:100%}.mpg-root .mfs-staff-pick>input{width:100%}.mpg-root .mpg-input-inline{background:#fff;display:inline-block;padding:3px 6px;width:70px}.mpg-root .mpg-input-xs{width:70px!important}.mpg-root .mpg-ck{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;display:inline-flex;font-size:12px;gap:6px;padding:4px 10px;-webkit-user-select:none;user-select:none}.mpg-root .mpg-ck input[type=checkbox]{accent-color:#3b82f6;cursor:pointer;height:14px;width:14px}.mpg-root .mpg-ck:hover{border-color:#cbd5e1}.mpg-root .mpg-ck-row{align-items:center;display:flex;flex-wrap:wrap;gap:6px}.mpg-root .mpg-pill{align-items:center;background:#fff;border:1px solid #e2e8f0;border-radius:4px;color:#64748b;cursor:pointer;display:inline-flex;font-family:inherit;font-size:12px;font-weight:500;padding:3px 10px;transition:all .1s;-webkit-user-select:none;user-select:none;white-space:nowrap}.mpg-root .mpg-pill:hover{border-color:#cbd5e1}.mpg-root .mpg-pill.active{background:#dbeafe;border-color:#3b82f6;color:#1e40af}.mpg-root .mpg-pill-row{display:flex;flex-wrap:wrap;gap:4px}.mpg-root .mpg-bottom-split{align-items:stretch;border-top:1px solid #e2e8f0;display:flex;flex:1 1}.mpg-root .mpg-sign-pane{background:#fff;border-left:1px solid #e2e8f0;display:flex;flex:0 0 25%;flex-direction:column;gap:8px;min-width:0;padding:8px 10px}.mpg-root .mpg-tabs{background:#fff;display:flex;flex:1 1;flex-direction:column;min-width:0}.mpg-root .mpg-tab-headers{background:#f8fafc;border-bottom:1px solid #e2e8f0;display:flex}.mpg-root .mpg-tab-btn{background:#0000;border:none;border-bottom:2px solid #0000;color:#64748b;cursor:pointer;font-family:inherit;font-size:11.5px;font-weight:700;padding:7px 14px}.mpg-root .mpg-tab-btn.active.vitals{border-bottom-color:#3b82f6;color:#3b82f6}.mpg-root .mpg-tab-btn.active.drugs{border-bottom-color:#8b5cf6;color:#8b5cf6}.mpg-root .mpg-tab-btn.active.fluids{border-bottom-color:#06b6d4;color:#06b6d4}.mpg-root .mpg-tab-body{flex:1 1;overflow-y:auto;padding:8px 10px}.mpg-root .mpg-input-row{align-items:flex-end;display:flex;flex-wrap:wrap;gap:8px;margin-bottom:8px}.mpg-root .mpg-add-btn{border:none;border-radius:4px;color:#fff;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;height:26px;padding:4px 14px}.mpg-root .mpg-add-btn:hover{opacity:.9}.mpg-root .mpg-data-tbl{border-collapse:collapse;font-size:12px;margin-top:2px;width:100%}.mpg-root .mpg-data-tbl th{background:#f8fafc;border-bottom:2px solid #e2e8f0;color:#64748b;font-size:10.5px;font-weight:700;letter-spacing:.3px;padding:5px;text-align:center;text-transform:uppercase}.mpg-root .mpg-data-tbl td{border-bottom:1px solid #f1f5f9;padding:4px 5px;text-align:center}.mpg-root .mpg-data-tbl tr:hover td{background:#f8fafc}.mpg-root .mpg-td-time{font-family:JetBrains Mono,monospace;font-weight:700}.mpg-root .mpg-link{background:none;border:none;cursor:pointer;font-family:inherit;font-size:12px;font-weight:700;padding:2px 4px}.mpg-root .mpg-link:hover{text-decoration:underline}.mpg-root .mpg-extra-bar{background:#f8fafc;border-top:1px solid #e2e8f0;padding:8px 16px}.mpg-root .mpg-extra-toggle{background:none;border:1px solid #e2e8f0;border-radius:4px;color:#475569;cursor:pointer;font-family:inherit;font-size:12px;font-weight:600;padding:6px 14px}.mpg-root .mpg-extra-toggle:hover{background:#f1f5f9}.mpg-root .mpg-extra{background:#fff;border-top:1px solid #e2e8f0;display:flex;flex-direction:column;gap:12px;padding:12px 16px}.mpg-root .mpg-extra-grid{grid-gap:10px;display:grid;gap:10px;grid-template-columns:repeat(3,1fr)}.mpg-root .mpg-col-2{grid-column:span 2}.mpg-root .mpg-col-3{grid-column:span 3}.mpg-root .mpg-method-title{color:#1e40af;font-size:12px;font-weight:700;letter-spacing:.4px;margin-top:4px;text-transform:uppercase}.mpg-root .mpg-subcard{background:#f8fafc;border:1px solid #e2e8f0;border-radius:6px;display:flex;flex-direction:column;gap:6px;padding:8px 12px}.mpg-root .mpg-subcard-title{color:#1e40af;font-size:12px;font-weight:700}.mpg-root .mpg-sub-row{align-items:center;border-top:1px dashed #e2e8f0;display:flex;flex-wrap:wrap;gap:6px;padding-top:4px}.mpg-root .mpg-sub-row:first-of-type{border-top:none;padding-top:0}.mpg-root .mpg-lbl{color:#475569;font-size:11.5px;font-weight:500;white-space:nowrap}.mpg-root .mpg-footer{align-items:flex-end;background:#f8fafc;border-top:1px solid #e2e8f0;display:flex;gap:16px;padding:8px 12px}.mpg-root .mpg-theme-btn{align-self:center;background:#f1f5f9;border:1px solid #e2e8f0;border-radius:4px;cursor:pointer;font-size:14px;height:28px;line-height:1;margin-left:6px;padding:0;width:28px}.mpg-root .mpg-theme-btn:hover{background:#e2e8f0}.mpg-root.mpg-dark{background:#0f172a;color:#f8fafc}.mpg-root.mpg-dark .mpg-chart-pane,.mpg-root.mpg-dark .mpg-extra,.mpg-root.mpg-dark .mpg-header,.mpg-root.mpg-dark .mpg-mid-pane,.mpg-root.mpg-dark .mpg-side-pane,.mpg-root.mpg-dark .mpg-sign-pane,.mpg-root.mpg-dark .mpg-tabs{background:#1e293b;border-color:#334155!important}.mpg-root.mpg-dark .mpg-bottom-split{border-top-color:#334155}.mpg-root.mpg-dark .mpg-sign-pane{border-left-color:#334155}.mpg-root.mpg-dark .mpg-body{background:#0f172a;border-color:#334155}.mpg-root.mpg-dark .mpg-header{border-bottom-color:#334155}.mpg-root.mpg-dark .mpg-chart-pane{border-right-color:#334155}.mpg-root.mpg-dark .mpg-tabs{border-top-color:#334155}.mpg-root.mpg-dark .mpg-chart-legend,.mpg-root.mpg-dark .mpg-extra-bar,.mpg-root.mpg-dark .mpg-footer,.mpg-root.mpg-dark .mpg-ms-box,.mpg-root.mpg-dark .mpg-subcard,.mpg-root.mpg-dark .mpg-tab-headers{background:#0f172a;border-color:#334155}.mpg-root.mpg-dark .mpg-tab-headers{border-bottom-color:#334155}.mpg-root.mpg-dark .mpg-extra,.mpg-root.mpg-dark .mpg-extra-bar,.mpg-root.mpg-dark .mpg-footer{border-top-color:#334155}.mpg-root.mpg-dark .mpg-name{color:#f8fafc}.mpg-root.mpg-dark .mpg-sep{color:#475569}.mpg-root.mpg-dark .mpg-side-title{color:#93c5fd!important}.mpg-root.mpg-dark .mpg-method-title,.mpg-root.mpg-dark .mpg-subcard-title{color:#93c5fd}.mpg-root.mpg-dark .mpg-lbl{color:#94a3b8}.mpg-root.mpg-dark .mpg-input{background:#0f172a;border-color:#334155;color:#f8fafc}.mpg-root.mpg-dark .mpg-input:focus{background:#1e293b;border-color:#3b82f6}.mpg-root.mpg-dark .mpg-input:disabled{background:#0f172a;border-color:#334155;color:#475569}.mpg-root.mpg-dark .mpg-field label,.mpg-root.mpg-dark .mpg-tab-btn{color:#94a3b8}.mpg-root.mpg-dark .mpg-ms-input{color:#f8fafc}.mpg-root.mpg-dark .mpg-pill{background:#0f172a;border-color:#334155;color:#94a3b8}.mpg-root.mpg-dark .mpg-pill:hover{border-color:#475569}.mpg-root.mpg-dark .mpg-pill.active{background:#3b82f633;border-color:#3b82f6;color:#93c5fd}.mpg-root.mpg-dark .mpg-ck{background:#0f172a;border-color:#334155;color:#f8fafc}.mpg-root.mpg-dark .mpg-ck:hover{border-color:#475569}.mpg-root.mpg-dark .mpg-data-tbl th{background:#0f172a;border-bottom-color:#334155;color:#94a3b8}.mpg-root.mpg-dark .mpg-data-tbl td{border-bottom-color:#1e293b}.mpg-root.mpg-dark .mpg-data-tbl tr:hover td{background:#3b82f614}.mpg-root.mpg-dark .mpg-hr{border-top-color:#334155}.mpg-root.mpg-dark .mpg-extra-toggle{background:#0f172a;border-color:#334155;color:#cbd5e1}.mpg-root.mpg-dark .mpg-extra-toggle:hover{background:#1e293b}.mpg-root.mpg-dark .mpg-theme-btn{background:#334155;border-color:#475569}.mpg-root.mpg-dark .mpg-theme-btn:hover{background:#475569}.mpg-root.mpg-dark .mpg-chart-scroll svg rect[fill="#f1f5f9"]{fill:#0f172a}