@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Dancing+Script:wght@400..700&display=swap";*{margin:0;padding:0;box-sizing:border-box}html{font-family:Roboto,sans-serif}@tailwind base;@tailwind components;@tailwind utilities;.nav-bar-account-container.MuiBox-root{display:flex;margin:1.5rem 1.25rem;padding:1rem 1.25rem;border-radius:12px;align-items:center}.nav-bar-account-container.MuiBox-root .MuiBox-root{margin-left:1rem}.table-container{margin:0;height:100%;width:100%}.main-table.MuiDataGrid-root{border:0}.main-table.MuiDataGrid-root .MuiTypography-root{font-size:14px;font-weight:400;cursor:pointer}.main-table.MuiDataGrid-root .MuiDataGrid-cellCheckbox{justify-content:right;color:#0009}.main-table.MuiDataGrid-root .MuiDataGrid-cellCheckbox .Mui-checked{color:#2196f3}.main-table.MuiDataGrid-root .MuiDataGrid-withBorderColor{border:0}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeaders{box-shadow:0 2px 4px #0000001f}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeaders .MuiDataGrid-columnHeaderCheckbox .MuiDataGrid-columnHeaderTitleContainer{justify-content:right}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader{padding:0}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader:focus,.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader:focus-within,.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader .MuiIconButton-root:focus{outline:none}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-iconButtonContainer{display:none}.main-table.MuiDataGrid-root .MuiDataGrid-columnHeader .MuiDataGrid-columnHeaderTitle{font-weight:700;overflow-wrap:break-word;word-wrap:break-word;word-break:break-word;white-space:normal}.main-table.MuiDataGrid-root .MuiCheckbox-root{justify-content:right}.main-table.MuiDataGrid-root .MuiDataGrid-row{border:1px solid rgba(33,150,243,.0392156863)}.main-table.MuiDataGrid-root .MuiDataGrid-row:hover{background-color:#2196f30a;box-shadow:0 2px 4px #0000001f;transition:background-color .2s ease,box-shadow .2s ease}.main-table.MuiDataGrid-root .MuiDataGrid-row .MuiDataGrid-cell{padding:0;border:0;display:flex;align-items:center}.main-table.MuiDataGrid-root .MuiDataGrid-row .MuiDataGrid-cell:focus,.main-table.MuiDataGrid-root .MuiDataGrid-row .MuiDataGrid-cell:focus-within{outline:none}.main-table.MuiDataGrid-root .MuiDataGrid-footerContainer{justify-content:flex-end;align-items:center}.MuiDataGrid-row:nth-of-type(2n){background-color:#f5f5f5}.MuiDataGrid-row:nth-of-type(odd){background-color:#fff}.MuiDataGrid-virtualScroller{min-height:10rem}.user-cell-icon.MuiStack-root{flex-direction:row;gap:4px;align-items:center}.filter-wrapper{display:flex;flex-direction:column;gap:16px;padding:1rem 0;height:100%}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-offset: 16px;--toastify-toast-top: max(var(--toastify-toast-offset), env(safe-area-inset-top));--toastify-toast-right: max(var(--toastify-toast-offset), env(safe-area-inset-right));--toastify-toast-left: max(var(--toastify-toast-offset), env(safe-area-inset-left));--toastify-toast-bottom: max(var(--toastify-toast-offset), env(safe-area-inset-bottom));--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-toast-bd-radius: 6px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error);--toastify-color-progress-bgo: .2}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:var(--toastify-toast-top);left:var(--toastify-toast-left)}.Toastify__toast-container--top-center{top:var(--toastify-toast-top);left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:var(--toastify-toast-top);right:var(--toastify-toast-right)}.Toastify__toast-container--bottom-left{bottom:var(--toastify-toast-bottom);left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{bottom:var(--toastify-toast-bottom);left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:var(--toastify-toast-bottom);right:var(--toastify-toast-right)}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:env(safe-area-inset-left);margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translate(0)}.Toastify__toast-container--rtl{right:env(safe-area-inset-right);left:initial}}.Toastify__toast{--y: 0;position:relative;-ms-touch-action:none;touch-action:none;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0;overflow:hidden}.Toastify__toast--stacked{position:absolute;width:100%;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s}.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body,.Toastify__toast--stacked[data-collapsed] .Toastify__close-button{transition:opacity .1s}.Toastify__toast--stacked[data-collapsed=false]{overflow:visible}.Toastify__toast--stacked[data-collapsed=true]:not(:last-child)>*{opacity:0}.Toastify__toast--stacked:after{content:"";position:absolute;left:0;right:0;height:calc(var(--g) * 1px);bottom:100%}.Toastify__toast--stacked[data-pos=top]{top:0}.Toastify__toast--stacked[data-pos=bot]{bottom:0}.Toastify__toast--stacked[data-pos=bot].Toastify__toast--stacked:before{transform-origin:top}.Toastify__toast--stacked[data-pos=top].Toastify__toast--stacked:before{transform-origin:bottom}.Toastify__toast--stacked:before{content:"";position:absolute;left:0;right:0;bottom:0;height:100%;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.5s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start;z-index:1}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:100%;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right;border-bottom-left-radius:initial;border-bottom-right-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp{position:absolute;bottom:0;left:0;width:100%;height:5px;border-bottom-left-radius:var(--toastify-toast-bd-radius)}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{opacity:var(--toastify-color-progress-bgo);width:100%;height:100%}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,var(--y),0)}to{opacity:0;transform:translate3d(2000px,var(--y),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,var(--y),0)}to{opacity:0;transform:translate3d(-2000px,var(--y),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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 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,calc(var(--y) - 10px),0)}40%,45%{opacity:1;transform:translate3d(0,calc(var(--y) + 20px),0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:translate3d(0,var(--y),0) scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg);opacity:1}to{transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translate3d(0,var(--y),0)}}@keyframes Toastify__slideOutRight{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(110%,var(--y),0)}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(-110%,var(--y),0)}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp;animation-timing-function:ease-in;animation-duration:.3s}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown;animation-timing-function:ease-in;animation-duration:.3s}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.icon-table-cell.MuiStack-root{flex-direction:row;align-items:center;gap:.5rem}.status-cell--active.MuiChip-root{background-color:#2e7d3214;color:#4caf50}.status-cell--inactive.MuiChip-root{background-color:#d32f2f14;color:#d32f2f}.status-cell--new.MuiChip-root{background-color:#0288d114;color:#2196f3}.table-delete-icon.MuiButtonBase-root{border:1px solid rgba(211,47,47,.5019607843);padding:2px}.table-delete-icon.MuiButtonBase-root svg{color:#d32f2f}.info-card-wrapper{display:flex;flex-direction:column;gap:16px;padding:24px;background-color:#f9f9f9;border-radius:16px;border:1px solid #ebebeb}.info-card-wrapper .-info-card-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.info-card-wrapper .-info-card-items{display:flex;flex-direction:column;gap:8px}@media screen and (min-width: 994px) and (max-width: 1200px){.info-card-wrapper{gap:12px;padding:18px;border-radius:12px}.info-card-wrapper .-info-card-title{font-size:15px}.info-card-wrapper .-info-card-items{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.info-card-wrapper{gap:10px;padding:15px;border-radius:10px}.info-card-wrapper .-info-card-title{font-size:12.5px}.info-card-wrapper .-info-card-items{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.info-card-wrapper{gap:8px;padding:12px;border-radius:8px}.info-card-wrapper .-info-card-title{font-size:10px}.info-card-wrapper .-info-card-items{gap:6px}}@media screen and (min-width: 0) and (max-width: 576px){.info-card-wrapper{gap:6px;padding:9px;border-radius:6px}.info-card-wrapper .-info-card-title{font-size:7.5px}.info-card-wrapper .-info-card-items{gap:5px}}.info-item-wrapper{display:flex;align-items:center;gap:8px}.info-item-wrapper .-info-item-text{font-size:16px;font-weight:500;line-height:175%;letter-spacing:.15px;color:#00000061}.info-item-wrapper .-info-item-btn{text-transform:uppercase;padding-inline:4px;padding-block:0;font-size:13px;font-weight:500;line-height:169.23%;letter-spacing:.46px}.info-item-wrapper .-info-item-link{color:#2196f3}.info-item-wrapper .info-icon{width:16px}@media screen and (min-width: 994px) and (max-width: 1200px){.info-item-wrapper{gap:8px}.info-item-wrapper .-info-item-text{font-size:16px}.info-item-wrapper .-info-item-btn{font-size:13px}.info-item-wrapper .info-icon{width:14px}}@media screen and (min-width: 769px) and (max-width: 993px){.info-item-wrapper{gap:6px}.info-item-wrapper .-info-item-text{font-size:12px}.info-item-wrapper .-info-item-btn{font-size:9.75px}.info-item-wrapper .info-icon{width:12px}}@media screen and (min-width: 577px) and (max-width: 768px){.info-item-wrapper{gap:6px}.info-item-wrapper .-info-item-text{font-size:10px}.info-item-wrapper .-info-item-btn{font-size:9.75px}.info-item-wrapper .info-icon{width:11px}}@media screen and (min-width: 0) and (max-width: 576px){.info-item-wrapper{gap:5px}.info-item-wrapper .-info-item-text{font-size:8px}.info-item-wrapper .-info-item-btn{font-size:8.125px}.info-item-wrapper .info-icon{width:10px}}.main-grid-wrapper{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width: 994px) and (max-width: 1200px){.main-grid-wrapper{gap:12px}}@media screen and (min-width: 769px) and (max-width: 993px){.main-grid-wrapper{gap:10px}}@media screen and (min-width: 577px) and (max-width: 768px){.main-grid-wrapper{grid-template-columns:repeat(1,1fr);gap:10px}}@media screen and (min-width: 0) and (max-width: 576px){.main-grid-wrapper{grid-template-columns:repeat(1,1fr);gap:10px}}.status-btn-wrapper{width:fit-content}.status-btn-wrapper .-status-btn-icon{height:8px}.status-btn-wrapper .-status-btn{font-size:13px;font-weight:400;line-height:138.46%;letter-spacing:.159px;border-radius:100px;padding-inline:16px;padding-block:8px;transition:all .3s}.status-btn-wrapper .-active-status-btn{background-color:#2e7d3214;color:#4caf50}.status-btn-wrapper .-inactive-status-btn{background-color:#d32f2f14;color:#d32f2f}.status-btn-wrapper .-new-status-btn{color:#2196f3;background-color:#0288d114}@media screen and (min-width: 994px) and (max-width: 1200px){.status-btn-wrapper .-status-btn-icon{height:7px}.status-btn-wrapper .-status-btn{font-size:13px;border-radius:100px;padding-inline:16px;padding-block:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.status-btn-wrapper .-status-btn-icon{height:6px}.status-btn-wrapper .-status-btn{font-size:9.75px;border-radius:80px;padding-inline:12px;padding-block:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.status-btn-wrapper .-status-btn-icon{height:5px}.status-btn-wrapper .-status-btn{font-size:8.125px;border-radius:60px;padding-inline:10px;padding-block:6px}}@media screen and (min-width: 0) and (max-width: 576px){.status-btn-wrapper .-status-btn-icon{height:4px}.status-btn-wrapper .-status-btn{font-size:8.125px;border-radius:60px;padding-inline:10px;padding-block:6px}}.profile-card-wrapper{display:flex;flex-direction:column;height:8rem;gap:8px;border-radius:.625rem}.profile-card-wrapper .-profile-card-top-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.profile-card-wrapper .-profile-card-content{display:flex;gap:16px}.profile-card-wrapper .-profile-card-content .--profile-img{width:104px;height:104px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper{display:flex;flex-direction:column;gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top{display:flex;align-items:center;gap:16px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-id{font-size:16px;font-weight:500;line-height:175%;letter-spacing:.15px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-sub-text{font-size:12px;font-weight:500;line-height:166.66%;letter-spacing:.14px;color:#bdbdbd}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-chips-wrapper{display:flex;align-items:center;gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper{position:relative;display:flex;gap:16px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper .----file-input{position:absolute;z-index:2;width:100%;height:100%;opacity:0;cursor:pointer}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .----file-error{color:#d32f2f}@media screen and (min-width: 994px) and (max-width: 1200px){.profile-card-wrapper{gap:8px;padding-block:12px}.profile-card-wrapper .-profile-card-top-title{font-size:15px}.profile-card-wrapper .-profile-card-content{gap:12px}.profile-card-wrapper .-profile-card-content .--profile-img{width:85px;height:85px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper{gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top{gap:12px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-title{font-size:15px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-id,.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-sub-text{font-size:12px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-chips-wrapper{gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper{gap:12px}}@media screen and (min-width: 769px) and (max-width: 993px){.profile-card-wrapper{gap:8px;padding-block:10px}.profile-card-wrapper .-profile-card-top-title{font-size:15px}.profile-card-wrapper .-profile-card-content{gap:10px}.profile-card-wrapper .-profile-card-content .--profile-img{width:60px;height:60px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper{gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top{gap:10px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-title{font-size:15px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-id,.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-sub-text{font-size:12px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-chips-wrapper{gap:6px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper{gap:10px}}@media screen and (min-width: 577px) and (max-width: 768px){.profile-card-wrapper{gap:6px;padding-block:8px}.profile-card-wrapper .-profile-card-top-title{font-size:12.5px}.profile-card-wrapper .-profile-card-content{gap:10px}.profile-card-wrapper .-profile-card-content .--profile-img{width:50px;height:50px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper{gap:6px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top{gap:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-title{font-size:12.5px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-id{font-size:10px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-sub-text{font-size:9px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-chips-wrapper{gap:5px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.profile-card-wrapper{gap:5px;padding-block:6px}.profile-card-wrapper .-profile-card-top-title{font-size:10px}.profile-card-wrapper .-profile-card-content{gap:8px}.profile-card-wrapper .-profile-card-content .--profile-img{width:35px;height:35px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper{gap:5px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top{gap:6px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-title{font-size:10px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-top .----profile-id{font-size:8px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-sub-text{font-size:7.5px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-chips-wrapper{gap:5px}.profile-card-wrapper .-profile-card-content .--profile-info-wrapper .---profile-info-btns-wrapper{gap:6px}.profile-card-wrapper .-profile-card-content .----profile-id{font-size:8px}.profile-card-wrapper .---profile-info-btns-wrapper{flex-direction:column;gap:1rem}.profile-card-wrapper .---profile-info-btns-wrapper div{width:100%}.profile-card-wrapper .MuiButtonBase-root{font-size:.75rem;width:100%}}.custom-btn{padding-inline:16px!important;padding-block:6px!important;font-size:14px!important;font-weight:500!important;letter-spacing:.4px!important;text-transform:uppercase!important;border-radius:8px!important;height:fit-content!important}@media screen and (min-width: 994px) and (max-width: 1200px){.custom-btn{padding-inline:12px!important;font-size:10.5px!important;border-radius:8px!important}}@media screen and (min-width: 769px) and (max-width: 993px){.custom-btn{padding-inline:10px!important;font-size:8.75px!important;border-radius:6px!important}}@media screen and (min-width: 577px) and (max-width: 768px){.custom-btn{padding-inline:8px!important;font-size:.75rem!important;border-radius:5px!important}}@media screen and (min-width: 0) and (max-width: 576px){.custom-btn{padding-inline:6px!important;font-size:.5rem!important;border-radius:5px!important}}.page-top-wrapper{display:flex;align-items:center;justify-content:space-between;height:2.5rem;padding:.5rem;flex-wrap:wrap}.page-top-wrapper .-page-title-wrapper{display:flex;align-items:center;gap:.5rem;cursor:pointer}.page-top-wrapper .-page-title-wrapper .--page-title-icon{width:1.5rem}.page-top-wrapper .-page-title-wrapper .--page-title{font-size:1.25rem;font-weight:700;color:#2196f3}.page-top-wrapper .-page-top-action-area{display:flex;align-items:center;gap:1rem}@media screen and (max-width: 768px){.page-top-wrapper{flex-direction:column;align-items:flex-start}.page-top-wrapper .-page-title-wrapper{margin-bottom:.5rem}.page-top-wrapper .-page-title-wrapper .--page-title-icon{width:1rem}.page-top-wrapper .-page-title-wrapper .--page-title{font-size:1rem}.page-top-wrapper .-page-top-action-area{justify-content:center;width:100%;gap:.5rem}}@media screen and (max-width: 480px){.page-top-wrapper .--page-title{font-size:.875rem}.page-top-wrapper .--page-title-icon{width:.75rem}}.NoElement{display:flex;padding:5px;flex-direction:column;align-items:center;justify-content:center}.NoElementIcon{display:flex;justify-content:center;align-items:center}.title{color:#000716;text-align:center;font-size:20px!important;font-style:normal;font-weight:700!important;line-height:normal}.description{color:#6c6c6c;text-align:center;font-size:20px!important;font-style:normal;font-weight:400!important;line-height:24px!important;margin-top:5px!important;margin-bottom:5px!important}.buttonName.MuiButtonBase-root{gap:5px;margin-top:5px!important;margin-bottom:10px!important;padding:12px 24px;background-color:#0076ba;color:#fff;border-radius:8px;font-family:Nunito,sans-serif;font-size:12px;text-transform:none}.table-edit-icon.MuiButtonBase-root{border:1px solid rgba(33,150,243,.5019607843);padding:12.5px 14px}.table-edit-icon.MuiButtonBase-root svg{color:#2196f3}.-tabs-wrapper{overflow:auto!important}.-tabs-wrapper .--tab-btn{font-size:14px!important;font-weight:500!important;line-height:171%!important;letter-spacing:.4px!important;text-transform:uppercase!important;min-width:0!important;padding:0!important}@media screen and (min-width: 994px) and (max-width: 1200px){.-tabs-wrapper .--tab-btn{font-size:10.5px!important}}@media screen and (min-width: 769px) and (max-width: 993px){.-tabs-wrapper .--tab-btn{font-size:8.75px!important}}@media screen and (min-width: 577px) and (max-width: 768px){.-tabs-wrapper .--tab-btn{font-size:7px!important}}@media screen and (min-width: 0) and (max-width: 576px){.-tabs-wrapper .--tab-btn{font-size:5.25px!important}}.check-box.MuiFormControlLabel-root .Mui-disabled{color:#2196f3}.check-box.MuiFormControlLabel-root .MuiFormControlLabel-label{color:#000000de!important}.stepper-wrapper{padding:0 1.5rem;height:3rem}.stepper-wrapper .-steps-wrapper{display:flex;align-items:center;justify-content:space-between}.stepper-wrapper .-steps-wrapper .--step-wrapper{display:flex;align-items:center;gap:8px}.stepper-wrapper .-steps-wrapper .--step-wrapper .---step-text{opacity:0;font-size:1rem;font-weight:500;line-height:1.75;letter-spacing:.009375rem}.stepper-wrapper .-steps-wrapper .--step-wrapper .---done-step{color:#2196f3;opacity:1}.stepper-wrapper .-steps-wrapper .--step-wrapper .---show-step{opacity:1}@media screen and (min-width: 994px) and (max-width: 1200px){.stepper-wrapper .-steps-wrapper .--step-wrapper{gap:8px}.stepper-wrapper .-steps-wrapper .--step-wrapper .---step-text{font-size:.9375rem}}@media screen and (min-width: 769px) and (max-width: 993px){.stepper-wrapper .-steps-wrapper .--step-wrapper{gap:6px}.stepper-wrapper .-steps-wrapper .--step-wrapper .---step-text{font-size:.875rem}}@media screen and (min-width: 577px) and (max-width: 768px){.stepper-wrapper .-steps-wrapper .--step-wrapper{gap:6px}.stepper-wrapper .-steps-wrapper .--step-wrapper .---step-text{font-size:.8125rem}}@media screen and (min-width: 0) and (max-width: 576px){.stepper-wrapper .-steps-wrapper .--step-wrapper{gap:5px}.stepper-wrapper .-steps-wrapper .--step-wrapper .---step-text{font-size:.75rem}}.chip-wrapper{display:flex;gap:8px;padding-block:8px;padding-inline:16px;align-items:center;border-radius:100px}.chip-wrapper .-chip-text{font-size:13px;font-weight:400;line-height:138.4%;letter-spacing:.15px}@media screen and (min-width: 994px) and (max-width: 1200px){.chip-wrapper{gap:8px;padding-block:8px;padding-inline:12px;border-radius:75px}.chip-wrapper .-chip-text{font-size:13px}}@media screen and (min-width: 769px) and (max-width: 993px){.chip-wrapper{gap:6px;padding-block:6px;padding-inline:10px;border-radius:62.5px}.chip-wrapper .-chip-text{font-size:9.75px}}@media screen and (min-width: 577px) and (max-width: 768px){.chip-wrapper{gap:5px;padding-block:5px;padding-inline:8px;border-radius:50px}.chip-wrapper .-chip-text{font-size:8.125px}}@media screen and (min-width: 0) and (max-width: 576px){.chip-wrapper{gap:5px;padding-block:5px;padding-inline:6px;border-radius:50px}.chip-wrapper .-chip-text{font-size:8.125px}}.dialog-content-wrapper{padding:16px;max-width:500px;min-width:380px;display:flex;flex-direction:column;gap:8px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn-icon path{fill:#fff}@media screen and (min-width: 994px) and (max-width: 1200px){.dialog-content-wrapper{padding:12px;max-width:380px;min-width:300px;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:12px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.dialog-content-wrapper .--dialog-btn-icon{width:9px}}@media screen and (min-width: 769px) and (max-width: 993px){.dialog-content-wrapper{padding:12px;max-width:380px;min-width:300px;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:12px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.dialog-content-wrapper .--dialog-btn-icon{width:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.dialog-content-wrapper{padding:10px;max-width:380px;min-width:280px;gap:6px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:12.5px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:10px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:9.75px}.dialog-content-wrapper .--dialog-btn-icon{width:7px}}@media screen and (min-width: 0) and (max-width: 576px){.dialog-content-wrapper{padding:8px;max-width:380px;min-width:250px;gap:5px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:10px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:7.5px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:9px;padding-block:4px;font-size:8.125px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn-icon{width:6px}}.filter-wrapper{display:flex;flex-direction:column;gap:16px;height:100%}.filter-wrapper .-title-btn-wrapper{display:flex;justify-content:space-between;align-items:center;padding-block:19px}.filter-wrapper .-title-btn-wrapper .--drawer-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.filter-wrapper .-filter-form-wrapper{display:flex;flex-direction:column;gap:16px;height:100%}.filter-wrapper .-filter-form-wrapper .--filter-form-input .MuiInputBase-root{border-radius:8px}.filter-wrapper .-filter-form-wrapper .--filter-form-input input,.filter-wrapper .-filter-form-wrapper .--filter-form-input label,.filter-wrapper .-filter-form-wrapper .--filter-form-input span{font-size:16px;line-height:150%;letter-spacing:.15px}.filter-wrapper .-filter-form-wrapper .--filter-form-group{padding-inline-start:16px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .---group-Label{font-size:14px;color:#0009;font-weight:500;line-height:342.85%}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label{color:#0009}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label .MuiTypography-root{line-height:150%;font-size:16px;letter-spacing:.15px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns{display:flex;gap:16px;height:100%;align-items:end}.filter-wrapper .-filter-form-wrapper .--filter-form-btns .---filter-form-btn{font-weight:500;min-height:0;min-width:0;width:50%;border-radius:8px;padding-block:8px;padding-inline:0;font-size:15px;height:fit-content}@media screen and (min-width: 994px) and (max-width: 1200px){.filter-wrapper{gap:12px}.filter-wrapper .-title-btn-wrapper{padding-block:14.25px}.filter-wrapper .-title-btn-wrapper .--drawer-title{font-size:15px}.filter-wrapper .-filter-form-wrapper{gap:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-input .MuiInputBase-root{border-radius:8px}.filter-wrapper .-filter-form-wrapper .--filter-form-input input,.filter-wrapper .-filter-form-wrapper .--filter-form-input label,.filter-wrapper .-filter-form-wrapper .--filter-form-input span{font-size:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-group{padding-inline-start:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .---group-Label{font-size:10.5px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label .MuiTypography-root{font-size:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns{gap:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns .---filter-form-btn{border-radius:8px;padding-block:8px;font-size:11.25px}}@media screen and (min-width: 769px) and (max-width: 993px){.filter-wrapper{gap:10px}.filter-wrapper .-title-btn-wrapper{padding-block:11.875px}.filter-wrapper .-title-btn-wrapper .--drawer-title{font-size:12.5px}.filter-wrapper .-filter-form-wrapper{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-input .MuiInputBase-root{border-radius:6px}.filter-wrapper .-filter-form-wrapper .--filter-form-input input,.filter-wrapper .-filter-form-wrapper .--filter-form-input label,.filter-wrapper .-filter-form-wrapper .--filter-form-input span{font-size:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group{padding-inline-start:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .---group-Label{font-size:8.75px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label .MuiTypography-root{font-size:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns .---filter-form-btn{border-radius:6px;padding-block:6px;font-size:9.375px}}@media screen and (min-width: 577px) and (max-width: 768px){.filter-wrapper{gap:10px}.filter-wrapper .-title-btn-wrapper{padding-block:11.875px}.filter-wrapper .-title-btn-wrapper .--drawer-title{font-size:12.5px}.filter-wrapper .-filter-form-wrapper{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-input .MuiInputBase-root{border-radius:6px}.filter-wrapper .-filter-form-wrapper .--filter-form-input input,.filter-wrapper .-filter-form-wrapper .--filter-form-input label,.filter-wrapper .-filter-form-wrapper .--filter-form-input span{font-size:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group{padding-inline-start:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .---group-Label{font-size:8.75px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label .MuiTypography-root{font-size:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns .---filter-form-btn{border-radius:6px;padding-block:6px;font-size:9.375px}}@media screen and (min-width: 0) and (max-width: 576px){.filter-wrapper{gap:10px}.filter-wrapper .-title-btn-wrapper{padding-block:11.875px}.filter-wrapper .-title-btn-wrapper .--drawer-title{font-size:12.5px}.filter-wrapper .-filter-form-wrapper{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-input .MuiInputBase-root{border-radius:6px}.filter-wrapper .-filter-form-wrapper .--filter-form-input input,.filter-wrapper .-filter-form-wrapper .--filter-form-input label,.filter-wrapper .-filter-form-wrapper .--filter-form-input span{font-size:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group{padding-inline-start:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .---group-Label{font-size:8.75px}.filter-wrapper .-filter-form-wrapper .--filter-form-group .----label .MuiTypography-root{font-size:12px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns{gap:10px}.filter-wrapper .-filter-form-wrapper .--filter-form-btns .---filter-form-btn{border-radius:6px;padding-block:6px;font-size:9.375px}}.form-dialog-content-wrapper .-patient-attendance-form-wrapper{display:flex;flex-direction:column;gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px;width:50%}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.form-dialog-content-wrapper .-patient-absence-form-wrapper{display:flex;flex-direction:column;gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px;width:50%}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.form-dialog-content-wrapper .-patient-absence-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.form-dialog-content-wrapper .-patient-absence-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.form-dialog-content-wrapper .-patient-absence-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.form-dialog-content-wrapper .-patient-absence-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.form-dialog-content-wrapper .-patient-absence-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.form-dialog-content-wrapper{min-width:1440px;padding:32px;display:flex;flex-direction:column;gap:16px}.form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.form-dialog-content-wrapper .-patient-departure-form-wrapper{display:flex;flex-direction:column;gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px;width:50%}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.form-dialog-content-wrapper .-patient-departure-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.form-dialog-content-wrapper .-patient-departure-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.form-dialog-content-wrapper .-patient-departure-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.form-dialog-content-wrapper .-patient-departure-form-wrapper{gap:8px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid{gap:8px;width:100%}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.form-dialog-content-wrapper .-patient-departure-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.calendar-chip-wrapper{width:100%;display:flex;gap:8px;padding-block:5px;padding-inline:8px;align-items:center;border-radius:100px}.calendar-chip-wrapper .-chip-text{font-size:10px;font-weight:400;line-height:138.4%;letter-spacing:.15px;width:100%;text-align:center}@media screen and (min-width: 994px) and (max-width: 1200px){.calendar-chip-wrapper{gap:8px;padding-block:5px;padding-inline:12px;border-radius:75px}.calendar-chip-wrapper .-chip-text{font-size:10px}}@media screen and (min-width: 769px) and (max-width: 993px){.calendar-chip-wrapper{gap:6px;padding-block:5px;padding-inline:10px;border-radius:62.5px}.calendar-chip-wrapper .-chip-text{font-size:7.5px}}@media screen and (min-width: 577px) and (max-width: 768px){.calendar-chip-wrapper{gap:5px;padding-block:5px;padding-inline:8px;border-radius:50px}.calendar-chip-wrapper .-chip-text{font-size:6.25px}}@media screen and (min-width: 0) and (max-width: 576px){.calendar-chip-wrapper{gap:5px;padding-block:5px;padding-inline:6px;border-radius:50px}.calendar-chip-wrapper .-chip-text{font-size:6.25px}}.Start-transportation-form-dialog-content-wrapper{min-width:40rem;padding:32px;display:flex;flex-direction:column;gap:16px}.Start-transportation-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.Start-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper,.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--actions{display:flex;flex-direction:row-reverse}.Start-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .-signature-canvas{border:1px solid #000;border-radius:4px;height:150px;width:400}@media screen and (min-width: 994px) and (max-width: 1200px){.Start-transportation-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.Start-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.Start-transportation-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.Start-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.Start-transportation-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.Start-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.Start-transportation-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.Start-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.Start-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.arrived-us-form-dialog-content-wrapper{min-width:40rem;padding:32px;display:flex;flex-direction:column;gap:16px}.arrived-us-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.arrived-us-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.arrived-us-form-dialog-content-wrapper .-start-transportation-form-wrapper,.arrived-us-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.arrived-us-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.arrived-us-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.arrived-us-form-dialog-content-wrapper .-start-transportation-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.arrived-us-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.arrived-us-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.arrived-us-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.arrived-us-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.arrived-us-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.arrived-us-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.arrived-us-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.arrived-us-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.arrived-us-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.return-transportation-form-dialog-content-wrapper{min-width:40rem;padding:32px;display:flex;flex-direction:column;gap:16px}.return-transportation-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.return-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.return-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper,.return-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.return-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.return-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.return-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.return-transportation-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.return-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.return-transportation-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.return-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.return-transportation-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.return-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.return-transportation-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.return-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.return-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.arrived-back-form-dialog-content-wrapper{min-width:40rem;padding:32px;display:flex;flex-direction:column;gap:16px}.arrived-back-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.arrived-back-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.arrived-back-form-dialog-content-wrapper .-start-transportation-form-wrapper,.arrived-back-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.arrived-back-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.arrived-back-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.arrived-back-form-dialog-content-wrapper .-start-transportation-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.arrived-back-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.arrived-back-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.arrived-back-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.arrived-back-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.arrived-back-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.arrived-back-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.arrived-back-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.arrived-back-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.arrived-back-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.date-details-dialog-content-wrapper{min-width:1100px;padding:32px;display:flex;flex-direction:column;gap:16px}.date-details-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.date-details-dialog-content-wrapper .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.date-details-dialog-content-wrapper .-data-groups{display:flex;flex-direction:column;gap:8px}.date-details-dialog-content-wrapper .-data-groups .--data-group{display:flex;flex-direction:column;gap:8px;padding-block:16px;border-bottom:1px #ebebeb solid}.date-details-dialog-content-wrapper .-data-groups .--data-group .---data-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group{display:flex;justify-content:space-between;align-items:center}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group .----search-input{min-width:50%}.date-details-dialog-content-wrapper .-data-groups .--data-group .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}@media screen and (min-width: 994px) and (max-width: 1200px){.date-details-dialog-content-wrapper{min-width:800px;padding:24px;gap:12px}.date-details-dialog-content-wrapper .--dialog-title{font-size:18px}.date-details-dialog-content-wrapper .-data-groups{gap:8px}.date-details-dialog-content-wrapper .-data-groups .--data-group{gap:8px;padding-block:12px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---data-group-title{font-size:15px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group .----search-input{min-width:60%}.date-details-dialog-content-wrapper .-data-groups .--data-group .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.date-details-dialog-content-wrapper{min-width:700px;padding:20px;gap:10px}.date-details-dialog-content-wrapper .--dialog-title{font-size:15px}.date-details-dialog-content-wrapper .-data-groups{gap:6px}.date-details-dialog-content-wrapper .-data-groups .--data-group{gap:6px;padding-block:10px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---data-group-title{font-size:12.5px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group .----search-input{min-width:70%}.date-details-dialog-content-wrapper .-data-groups .--data-group .---list-items-wrapper .----list-item-wrapper{gap:6px}}@media screen and (min-width: 577px) and (max-width: 768px){.date-details-dialog-content-wrapper{min-width:500px;padding:16px;gap:8px}.date-details-dialog-content-wrapper .--dialog-title{font-size:12px}.date-details-dialog-content-wrapper .-data-groups{gap:6px}.date-details-dialog-content-wrapper .-data-groups .--data-group{gap:6px;padding-block:8px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---data-group-title{font-size:10px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group .----search-input{min-width:80%}.date-details-dialog-content-wrapper .-data-groups .--data-group .---list-items-wrapper .----list-item-wrapper{gap:6px}}@media screen and (min-width: 0) and (max-width: 576px){.date-details-dialog-content-wrapper{min-width:350px;padding:12px;gap:6px}.date-details-dialog-content-wrapper .--dialog-title{font-size:9px}.date-details-dialog-content-wrapper .-data-groups{gap:5px}.date-details-dialog-content-wrapper .-data-groups .--data-group{gap:5px;padding-block:6px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---data-group-title{font-size:7.5px}.date-details-dialog-content-wrapper .-data-groups .--data-group .---input-group .----search-input{min-width:85%}.date-details-dialog-content-wrapper .-data-groups .--data-group .---list-items-wrapper .----list-item-wrapper{gap:5px}}.dialog-content-wrapper{padding:16px;max-width:500px;display:flex;flex-direction:column;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper{display:flex;align-items:center;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:2rem;font-weight:700;line-height:160%;letter-spacing:.15px}.dialog-content-wrapper .-dialog-description-wrapper{display:flex;flex-direction:column;gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:1.25rem;font-weight:500;line-height:175%;letter-spacing:.15px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{display:flex;gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:13px;font-weight:500;line-height:140%;color:#0009}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px;font-weight:500;line-height:169.23%;letter-spacing:.46px}@media screen and (min-width: 994px) and (max-width: 1200px){.dialog-content-wrapper{padding:12px;max-width:380px;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:12px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.dialog-content-wrapper .--dialog-btn-icon{width:9px}}@media screen and (min-width: 769px) and (max-width: 993px){.dialog-content-wrapper{padding:12px;max-width:380px;gap:8px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:12px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.dialog-content-wrapper .--dialog-btn-icon{width:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.dialog-content-wrapper{padding:10px;max-width:380px;gap:6px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:12.5px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:10px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:10px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:9.75px}.dialog-content-wrapper .--dialog-btn-icon{width:7px}}@media screen and (min-width: 0) and (max-width: 576px){.dialog-content-wrapper{padding:8px;max-width:380px;gap:5px}.dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:10px}.dialog-content-wrapper .-dialog-description-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-description{font-size:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper{gap:8px}.dialog-content-wrapper .-dialog-description-wrapper .--dialog-note-wrapper .---dialog-note{font-size:7.5px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:9px;padding-block:4px;font-size:8.125px}.dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn-icon{width:6px}}.remove-date-dialog{padding:16px}.remove-date-dialog .-dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:16px}.remove-date-dialog .-dialog-header h2{margin:0;font-size:24px;font-weight:500}.remove-date-dialog .-dialog-actions{display:flex;justify-content:flex-end;gap:8px}.remove-date-dialog .-dialog-actions button:first-child{color:#1976d2}.remove-date-dialog .-dialog-actions button:last-child{background-color:#ef5350;color:#fff}.remove-date-dialog .-dialog-actions button:last-child:hover{background-color:#eb2521}.select-availability-dialog{padding:24px}.select-availability-dialog .dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.select-availability-dialog .dialog-header h2{font-size:1.5rem;margin:0}.select-availability-dialog h3{font-size:1rem;margin-bottom:12px}.select-availability-dialog .radio-group{display:flex;flex-direction:row;gap:8px}.select-availability-dialog .dialog-actions{margin-top:24px;display:flex;justify-content:flex-end}.signature-field-container{display:inline-flex;flex-direction:column;align-items:center;width:100%;max-width:500px}.signature-field-container .signature-canvas-wrapper{border:1px solid #ccc;border-radius:4px;overflow:hidden;width:100%;height:150px;position:relative}.signature-field-container .signature-canvas-wrapper .signature-canvas{position:absolute;top:0;left:0;width:100%!important;height:100%!important}.signature-field-container .clear-button{margin-top:10px;width:fit-content}.signature-field-container .error-container{align-self:flex-start}.signature-field-container .error-container .error-message{color:red;font-size:12px;margin-top:4px}.remove-or-reassign-dialog-content-wrapper{padding:16px;min-width:500px;display:flex;flex-direction:column;gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper{display:flex;align-items:center;justify-content:space-between}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:2rem;font-weight:700;line-height:160%;letter-spacing:.15px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper{display:flex;flex-direction:column;gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note-title{font-size:20px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note{font-size:16px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px;font-weight:500;line-height:169.23%;letter-spacing:.46px}@media screen and (min-width: 994px) and (max-width: 1200px){.remove-or-reassign-dialog-content-wrapper{padding:12px;min-width:380px;gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper{gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note-title{font-size:15px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note{font-size:12px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.remove-or-reassign-dialog-content-wrapper .--dialog-btn-icon{width:9px}}@media screen and (min-width: 769px) and (max-width: 993px){.remove-or-reassign-dialog-content-wrapper{padding:12px;min-width:380px;gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:15px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper{gap:6px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note-title{font-size:12.5px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note{font-size:10px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:13px}.remove-or-reassign-dialog-content-wrapper .--dialog-btn-icon{width:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.remove-or-reassign-dialog-content-wrapper{padding:10px;min-width:380px;gap:6px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:12.5px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper{gap:6px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note-title{font-size:10px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note{font-size:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:12px;padding-block:4px;font-size:9.75px}.remove-or-reassign-dialog-content-wrapper .--dialog-btn-icon{width:7px}}@media screen and (min-width: 0) and (max-width: 576px){.remove-or-reassign-dialog-content-wrapper{padding:8px;min-width:380px;gap:5px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper{gap:8px}.remove-or-reassign-dialog-content-wrapper .-dialog-title-wrapper .--dialog-title{font-size:10px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper{gap:5px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note-title{font-size:7.5px}.remove-or-reassign-dialog-content-wrapper .-dialog-note-wrapper .--dialog-note{font-size:6px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn{padding-inline:9px;padding-block:4px;font-size:8.125px}.remove-or-reassign-dialog-content-wrapper .-dialog-Actions-wrapper .--dialog-btn-icon{width:6px}}.date-note-type-form-dialog-content-wrapper{padding:2rem}.date-note-type-form-dialog-content-wrapper .dialog-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:20px}.date-note-type-form-dialog-content-wrapper .dialog-header h2{font-size:1.5rem;margin:0}.date-note-type-form-dialog-content-wrapper h3{font-size:1rem;margin-bottom:12px}.date-note-type-form-dialog-content-wrapper .radio-group{display:flex;flex-direction:row;gap:8px}.date-note-type-form-dialog-content-wrapper .dialog-actions{margin-top:24px;display:flex;justify-content:flex-end}.date-note-type-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.date-note-type-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper{display:flex;flex-direction:column;gap:8px}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px;width:100%}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.date-note-type-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:12px}.date-note-type-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper,.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--inputs-grid{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.date-note-type-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:10px}.date-note-type-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper,.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--inputs-grid{gap:6px}}@media screen and (min-width: 577px) and (max-width: 768px){.date-note-type-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:8px}.date-note-type-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper,.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--inputs-grid{gap:6px}}@media screen and (min-width: 0) and (max-width: 576px){.date-note-type-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:6px}.date-note-type-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper,.date-note-type-form-dialog-content-wrapper .-date-note-type-form-wrapper .--inputs-grid{gap:5px}}.signature-text{font-family:Dancing Script,"cursive";font-size:24px;font-weight:700}@media screen and (min-width: 994px) and (max-width: 1200px){.signature-text{font-size:18px}}@media screen and (min-width: 769px) and (max-width: 993px){.signature-text{font-size:15px}}@media screen and (min-width: 577px) and (max-width: 768px){.signature-text{font-size:12px}}@media screen and (min-width: 0) and (max-width: 576px){.signature-text{font-size:9px}}.change-status-attendances-form-dialog-content-wrapper{min-width:700px;padding:32px;display:flex;flex-direction:column;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.change-status-attendances-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.change-status-attendances-form-dialog-content-wrapper .-change-status-attendances-form-wrapper{display:flex;flex-direction:column;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-change-status-attendances-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.change-status-attendances-form-dialog-content-wrapper .-change-status-attendances-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.change-status-attendances-form-dialog-content-wrapper .-change-status-attendances-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.change-status-attendances-form-dialog-content-wrapper .-change-status-attendances-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.change-status-attendances-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.change-status-attendances-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.change-status-attendances-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.change-status-attendances-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.change-status-attendances-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.change-status-attendances-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media print{@page{size:300mm auto;margin:5mm}body *{visibility:hidden}#printableDrawer{visibility:visible;overflow:visible;position:fixed;left:0;top:0;width:calc(100% - 5mm);padding-left:5mm;padding-right:5mm;box-sizing:border-box}#printableDrawer *{visibility:visible}table{width:100%;border-collapse:collapse}th,td{padding:5px}tr{page-break-inside:avoid}}.login-form-container{justify-content:center;width:100%;gap:16px;padding-inline:40px}.login-form-container .-form-titles-container{gap:8px}.login-form-container .-form-titles-container .--form-title{font-size:34px;font-weight:500;line-height:123.5%;letter-spacing:.25px;color:#000000de}.login-form-container .-form-titles-container .--form-description{font-size:16px;font-weight:400;line-height:150%;letter-spacing:.15px;color:#9c9c9c}.login-form-container .-login-form-wrapper{padding-block:16px;display:flex;flex-direction:column;gap:16px}.login-form-container .-login-form-wrapper .--login-form-submit-btn{font-size:15px;font-weight:500;line-height:173.33%;letter-spacing:.46px;text-transform:uppercase;border-radius:8px}.login-form-container .-login-form-wrapper .--forget-password-link{text-decoration:none;font-size:14px;font-weight:400;line-height:142.85%;letter-spacing:.17px;text-align:end;color:#2196f3}.login-form-container .-login-form-wrapper input,.login-form-container .-login-form-wrapper label,.login-form-container .-login-form-wrapper span{font-size:16px;font-weight:400;line-height:150%;letter-spacing:.15px}@media screen and (min-width: 994px) and (max-width: 1200px){.login-form-container{gap:12px;padding-inline:30px}.login-form-container .-form-titles-container{gap:6px}.login-form-container .-form-titles-container .--form-title{font-size:25.5px}.login-form-container .-form-titles-container .--form-description{font-size:12px}.login-form-container .-login-form-wrapper{padding-block:12px;gap:12px}.login-form-container .-login-form-wrapper .--login-form-submit-btn{font-size:11.25px;border-radius:8px}.login-form-container .-login-form-wrapper .--forget-password-link{font-size:10.5px}.login-form-container .-login-form-wrapper input,.login-form-container .-login-form-wrapper label,.login-form-container .-login-form-wrapper span{font-size:12px}}@media screen and (min-width: 769px) and (max-width: 993px){.login-form-container{gap:10px;padding-inline:25px}.login-form-container .-form-titles-container{gap:4px}.login-form-container .-form-titles-container .--form-title{font-size:21.25px}.login-form-container .-form-titles-container .--form-description{font-size:10px}.login-form-container .-login-form-wrapper{padding-block:10px;gap:10px}.login-form-container .-login-form-wrapper .--login-form-submit-btn{font-size:9.375px;border-radius:6px}.login-form-container .-login-form-wrapper .--forget-password-link{font-size:8.75px}.login-form-container .-login-form-wrapper input,.login-form-container .-login-form-wrapper label,.login-form-container .-login-form-wrapper span{font-size:10px}}@media screen and (min-width: 577px) and (max-width: 768px){.login-form-container{gap:8px;padding-inline:20px}.login-form-container .-form-titles-container{gap:4px}.login-form-container .-form-titles-container .--form-title{font-size:17px}.login-form-container .-form-titles-container .--form-description{font-size:8px}.login-form-container .-login-form-wrapper{padding-block:8px;gap:8px}.login-form-container .-login-form-wrapper .--login-form-submit-btn{font-size:7.5px;border-radius:6px}.login-form-container .-login-form-wrapper .--forget-password-link{font-size:7px}.login-form-container .-login-form-wrapper input,.login-form-container .-login-form-wrapper label,.login-form-container .-login-form-wrapper span{font-size:10px}}@media screen and (min-width: 0) and (max-width: 576px){.login-form-container{gap:6px;padding-inline:15px}.login-form-container .-form-titles-container{gap:4px}.login-form-container .-form-titles-container .--form-title{font-size:12.75px}.login-form-container .-form-titles-container .--form-description{font-size:8px}.login-form-container .-login-form-wrapper{padding-block:8px;gap:8px}.login-form-container .-login-form-wrapper .--login-form-submit-btn{font-size:7.5px;border-radius:4px}.login-form-container .-login-form-wrapper .--forget-password-link{font-size:7px}.login-form-container .-login-form-wrapper input,.login-form-container .-login-form-wrapper label,.login-form-container .-login-form-wrapper span{font-size:10px}}.login-texts-wrapper{background:url(../../../../src/assets/images/adult-layer.svg) no-repeat;background-position:left bottom;background-color:#2196f3;border-radius:24px;color:#fff;justify-content:center;padding-inline:40px;gap:16px}.login-texts-wrapper .-login-title{font-size:60px;font-weight:400;line-height:120%;letter-spacing:-.5px}.login-texts-wrapper .-login-description{font-size:24px;font-weight:700;line-height:133.33%}@media (max-width: 1200px){.login-texts-wrapper{background:unset;background-position:unset;background-color:unset;border-radius:unset;color:#2196f3;text-align:center}}@media screen and (min-width: 994px) and (max-width: 1200px){.login-texts-wrapper{padding-inline:30px;gap:12px}.login-texts-wrapper .-login-title{font-size:45px}.login-texts-wrapper .-login-description{font-size:18px}}@media screen and (min-width: 769px) and (max-width: 993px){.login-texts-wrapper{padding-inline:25px;gap:10px}.login-texts-wrapper .-login-title{font-size:37.5px}.login-texts-wrapper .-login-description{font-size:15px}}@media screen and (min-width: 577px) and (max-width: 768px){.login-texts-wrapper{padding-inline:20px;gap:8px}.login-texts-wrapper .-login-title{font-size:30px}.login-texts-wrapper .-login-description{font-size:12px}}@media screen and (min-width: 0) and (max-width: 576px){.login-texts-wrapper{padding-inline:15px;gap:6px}.login-texts-wrapper .-login-title{font-size:22.5px}.login-texts-wrapper .-login-description{font-size:12px}}.-login-container{max-width:1920px;width:calc(100% - 124px);margin:auto;height:100%;padding-block:46px}@media screen and (min-width: 994px) and (max-width: 1200px){.-login-container{width:calc(100% - 93px);padding-block:34.5px}}@media screen and (min-width: 769px) and (max-width: 993px){.-login-container{width:calc(100% - 77.5px);padding-block:28.75px}}@media screen and (min-width: 577px) and (max-width: 768px){.-login-container{width:calc(100% - 62px);padding-block:23px}}@media screen and (min-width: 0) and (max-width: 576px){.-login-container{width:calc(100% - 46.5px);padding-block:17.25px}}.add-patient-medical-history-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.add-patient-medical-history-form-wrapper .add-patient-medical-history-wrapper{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:0rem 1.5rem 1rem;border-radius:.65rem}.add-patient-medical-history-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:.5rem;grid-column:span 2}.add-patient-medical-history-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}@media (max-width: 768px){.add-patient-medical-history-form-wrapper .-inputs-grid{grid-template-columns:1fr!important}.add-patient-medical-history-form-wrapper .-inputs-grid>*{grid-column:span 1!important;width:100%}}.add-patient-medical-history-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.add-patient-medical-history-form-wrapper .-actions button{font-size:.75rem!important}@media (max-width: 768px){.add-patient-medical-history-form-wrapper .-actions{flex-direction:row;gap:.5rem}}.add-patient-basic-info-form-wrapper{display:flex;flex-direction:column;height:100%;margin:0 1.5rem}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper{padding:1rem 1.5rem;height:calc(100% - 7.25rem);overflow:auto;background-color:#2196f30a;border-radius:.65rem;margin:1rem 0}@media (max-width: 768px){.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper{height:calc(100% - 8rem)}}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-bottom:.5rem}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin:4px 14px 0;color:#ff5630}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .martial_status{grid-column:span 3}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .address,.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .gender{grid-column:span 2}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .-inputs-group{grid-column:span 3}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .adc_agncy{grid-column:span 2}@media (max-width: 768px){.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid{grid-template-columns:1fr;gap:1rem}.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .martial_status,.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .address,.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .gender,.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .-inputs-group,.add-patient-basic-info-form-wrapper .add-patient-basic-info-wrapper .-inputs-grid .adc_agncy{grid-column:span 1}}.add-patient-basic-info-form-wrapper .-actions{display:flex;flex-direction:row-reverse}.add-patient-basic-info-form-wrapper .-actions button{font-size:.75rem!important}@media (max-width: 768px){.add-patient-basic-info-form-wrapper .-actions{flex-direction:column;gap:.5rem}}.add-patient-basic-info-form-wrapper .-signature-canvas{border:1px solid #000;border-radius:4px;width:100%;height:150px}@media (max-width: 768px){.add-patient-basic-info-form-wrapper{margin:0;padding:0}}.add-patient-extra-info-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.add-patient-extra-info-form-wrapper .add-patient-extra-info-wrapper{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:0rem 1.5rem 1rem;border-radius:.65rem}.add-patient-extra-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.add-patient-extra-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}@media (max-width: 768px){.add-patient-extra-info-form-wrapper .-inputs-grid{grid-template-columns:1fr!important}.add-patient-extra-info-form-wrapper .-inputs-grid>*{grid-column:span 1!important;width:100%}}.add-patient-extra-info-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.add-patient-extra-info-form-wrapper .-actions button{font-size:.75rem!important}@media (max-width: 768px){.add-patient-extra-info-form-wrapper .-actions{flex-direction:row;gap:.5rem}}.info-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.medical-history-wrapper{display:flex;flex-direction:column;gap:16px}.medical-history-wrapper .-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width: 994px) and (max-width: 1200px){.medical-history-wrapper,.medical-history-wrapper .-grid{gap:12px}}@media screen and (min-width: 769px) and (max-width: 993px){.medical-history-wrapper,.medical-history-wrapper .-grid{gap:10px}}@media screen and (min-width: 577px) and (max-width: 768px){.medical-history-wrapper,.medical-history-wrapper .-grid{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.medical-history-wrapper,.medical-history-wrapper .-grid{gap:6px}}.extra-info-wrapper{display:flex;flex-direction:column;gap:16px}.extra-info-wrapper .-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}@media screen and (min-width: 994px) and (max-width: 1200px){.extra-info-wrapper,.extra-info-wrapper .-grid{gap:12px}}@media screen and (min-width: 769px) and (max-width: 993px){.extra-info-wrapper,.extra-info-wrapper .-grid{gap:10px}}@media screen and (min-width: 577px) and (max-width: 768px){.extra-info-wrapper,.extra-info-wrapper .-grid{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.extra-info-wrapper,.extra-info-wrapper .-grid{gap:6px}}.add-attendance-confirmation-form-wrapper{display:flex;flex-direction:column;gap:16px}.add-attendance-confirmation-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.add-attendance-confirmation-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.add-attendance-confirmation-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-attendance-confirmation-form-wrapper .-list-item-wrapper{display:flex;gap:8px;align-items:center}.add-attendance-confirmation-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.add-attendance-info-form-wrapper{display:flex;flex-direction:column;gap:8px}.add-attendance-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:8px;grid-column:span 2}.add-attendance-info-form-wrapper .-search-input{width:50%}.add-attendance-info-form-wrapper .--input-icon{margin-inline:6px}.add-attendance-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.add-attendance-info-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-attendance-info-form-wrapper .--list-items-wrapper{display:flex;flex-direction:column;gap:8px}.add-attendance-info-form-wrapper .--list-items-wrapper .---list-item-wrapper{display:flex;gap:8px;align-items:center}.add-attendance-info-form-wrapper .-actions{display:flex;align-items:center;flex-direction:row-reverse}.add-staff-signature-dialog-content-wrapper{min-width:300px;padding:32px;display:flex;flex-direction:column;gap:16px}.add-staff-signature-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.add-staff-signature-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.add-staff-signature-dialog-content-wrapper .-add-signature-form-wrapper{display:flex;flex-direction:column;align-items:center;gap:16px}.add-staff-signature-dialog-content-wrapper .-add-signature-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.add-staff-signature-dialog-content-wrapper .-add-signature-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.add-staff-signature-dialog-content-wrapper .-add-signature-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.add-staff-signature-dialog-content-wrapper .-add-signature-form-wrapper .--actions{display:flex;flex-direction:row-reverse;margin-top:1rem}@media screen and (min-width: 994px) and (max-width: 1200px){.add-staff-signature-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.add-staff-signature-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.add-staff-signature-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.add-staff-signature-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.add-staff-signature-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.add-staff-signature-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.add-staff-signature-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.add-staff-signature-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.add-staff-signature-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}.table-status-wrapper{display:flex;align-items:center;gap:8px}.update-transportation-form-dialog-content-wrapper{padding:24px;display:flex;flex-direction:column;height:100%;overflow:hidden;gap:12px}.update-transportation-form-dialog-content-wrapper .-dialog-top{display:flex;align-items:center;justify-content:space-between}.update-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:24px;font-weight:700;line-height:133.33%}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper,.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid{display:flex;flex-direction:column;gap:8px}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{display:flex;align-items:center;gap:8px}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .signature-canvas-wrapper{border:1px solid;border-radius:4px}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--inputs-grid .signature-canvas-wrapper .sigCanvas{width:100%}.update-transportation-form-dialog-content-wrapper .-start-transportation-form-wrapper .--actions{display:flex;flex-direction:row-reverse}@media screen and (min-width: 994px) and (max-width: 1200px){.update-transportation-form-dialog-content-wrapper{min-width:800px;padding:24px;gap:16px}.update-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:18px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:15px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 769px) and (max-width: 993px){.update-transportation-form-dialog-content-wrapper{min-width:600px;padding:20px;gap:16px}.update-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:15px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:12.5px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 577px) and (max-width: 768px){.update-transportation-form-dialog-content-wrapper{min-width:450px;padding:16px;gap:16px}.update-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:12px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:10px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){.update-transportation-form-dialog-content-wrapper{min-width:340px;padding:12px;gap:16px}.update-transportation-form-dialog-content-wrapper .-dialog-top .--dialog-title{font-size:9px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper{gap:8px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid{gap:8px;width:100%}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---input-group-title{font-size:7.5px}.update-transportation-form-dialog-content-wrapper .-patient-attendance-form-wrapper .--inputs-grid .---list-items-wrapper .----list-item-wrapper{gap:8px}}#attendances .filter-wrapper{gap:8px}#attendances .filter-wrapper .-select-episode,#attendances .filter-wrapper .-select-status{width:276px}.edit-patient-basic-info-form-wrapper{display:flex;flex-direction:column;height:100%;margin:0 1.5rem}.edit-patient-basic-info-form-wrapper .edit-patient-basic-info-wrapper{padding:1rem 1.5rem;height:calc(100% - 7.25rem);overflow:auto;background-color:#2196f30a;border-radius:.65rem;margin:1rem 0}@media (max-width: 768px){.edit-patient-basic-info-form-wrapper .edit-patient-basic-info-wrapper{padding:1rem;height:calc(100% - 8rem)}}.edit-patient-basic-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-bottom:.5rem}.edit-patient-basic-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px}.edit-patient-basic-info-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.edit-patient-basic-info-form-wrapper .-inputs-grid .address,.edit-patient-basic-info-form-wrapper .-inputs-grid .martial_status{grid-column:span 2}.edit-patient-basic-info-form-wrapper .-inputs-grid .-inputs-group{grid-column:span 3}@media (max-width: 768px){.edit-patient-basic-info-form-wrapper .-inputs-grid{grid-template-columns:1fr;gap:1rem}.edit-patient-basic-info-form-wrapper .-inputs-grid .address,.edit-patient-basic-info-form-wrapper .-inputs-grid .martial_status,.edit-patient-basic-info-form-wrapper .-inputs-grid .-inputs-group{grid-column:span 1}}.edit-patient-basic-info-form-wrapper .-actions{display:flex;flex-direction:row-reverse}.edit-patient-basic-info-form-wrapper .-actions button{font-size:.75rem!important}@media (max-width: 768px){.edit-patient-basic-info-form-wrapper .-actions{flex-direction:column;gap:.5rem}}@media (max-width: 768px){.edit-patient-basic-info-form-wrapper{margin:0;padding:0}}.edit-patient-extra-info-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.edit-patient-extra-info-form-wrapper .edit-patient-extra-info-wrapper{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:0rem 1.5rem 1rem;border-radius:.65rem}.edit-patient-extra-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.edit-patient-extra-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}@media (max-width: 768px){.edit-patient-extra-info-form-wrapper .-inputs-grid{grid-template-columns:1fr!important}.edit-patient-extra-info-form-wrapper .-inputs-grid>*{grid-column:span 1!important;width:100%}}.edit-patient-extra-info-form-wrapper .-actions button{font-size:.75rem!important}@media (max-width: 768px){.edit-patient-extra-info-form-wrapper .-actions{flex-direction:row;gap:.5rem}}.edit-patient-extra-info-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.edit-patient-medical-history-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.edit-patient-medical-history-form-wrapper .edit-patient-medical-history-wrapper{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:0rem 1.5rem 1rem;border-radius:.65rem}.edit-patient-medical-history-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.edit-patient-medical-history-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.edit-patient-medical-history-form-wrapper .-inputs-grid .main_diagnosis,.edit-patient-medical-history-form-wrapper .-inputs-grid .other_diagnosis{grid-column:span 2}.edit-patient-medical-history-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.edit-patient-medical-history-form-wrapper .-inputs-grid .--radio-group-inputs{width:90%;display:flex;flex-direction:column}.edit-patient-medical-history-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.add-user-roles-form-wrapper,.edit-user-roles-form-wrapper{display:flex;flex-direction:column;height:100%;margin:0 1.5rem}.add-user-roles-form-wrapper .add-user-roles-wrapper,.add-user-roles-form-wrapper .edit-user-roles-wrapper,.edit-user-roles-form-wrapper .add-user-roles-wrapper,.edit-user-roles-form-wrapper .edit-user-roles-wrapper{padding:0 1.5rem;height:calc(100% - 7.25rem);overflow:auto;background-color:#2196f30a;padding:1rem 1.5rem;border-radius:.65rem}.add-user-roles-form-wrapper .-input-group-title,.edit-user-roles-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de}.add-user-roles-form-wrapper .-inputs-grid,.edit-user-roles-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center}.add-user-roles-form-wrapper .-inputs-grid .--inputs-radios-Wrapper,.edit-user-roles-form-wrapper .-inputs-grid .--inputs-radios-Wrapper{grid-column:span 3}.add-user-roles-form-wrapper .-inputs-grid .--input-error,.edit-user-roles-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-user-roles-form-wrapper .-permissions-group,.edit-user-roles-form-wrapper .-permissions-group{display:grid;width:66.6666666667%;grid-template-columns:repeat(2,1fr)}.add-user-roles-form-wrapper .-actions,.edit-user-roles-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.add-user-basic-info-form-wrapper,.edit-user-basic-info-form-wrapper{display:flex;flex-direction:column;height:100%;margin:0 1.5rem}.add-user-basic-info-form-wrapper .add-user-basic-info-wrapper,.add-user-basic-info-form-wrapper .edit-user-basic-info-wrapper,.edit-user-basic-info-form-wrapper .add-user-basic-info-wrapper,.edit-user-basic-info-form-wrapper .edit-user-basic-info-wrapper{padding:0 1.5rem;height:calc(100% - 7.25rem);overflow:auto;background-color:#2196f30a;padding:1rem 1.5rem;border-radius:.65rem;margin:1rem 0rem}.add-user-basic-info-form-wrapper .-input-group-title,.edit-user-basic-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de}.add-user-basic-info-form-wrapper .-inputs-grid,.edit-user-basic-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.add-user-basic-info-form-wrapper .-inputs-grid .--input-error,.edit-user-basic-info-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-user-basic-info-form-wrapper .-inputs-grid .-inputs-group,.edit-user-basic-info-form-wrapper .-inputs-grid .-inputs-group{grid-column:span 2}.add-user-basic-info-form-wrapper .-actions,.edit-user-basic-info-form-wrapper .-actions{display:flex;flex-direction:row-reverse}.add-user-basic-info-form-wrapper .MuiMenu-list,.edit-user-basic-info-form-wrapper .MuiMenu-list{height:20rem}.add-user-extra-info-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.add-user-extra-info-form-wrapper .add-user-extra-info-wrapper{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:0rem 1.5rem 1rem;border-radius:.65rem}.add-user-extra-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.add-user-extra-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.add-user-extra-info-form-wrapper .-inputs-grid .description,.add-user-extra-info-form-wrapper .-inputs-grid .note{grid-column:span 2}.add-user-extra-info-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-user-extra-info-form-wrapper .-inputs-grid .--radio-group-inputs{width:90%;display:flex;flex-direction:column}.add-user-extra-info-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}.edit-user-extra-info-form-wrapper{display:flex;flex-direction:column;gap:16px}.edit-user-extra-info-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.edit-user-extra-info-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px;align-items:center}.edit-user-extra-info-form-wrapper .-inputs-grid .description,.edit-user-extra-info-form-wrapper .-inputs-grid .note{grid-column:span 2}.edit-user-extra-info-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.edit-user-extra-info-form-wrapper .-inputs-grid .--radio-group-inputs{width:90%;display:flex;flex-direction:column}.edit-user-extra-info-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}#user-profile .-delete-btn-icon path{fill:#d32f2f}.user-roles-wrappers{display:flex;flex-direction:column;gap:16px;padding-block:16px}.user-roles-wrappers .-roles-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de}.user-roles-wrappers .-roles-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:16px;align-items:center}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow,.react-datepicker__navigation-icon:before{border-color:#ccc;border-style:solid;border-width:3px 3px 0 0;content:"";display:block;height:9px;position:absolute;top:6px;width:9px}.react-datepicker-wrapper{display:inline-block;padding:0;border:0}.react-datepicker{font-family:Helvetica Neue,helvetica,arial,sans-serif;font-size:.8rem;background-color:#fff;color:#000;border:1px solid #aeaeae;border-radius:.3rem;display:inline-block;position:relative;line-height:initial}.react-datepicker--time-only .react-datepicker__time-container{border-left:0}.react-datepicker--time-only .react-datepicker__time,.react-datepicker--time-only .react-datepicker__time-box{border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker-popper{z-index:1;line-height:0}.react-datepicker-popper .react-datepicker__triangle{stroke:#aeaeae}.react-datepicker-popper[data-placement^=bottom] .react-datepicker__triangle{fill:#f0f0f0;color:#f0f0f0}.react-datepicker-popper[data-placement^=top] .react-datepicker__triangle{fill:#fff;color:#fff}.react-datepicker__header{text-align:center;background-color:#f0f0f0;border-bottom:1px solid #aeaeae;border-top-left-radius:.3rem;padding:8px 0;position:relative}.react-datepicker__header--time{padding-bottom:8px;padding-left:5px;padding-right:5px}.react-datepicker__header--time:not(.react-datepicker__header--time--only){border-top-left-radius:0}.react-datepicker__header:not(.react-datepicker__header--has-time-select){border-top-right-radius:.3rem}.react-datepicker__year-dropdown-container--select,.react-datepicker__month-dropdown-container--select,.react-datepicker__month-year-dropdown-container--select,.react-datepicker__year-dropdown-container--scroll,.react-datepicker__month-dropdown-container--scroll,.react-datepicker__month-year-dropdown-container--scroll{display:inline-block;margin:0 15px}.react-datepicker__current-month,.react-datepicker-time__header,.react-datepicker-year-header{margin-top:0;color:#000;font-weight:700;font-size:.944rem}h2.react-datepicker__current-month{padding:0;margin:0}.react-datepicker-time__header{text-overflow:ellipsis;white-space:nowrap;overflow:hidden}.react-datepicker__navigation{align-items:center;background:none;display:flex;justify-content:center;text-align:center;cursor:pointer;position:absolute;top:2px;padding:0;border:none;z-index:1;height:32px;width:32px;text-indent:-999em;overflow:hidden}.react-datepicker__navigation--previous{left:2px}.react-datepicker__navigation--next{right:2px}.react-datepicker__navigation--next--with-time:not(.react-datepicker__navigation--next--with-today-button){right:85px}.react-datepicker__navigation--years{position:relative;top:0;display:block;margin-left:auto;margin-right:auto}.react-datepicker__navigation--years-previous{top:4px}.react-datepicker__navigation--years-upcoming{top:-4px}.react-datepicker__navigation:hover *:before{border-color:#a6a6a6}.react-datepicker__navigation-icon{position:relative;top:-1px;font-size:20px;width:0}.react-datepicker__navigation-icon--next{left:-2px}.react-datepicker__navigation-icon--next:before{transform:rotate(45deg);left:-7px}.react-datepicker__navigation-icon--previous{right:-2px}.react-datepicker__navigation-icon--previous:before{transform:rotate(225deg);right:-7px}.react-datepicker__month-container{float:left}.react-datepicker__year{margin:.4rem;text-align:center}.react-datepicker__year-wrapper{display:flex;flex-wrap:wrap;max-width:180px}.react-datepicker__year .react-datepicker__year-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__month{margin:.4rem;text-align:center}.react-datepicker__month .react-datepicker__month-text,.react-datepicker__month .react-datepicker__quarter-text{display:inline-block;width:4rem;margin:2px}.react-datepicker__input-time-container{clear:both;width:100%;float:left;margin:5px 0 10px 15px;text-align:left}.react-datepicker__input-time-container .react-datepicker-time__caption,.react-datepicker__input-time-container .react-datepicker-time__input-container{display:inline-block}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input{display:inline-block;margin-left:10px}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input{width:auto}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-inner-spin-button,.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__input input[type=time]{-moz-appearance:textfield}.react-datepicker__input-time-container .react-datepicker-time__input-container .react-datepicker-time__delimiter{margin-left:5px;display:inline-block}.react-datepicker__time-container{float:right;border-left:1px solid #aeaeae;width:85px}.react-datepicker__time-container--with-today-button{display:inline;border:1px solid #aeaeae;border-radius:.3rem;position:absolute;right:-87px;top:0}.react-datepicker__time-container .react-datepicker__time{position:relative;background:#fff;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box{width:85px;overflow-x:hidden;margin:0 auto;text-align:center;border-bottom-right-radius:.3rem}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list{list-style:none;margin:0;height:calc(195px + .85rem);overflow-y:scroll;padding-right:0;padding-left:0;width:100%;box-sizing:content-box}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item{height:30px;padding:5px 10px;white-space:nowrap}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item:hover{cursor:pointer;background-color:#f0f0f0}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected{background-color:#216ba5;color:#fff;font-weight:700}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--selected:hover{background-color:#216ba5}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled{color:#ccc}.react-datepicker__time-container .react-datepicker__time .react-datepicker__time-box ul.react-datepicker__time-list li.react-datepicker__time-list-item--disabled:hover{cursor:default;background-color:transparent}.react-datepicker__week-number{color:#ccc;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__week-number.react-datepicker__week-number--clickable{cursor:pointer}.react-datepicker__week-number.react-datepicker__week-number--clickable:not(.react-datepicker__week-number--selected,.react-datepicker__week-number--keyboard-selected):hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__week-number--selected{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__week-number--selected:hover{background-color:#1d5d90}.react-datepicker__week-number--keyboard-selected{border-radius:.3rem;background-color:#2a87d0;color:#fff}.react-datepicker__week-number--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day-names{white-space:nowrap;margin-bottom:-8px}.react-datepicker__week{white-space:nowrap}.react-datepicker__day-name,.react-datepicker__day,.react-datepicker__time-name{color:#000;display:inline-block;width:1.7rem;line-height:1.7rem;text-align:center;margin:.166rem}.react-datepicker__day,.react-datepicker__month-text,.react-datepicker__quarter-text,.react-datepicker__year-text{cursor:pointer}.react-datepicker__day:hover,.react-datepicker__month-text:hover,.react-datepicker__quarter-text:hover,.react-datepicker__year-text:hover{border-radius:.3rem;background-color:#f0f0f0}.react-datepicker__day--today,.react-datepicker__month-text--today,.react-datepicker__quarter-text--today,.react-datepicker__year-text--today{font-weight:700}.react-datepicker__day--highlighted,.react-datepicker__month-text--highlighted,.react-datepicker__quarter-text--highlighted,.react-datepicker__year-text--highlighted{border-radius:.3rem;background-color:#3dcc4a;color:#fff}.react-datepicker__day--highlighted:hover,.react-datepicker__month-text--highlighted:hover,.react-datepicker__quarter-text--highlighted:hover,.react-datepicker__year-text--highlighted:hover{background-color:#32be3f}.react-datepicker__day--highlighted-custom-1,.react-datepicker__month-text--highlighted-custom-1,.react-datepicker__quarter-text--highlighted-custom-1,.react-datepicker__year-text--highlighted-custom-1{color:#f0f}.react-datepicker__day--highlighted-custom-2,.react-datepicker__month-text--highlighted-custom-2,.react-datepicker__quarter-text--highlighted-custom-2,.react-datepicker__year-text--highlighted-custom-2{color:green}.react-datepicker__day--holidays,.react-datepicker__month-text--holidays,.react-datepicker__quarter-text--holidays,.react-datepicker__year-text--holidays{position:relative;border-radius:.3rem;background-color:#ff6803;color:#fff}.react-datepicker__day--holidays .overlay,.react-datepicker__month-text--holidays .overlay,.react-datepicker__quarter-text--holidays .overlay,.react-datepicker__year-text--holidays .overlay{position:absolute;bottom:100%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__day--holidays:hover,.react-datepicker__month-text--holidays:hover,.react-datepicker__quarter-text--holidays:hover,.react-datepicker__year-text--holidays:hover{background-color:#cf5300}.react-datepicker__day--holidays:hover .overlay,.react-datepicker__month-text--holidays:hover .overlay,.react-datepicker__quarter-text--holidays:hover .overlay,.react-datepicker__year-text--holidays:hover .overlay{visibility:visible;opacity:1}.react-datepicker__day--selected,.react-datepicker__day--in-selecting-range,.react-datepicker__day--in-range,.react-datepicker__month-text--selected,.react-datepicker__month-text--in-selecting-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--selected,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--selected,.react-datepicker__year-text--in-selecting-range,.react-datepicker__year-text--in-range{border-radius:.3rem;background-color:#216ba5;color:#fff}.react-datepicker__day--selected:hover,.react-datepicker__day--in-selecting-range:hover,.react-datepicker__day--in-range:hover,.react-datepicker__month-text--selected:hover,.react-datepicker__month-text--in-selecting-range:hover,.react-datepicker__month-text--in-range:hover,.react-datepicker__quarter-text--selected:hover,.react-datepicker__quarter-text--in-selecting-range:hover,.react-datepicker__quarter-text--in-range:hover,.react-datepicker__year-text--selected:hover,.react-datepicker__year-text--in-selecting-range:hover,.react-datepicker__year-text--in-range:hover{background-color:#1d5d90}.react-datepicker__day--keyboard-selected,.react-datepicker__month-text--keyboard-selected,.react-datepicker__quarter-text--keyboard-selected,.react-datepicker__year-text--keyboard-selected{border-radius:.3rem;background-color:#bad9f1;color:#000}.react-datepicker__day--keyboard-selected:hover,.react-datepicker__month-text--keyboard-selected:hover,.react-datepicker__quarter-text--keyboard-selected:hover,.react-datepicker__year-text--keyboard-selected:hover{background-color:#1d5d90}.react-datepicker__day--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__month-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__quarter-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range),.react-datepicker__year-text--in-selecting-range:not(.react-datepicker__day--in-range,.react-datepicker__month-text--in-range,.react-datepicker__quarter-text--in-range,.react-datepicker__year-text--in-range){background-color:#216ba580}.react-datepicker__month--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__day--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__month-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__quarter-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__month--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range),.react-datepicker__year--selecting-range .react-datepicker__year-text--in-range:not(.react-datepicker__day--in-selecting-range,.react-datepicker__month-text--in-selecting-range,.react-datepicker__quarter-text--in-selecting-range,.react-datepicker__year-text--in-selecting-range){background-color:#f0f0f0;color:#000}.react-datepicker__day--disabled,.react-datepicker__month-text--disabled,.react-datepicker__quarter-text--disabled,.react-datepicker__year-text--disabled{cursor:default;color:#ccc}.react-datepicker__day--disabled:hover,.react-datepicker__month-text--disabled:hover,.react-datepicker__quarter-text--disabled:hover,.react-datepicker__year-text--disabled:hover{background-color:transparent}.react-datepicker__day--disabled .overlay,.react-datepicker__month-text--disabled .overlay,.react-datepicker__quarter-text--disabled .overlay,.react-datepicker__year-text--disabled .overlay{position:absolute;bottom:70%;left:50%;transform:translate(-50%);background-color:#333;color:#fff;padding:4px;border-radius:4px;white-space:nowrap;visibility:hidden;opacity:0;transition:visibility 0s,opacity .3s ease-in-out}.react-datepicker__input-container{position:relative;display:inline-block;width:100%}.react-datepicker__input-container .react-datepicker__calendar-icon{position:absolute;padding:.5rem;box-sizing:content-box}.react-datepicker__view-calendar-icon input{padding:6px 10px 5px 25px}.react-datepicker__year-read-view,.react-datepicker__month-read-view,.react-datepicker__month-year-read-view{border:1px solid transparent;border-radius:.3rem;position:relative}.react-datepicker__year-read-view:hover,.react-datepicker__month-read-view:hover,.react-datepicker__month-year-read-view:hover{cursor:pointer}.react-datepicker__year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__year-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view:hover .react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__year-read-view--down-arrow,.react-datepicker__month-year-read-view:hover .react-datepicker__month-read-view--down-arrow{border-top-color:#b3b3b3}.react-datepicker__year-read-view--down-arrow,.react-datepicker__month-read-view--down-arrow,.react-datepicker__month-year-read-view--down-arrow{transform:rotate(135deg);right:-16px;top:0}.react-datepicker__year-dropdown,.react-datepicker__month-dropdown,.react-datepicker__month-year-dropdown{background-color:#f0f0f0;position:absolute;width:50%;left:25%;top:30px;z-index:1;text-align:center;border-radius:.3rem;border:1px solid #aeaeae}.react-datepicker__year-dropdown:hover,.react-datepicker__month-dropdown:hover,.react-datepicker__month-year-dropdown:hover{cursor:pointer}.react-datepicker__year-dropdown--scrollable,.react-datepicker__month-dropdown--scrollable,.react-datepicker__month-year-dropdown--scrollable{height:150px;overflow-y:scroll}.react-datepicker__year-option,.react-datepicker__month-option,.react-datepicker__month-year-option{line-height:20px;width:100%;display:block;margin-left:auto;margin-right:auto}.react-datepicker__year-option:first-of-type,.react-datepicker__month-option:first-of-type,.react-datepicker__month-year-option:first-of-type{border-top-left-radius:.3rem;border-top-right-radius:.3rem}.react-datepicker__year-option:last-of-type,.react-datepicker__month-option:last-of-type,.react-datepicker__month-year-option:last-of-type{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;border-bottom-left-radius:.3rem;border-bottom-right-radius:.3rem}.react-datepicker__year-option:hover,.react-datepicker__month-option:hover,.react-datepicker__month-year-option:hover{background-color:#ccc}.react-datepicker__year-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-option:hover .react-datepicker__navigation--years-upcoming,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-upcoming{border-bottom-color:#b3b3b3}.react-datepicker__year-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-option:hover .react-datepicker__navigation--years-previous,.react-datepicker__month-year-option:hover .react-datepicker__navigation--years-previous{border-top-color:#b3b3b3}.react-datepicker__year-option--selected,.react-datepicker__month-option--selected,.react-datepicker__month-year-option--selected{position:absolute;left:15px}.react-datepicker__close-icon{cursor:pointer;background-color:transparent;border:0;outline:0;padding:0 6px 0 0;position:absolute;top:0;right:0;height:100%;display:table-cell;vertical-align:middle}.react-datepicker__close-icon:after{cursor:pointer;background-color:#216ba5;color:#fff;border-radius:50%;height:16px;width:16px;padding:2px;font-size:12px;line-height:1;text-align:center;display:table-cell;vertical-align:middle;content:"×"}.react-datepicker__close-icon--disabled{cursor:default}.react-datepicker__close-icon--disabled:after{cursor:default;background-color:#ccc}.react-datepicker__today-button{background:#f0f0f0;border-top:1px solid #aeaeae;cursor:pointer;text-align:center;font-weight:700;padding:5px 0;clear:left}.react-datepicker__portal{position:fixed;width:100vw;height:100vh;background-color:#000c;left:0;top:0;justify-content:center;align-items:center;display:flex;z-index:2147483647}.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:3rem;line-height:3rem}@media (max-width: 400px),(max-height: 550px){.react-datepicker__portal .react-datepicker__day-name,.react-datepicker__portal .react-datepicker__day,.react-datepicker__portal .react-datepicker__time-name{width:2rem;line-height:2rem}}.react-datepicker__portal .react-datepicker__current-month,.react-datepicker__portal .react-datepicker-time__header{font-size:1.44rem}.react-datepicker__children-container{width:13.8rem;margin:.4rem;padding-right:.2rem;padding-left:.2rem;height:auto}.react-datepicker__aria-live{position:absolute;clip-path:circle(0);border:0;height:1px;margin:-1px;overflow:hidden;padding:0;width:1px;white-space:nowrap}.react-datepicker__calendar-icon{width:1em;height:1em;vertical-align:-.125em}.react-main-calendar-wrapper .react-datepicker-popper{position:static!important;transform:initial!important;width:100%}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker{padding:initial;padding:16px;width:100%;border-color:#ebebeb;border-radius:16px}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container{float:initial}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__header{background-color:#fff;border-radius:0;border-bottom:initial}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__header .react-datepicker__day-names{margin:initial;margin-block:12px;display:flex;align-items:center;justify-content:space-between}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__month{margin:initial}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week{display:flex;align-items:center;justify-content:space-between}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day{margin:initial;width:60px;height:48px;font-size:20px;line-height:160%;padding:initial;display:flex;align-items:center;justify-content:center;background-color:#f9f9f9;margin-block:8px;border:initial}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker .react-datepicker__month-container .react-datepicker__month .react-datepicker__week .react-datepicker__day--selected{background-color:#1f5eff}.react-main-calendar-wrapper .react-datepicker-popper .react-datepicker__triangle{display:none}.add-episode-manager-form-wrapper{display:flex;flex-direction:column;gap:.5rem;height:100%}.add-episode-manager-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.add-episode-manager-form-wrapper .-search-input{width:50%}.add-episode-manager-form-wrapper .--input-icon{margin-inline:6px}.add-episode-manager-form-wrapper .-inputs-grid{display:grid;grid-template-columns:1fr;gap:16px}.add-episode-manager-form-wrapper .-inputs-grid .--date-inputs-wrapper{display:flex;flex-direction:column;gap:8px}.add-episode-manager-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-episode-manager-form-wrapper .--list-items-wrapper{display:flex;flex-direction:column;gap:8px}.add-episode-manager-form-wrapper .--list-items-wrapper .---list-item-wrapper{display:flex;gap:8px;align-items:center}.add-episode-manager-form-wrapper .-actions{display:flex;align-items:center;flex-direction:row-reverse}@media (min-width: 768px){.add-episode-manager-form-wrapper .-inputs-grid{grid-template-columns:repeat(2,1fr)}}#Episodes-manager .filter-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}#Episodes-manager .filter-wrapper .-select-episode,#Episodes-manager .filter-wrapper #search-patient{min-width:20rem}.edit-episode-manager-form-wrapper{display:flex;flex-direction:column;gap:.5rem;height:100%}.edit-episode-manager-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.edit-episode-manager-form-wrapper .-search-input{width:50%}.edit-episode-manager-form-wrapper .--input-icon{margin-inline:6px}.edit-episode-manager-form-wrapper .-inputs-grid{display:grid;grid-template-columns:1fr;gap:16px}.edit-episode-manager-form-wrapper .-inputs-grid .--date-inputs-wrapper{display:flex;flex-direction:column;gap:8px}.edit-episode-manager-form-wrapper .-inputs-grid .--input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.edit-episode-manager-form-wrapper .--list-items-wrapper{display:flex;flex-direction:column;gap:8px}.edit-episode-manager-form-wrapper .--list-items-wrapper .---list-item-wrapper{display:flex;gap:8px;align-items:center}.edit-episode-manager-form-wrapper .-actions{display:flex;align-items:center;flex-direction:row-reverse}@media (min-width: 768px){.edit-episode-manager-form-wrapper .-inputs-grid{grid-template-columns:repeat(2,1fr)}}.add-schedule-info-data-form-wrapper{display:flex;flex-direction:column;margin:1.5rem;gap:16px;height:100%}.add-schedule-info-data-form-wrapper .add-schedule-info-data-form{height:calc(100% - 8rem);overflow:scroll;background-color:#2196f30a;padding:1.5rem;border-radius:.65rem}.add-schedule-info-data-form-wrapper .-input-group-title{font-size:10px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.add-schedule-info-data-form-wrapper .-search-input{width:50%}.add-schedule-info-data-form-wrapper .--input-icon{margin-inline:6px}.add-schedule-info-data-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.add-schedule-info-data-form-wrapper .-inputs-grid .--date-inputs-wrapper,.add-schedule-info-data-form-wrapper .--list-items-wrapper{display:flex;flex-direction:column;gap:8px}.add-schedule-info-data-form-wrapper .--list-items-wrapper .---list-item-wrapper{display:flex;gap:8px;align-items:center}.add-schedule-info-data-form-wrapper .-input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.add-schedule-info-data-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}#add-schedule-center{margin-top:16px;display:flex;flex-direction:column;gap:24px;padding:0 1.5rem;height:calc(100% - 4.375rem);overflow:auto}#add-schedule-center .calendar-legend{background-color:#f5f5f5;padding:8px 16px;border-radius:8px;box-shadow:0 1px 3px #0000001a}#add-schedule-center .calendar-legend .legend-dot{width:12px;height:12px;border-radius:50%;display:inline-block}#add-schedule-center .calendar-legend .legend-dot.legend-absent-day{background-color:#8b1f1f}#add-schedule-center .calendar-legend .legend-dot.legend-holiday-day{background-color:#ff9800!important}#add-schedule-center .calendar-legend .legend-dot.legend-open-day{background-color:#4caf50!important}#add-schedule-center .calendar-legend .legend-dot.legend-weather-day{background-color:#9c27b0!important}#add-schedule-center .calendar-legend .legend-dot.legend-blocked-day{background-color:#0000004d!important}#add-schedule-center .calendar-legend span{font-size:14px;color:#333}#add-schedule-center .grid-calendars-wrapper{height:calc(100% - 3rem);overflow:auto;display:grid;grid-template-columns:repeat(1,1fr);gap:16px}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper{width:100%}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker{width:100%;border:none;font-size:1rem}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__month-container{width:100%;float:none}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__month{margin:1rem 0;display:flex;flex-direction:column;gap:.5rem}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__week{display:flex;justify-content:space-around}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day-names{display:flex;justify-content:space-around;margin:0}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day-name,#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day{width:3.125rem;height:3.125rem;display:flex;justify-content:center;align-items:center;margin:0;font-size:1rem}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day{border-radius:50%}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--selected{background-color:#007bff;color:#fff}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__input-container{display:none}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--keyboard-selected{background-color:#fff}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__navigation{display:none}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--outside-month{pointer-events:none;opacity:.5}#add-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--selected.react-datepicker__day--outside-month{background-color:#f9f9f9;color:#000}#add-schedule-center .grid-days-calendar-wrapper{display:grid;grid-template-columns:repeat(1,1fr);width:100%}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper{padding:8px;display:flex;flex-direction:column;gap:8px;height:auto;min-height:120px;border:#ebebeb 1px solid;width:100%}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-text-check{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-text-check .--day-text{font-size:18px;font-weight:600;line-height:17.19px;text-align:end}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-content .MuiAvatar-root{width:32px!important;height:32px!important}#add-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-content .chip-wrapper{width:100%;display:flex;justify-content:center;align-items:center;font-size:14px}#add-schedule-center .grid-days-calendar-wrapper .react-datepicker__day--selected{border:2px solid #2196f3;border-radius:8px;background-color:#2196f30a;color:#000}#add-schedule-center .react-datepicker__navigation{top:15px;transform:scale(1.5)}#add-schedule-center .react-datepicker__current-month{font-size:1rem;padding-bottom:.5rem}#add-schedule-center .react-datepicker__day-name{font-weight:400;font-size:.85rem;color:#494040}#add-schedule-center .absent-day{background-color:#d32f2f14!important;color:#d32f2f!important}#add-schedule-center .holiday-day{background-color:#ef6c0014!important;color:#ff9800!important}#add-schedule-center .open-day{background-color:#4caf5014!important;color:#4caf50!important}#add-schedule-center .weather-day{background-color:#9c27b014!important;color:#9c27b0!important}#add-schedule-center .blocked-day{background-color:#0000004d!important}#add-schedule-center .-actions{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse;margin-top:20px}#add-schedule-center .single-month-calendar .react-datepicker__navigation{width:100%;display:none}#add-schedule-center .full-calendar-container{width:100%;margin-top:20px}#add-schedule-center .react-datepicker-wrapper,#add-schedule-center .react-datepicker__input-container input{width:100%}@media (max-width: 1200px){#add-schedule-center .grid-calendars-wrapper{grid-template-columns:1fr}}.main-days-calendar .react-datepicker{border:none;background-color:transparent}.main-days-calendar .react-datepicker .react-datepicker__month-container{width:100%}.main-days-calendar .react-datepicker .react-datepicker__month-container .react-datepicker__header{background-color:transparent;border-bottom:none}.main-days-calendar .react-datepicker .react-datepicker__month-container .--days-calendar-header{padding:8px;display:flex;align-items:center;justify-content:space-between}.main-days-calendar .react-datepicker .react-datepicker__month-container .--days-calendar-header .---header-actions-date{display:flex;align-items:center;gap:16px}.main-days-calendar .react-datepicker .react-datepicker__month-container .--days-calendar-header .---header-actions-date .----date-text{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px}.main-days-calendar .react-datepicker .react-datepicker__month-container .--days-calendar-header .---header-actions-date .----header-btns-actions{display:flex;align-items:center;gap:16px}.main-days-calendar .react-datepicker .react-datepicker__month-container .--days-calendar-header .---header-actions-date .----header-btns-actions .-----header-btn-action{cursor:pointer;background-color:transparent;border:none}.main-days-calendar .react-datepicker .react-datepicker__month-container .react-datepicker__day-names{border:none;display:flex;align-items:center;justify-content:space-between}.main-days-calendar .react-datepicker .react-datepicker__month-container .react-datepicker__day-names div:first-child{width:30px;opacity:0}.main-days-calendar .react-datepicker .react-datepicker__month-container .react-datepicker__day-names div:last-child{padding-inline:8px}.main-days-calendar .react-datepicker .react-datepicker__month-container .react-datepicker__day-names .react-datepicker__day-name{width:100%;margin:0}.main-days-calendar .react-datepicker .react-datepicker__month{margin:initial;padding-block:8px}.main-days-calendar .react-datepicker .react-datepicker__month .react-datepicker__week{display:flex;align-items:center;justify-content:space-between}.main-days-calendar .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__week-number{width:30px;margin:initial}.main-days-calendar .react-datepicker .react-datepicker__month .react-datepicker__week .react-datepicker__day{width:100%;margin:initial}.reassign-schedule-info-data-form-wrapper{display:flex;flex-direction:column;gap:16px}.reassign-schedule-info-data-form-wrapper .-input-group-title{font-size:20px;font-weight:500;line-height:160%;letter-spacing:.15px;color:#000000de;padding-top:16px;grid-column:span 2}.reassign-schedule-info-data-form-wrapper .-search-input{width:50%}.reassign-schedule-info-data-form-wrapper .--input-icon{margin-inline:6px}.reassign-schedule-info-data-form-wrapper .-inputs-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:16px}.reassign-schedule-info-data-form-wrapper .-inputs-grid .--date-inputs-wrapper,.reassign-schedule-info-data-form-wrapper .--list-items-wrapper{display:flex;flex-direction:column;gap:8px}.reassign-schedule-info-data-form-wrapper .--list-items-wrapper .---list-item-wrapper{display:flex;gap:8px;align-items:center}.reassign-schedule-info-data-form-wrapper .-input-error{line-height:1.5;font-size:12px;font-weight:400;margin-top:4px;margin-bottom:0;margin-inline:14px;color:#ff5630}.reassign-schedule-info-data-form-wrapper .-actions{display:flex;align-items:center;justify-content:space-between}#reassign-schedule-center{margin-top:16px;display:flex;flex-direction:column;gap:24px;padding:0 1.5rem;height:calc(100% - 6.5rem)}#reassign-schedule-center .exist-day{background-color:transparent;border:1px solid #1f5eff;color:#000}#reassign-schedule-center .grid-calendars-wrapper{height:calc(100% - 3rem);overflow:auto;display:grid;grid-template-columns:repeat(2,1fr);gap:16px}#reassign-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__input-container,#reassign-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__navigation{display:none}#reassign-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--outside-month{pointer-events:none;opacity:.5}#reassign-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--selected.react-datepicker__day--outside-month{background-color:#f9f9f9;color:#000}#reassign-schedule-center .grid-calendars-wrapper .-calendar-wrapper .react-datepicker__day--selected{border:initial;border-radius:8px;background-color:#1f5eff;color:#fff}#reassign-schedule-center .grid-days-calendar-wrapper{display:grid;grid-template-columns:repeat(1,1fr)}#reassign-schedule-center .grid-days-calendar-wrapper .day-wrapper{padding:8px;display:flex;flex-direction:column;gap:8px;height:161.78px;border:#ebebeb 1px solid;width:100%}#reassign-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-text-check{display:flex;align-items:center;justify-content:space-between;flex-direction:row-reverse}#reassign-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-text-check .--day-text{font-size:15.63px;font-weight:400;line-height:17.19px;text-align:end}#reassign-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-content{width:100%;display:flex;flex-direction:column;align-items:center;gap:8px}#reassign-schedule-center .grid-days-calendar-wrapper .day-wrapper .-day-content .chip-wrapper{width:100%;display:flex;justify-content:center;align-items:center}#reassign-schedule-center .grid-days-calendar-wrapper .react-datepicker__day--selected{border:2px solid #2196f3;border-radius:8px;background-color:#2196f30a;color:#000}#reassign-schedule-center .-actions{display:flex;justify-content:space-between;align-items:center;flex-direction:row-reverse}#schedule-center .filter-wrapper{display:flex;flex-direction:row;align-items:center;gap:8px}#schedule-center .filter-wrapper .-select-episode{min-width:276px}#login .login-content{height:calc(100vh - 92px);display:grid;grid-template-columns:repeat(2,1fr);gap:32px}@media (max-width: 1200px){#login .login-content{display:flex;flex-direction:column}}@media screen and (min-width: 994px) and (max-width: 1200px){#login .login-content{height:calc(100vh - 24px);gap:12px}}@media screen and (min-width: 769px) and (max-width: 993px){#login .login-content{height:calc(100vh - 20px);gap:10px}}@media screen and (min-width: 577px) and (max-width: 768px){#login .login-content{height:calc(100vh - 16px);gap:8px}}@media screen and (min-width: 0) and (max-width: 576px){#login .login-content{height:calc(100vh - 16px);gap:8px}}#patient-profile .-patient-content-wrapper{display:flex;justify-content:space-between;align-items:center}#patient-profile .-patient-content-wrapper .--action-area{display:flex;align-items:center;gap:8px}#patient-profile .-patient-content-wrapper .---delete-btn-icon path{fill:#d32f2f}#patient-profile .-patient-tabs-wrapper{display:flex;flex-direction:column;gap:8px;height:calc(100% - 12.5rem)}#transportation-profile .top-section-wrapper{display:flex;justify-content:space-between;align-items:center}#transportation-profile .top-section-wrapper .-cancel-icon path{fill:#d32f2f}#transportation-profile .transportation-content-wrapper{display:flex;flex-direction:column;gap:16px}#transportation-profile .transportation-content-wrapper .-filter-area{display:flex;justify-content:space-between;align-items:center}#schedule-center,#add-schedule{height:100%}.active span{color:#1877f2;transition:all .1s ease-in}.daily-activities-form-container{width:100%;height:calc(100vh - 23.5rem)}.daily-activities-form-container__activities-form{width:100%;height:calc(100% - 5.3125rem)}@media (min-width: 720px){.daily-activities-form-container__activities-form{padding:0rem 2rem;margin-left:3rem}}.daily-activities-form-container__activities-view-form{width:100%;height:calc(100% - 2rem)}.daily-activities-form-container__control{height:100%;width:100%;overflow:auto}.daily-activities-form-container__title{margin-bottom:1.5rem;color:#333}.daily-activities-form-container__input-wrapper{margin-bottom:1rem}.daily-activities-form-container__group-activities{margin-top:.5rem;padding:1rem;background-color:#f9f9f9;border-radius:4px;box-shadow:0 1px 3px #0000001a}.daily-activities-form-container__group-activities-title{margin:1rem 0rem}.daily-activities-form-container__subtitle{margin-bottom:1rem;color:#555}.daily-activities-form-container__group-activity{margin-bottom:.5rem;padding:2rem;border-radius:4px}.daily-activities-form-container__submit{display:flex;justify-content:flex-end;margin-top:2rem}.daily-activities-form-container__radio_label{color:#637381}.MuiFormControl-root{width:100%}.MuiTypography-root{margin-bottom:.5rem}.MuiRadio-root{color:#1976d2}.MuiFormControlLabel-root{margin-right:1rem}.monthly-activities-form{width:100%;height:calc(100vh - 23.5rem)}.monthly-activities-form__add-activity-area{height:calc(100% - 1.5rem);width:100%;overflow:auto;padding:0rem 1rem}.monthly-activities-form__table{height:100%;width:100%}.monthly-activities-form__table-header-cell{padding:0 1rem!important}.printable-monthly-schedule{font-family:Arial,sans-serif;font-size:1rem}.printable-monthly-schedule .schedule-header{display:flex;justify-content:space-between}.printable-monthly-schedule h1{text-align:center;font-size:24px;margin-bottom:5px}.printable-monthly-schedule h2{text-align:center;font-size:20px;margin-bottom:15px}.printable-monthly-schedule table{width:100%;border-collapse:collapse}.printable-monthly-schedule table thead{border-bottom:4px solid #000}.printable-monthly-schedule table th,.printable-monthly-schedule table td{border:1px solid #000;vertical-align:top;height:fit-content}.printable-monthly-schedule table th{background-color:#f0f0f0;font-weight:700;text-align:left;padding:10px 5px}.printable-monthly-schedule table td .date{font-weight:bolder;margin-bottom:5px;font-size:1rem;padding:.5rem;border-bottom:3px solid #000000}.printable-monthly-schedule table td .activities{font-size:.8rem;font-weight:700}.printable-monthly-schedule table td .activities p{margin:0;line-height:1.2}.printable-monthly-schedule table td.other-month{background-color:#f9f9f9;width:fit-content}@media print{@page{size:landscape}body *{visibility:hidden}#printableMonthlyActivitiesForm{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printableMonthlyActivitiesForm *{visibility:visible}}.printable-weekly-activities-form{font-family:Arial,sans-serif}.printable-weekly-activities-form__title{color:purple;text-align:center;margin-bottom:10px}.printable-weekly-activities-form__subtitle{text-align:center;margin-bottom:20px}.printable-weekly-activities-form__header{display:flex;justify-content:space-between;margin-bottom:20px}.printable-weekly-activities-form__activity{margin-bottom:30px}.printable-weekly-activities-form__activity-date{margin-bottom:10px}.printable-weekly-activities-form__activity-content{display:flex;flex-direction:column;font-size:.75rem;font-weight:700;justify-content:center}.printable-weekly-activities-form__activity-group,.printable-weekly-activities-form__activity-daily{width:48%}.printable-weekly-activities-form__activity-list{margin-left:20px}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#printableWeeklyActivitiesForm{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printableWeeklyActivitiesForm *{visibility:visible}}.daily-activities-view{padding:20px}.daily-activities-view__navigation{display:flex;justify-content:space-between;align-items:center;margin:1rem 0rem}.printable-weekly-activities-form__activity-header{display:flex;justify-content:space-between;align-items:center}.printable-weekly-activities-form__activity-date{margin:0}.printable-weekly-activities-form__signature{display:flex;justify-content:space-between;text-align:left}.printable-weekly-activities-form__signature img{height:2rem;margin-left:.5rem}.incident-form-container{font-family:Arial,sans-serif;height:calc(100vh - 25.4rem);overflow-y:scroll;margin:1rem}.incident-form{border:1px solid #000}.incident-form .header{display:flex;justify-content:space-between;align-items:stretch;border-bottom:1px solid #000;width:100%}.incident-form .header .company-name{font-weight:700;border-right:1px solid #000;flex-grow:1;padding:.5rem}.incident-form .header .form-title{font-weight:700;font-size:16px;text-align:center;width:33%;display:flex;flex-direction:column;padding:.5rem}.incident-form .patient-info{display:flex;justify-content:space-between;padding:.5rem}.incident-form .patient-info .mrn{color:#000}.incident-form .episode-period{color:#000;padding:.5rem}.incident-form .two-column{display:grid;grid-template-columns:1fr 1fr auto;padding:.5rem}.incident-form .blue-text{color:#000;padding:.5rem;text-transform:capitalize}.incident-form .strong-label-blue{font-weight:700;color:#000;text-transform:capitalize}.incident-form .strong-label-black,.incident-form .strong-label-red{font-weight:700;color:#000}.incident-form .description-section{padding:.5rem 0rem;border-top:1px solid #000}.incident-form .description-section .description-title{font-weight:700;margin-bottom:5px;padding:0rem .5rem}.incident-form .description-section .description-box{border-top:1px solid #000;border-bottom:1px solid #000;min-height:100px;padding:.5rem}.incident-form .action-section{padding:.5rem 0rem}.incident-form .action-section .action-title{font-weight:700;margin-bottom:5px;padding:0rem .5rem}.incident-form .action-section .action-box{border-bottom:1px solid #000;min-height:100px;padding:0rem .5rem}.incident-form .no-padding{padding:0}.incident-form .action-taken-by{padding:.5rem}.incident-form .action-taken-by .action-taken-by-grid{display:grid;grid-template-columns:auto 1fr 1fr 2fr;gap:1rem;align-items:baseline}.incident-form .action-taken-by .action-taken-by-grid .input-group{display:flex;align-items:baseline;gap:.5rem}.incident-form .action-taken-by .action-taken-by-grid .input-group .input-line{display:inline-block;width:15rem;border-bottom:1px solid #000;font-weight:400}.incident-form .signature-section{padding:.5rem}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#printableBox{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printableBox *{visibility:visible}}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#printableDiv{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printableDiv *{visibility:visible}}.-signature-canvas{border:1px solid #000;border-radius:4px;width:100%;height:150px}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#printableAdmissionView{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printableAdmissionView *{visibility:visible}.dnr-form{page-break-before:always}}@media print{@page{size:18in 9in;margin:5mm}body *{visibility:hidden}#printableTransportationForm,#printableTransportationForm *{visibility:visible}#printableTransportationForm{position:absolute;top:0;left:0;width:100%;overflow:visible;max-height:none}#printableTransportationForm .MuiTableContainer-root{max-height:none!important;overflow:visible!important;border:none}#printableTransportationForm table{display:block;width:100%}#printableTransportationForm th,#printableTransportationForm td{border:1px solid black;padding:8px}#printableTransportationForm th{background-color:#e0e0e0;color:#333}}@media print{@page{size:8.5in 11in;margin:5mm}body *{visibility:hidden}#printableAttendanceForm,#printableAttendanceForm *{visibility:visible}#printableAttendanceForm{position:absolute;top:0;left:0;width:100%;overflow:visible;max-height:none}#printableAttendanceForm .MuiTableContainer-root{max-height:none!important;overflow:visible!important;border:none}#printableAttendanceForm table{display:block;width:100%}#printableAttendanceForm th,#printableAttendanceForm td{border:1px solid black;padding:8px}#printableAttendanceForm th{background-color:#e0e0e0;color:#333}}.vehicle-inspection-form{width:100%;overflow-x:auto;background:#fff;padding:20px}.vehicle-inspection-form .form-header{margin-bottom:20px;display:flex;justify-content:space-between;border:2px solid #000;height:3rem}.vehicle-inspection-form .form-header .first-part{display:flex;align-items:center;border-right:2px solid #000;flex:.5;justify-content:center}.vehicle-inspection-form .form-header .second-part{display:flex;align-items:center;border-right:2px solid #000;flex:1;justify-content:center}.vehicle-inspection-form .form-header .third-part{display:flex;align-items:center;flex:.5;justify-content:center}.vehicle-inspection-form .form-header .reading-cell{font-size:.75rem}.vehicle-inspection-form .vehicle-info .info-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2px}.vehicle-inspection-form .vehicle-info .info-row.highlight{background-color:#f0f0f0}.vehicle-inspection-form .vehicle-info .info-row .info-cell{display:flex;justify-content:center;border:1px solid #000}.vehicle-inspection-form .vehicle-info .info-row .info-cell label{display:block;font-weight:700;margin-bottom:5px}.vehicle-inspection-form .inspection-notice{text-align:center;font-weight:700;margin:10px 0}.vehicle-inspection-form .inspection-table{width:100%}.vehicle-inspection-form .inspection-table table{width:100%;border-collapse:collapse;table-layout:fixed}.vehicle-inspection-form .inspection-table table th,.vehicle-inspection-form .inspection-table table td{border:1px solid #ddd;padding:0rem .5rem;text-align:left}.vehicle-inspection-form .inspection-table table .section-header{background-color:#fff;font-weight:700}.vehicle-inspection-form .inspection-table table .week-of-header{background-color:#d9e3f0;padding:8px}.vehicle-inspection-form .inspection-table table .left-header{background-color:#eef1f7;font-weight:700;font-size:12px}.vehicle-inspection-form .inspection-table table .day-header{background-color:#eef1f7;font-weight:700}.vehicle-inspection-form .inspection-table table .odometer-label{font-weight:700;background-color:#fafafa}.vehicle-inspection-form .inspection-table table .item-label{text-align:left;padding-left:10px;background-color:#f9f9f9}.vehicle-inspection-form .inspection-table table .field-label{font-size:.75rem}.vehicle-inspection-form .inspection-table table .check-cell{width:8%;font-size:16px;text-align:center}.vehicle-inspection-form .attestation-container{position:relative;margin:20px}.vehicle-inspection-form .attestation-container .form-number{position:absolute;bottom:-25px;right:0;font-size:12px}.vehicle-inspection-form .attestation-table{width:100%;border-collapse:collapse}.vehicle-inspection-form .attestation-table td{border:1px solid #000;padding:0;vertical-align:top}.vehicle-inspection-form .attestation-cell{width:30%;background-color:#e5e5e5}.vehicle-inspection-form .attestation-cell .attestation-text{padding:15px;text-align:center;font-size:14px;line-height:1.4}.vehicle-inspection-form .input-cell{width:70%}.vehicle-inspection-form .input-cell .input-container{padding:20px 40px}.vehicle-inspection-form .input-cell .input-container .input-line{height:1px;background-color:#000;margin:30px 0 5px}.vehicle-inspection-form .input-cell .input-container .input-line:first-child{margin-top:10px}.vehicle-inspection-form .input-cell .input-container .input-label{font-size:12px;margin-bottom:20px}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#printDailyInspection{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#printDailyInspection *{visibility:visible}}.vehicle-inspection .form-header{margin-bottom:20px;display:flex;justify-content:space-between;border:2px solid #000;height:3rem}.vehicle-inspection .form-header .first-part{display:flex;align-items:center;border-right:2px solid #000;flex:.5;justify-content:center}.vehicle-inspection .form-header .second-part{display:flex;align-items:center;border-right:2px solid #000;flex:1;justify-content:center}.vehicle-inspection .form-header .third-part{display:flex;align-items:center;flex:.5;justify-content:center}.vehicle-inspection .form-header .reading-cell{font-size:.75rem}.vehicle-inspection__vehicle-info{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem;margin-bottom:2rem;padding:1rem;border:1px solid #e2e8f0;border-radius:.375rem;background-color:#f8fafc}.vehicle-inspection__vehicle-info .info-field label{display:block;font-size:.875rem;font-weight:500;color:#475569;margin-bottom:.5rem}.vehicle-inspection__vehicle-info .info-field .value{padding:.5rem;border-bottom:1px solid #e2e8f0;font-size:1rem}.vehicle-inspection__content{display:flex;gap:1.5rem}.vehicle-inspection__column{flex:1;min-width:0}.vehicle-inspection__section{margin-bottom:1.5rem;border:1px solid #e2e8f0;border-radius:.375rem;overflow:hidden}.vehicle-inspection__section-header{background-color:#000;color:#fff;padding:.75rem 1rem;font-weight:600;display:flex;justify-content:space-between;align-items:center}.vehicle-inspection__section-header .title{flex:1;color:#fff;font-size:.75rem!important;text-align:left}.vehicle-inspection__section-header .columns{display:flex;gap:1px}.vehicle-inspection__section-header .columns .column-header{width:3rem;text-align:center;font-size:.875rem}.vehicle-inspection__inspection-item{display:flex;border-bottom:1px solid #e2e8f0;transition:background-color .2s}.vehicle-inspection__inspection-item:last-child{border-bottom:none}.vehicle-inspection__inspection-item:hover{background-color:#f7fafc}.vehicle-inspection__inspection-item-label{flex:1;padding:.75rem 1rem;font-size:.875rem;line-height:1.25}.vehicle-inspection__checkmark-columns{display:flex;border-left:1px solid #e2e8f0}.vehicle-inspection__checkmark-columns .checkmark-cell{width:3rem;display:flex;align-items:center;justify-content:center;border-left:1px solid #e2e8f0}.vehicle-inspection__checkmark-columns .checkmark-cell:first-child{border-left:none}.vehicle-inspection__checkmark-columns .checkmark-cell .checkmark{font-size:1rem;color:#16a34a}@media (max-width: 768px){.vehicle-inspection__vehicle-info{grid-template-columns:1fr;gap:1rem}.vehicle-inspection__inspection-item-label{font-size:.8125rem;padding:.625rem .75rem}.vehicle-inspection__checkmark-columns .checkmark-cell{width:2.5rem}}.vehicle-inspection .required:after{content:"*";color:#dc2626;margin-left:.25rem}.vehicle-inspection .disabled{opacity:.6;pointer-events:none}@keyframes fadeIn{0%{opacity:0;transform:translateY(10px)}to{opacity:1;transform:translateY(0)}}.vehicle-inspection .fade-in{animation:fadeIn .3s ease-out}.vehicle-inspection *{scrollbar-width:thin;scrollbar-color:#cbd5e1 transparent}.vehicle-inspection *::-webkit-scrollbar{width:6px;height:6px}.vehicle-inspection *::-webkit-scrollbar-track{background:transparent}.vehicle-inspection *::-webkit-scrollbar-thumb{background-color:#cbd5e1;border-radius:3px}@media print{@page{size:8.5in 11in}body *{visibility:hidden}#annualVehiclePrintableForm{visibility:visible;overflow:visible;position:absolute;left:0;top:0;width:100%}#annualVehiclePrintableForm *{visibility:visible}}.vehicle-inspection-info{width:100%;border:1px solid #000;margin:20px 0}.vehicle-inspection-info .info-grid{display:flex;flex-direction:column;border-bottom:1px solid #000}.vehicle-inspection-info .info-grid .info-row{display:flex;min-height:40px;width:100%;border-bottom:1px solid #000}.vehicle-inspection-info .info-grid .info-row .info-label{background-color:#e0e0e0;padding:10px;width:200px;display:flex;align-items:center;font-weight:700;border-right:1px solid #000}.vehicle-inspection-info .info-grid .info-row .info-value{padding:10px;display:flex;align-items:center}.vehicle-inspection-info .mechanic-section{display:grid;grid-template-columns:200px 1fr}.vehicle-inspection-info .mechanic-section .mechanic-label{background-color:#e0e0e0;padding:20px 10px;font-weight:700;text-align:center;border-right:1px solid #000;display:flex;align-items:center;justify-content:center}.vehicle-inspection-info .mechanic-section .mechanic-info{padding:10px}.vehicle-inspection-info .mechanic-section .mechanic-info .mechanic-field{margin-bottom:15px}.vehicle-inspection-info .mechanic-section .mechanic-info .mechanic-field:last-child{margin-bottom:0}.vehicle-inspection-info .mechanic-section .mechanic-info .mechanic-field .field-value{border-bottom:1px solid #000;min-height:25px;margin-bottom:2px}.vehicle-inspection-info .mechanic-section .mechanic-info .mechanic-field .field-label{font-size:.8em;color:#000}.forgot-password-form{display:flex;flex-direction:column;align-items:center;justify-content:center;padding:16px;width:600px;background-color:#fff;border-radius:8px;box-shadow:0 2px 4px #0000001a;margin:5rem auto}.forgot-password-form .form-description{color:#666;text-align:center;margin-bottom:16px;font-size:14px}.forgot-password-form .success-message{text-align:center;padding:16px}.forgot-password-form .success-message p{color:#2e7d32;margin-bottom:16px;font-weight:500}.forgot-password-form .submit-button,.forgot-password-form .reset-button{margin-top:16px;width:100%}
