@import url(https://fonts.googleapis.com/css2?family=Inter:wght@100;200;300;400;500;600;700;800;900&family=Rubik:ital,wght@0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap);.ec-header{background-color:#fff;border-bottom:1px solid var(--border-color);display:flex;height:64px;justify-content:space-between;padding:0 15px;width:100%}.ec-header-left{display:flex;flex-direction:column;justify-content:center}.ec-header-left-phone{align-items:center;color:#778ca2;display:flex;font-size:13px;gap:5px}.ec-header-left-phone svg{height:15px;width:15px}.ec-header-right{align-items:center;display:flex;gap:15px;justify-content:center}.ec-header-right-not-completed-appointments-count{align-items:center;background-color:var(--error);border:1px solid #fff;border-radius:50%;bottom:5px;color:#fff;display:flex;font-size:12px;font-weight:400;height:16px;justify-content:center;position:absolute;right:5px;width:16px}.ec-main,.ec-main .ec-main-container{display:flex;height:100vh;width:100%}.ec-main .ec-main-container{background-color:#f2f2f2;flex-direction:column}.ec-main .ec-main-content{display:flex;flex-direction:column;gap:10px;height:calc(100vh - 64px);margin:0 auto;max-width:var(--max-width);overflow:auto;padding:15px;width:100%}.ec-navbar-item{align-items:center;color:#778ca2;cursor:pointer;display:flex;height:64px;padding:0 20px;transition:all .3s}.ec-navbar-item:hover{background-color:hsla(0,0%,100%,.129);color:#fff}.ec-navbar-item:hover path{fill:#fff}.ec-navbar-item.active{background-color:hsla(0,0%,100%,.129);border-left:5px solid #fff;color:#fff}.ec-navbar-item.active path{fill:#fff}.ec-navbar-item .icon{display:flex;justify-content:center;width:35px}.ec-navbar-item .text{display:flex;flex:1 1;font-size:14px;font-weight:500;justify-content:center;text-transform:uppercase}.ec-navbar{background-color:#042b34;color:#778ca2;display:flex;flex-direction:column;gap:20px;width:250px}.ec-navbar .ec-navbar-header{align-items:center;display:flex;height:64px;justify-content:center;padding:18px 0}.ec-navbar .ec-navbar-header img{height:28px}.ec-navbar .ec-navbar-content{height:100%;overflow:auto}.ec-navbar .ec-navbar-footer{font-size:10px;padding:15px;text-align:center}.ec-public-content{align-items:center;background:url(/static/media/login_bg.fe95f01f45e3469d52a1.png) no-repeat 50%;background-size:cover;display:flex;height:100vh;justify-content:center;width:100%}.ec-public-content.admin{background:url(/static/media/admin_login_bg.a5e7da8063c162260fcc.png) no-repeat 50%;background-size:cover}.ec-public-content-box{background-color:#fff;border-radius:var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;padding:20px 70px;width:450px}.ec-public-content-box-header{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:center}.ec-public-content-box-header-logo{align-items:center;display:flex;flex:3 1;justify-content:center;padding:40px 0}.ec-public-content-box-header-title{align-items:center;display:flex;flex:1 1;font-size:23px;justify-content:center;text-transform:capitalize}.ec-public-content-box-form{align-items:center;display:flex;flex:2 1;flex-direction:column;gap:15px;justify-content:center;padding:40px 0}.ec-public-content-box-form .input-container{align-items:flex-start;display:flex;flex-direction:column;gap:5px;justify-content:center;width:100%}.ec-public-content-box-form .input-container label{font-size:13px;text-transform:capitalize}.ec-public-content-box-footer{align-items:center;display:flex;flex:.5 1;flex-direction:column;gap:10px;justify-content:flex-end}.ec-public-content-box-footer .help-text{color:#bbc5d0;font-size:10px;text-align:center}.ec-drawer>.MuiDrawer-paper.MuiDrawer-paperAnchorBottom{border-top-left-radius:20px;border-top-right-radius:20px;display:flex;flex-direction:column;gap:20px;height:90%;padding:20px 35px}.ec-drawer-header{align-items:center;display:flex;justify-content:space-between;max-height:45px;min-height:45px}.ec-drawer-title{color:var(--primary);font-size:18px;font-weight:500;text-transform:uppercase}.ec-tabs{display:flex;gap:10px}.ec-tabs div{color:var(--secondary);cursor:pointer;font-size:15px;padding:6px 10px;text-transform:uppercase}.ec-tabs .ec-tabs-active{border:1px solid #042b3417;border-radius:var(--border-radius);color:var(--primary)}.ec-tabs-disabled{filter:grayscale(0);pointer-events:none}.ec-loader-card{align-items:center;animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px}.ec-loader-card-column{column-gap:12px;display:flex;flex-direction:column;gap:5px;height:60px;justify-content:center;width:160px}.ec-loader-card-column div{display:flex;height:17px;width:100%}.ec-loader-card-column div,.ec-loader-card-price{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius)}.ec-loader-card-price{height:39px;width:100px}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-center,.ec-not-found{align-items:center;display:flex;justify-content:center}.ec-not-found{flex-direction:column;gap:25px;height:100vh;width:100%}.ec-not-found-text{border-top:3px solid #042b34;border-top:3px solid var(--secondary);font-size:28px;font-weight:500;padding:15px 120px;text-transform:uppercase}.ec-icon-button{align-items:center;border-radius:50%;display:flex;height:30px;justify-content:center;transition:all .2s ease-in;width:30px}.ec-icon-button svg{height:18px;width:18px}.ec-icon-button.primary{border:1px solid var(--primary)}.ec-icon-button.primary path{fill:var(--primary)}.ec-icon-button.primary:hover{background-color:var(--primary)}.ec-icon-button.secondary{border:1px solid var(--secondary)}.ec-icon-button.secondary path{fill:var(--secondary)}.ec-icon-button.secondary:hover{background-color:var(--secondary)}.ec-icon-button.error{border:1px solid var(--error)}.ec-icon-button.error path{fill:var(--error)}.ec-icon-button.error:hover{background-color:var(--error)}.ec-icon-button.success{border:1px solid var(--success)}.ec-icon-button.success path{fill:var(--success)}.ec-icon-button.success:hover{background-color:var(--success)}.ec-icon-button.disabled{filter:grayscale(100%);pointer-events:none}.ec-icon-button:hover{cursor:pointer}.ec-icon-button:hover path{fill:#fff}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-center,.ec-select-chip{align-items:center;display:flex;justify-content:center}.ec-select{background-color:#fff;border-radius:4px;border-radius:var(--border-radius)}.ec-select:hover .MuiOutlinedInput-notchedOutline{box-shadow:-1px 2px 6px 0 #7a7a7a2e!important;box-shadow:var(--box-shadow)!important}.ec-select .MuiOutlinedInput-notchedOutline{border-color:#e8eeef!important;border-color:var(--border-color)!important;transition:all .2s ease-in}.ec-select-chip{background-color:#1fc0ee;background-color:var(--primary);color:#fff;font-size:17px;height:22px;margin:8px 0;min-width:22px;padding:2px;position:absolute;right:35px;top:0;width:auto}.ec-select .error,.ec-select-chip{border-radius:4px;border-radius:var(--border-radius);text-align:center}.ec-select .error{background-color:#ffaaaa26;background-color:rgba(var(--error-rgb),.15);font-size:11px;margin:5px 0 0;padding:3px}.ec-date-range-picker{display:flex;gap:10px}.ec-date-range-picker .MuiOutlinedInput-root{border-radius:var(--border-radius)}.ec-date-range-picker .MuiOutlinedInput-notchedOutline{border-color:rgba(0,0,0,.231)!important;border-width:1px!important}.ec-date-range-picker input{cursor:pointer}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-center,.ec-dashboard-stat-image,.ec-dashboard-stat-image div,.ec-dashboard-stat-loader-image,.ec-dashboard-stat-loader-image div{align-items:center;display:flex;justify-content:center}.ec-dashboard-stat-loader-image,.ec-dashboard-stat-loader-stat div,.ec-skeleton-loader{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-dashboard-stat,.ec-dashboard-stat-loader{background-color:#fff;border-radius:4px;border-radius:var(--border-radius);cursor:pointer;display:flex;font-size:12px;gap:5px;justify-content:space-between;padding:20px;transition:all .3s;width:300px}.ec-dashboard-stat-loader:hover,.ec-dashboard-stat:hover{box-shadow:-1px 2px 6px 0 #7a7a7a2e;box-shadow:var(--box-shadow)}.ec-dashboard-stat-image,.ec-dashboard-stat-image div,.ec-dashboard-stat-loader-image,.ec-dashboard-stat-loader-image div{border-radius:50%;height:50px;width:50px}.ec-dashboard-stat-image div,.ec-dashboard-stat-loader-image div{height:40px;width:40px}.ec-dashboard-stat-loader{animation:scale 4s infinite}.ec-dashboard-stat-loader-stat{display:flex;flex-direction:column;gap:10px;height:100%}.ec-dashboard-stat-loader-stat div{border-radius:4px;border-radius:var(--border-radius);display:flex;flex:1 1}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-center,.ec-dashboard-stat-image,.ec-dashboard-stat-image div{align-items:center;display:flex;justify-content:center}.ec-dashboard-stat{background-color:#fff;border-radius:4px;border-radius:var(--border-radius);cursor:pointer;display:flex;font-size:12px;gap:5px;justify-content:space-between;padding:20px;transition:all .3s;width:300px}.ec-dashboard-stat:hover{box-shadow:-1px 2px 6px 0 #7a7a7a2e;box-shadow:var(--box-shadow)}.ec-dashboard-stat-image,.ec-dashboard-stat-image div{border-radius:50%;height:50px;width:50px}.ec-dashboard-stat-image div{height:40px;width:40px}.ec-dashboard-appointment{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;font-size:14px;gap:10px;justify-content:space-around;padding:0 5px 0 10px;row-gap:0;transition:all .2s ease-in}.ec-dashboard-appointment:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-dashboard-appointment .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-dashboard-appointment .name{width:200px}.ec-dashboard-appointment .procedure{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ec-dashboard-appointment .price{justify-content:center;min-width:90px;padding:10px;width:auto}.ec-dashboard-appointment .price div{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;height:25px;justify-content:center;padding:5px;width:100%}.ec-dashboard-appointment-loader{align-items:center;animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;padding:10px}.ec-dashboard-appointment-loader-column{display:flex;flex-direction:column;height:20px;justify-content:center;width:160px}.ec-dashboard-appointment-loader-column,.ec-dashboard-appointment-loader-price{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius)}.ec-dashboard-appointment-loader-price{height:25px;width:100px}.ec-admin-dashboard-appointments{display:flex;flex-direction:column;gap:10px;height:466px;max-height:466px;min-width:650px;overflow:auto;width:100%}.ec-admin-dashboard-appointments-show-all{color:var(--primary);cursor:pointer;font-size:13px;text-decoration:underline}.leaflet-image-layer,.leaflet-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane,.leaflet-pane>canvas,.leaflet-pane>svg,.leaflet-tile,.leaflet-tile-container,.leaflet-zoom-box{left:0;position:absolute;top:0}.leaflet-container{overflow:hidden}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile{-webkit-user-drag:none;-webkit-user-select:none;user-select:none}.leaflet-tile::selection{background:#0000}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{height:1600px;-webkit-transform-origin:0 0;width:1600px}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-height:none!important;max-width:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer{max-height:none!important;max-width:none!important;padding:0;width:auto}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{box-sizing:border-box;height:0;width:0;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{height:1px;width:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{pointer-events:visiblePainted;pointer-events:auto;position:relative;z-index:800}.leaflet-bottom,.leaflet-top{pointer-events:none;position:absolute;z-index:1000}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{clear:both;float:left}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-pan-anim .leaflet-tile,.leaflet-zoom-anim .leaflet-tile{transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-control,.leaflet-popup-pane{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:grabbing}.leaflet-image-layer,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-image-layer.leaflet-interactive,.leaflet-marker-icon.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{background:#ffffff80;border:2px dotted #38f}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{border-radius:4px;box-shadow:0 1px 5px #000000a6}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;color:#000;display:block;height:26px;line-height:26px;text-align:center;text-decoration:none;width:26px}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:focus,.leaflet-bar a:hover{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom:none;border-bottom-left-radius:4px;border-bottom-right-radius:4px}.leaflet-bar a.leaflet-disabled{background-color:#f4f4f4;color:#bbb;cursor:default}.leaflet-touch .leaflet-bar a{height:30px;line-height:30px;width:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{background:#fff;border-radius:5px;box-shadow:0 1px 5px #0006}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);height:36px;width:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{height:44px;width:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{background:#fff;color:#333;padding:6px 10px 6px 6px}.leaflet-control-layers-scrollbar{overflow-x:hidden;overflow-y:scroll;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{border-top:1px solid #ddd;height:0;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{color:#333;line-height:1.4;padding:0 5px}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:focus,.leaflet-control-attribution a:hover{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;height:.6669em;vertical-align:initial!important;width:1em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{background:#fffc;border:2px solid #777;border-top:none;box-sizing:border-box;line-height:1.1;padding:2px 5px 1px;text-shadow:1px 1px #fff;white-space:nowrap}.leaflet-control-scale-line:not(:first-child){border-bottom:none;border-top:2px solid #777;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers{box-shadow:none}.leaflet-touch .leaflet-bar,.leaflet-touch .leaflet-control-layers{background-clip:padding-box;border:2px solid #0003}.leaflet-popup{margin-bottom:20px;position:absolute;text-align:center}.leaflet-popup-content-wrapper{border-radius:12px;padding:1px;text-align:left}.leaflet-popup-content{font-size:13px;font-size:1.08333em;line-height:1.3;margin:13px 24px 13px 20px;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{height:20px;left:50%;margin-left:-20px;margin-top:-1px;overflow:hidden;pointer-events:none;position:absolute;width:40px}.leaflet-popup-tip{height:17px;margin:-10px auto 0;padding:1px;pointer-events:auto;transform:rotate(45deg);width:17px}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;box-shadow:0 3px 14px #0006;color:#333}.leaflet-container a.leaflet-popup-close-button{background:#0000;border:none;color:#757575;font:16px/24px Tahoma,Verdana,sans-serif;height:24px;position:absolute;right:0;text-align:center;text-decoration:none;top:0;width:24px}.leaflet-container a.leaflet-popup-close-button:focus,.leaflet-container a.leaflet-popup-close-button:hover{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678,M12=0.70710678,M21=-0.70710678,M22=0.70710678);margin:0 auto;width:24px}.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{background-color:#fff;border:1px solid #fff;border-radius:3px;box-shadow:0 1px 3px #0006;color:#222;padding:6px;pointer-events:none;position:absolute;-webkit-user-select:none;user-select:none;white-space:nowrap}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before,.leaflet-tooltip-top:before{background:#0000;border:6px solid #0000;content:"";pointer-events:none;position:absolute}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{border-top-color:#fff;bottom:0;margin-bottom:-12px}.leaflet-tooltip-bottom:before{border-bottom-color:#fff;margin-left:-6px;margin-top:-12px;top:0}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{margin-top:-6px;top:50%}.leaflet-tooltip-left:before{border-left-color:#fff;margin-right:-12px;right:0}.leaflet-tooltip-right:before{border-right-color:#fff;left:0;margin-left:-12px}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}.ec-admin-dashboard-locations{background-color:#fff;border-radius:var(--border-radius);height:466px;overflow:hidden;position:relative}.ec-admin-dashboard-locations:hover{box-shadow:var(--box-shadow)}.ec-admin-dashboard-locations .leaflet-tile{filter:grayscale(85%) saturate(120%)}.ec-admin-dashboard-locations .location-marker{background-color:var(--primary);border-radius:50%;height:12px!important;width:12px!important}.ec-admin-dashboard-locations .patient-marker{background-color:var(--secondary);border-radius:50%;height:10px!important;width:10px!important}.ec-admin-dashboard-locations-legend{align-items:flex-end;background-color:hsla(0,0%,100%,.529);border:2px solid #0003;border-radius:var(--border-radius);display:flex;flex-direction:column;font-size:11px;font-weight:500;padding:3px;position:absolute;right:10px;top:10px;z-index:999}.ec-admin-dashboard-locations-legend div{align-items:center;display:flex;gap:5px;text-transform:uppercase}.ec-admin-dashboard-locations-legend div span{border:1px solid #fff;border-radius:50%;display:flex;height:12px;width:12px}.ec-admin-appointment{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px;row-gap:0;transition:all .2s ease-in}.ec-admin-appointment:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-admin-appointment .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-admin-appointment .column .primary{font-size:15px}.ec-admin-appointment .column .secondary{color:#98a9bc;font-size:13px}.ec-admin-appointment .name{width:200px}.ec-admin-appointment .price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-admin-appointment .price div{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;height:36px;justify-content:center;padding:10px;width:100%}.ec-admin-clinic{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;transition:all .2s ease-in}.ec-admin-clinic:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-admin-clinic-name{color:var(--primary)}.ec-admin-clinic-address{font-style:italic}.ec-admin-clinic-address,.ec-admin-clinic-contact{color:var(--secondary);font-size:14px}.ec-admin-clinic-link{color:var(--primary);font-size:14px;font-weight:500}.ec-admin-clinic-sync{color:var(--secondary);font-size:14px}.ec-admin-clinic-actions{align-items:center;display:flex;flex-direction:column;gap:10px}.ec-admin-clinic-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;gap:20px;height:100%;padding:20px}.ec-admin-clinic-loader-info{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius);height:15px;width:100%}.ec-admin-clinic-loader-contact{align-items:center;display:flex;flex-direction:column;gap:10px}.ec-admin-clinic-loader-contact div{align-items:center;animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:50%;display:flex;height:30px;justify-content:center;width:30px}.ec-admin-clinic-add{color:var(--secondary);display:flex;flex-direction:column;font-size:14px;gap:15px;padding:0 15px}.ec-admin-clinic-add .MuiInputBase-root{background-color:#fff!important}.ec-admin-clinics{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:180px;grid-template-columns:repeat(auto-fill,minmax(320px,1fr));height:100%;overflow:auto}.ec-admin-revenue{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px;row-gap:0;transition:all .2s ease-in}.ec-admin-revenue:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-admin-revenue .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-admin-revenue .column .primary{font-size:15px}.ec-admin-revenue .column .secondary{align-items:center;color:#98a9bc;display:flex;font-size:13px;gap:4px}.ec-admin-revenue .column .secondary svg{height:18px;width:18px}.ec-admin-revenue .name{width:200px}.ec-admin-revenue .price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-admin-revenue .price div{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;height:36px;justify-content:center;padding:10px;width:100%}.ec-admin-revenues{display:flex;flex-direction:column;gap:10px;height:100%;width:100%}.ec-admin-revenues-footer{color:var(--secondary);display:flex;gap:25px;justify-content:flex-end}.ec-admin-revenues-footer svg{height:18px;width:18px}.ec-admin-revenues-footer .total{background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;justify-content:center;min-width:100px;padding:3px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ec-admin-promotion{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px;row-gap:0;transition:all .2s ease-in}.ec-admin-promotion:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-admin-promotion .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-admin-promotion .column .primary{font-size:15px}.ec-admin-promotion .column .secondary{color:#98a9bc;font-size:13px}.ec-admin-promotion .indicator{background-color:var(--no-data-color);border-radius:50%;height:30px;width:30px}.ec-admin-promotion .indicator.active{background-color:var(--primary)}.ec-admin-promotion .price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-admin-promotion .price div{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;height:36px;justify-content:center;padding:10px;width:100%}.ec-admin-promotions-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px}.ec-admin-promotions-loader-column{column-gap:12px;display:flex;gap:5px;height:60px;width:160px}.ec-admin-promotions-loader-indicator{align-items:center;display:flex;justify-content:center}.ec-admin-promotions-loader-indicator div{border-radius:50%;display:flex;height:40px;width:40px}.ec-admin-promotions-loader-item{display:flex;flex-direction:column;justify-content:space-around;width:200px}.ec-admin-promotions-loader-item div{border-radius:var(--border-radius);height:20px;width:100%}.ec-admin-promotions-loader-price{border-radius:var(--border-radius);width:100px}.ec-admin-promotions-loader-indicator div,.ec-admin-promotions-loader-item div,.ec-admin-promotions-loader-price{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-admin-promotions-manage{color:var(--secondary);display:flex;flex-direction:column;font-size:14px;gap:15px;padding:0 15px}.ec-admin-promotions-manage .MuiInputBase-root{background-color:#fff!important}.ec-admin-promotions-manage input::-webkit-inner-spin-button,.ec-admin-promotions-manage input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ec-admin-promotions-manage input[type=number]{-moz-appearance:textfield}.ec-admin-promotions-manage-info{display:flex;justify-content:space-between;padding:0 5px}.ec-admin-promotions-manage-info-description{color:#a7a7a7;font-style:italic}.ec-dashboard-appointments{display:flex;flex-direction:column;gap:10px;height:506px;max-height:506px;min-width:650px;overflow:auto;width:100%}.ec-dashboard-appointments-show-all{color:var(--primary);cursor:pointer;font-size:13px;text-decoration:underline}.ec-dashboard-calendar-event{background-color:rgba(31,192,238,.267);border-radius:var(--border-radius);cursor:pointer;display:flex;flex-direction:column;font-size:14px;gap:3px;padding:10px;transition:all .3s;width:100%}.ec-dashboard-calendar-event:hover{box-shadow:var(--box-shadow)}.ec-dashboard-calendar-event .price{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;justify-content:center;padding:1px 4px}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-dashboard-calendar-loader,.ec-skeleton-loader{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-dashboard-calendar-loader{border-radius:4px;border-radius:var(--border-radius);height:91px;width:100%}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/.ec-center,.ec-dashboard-calendar{align-items:center;display:flex;justify-content:center}.ec-dashboard-calendar{background-color:#fff;border-radius:4px;border-radius:var(--border-radius);flex-direction:column;gap:10px;padding:10px;transition:all .3s}.ec-dashboard-calendar:hover{box-shadow:-1px 2px 6px 0 #7a7a7a2e;box-shadow:var(--box-shadow)}.ec-dashboard-calendar-events{display:flex;flex-direction:column;gap:10px;height:100%;overflow:auto;width:100%}.ec-calendar-content{background-color:#fff;border-radius:var(--border-radius);font-family:Rubik,sans-serif;height:845px;overflow:auto;padding:30px;position:relative;width:100%}.ec-calendar-content .fc{height:100%}.ec-calendar-content .fc-scrollgrid{border-width:0!important}.ec-calendar-content .fc-toolbar-chunk{display:flex;flex:1 1}.ec-calendar-content .fc-dayGridMonth-button,.ec-calendar-content .fc-timeGridDay-button,.ec-calendar-content .fc-timeGridWeek-button{background-color:initial;border:0;color:var(--secondary);text-transform:uppercase}.ec-calendar-content .fc-day-today{background-color:initial!important}.ec-calendar-content .fc-day-today .fc-daygrid-day-frame{border:4px solid var(--primary);border-radius:2px}.ec-calendar-content .fc-button{font-size:15px}.ec-calendar-content .fc-button:active,.ec-calendar-content .fc-button:hover{background-color:initial!important;box-shadow:none!important;color:var(--secondary)!important}.ec-calendar-content .fc-button-active{background-color:initial!important;border:1px solid #f2f4f6!important;border-radius:var(--border-radius);color:var(--primary)!important;outline:none}.ec-calendar-content .fc-button-active:focus{box-shadow:none!important}.ec-calendar-content .fc-button-active:hover{color:var(--primary)!important}.ec-calendar-content .fc-next-button,.ec-calendar-content .fc-prev-button{background-color:#0000;border:initial;color:var(--secondary)}.ec-calendar-content .fc-next-button:focus,.ec-calendar-content .fc-prev-button:focus{box-shadow:none!important}.ec-calendar-content .fc-toolbar-title{align-items:center;display:flex;font-size:22px;justify-content:center;text-align:center;width:250px}.ec-calendar-content .fc-col-header-cell,.ec-calendar-content .fc-day,.ec-calendar-content .fc-scrollgrid{border:1px solid #f2f4f6}.ec-calendar-content .fc-timegrid-axis{background-color:#f8fafb;font-size:13px}.ec-calendar-content .fc-col-header-cell{background-color:#f8fafb;font-size:15px;font-weight:400;height:50px;padding:12px 0;text-transform:uppercase}.ec-calendar-content .fc-timegrid-slot-label-frame{font-size:12px;text-transform:uppercase}.ec-calendar-content .fc-event{border-radius:0;border-width:0 0 0 3px!important;font-size:13px;overflow:hidden;padding:5px}.ec-calendar-content .fc-event .day-grid-month-event{font-size:11px;overflow:hidden;text-overflow:ellipsis;white-space:normal}.ec-calendar-content .fc-event .other-event{display:flex;flex-direction:column;gap:3px;overflow:hidden;padding-bottom:5px;text-overflow:ellipsis;white-space:nowrap}.ec-calendar-content .fc-event .cancelled-event{text-decoration:line-through}.ec-calendar-content .fc-popover{background-color:#fff!important;left:calc(50% - 200px)!important;top:calc(50% - 150px)!important;width:400px}.ec-calendar-content .fc-popover-body{height:300px;overflow:auto}.ec-calendar-manage{color:var(--secondary);display:flex;flex-direction:column;font-size:14px;gap:15px;padding:0 15px}.ec-calendar-manage .MuiInputBase-root{background-color:#fff!important}.ec-calendar-manage input::-webkit-inner-spin-button,.ec-calendar-manage input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ec-calendar-manage input[type=number]{-moz-appearance:textfield}.ec-calendar-manage-info{display:flex;justify-content:space-between;padding:0 5px}.ec-calendar-manage-info-description{color:#a7a7a7;font-style:italic}.ec-calendar-details{background-color:#fff;border-radius:var(--border-radius) 0 0 var(--border-radius);box-shadow:var(--box-shadow);display:flex;flex-direction:column;font-size:14px;gap:15px;padding:15px;position:absolute;right:0;top:80px;width:300px;z-index:2}.ec-calendar-details-title{align-items:center;color:var(--primary);display:flex;font-size:16px;font-weight:500;justify-content:space-between;text-transform:uppercase}.ec-calendar-details-content{display:flex;flex-direction:column;gap:5px;padding:10px}.ec-calendar-details-subtitle{font-weight:500}.ec-calendar-details-procedures{display:flex}.ec-calendar-details-procedures-image{filter:brightness(0) invert(0);height:23px;width:23px}.ec-calendar-details-procedures-text{display:flex;flex:1 1;flex-direction:column;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ec-calendar{display:flex;flex-direction:column;gap:10px;height:100%;overflow:hidden;position:relative}.ec-appointment{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px;padding:10px;row-gap:0;transition:all .2s ease-in}.ec-appointment:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-appointment .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-appointment .column .primary{font-size:15px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ec-appointment .column .secondary{color:#98a9bc;font-size:13px}.ec-appointment .name{width:200px}.ec-appointment .email{width:250px}.ec-appointment .email div{overflow-wrap:break-word;white-space:normal}.ec-appointment .price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-appointment .price div{background-color:var(--primary);border-radius:var(--border-radius);color:#fff;height:36px;justify-content:center;width:100%}.ec-appointment .price div,.ec-procedure{align-items:center;display:flex;padding:10px}.ec-procedure{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);flex-wrap:wrap;gap:15px;justify-content:space-around;row-gap:10px;transition:all .2s ease-in}.ec-procedure:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-procedure-image{align-items:center;display:flex;height:60px;justify-content:center;width:80px}.ec-procedure-image img{height:30px;width:30px}.ec-procedure-column{column-gap:12px;display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-procedure-column-primary{align-items:center;display:flex;font-size:15px;gap:10px}.ec-procedure-column-secondary{color:#98a9bc;font-size:13px}.ec-procedure-name{width:300px}.ec-procedure-code{overflow:hidden;text-overflow:ellipsis;white-space:nowrap;width:250px}.ec-procedure-price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-procedure-price div{background-color:#f2f4f6;border-radius:var(--border-radius);display:flex;height:36px;justify-content:center;padding:10px;width:100%}.ec-procedure-price div,.ec-procedure-time{align-items:center;color:#778ca2}.ec-procedure-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-around;padding:10px}.ec-procedure-loader-column{column-gap:12px;display:flex;gap:5px;height:60px;width:160px}.ec-procedure-loader-image{align-items:center;display:flex;justify-content:center}.ec-procedure-loader-image div{border-radius:50%;display:flex;height:60px;width:60px}.ec-procedure-loader-name{display:flex;flex-direction:column;justify-content:space-around;width:300px}.ec-procedure-loader-name div{border-radius:var(--border-radius);height:20px;width:100%}.ec-procedure-loader-code{border-radius:var(--border-radius);width:250px}.ec-procedure-loader-price,.ec-procedure-loader-time{border-radius:var(--border-radius);width:100px}.ec-procedure-loader-buttons{align-items:center;display:flex;justify-content:center}.ec-procedure-loader-buttons div{border-radius:50%;display:flex;height:50px;width:50px}.ec-procedure-loader-buttons div,.ec-procedure-loader-code,.ec-procedure-loader-image div,.ec-procedure-loader-name div,.ec-procedure-loader-price,.ec-procedure-loader-time{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-procedure-manage{color:var(--secondary);display:flex;flex-direction:column;font-size:14px;gap:15px;padding:0 15px;width:100%}.ec-procedure-manage .MuiInputBase-root{background-color:#fff!important}.ec-procedure-manage input::-webkit-inner-spin-button,.ec-procedure-manage input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.ec-procedure-manage input[type=number]{-moz-appearance:textfield}.ec-procedure-manage-info{display:flex;flex-direction:column;justify-content:space-between;padding:0 5px}.ec-procedure-manage-info-description{color:#a7a7a7;font-style:italic}.ec-procedure-manage-info-code{white-space:wrap}.ec-procedure-manage-adjuncts{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-direction:column;justify-content:space-between;max-height:200px;overflow:auto}.ec-procedure-manage-adjuncts>div{display:flex;justify-content:space-between;line-height:36px;padding:0 15px}.ec-procedure-manage-adjuncts>div div{align-items:center;display:flex;justify-content:center}.ec-procedure-manage-adjuncts>div:nth-child(2n){background-color:#ededed}.ec-procedures{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:-webkit-max-content;grid-auto-rows:max-content;grid-template-columns:repeat(auto-fill,minmax(100%,1fr));height:100%;overflow:auto}.ec-provider{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;gap:20px;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;transition:all .2s ease-in}.ec-provider:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-provider-image{align-items:center;border:1px solid var(--primary);border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.ec-provider-image svg{height:30px;width:30px}.ec-provider-name{color:var(--primary)}.ec-provider-info{color:var(--secondary);font-size:14px}.ec-provider-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;gap:20px;height:100%;padding:20px}.ec-provider-loader-image{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:50%;height:50px;width:50px}.ec-provider-loader-info{align-items:center;display:flex;flex:1 1;flex-direction:column;gap:10px}.ec-provider-loader-info div{align-items:center;animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius);display:flex;flex:1 1;justify-content:center;width:100%}.ec-providers{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:92px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));height:100%;overflow:auto;padding:10px 0}.ec-patient{background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-direction:column;height:-webkit-fit-content;height:-moz-fit-content;height:fit-content;padding:20px;transition:all .2s ease-in}.ec-patient:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-patient-image{align-items:center;border:1px solid var(--primary);border-radius:50%;display:flex;height:50px;justify-content:center;width:50px}.ec-patient-image svg{height:30px;width:30px}.ec-patient-name{color:var(--primary)}.ec-patient-address,.ec-patient-info{color:var(--secondary);font-size:14px}.ec-patient-address{font-style:italic}.ec-patient-address,.ec-patient-info,.ec-patient-name{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.ec-patient-contact{align-items:center;border-top:1px solid #e9e9e9;color:var(--primary);display:flex;font-size:13px;gap:10px;margin-top:10px;padding-top:10px}.ec-patient-contact div{display:flex;flex:1 1;justify-content:center;text-transform:uppercase}.ec-patient-contact div:first-child{border-right:1px solid #e9e9e9}.ec-patient-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);display:flex;flex-direction:column;gap:10px;height:100%;padding:20px}.ec-patient-loader-image{border-radius:50%;height:50px;width:50px}.ec-patient-loader-image,.ec-patient-loader-info{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-patient-loader-info{border-radius:var(--border-radius);height:15px;width:100%}.ec-patient-loader-contact{align-items:center;display:flex;gap:10px}.ec-patient-loader-contact div{align-items:center;animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius);display:flex;flex:1 1;height:30px;justify-content:center;width:30px}.ec-patients{grid-gap:10px;display:grid;gap:10px;grid-auto-rows:158px;grid-template-columns:repeat(auto-fill,minmax(300px,1fr));height:100%;overflow:auto}.ec-revenue{align-items:center;background-color:#fff;border-radius:var(--border-radius);display:flex;flex-wrap:wrap;gap:15px;justify-content:space-between;margin-bottom:10px;padding:10px 20px;row-gap:0;transition:all .2s ease-in}.ec-revenue:hover{box-shadow:var(--box-shadow);cursor:pointer}.ec-revenue .column{display:flex;flex-direction:column;gap:5px;justify-content:center;width:160px}.ec-revenue .column .primary{font-size:15px}.ec-revenue .column .secondary{color:#98a9bc;font-size:13px}.ec-revenue .price{justify-content:center;min-width:120px;padding:10px;width:auto}.ec-revenue .price div{background-color:var(--primary);border-radius:var(--border-radius);color:#fff;height:36px;justify-content:center;width:100%}.ec-revenue .price div,.ec-revenue-loader{align-items:center;display:flex;padding:10px}.ec-revenue-loader{animation:scale 4s infinite;background-color:#fff;border:1px solid var(--border-color);border-radius:var(--border-radius);flex-wrap:wrap;gap:15px;justify-content:space-around;margin-bottom:10px}.ec-revenue-loader-column{column-gap:12px;display:flex;flex-direction:column;gap:5px;height:60px;justify-content:center;width:160px}.ec-revenue-loader-column div{display:flex;height:17px;width:100%}.ec-revenue-loader-column div,.ec-revenue-loader-price{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px);border-radius:var(--border-radius)}.ec-revenue-loader-price{height:39px;width:120px}.ec-revenues{display:flex;flex-direction:column;gap:10px;height:100%;width:100%}.ec-revenues-footer{color:var(--secondary);display:flex;gap:25px;justify-content:flex-end}.ec-revenues-footer svg{height:18px;width:18px}.ec-revenues-footer .total{background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;justify-content:center;min-width:100px;padding:3px 15px;width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.ec-settings-tabs{border-right:2px solid #f5f7f8;display:flex;flex-direction:column;min-width:250px}.ec-settings-tabs-item{border-bottom:2px solid #f5f7f8;cursor:pointer;padding:15px;position:relative}.ec-settings-tabs-item-title{font-size:14px;text-transform:capitalize}.ec-settings-tabs-item-subtitle{color:#98a9bc;font-size:12px}.ec-settings-tabs-item.active:after{background:var(--primary);content:" ";display:block;height:calc(100% + 4px);left:100%;position:absolute;top:-2px;width:2px}.ec-settings-tabs-item:first-child.active:after{height:calc(100% + 2px);top:0}.ec-settings{background-color:#fff;border-radius:var(--border-radius);display:flex;height:100%;width:100%}.ec-settings-header{align-items:center;display:flex;height:39px;justify-content:space-between}.ec-settings-header-title{font-size:17px;text-transform:capitalize}.remember-and-reset{align-items:center;display:flex;font-size:14px;justify-content:flex-end;width:100%}.remember-and-reset .MuiTypography-root{font-size:14px}.remember-and-reset .reset{color:var(--primary);cursor:pointer;font-weight:500}.ec-error{background-color:rgba(211,48,47,.149);border-radius:var(--border-radius);color:#a80808;display:flex;font-size:13px;justify-content:center;padding:5px;text-align:center;width:100%}.ec-content{height:100%;overflow:auto}.ec-filters{flex-wrap:wrap;justify-content:space-between;padding-top:7px}.ec-filters,.ec-no-data{align-items:center;display:flex;gap:10px}.ec-no-data{color:var(--no-data-color);flex-direction:column;font-size:14px;font-weight:500;height:100%;justify-content:center;text-transform:uppercase;width:100%}.ec-no-data svg{height:60px;width:60px}.ec-no-data.ec-no-data-dashboard{font-size:12px}.ec-no-data.ec-no-data-dashboard svg{height:45px;width:45px}.ec-dashboard-title{color:#98a9bc;text-transform:capitalize}.ec-price{min-width:120px;width:auto}.ec-price,.ec-price div{justify-content:center;padding:10px}.ec-price div{align-items:center;background-color:var(--primary);border-radius:var(--border-radius);color:#fff;display:flex;height:36px;width:100%}.MuiButton-root{box-shadow:none!important}.MuiButton-root:hover{box-shadow:-1px 2px 6px 0 #7a7a7a2e!important;box-shadow:var(--box-shadow)!important}.MuiOutlinedInput-notchedOutline{border-color:#e8eeef!important;border-color:var(--border-color)!important}.Mui-focused .MuiOutlinedInput-notchedOutline{border-width:1px!important;box-shadow:-1px 2px 6px 0 #7a7a7a2e!important;box-shadow:var(--box-shadow)!important}.ec-table .MuiDataGrid-columnHeaders{border-bottom:2px solid #8280802e!important;color:#042b34;color:var(--secondary);font-size:13px}.ec-table .MuiDataGrid-columnHeader:focus,.ec-table .MuiDataGrid-columnHeader:focus-within{outline:none!important}.ec-table .MuiDataGrid-columnSeparator{opacity:.4!important}.ec-table .MuiDataGrid-cell:focus,.ec-table .MuiDataGrid-cell:focus-within{outline:none!important}.ec-table .MuiSwitch-track{border:1px solid #767676}.ec-table .MuiDataGrid-cell{border-bottom:1px solid #716d6d21!important;font-size:14px}.ec-table .MuiDataGrid-footerContainer{border-top:2px solid #8280802e!important}/*
! tailwindcss v3.3.2 | MIT License | https://tailwindcss.com
*/*,:after,:before{border:0 solid #e5e7eb;box-sizing:border-box}:after,:before{--tw-content:""}html{-webkit-text-size-adjust:100%;font-feature-settings:normal;font-family:ui-sans-serif,system-ui,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Helvetica Neue,Arial,Noto Sans,sans-serif,Apple Color Emoji,Segoe UI Emoji,Segoe UI Symbol,Noto Color Emoji;font-variation-settings:normal;line-height:1.5;tab-size:4}body{line-height:inherit}hr{border-top-width:1px;color:inherit;height:0}abbr:where([title]){-webkit-text-decoration:underline dotted;text-decoration:underline dotted}h1,h2,h3,h4,h5,h6{font-size:inherit;font-weight:inherit}a{color:inherit;text-decoration:inherit}b,strong{font-weight:bolder}code,kbd,pre,samp{font-family:ui-monospace,SFMono-Regular,Menlo,Monaco,Consolas,Liberation Mono,Courier New,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:initial}sub{bottom:-.25em}sup{top:-.5em}table{border-collapse:collapse;border-color:inherit;text-indent:0}button,input,optgroup,select,textarea{color:inherit;font-family:inherit;font-size:100%;font-weight:inherit;line-height:inherit;margin:0;padding:0}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button;background-color:initial;background-image:none}:-moz-focusring{outline:auto}:-moz-ui-invalid{box-shadow:none}progress{vertical-align:initial}::-webkit-inner-spin-button,::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}summary{display:list-item}blockquote,dd,dl,figure,h1,h2,h3,h4,h5,h6,hr,p,pre{margin:0}fieldset{margin:0}fieldset,legend{padding:0}menu,ol,ul{list-style:none;margin:0;padding:0}textarea{resize:vertical}input::placeholder,textarea::placeholder{color:#9ca3af;opacity:1}[role=button],button{cursor:pointer}:disabled{cursor:default}audio,canvas,embed,iframe,img,object,svg,video{display:block;vertical-align:middle}img,video{height:auto;max-width:100%}[hidden]{display:none}*,:after,:before{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }::backdrop{--tw-border-spacing-x:0;--tw-border-spacing-y:0;--tw-translate-x:0;--tw-translate-y:0;--tw-rotate:0;--tw-skew-x:0;--tw-skew-y:0;--tw-scale-x:1;--tw-scale-y:1;--tw-pan-x: ;--tw-pan-y: ;--tw-pinch-zoom: ;--tw-scroll-snap-strictness:proximity;--tw-gradient-from-position: ;--tw-gradient-via-position: ;--tw-gradient-to-position: ;--tw-ordinal: ;--tw-slashed-zero: ;--tw-numeric-figure: ;--tw-numeric-spacing: ;--tw-numeric-fraction: ;--tw-ring-inset: ;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-color:#3b82f680;--tw-ring-offset-shadow:0 0 #0000;--tw-ring-shadow:0 0 #0000;--tw-shadow:0 0 #0000;--tw-shadow-colored:0 0 #0000;--tw-blur: ;--tw-brightness: ;--tw-contrast: ;--tw-grayscale: ;--tw-hue-rotate: ;--tw-invert: ;--tw-saturate: ;--tw-sepia: ;--tw-drop-shadow: ;--tw-backdrop-blur: ;--tw-backdrop-brightness: ;--tw-backdrop-contrast: ;--tw-backdrop-grayscale: ;--tw-backdrop-hue-rotate: ;--tw-backdrop-invert: ;--tw-backdrop-opacity: ;--tw-backdrop-saturate: ;--tw-backdrop-sepia: }.relative{position:relative}.float-right{float:right}.ml-\[9px\]{margin-left:9px}.mr-\[10px\]{margin-right:10px}.block{display:block}.flex{display:flex}.\!h-\[50px\]{height:50px!important}.\!h-\[700px\]{height:700px!important}.h-\[100vh\]{height:100vh}.h-\[18px\]{height:18px}.h-\[20px\]{height:20px}.h-\[21px\]{height:21px}.h-\[294px\]{height:294px}.h-\[35px\]{height:35px}.h-\[465px\]{height:465px}.h-\[506px\]{height:506px}.h-\[75px\]{height:75px}.h-fit{height:-webkit-fit-content;height:-moz-fit-content;height:fit-content}.h-full{height:100%}.max-h-\[500px\]{max-height:500px}.\!w-fit{width:-webkit-fit-content!important;width:-moz-fit-content!important;width:fit-content!important}.w-\[105px\]{width:105px}.w-\[18px\]{width:18px}.w-\[380px\]{width:380px}.w-\[65px\]{width:65px}.w-\[825px\]{width:825px}.w-fit{width:-webkit-fit-content;width:-moz-fit-content;width:fit-content}.w-full{width:100%}.min-w-\[200px\]{min-width:200px}.min-w-\[300px\]{min-width:300px}.min-w-\[600px\]{min-width:600px}.min-w-\[650px\]{min-width:650px}.max-w-\[250px\]{max-width:250px}.max-w-\[350px\]{max-width:350px}.max-w-\[380px\]{max-width:380px}.flex-1{flex:1 1}.cursor-pointer{cursor:pointer}.\!flex-row{flex-direction:row!important}.flex-col{flex-direction:column}.flex-wrap{flex-wrap:wrap}.items-end{align-items:flex-end}.items-center{align-items:center}.justify-end{justify-content:flex-end}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.justify-around{justify-content:space-around}.gap-2{gap:.5rem}.gap-\[10px\]{gap:10px}.gap-\[15px\]{gap:15px}.gap-\[18px\]{gap:18px}.gap-\[20px\]{gap:20px}.gap-\[25px\]{gap:25px}.gap-\[3px\]{gap:3px}.gap-\[5px\]{gap:5px}.gap-\[6px\]{gap:6px}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.text-ellipsis{text-overflow:ellipsis}.whitespace-nowrap{white-space:nowrap}.rounded{border-radius:.25rem}.rounded-\[2px\]{border-radius:2px}.border{border-width:1px}.border-\[\#f0f0f0\]{--tw-border-opacity:1;border-color:rgb(240 240 240/var(--tw-border-opacity))}.bg-\[\#F8FAFB\]{--tw-bg-opacity:1;background-color:rgb(248 250 251/var(--tw-bg-opacity))}.\!p-0{padding:0!important}.p-\[15px\]{padding:15px}.p-\[5px\]{padding:5px}.\!px-\[1px\]{padding-left:1px!important;padding-right:1px!important}.\!px-\[24px\]{padding-left:24px!important;padding-right:24px!important}.\!py-\[16px\]{padding-bottom:16px!important;padding-top:16px!important}.px-\[10px\]{padding-left:10px;padding-right:10px}.\!pt-\[20px\]{padding-top:20px!important}.pl-\[30px\]{padding-left:30px}.text-center{text-align:center}.text-\[14px\]{font-size:14px}.text-\[15px\]{font-size:15px}.text-\[24px\]{font-size:24px}.text-xs{font-size:.75rem;line-height:1rem}.font-bold{font-weight:700}.font-medium{font-weight:500}.font-normal{font-weight:400}.font-semibold{font-weight:600}.uppercase{text-transform:uppercase}.capitalize{text-transform:capitalize}.text-\[\#ffffff\]{--tw-text-opacity:1;color:rgb(255 255 255/var(--tw-text-opacity))}.text-gray-500{--tw-text-opacity:1;color:rgb(107 114 128/var(--tw-text-opacity))}.line-through{text-decoration-line:line-through}.blur{--tw-blur:blur(8px)}.blur,.filter{filter:var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow)}:root{--primary:#1fc0ee;--primary-rgb:31,192,238;--secondary:#042b34;--secondary-rgb:4,43,52;--success:#119200;--success-rgb:17,146,0;--warning:orange;--warning-rgb:255,165,0;--error:#faa;--error-rgb:255,170,170;--border-color:#e8eeef;--no-data-color:#b8b8b8;--border-radius:4px;--box-shadow:#7a7a7a2e -1px 2px 6px 0px;--max-width:2000px}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;color:#252631;font-family:Rubik,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.ec-center{align-items:center;display:flex;justify-content:center}.ec-skeleton-loader{animation:ec-loader-animation 1.5s infinite;background-color:#e5e5e5;background-image:linear-gradient(90deg,#ddd,#e8e8e8 40px,#ddd 80px)}.ec-separator{background-color:#e5e5e5;height:2px;margin-left:5px;width:calc(100% - 10px)}@keyframes ec-loader-animation{0%{opacity:.4}40%{opacity:.8}to{opacity:.4}}