@import url(https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700;800;900&display=swap);@import url(https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700&display=swap);body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74d3c;--toastify-color-transparent:#ffffffb3;--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-container-width:fit-content;--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-padding:14px;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-toast-shadow:0px 4px 12px #0000001a;--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(90deg,#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:0.2}.Toastify__toast-container{box-sizing:border-box;color:#fff;display:flex;flex-direction:column;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:-webkit-fit-content;width:fit-content;width:var(--toastify-container-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--top-center{align-items:center;left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{align-items:end;right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right);top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top)}.Toastify__toast-container--bottom-left{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:max(16px,env(safe-area-inset-left));left:var(--toastify-toast-left)}.Toastify__toast-container--bottom-center{align-items:center;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{align-items:end;bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);right:max(16px,env(safe-area-inset-right));right:var(--toastify-toast-right)}@media only screen and (max-width:480px){.Toastify__toast-container{left:env(safe-area-inset-left);margin:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:env(safe-area-inset-top);transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:env(safe-area-inset-bottom);transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:env(safe-area-inset-right)}.Toastify__toast{--toastify-toast-width:100%;border-radius:0;margin-bottom:0}}.Toastify__toast{--y:0;align-items:center;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;box-shadow:var(--toastify-toast-shadow);box-sizing:border-box;display:flex;flex:1 1 auto;font-family:sans-serif;font-family:var(--toastify-font-family);margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);padding:14px;padding:var(--toastify-toast-padding);position:relative;touch-action:none;word-break:break-word;z-index:0}.Toastify__toast,.Toastify__toast-container[data-stacked=true]{width:320px;width:var(--toastify-toast-width)}.Toastify__toast--stacked{position:absolute;transform:translate3d(0,var(--y),0) scale(var(--s));transition:transform .3s;width:100%}.Toastify__toast--stacked[data-collapsed] .Toastify__close-button,.Toastify__toast--stacked[data-collapsed] .Toastify__toast-body{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{bottom:100%;content:"";height:calc(var(--g)*1px);left:0;position:absolute;right:0}.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{bottom:0;content:"";height:100%;left:0;position:absolute;right:0;transform:scaleY(3);z-index:-1}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-icon{-webkit-margin-end:10px;display:flex;flex-shrink:0;margin-inline-end:10px;width:22px}.Toastify--animate{animation-duration:.5s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}.Toastify__toast-theme--dark{background:#121212;background:var(--toastify-color-dark);color:#fff;color:var(--toastify-text-color-dark)}.Toastify__toast-theme--colored.Toastify__toast--default,.Toastify__toast-theme--light{background:#fff;background:var(--toastify-color-light);color:#757575;color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{background:#3498db;background:var(--toastify-color-info);color:#fff;color:var(--toastify-text-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{background:#07bc0c;background:var(--toastify-color-success);color:#fff;color:var(--toastify-text-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{background:#f1c40f;background:var(--toastify-color-warning);color:#fff;color:var(--toastify-text-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{background:#e74d3c;background:var(--toastify-color-error);color:#fff;color:var(--toastify-text-color-error)}.Toastify__progress-bar-theme--light{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55);background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:#bb86fc;background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:#3498db;background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:#07bc0c;background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:#f1c40f;background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:#e74d3c;background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--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{background:#ffffffb3;background:var(--toastify-color-transparent)}.Toastify__close-button{background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;position:absolute;right:6px;top:6px;transition:.3s ease;z-index:1}.Toastify__toast--rtl .Toastify__close-button{left:6px;right:auto}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:focus,.Toastify__close-button:hover{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{bottom:0;height:100%;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:1}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{border-bottom-left-radius:0;left:auto;right:0;transform-origin:right}.Toastify__progress-bar--wrp{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);bottom:0;height:5px;left:0;overflow:hidden;position:absolute;width:100%}.Toastify__progress-bar--wrp[data-hidden=true]{opacity:0}.Toastify__progress-bar--bg{height:100%;opacity:.2;opacity:var(--toastify-color-progress-bgo);width:100%}.Toastify__spinner{animation:Toastify__spin .65s linear infinite;border:2px solid #e0e0e0;border-color:var(--toastify-spinner-color-empty-area);border-radius:100%;border-right-color:#616161;border-right-color:var(--toastify-spinner-color);box-sizing:border-box;height:20px;width:20px}@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--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform: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%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:translate3d(0,var(--y),0) perspective(400px)}30%{opacity:1;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(-20deg)}to{opacity:0;transform:translate3d(0,var(--y),0) perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform: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{transform:translate3d(110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(-110%,var(--y),0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translate3d(0,var(--y),0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-duration:.3s;animation-name:Toastify__slideOutLeft;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-duration:.3s;animation-name:Toastify__slideOutRight;animation-timing-function:ease-in}.Toastify__slide-exit--top-center{animation-duration:.3s;animation-name:Toastify__slideOutUp;animation-timing-function:ease-in}.Toastify__slide-exit--bottom-center{animation-duration:.3s;animation-name:Toastify__slideOutDown;animation-timing-function:ease-in}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.login-page *{box-sizing:border-box;font-family:Poppins,sans-serif;margin:0;padding:0}.login-page body,.login-page html{height:100%;overflow:hidden;width:100%}.login-page{align-items:center;display:flex;height:100vh;justify-content:center;overflow:hidden;position:fixed;width:100%}.background-img_login{height:100%;object-fit:cover;opacity:.8;position:absolute;width:100%;z-index:-1}.box_login{border-radius:8px;height:400px;overflow:hidden;position:relative;width:380px}.box_login:after,.box_login:before{content:"";height:420px;left:-50%;position:absolute;top:-50%;width:380px}@keyframes animate{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}.form_login{align-items:center;-webkit-backdrop-filter:(10px);backdrop-filter:(10px);background:#e0e0e080;border-radius:8px;display:flex;flex-direction:column;inset:2px;justify-content:center;padding:10px 40px;position:absolute;z-index:10}.form_login h2{align-items:center;color:#161818;font-weight:500;letter-spacing:.1em}.inputBox_login{margin-top:35px;position:relative;width:300px}.inputBox_login input{color:#000;padding:14px 10px;top:10px}.inputBox_login input,.inputBox_login select{background:#0000;border:none;font-size:1em;letter-spacing:.05em;outline:none;position:relative;width:100%;z-index:10}.inputBox_login select{-webkit-appearance:none;appearance:none;height:55px;padding:20px 10px 10px}.inputBox_login span{color:#050505;font-size:1em;font-weight:700;left:0;letter-spacing:.05em;padding:20px 0 10px;pointer-events:none;position:absolute;transition:.5s}.inputBox_login input:focus~span,.inputBox_login input:valid~span{color:#000;font-size:1em;transform:translateX(0) translateY(-34px)}.inputBox_login input:focus~span .input_oicon_8,.inputBox_login input:valid~span .input_oicon_8,.inputBox_login select:focus~span .input_oicon_8{color:#07aea4}.inputBox_login input:focus~.toggle_password22_,.inputBox_login input:valid~.toggle_password22_{color:#07aea4}.inputBox_login select:focus~span,.inputBox_login select:valid~span{color:#45f3ff;font-size:2em;transform:translateX(0) translateY(-34px)}.inputBox_login select{background-color:#0000;color:#0000;cursor:pointer}.inputBox_login i{background:#07aea4;border-radius:4px;bottom:0;height:2px;left:0;pointer-events:none;position:absolute;width:100%;z-index:9}.inputBox_login input:focus~i,.inputBox_login input:valid~i{height:35px}.links{color:#07aea4;display:flex;justify-content:flex-end;margin-top:10px;width:100%}.links a{color:#07aea4;font-size:.75em;margin:10px 0;text-decoration:none}.links a:hover,.links a:nth-child(2){color:#45f3ff}.decjjwed8{display:flex;justify-content:center;width:100%}.decjjwed8 button{background:#07aea4;border:1px solid #07aea4;border-radius:30px;color:#000;cursor:pointer;font-weight:600;margin-top:20px;outline:none;padding:11px 25px;transition:all .3s ease;width:150px}.decjjwed8 button:hover{color:#23242a}.decjjwed8 button:active{opacity:.5}.inputBox_login select:valid{color:#000}.inputBox_login select:focus{color:#000}.login_logo_plo{border-radius:50%;display:flex;height:80px;justify-content:center;overflow:hidden;padding:0;width:80px}.login_logo_plo img{aspect-ratio:3/2;height:80px;object-fit:contain;width:80px}.inputBox_login .toggle_password22_{color:#56c0b9;cursor:pointer;left:90%;position:absolute;right:10px;top:75%;transform:translateY(-50%);z-index:99999}.input_oicon_8{color:#07aea4;margin-right:10px}@media screen and (max-width:768px){.box_login{background:#e0e0e080;border-radius:8px;height:400px;overflow:hidden;position:relative;width:300px}.inputBox_login{margin-top:25px;position:relative;width:255px}.form_login{padding:10px 20px!important}}.scroll-left{background:#f8f9fa;border:1px solid #ddd;border-radius:5px;color:#07aea4;font-size:16px;font-weight:700;overflow:hidden;position:relative;white-space:nowrap;width:100%}.scroll-left span{animation:scrollText 15s linear infinite;display:inline-block;padding-left:100%}@keyframes scrollText{0%{transform:translateX(5%)}to{transform:translateX(-100%)}}.footer{background-color:#fff;bottom:0;font-size:12px;justify-content:center;padding:0 2px;position:fixed;text-align:center;width:100%;z-index:99}.footer-content{align-items:center;background-color:#e9e9e9;display:flex;flex-direction:column;padding:3px}.blossom-logo{color:var(--ProjectColor);cursor:pointer;font-weight:700}.footer-links{display:flex}.footer-links div{color:#006400;cursor:pointer;display:flex;margin:0 10px;text-decoration:none}.termsofuseclr{color:#001f3f!important;cursor:pointer}.footer-links div:hover{text-decoration:underline}.plcy_trms_contn{background-color:#f8f8f8;border:1px solid #ddd;border-radius:5px;font-family:Arial,sans-serif;line-height:1.6;margin:20px;padding:20px}.plcy_trms_contn h2{color:#333;font-size:24px;margin-bottom:20px}.plcy_trms_contn p{color:#555;font-size:16px;margin-bottom:15px}.plcy_trms_contn div{color:var(--ProjectColor);text-decoration:underline}@media only screen and (max-width:768px){.plcy_trms_contn{margin:10px;padding:10px}.plcy_trms_contn h2{font-size:20px;margin-bottom:15px}.plcy_trms_contn p{font-size:14px;margin-bottom:10px}}@media screen and (max-width:450px){.footer-content{align-items:center;background-color:#e9e9e9;display:flex;flex-direction:column;margin-left:0;padding:3px;width:100%}}.Header_comp{align-items:center;background-color:var(--opacityColor);box-sizing:border-box;color:var(--labelcolor);display:flex;height:48px;justify-content:space-between;padding:0 5px;position:relative;width:100%;z-index:999}.Header_comp_1{width:auto}.Header_comp_icon{animation-duration:.4s;cursor:pointer;display:inline-block}.Header_comp_icon.open{animation-name:rotateOpen}.Header_comp_icon.close{animation-name:rotateClose}.Alert_call_modal{align-items:center;background-color:#dbd4d4;border-radius:5px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;height:30rem;justify-content:flex-start;padding-top:18px;position:relative;text-align:center;width:55rem}.alertcontainer{flex-wrap:wrap;gap:10px}.alertcontainer,.colorbox{display:flex;justify-content:center}.colorbox{align-items:center;border-radius:10px;cursor:pointer;height:150px;transition:width .3s ease,transform .3s ease;width:150px}.colorbox.expanded{align-items:center;display:flex;height:300px;justify-content:center;position:relative;width:300px}.colorbox.expanded:hover{transform:scale(1.1);width:310px}.colorbox:hover{transform:scale(1.1);width:160px}.alertexdsskc{align-items:center;color:#dbd4d4;display:flex;height:60px;justify-content:center;width:60px}.alertexdsskc :hover{color:#000}.sumamansnsm{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}.colorbox.expanded.blink{animation:blink-animation 1s infinite}.alertindicater{background-color:red;border-radius:10px;height:15px;position:absolute;right:0;top:0;width:15px;z-index:0}@keyframes blink-animation{0%,to{opacity:1}50%{opacity:.5}}@keyframes rotateOpen{0%{transform:rotate(0deg)}to{transform:rotate(90deg)}}@keyframes rotateClose{0%{transform:rotate(90deg)}to{transform:rotate(0deg)}}.Header_comp_2{align-items:center;display:flex;gap:10px;height:100%;justify-content:center}.Header_comp_2_img{background-color:initial;display:grid;height:37px;overflow:hidden;place-items:center;width:37px}.Header_comp_2_img img{aspect-ratio:3/2;box-shadow:0 0 10px #0000004f;-webkit-clip-path:circle(50%);clip-path:circle(50%);height:100%;mix-blend-mode:normal;object-fit:contain;width:100%}.Header_comp_2 span{color:#fff;font-size:18px;font-weight:600}.Header_comp_3{gap:10px;padding-right:20px}.Header_comp_3,.Header_comp_3_loc{align-items:center;display:flex;justify-content:center}.Header_comp_3_loc{flex-direction:column;gap:5px}.Header_comp_3_loc_icon{font-size:clamp(20px,1.5vw,24px)}.Header_comp_3_loc_select{align-items:center;background-color:var(--ProjectColor);border:1px solid #fff;border-radius:5px;color:var(--labelcolor);display:flex;font-size:13px;height:25px;justify-content:center;outline:0;padding:3px 10px;text-align:center}.Header_comp_3_img{background-color:#fff;border-radius:50%;box-shadow:0 0 10px #0000004f;cursor:pointer;display:grid;height:30px;place-items:center;width:30px}.Header_comp_3_img img{aspect-ratio:3/2;height:70%;mix-blend-mode:darken;object-fit:contain;width:80%}.toggled_box_header{background-color:var(--ProjectColor);border-radius:5px;display:flex;flex-direction:column;font-size:12px;gap:10px;padding:5px;position:absolute;right:0;top:75px;width:140px}@media screen and (max-width:450px){.name_of_the3{display:none}.Header_comp_3_loc_select{align-items:center;background-color:var(--ProjectColor);border:1px solid #fff;border-radius:5px;color:var(--labelcolor);display:flex;font-size:11px;height:25px;justify-content:center;outline:0;padding:3px 4px;text-align:center}.Header_comp_3_loc{gap:3px}.Alert_call_modal{height:350px;width:350px}.Header_comp_3_img{height:30px;width:30px}.Header_comp_2_img img{height:35px;width:35px}.homebut_v_123 button{font-size:15px!important}.Header_comp{padding:0 5px}}.menu-link-wrapper{height:30px;width:30px}.homebut_v_123 button{background-color:initial;border:none;color:#fff;cursor:pointer;font-size:17px;font-weight:700;outline:none;padding:10px 5px}.homebut_v_123 button:hover{color:#000}.user_log_v{align-items:center;background-color:#c5fffc4d;border:none;border-radius:50%;box-shadow:2px 2px 10px rgba(0,0,0,.199);cursor:pointer;display:flex;height:30px;justify-content:center;overflow:visible;padding:10px;position:relative;transition-duration:.3s;width:30px}.edued_i,.user_log_v svg{color:#fff!important;font-size:17px}.edued_i:hover,.user_log_v svg:hover{color:#000!important;font-size:18px}.mobile-menu-toggle{display:none!important}.sdwdwswd_xx{align-items:center;display:flex;gap:10px;justify-content:center}@media (max-width:450px){.Header_comp_3{display:none}.mobile-menu-toggle{display:block!important}.mobile-menu-open{BORDER-RADIUS:5PX;background-color:var(--opacityColor);border:1px solid #ccc;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;padding:10px;position:absolute;right:0;top:48px;z-index:1000}.ewwdedw_dxp72 svg{height:1.2em!important}.user_log_v{margin-bottom:10px}}.menu-link-wrapper{cursor:pointer;height:45px;width:43px}.css-zylse7-MuiButtonBase-root-MuiIconButton-root{padding:2px!important}.menu-link{height:100%;width:100%}.lines{margin:0 20%;position:relative;top:22px;-moz-transition:background .2s ease .4s;-o-transition:background .2s ease .4s;-webkit-transition:background .2s ease;-webkit-transition-delay:.4s;transition:background .2s ease .4s;width:100%;width:60%}.lines,.lines:after,.lines:before{background:#000;color:#000;display:block;height:2px;transform-origin:50% 50%}.lines:after,.lines:before{content:"";left:0;position:absolute;transform-origin:0 50%;-moz-transition:-moz-transform .2s ease 0s,width .2s ease .2s,top .2s ease .4s;-o-transition:-o-transform .2s ease 0s,width .2s ease .2s,top .2s ease .4s;-webkit-transition:-webkit-transform .2s ease,width .2s ease,top .2s ease;-webkit-transition-delay:0s,.2s,.4s;transition:transform .2s ease 0s,width .2s ease .2s,top .2s ease .4s;width:100%}.lines:before{top:-7px}.lines:after{top:7px}.menu-trigger-open .lines{-moz-transition:background .2s ease 0s;-o-transition:background .2s ease 0s;-webkit-transition:background .2s ease;-webkit-transition-delay:0s;transition:background .2s ease 0s}.menu-trigger-open .lines:after,.menu-trigger-open .lines:before{top:0;-moz-transition:top .2s ease 0s,width .2s ease .2s,-moz-transform .2s ease .4s;-o-transition:top .2s ease 0s,width .2s ease .2s,-o-transform .2s ease .4s;-webkit-transition:top .2s ease,width .2s ease,-webkit-transform .2s ease;-webkit-transition-delay:0s,.2s,.4s;transition:top .2s ease 0s,width .2s ease .2s,transform .2s ease .4s;width:50%}.menu-trigger-open .lines:before{transform:rotate(45deg)}.menu-trigger-open .lines:after{transform:rotate(-45deg)}.right-side-box{background-color:#fff;border:1px solid #ddd;border-radius:12px;box-shadow:0 4px 12px #0000001a;color:#333;font-family:Arial,sans-serif;font-size:14px;max-width:300px;padding:16px;position:fixed;right:5px;top:47px;white-space:nowrap;width:auto;z-index:1000}.rightsidebox-row{color:#555;display:flex;font-size:12px;font-weight:700;gap:10px;margin-top:10px;text-align:center;width:100%}.textdivcss{margin-top:3px}.rightsidebox-row svg{color:#007bff;flex-shrink:0;font-size:18px}.rightsidebox-row div{overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.box-button{align-items:center;background-color:#007bff;border:none;border-radius:8px;color:#fff;cursor:pointer;display:flex;font-size:14px;font-weight:700;gap:10px;margin-top:10px;padding:4px 10px;text-align:left;transition:background-color .2s ease-in-out,box-shadow .2s ease-in-out;width:100%}.box-button svg,.userlogicon{color:#fff;flex-shrink:0;font-size:15px}.box-button:hover{background-color:#0056b3;box-shadow:0 4px 10px #00000026}@media (max-width:600px){.right-side-box{font-size:12px;padding:12px;width:160px}.box-button{font-size:12px;padding:6px 8px}.rightsidebox-row svg{font-size:16px}}.home-page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;margin-left:50px;min-height:calc(100vh - 100px);overflow:hidden;padding:10px 20px;position:relative}.home-page-container:before{animation:color 12s ease-in-out infinite;background:linear-gradient(45deg,#ff5569e5,#bbb2ff,#ffb76a,#65ffdb);background-size:300% 300%;content:"";height:100%;left:0;position:absolute;top:0;width:100%}@keyframes color{0%{background-position:0 50%}50%{background-position:100% 50%}to{background-position:0 50%}}.cards-container{grid-gap:15px;animation:fadeInUp 1.5s ease-out forwards;display:grid;gap:15px;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));max-width:1000px;opacity:0;padding:20px;transform:translateY(20px);width:100%}@keyframes fadeInUp{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}.card_new_M{align-items:center;background-color:#fff;background:#f2fffd;border-radius:8px;cursor:pointer;display:flex;flex-direction:column;justify-content:center;padding:17px 10px;text-align:center;transition:transform .5s,box-shadow .2s}.card_new_M:hover{box-shadow:0 8px 16px #0003;box-shadow:0 15px 15px #0003;transform:scale(1.05);transform:translateY(-6px)}.card-icon{color:#20948a;font-size:1.5rem;margin-bottom:10px}.card-title{color:#000;font-size:14px;font-weight:700}body{background-color:#fff!important;box-sizing:border-box}.app_Sub_container{display:flex;height:calc(100vh - 110px);transition:margin-left .3s ease;width:100%}.sidebar{background-color:#0abbbb;color:#ecf0f1;height:calc(100% - 59px);left:0;overflow:hidden;position:fixed;top:59px;transition:width .3s ease;width:60px;z-index:1000}.sidebar.expanded{width:250px}.sidebar.collapsed{width:50px}.Main_container_content{width:calc(100% - 50px)}.sidebar.expanded~.Main_container_content{margin-left:50px}.Main_container_content{padding:10px 5px;transition:margin-left .3s ease,background-color .3s ease}.sideopen_showcamera_profile{background-color:#0000009c;z-index:1}.showcamera_profile,.sideopen_showcamera_profile{align-items:center;display:flex;height:100%;justify-content:center;left:0;position:fixed;top:0;width:100%}.showcamera_profile{background-color:#00000080}.newwProfiles{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;gap:10px;height:75%;justify-content:flex-start;overflow:auto;position:relative;width:80%}.newwProfiles .appointment{display:flex;flex-direction:column;gap:10px!important;padding:0;width:99%}.closeicon-cs{background-color:var(--ProjectColor);border:none;border-radius:20px;color:var(--labelcolor);cursor:pointer;margin:10px;margin-bottom:20px!important;outline:none;padding:10px 20px}.closeicon-cs:hover{background-color:var(--ProjectColorhover)}.text-hmeicn{border:1px solid var(--ProjectColor);border-radius:10px;color:var(--labelcolor);display:flex;flex-wrap:wrap;height:60px;padding:10px;width:80%}.flex_vital{background-color:var(--ProjectColor);width:200px}.flex_vital:hover{color:var(--projectwhite)}.pdf_img_show{align-items:center;display:flex;height:100%;justify-content:center;text-align:center}.clse_pdf_img{border-radius:20px;color:var(--labelcolor);font-size:30px;position:relative}@media (max-width:1080px){.p_head{width:98%}.p_data,.p_data_1{flex-direction:column}.p_data{height:auto}.p_p_data_detial,.p_p_data_detial_1,.p_p_data_detial_2,.p_p_detial_1,.p_p_detials{margin-top:25px;width:95%}.p_p_data_1{margin-top:10px}.p_data,.p_data_1,.patient_profile{align-items:center;flex-direction:column}.p_data,.p_data_1,.p_p_space,.patient_profile{display:flex;justify-content:center}.p_p_data_detials_2_images{gap:30px}.p_profile_img_head{align-items:center;border-bottom:1px solid var(--ProjectColor);box-sizing:border-box;display:flex;gap:100px;justify-content:flex-start;padding-bottom:10px;width:100%}.text-hmeicn{width:80%}.p_profile_body_icon{color:var(--labelcolor);font-size:13px;justify-content:flex-start;margin-top:10px;width:100%}.images_show,.p_profile_body_icon{align-items:center;display:flex;gap:10px}.images_show{flex-direction:column;height:100%;justify-content:center;overflow-x:auto;overflow-y:auto;padding:0;text-align:center;width:85%}.emp-prof-cntraln{margin-top:0;padding-top:0}}@media (max-width:800px){.p_profile_items_11{display:block}.p_profile_items{display:grid;place-items:center;width:90%}.p_p_data_detials_2_img{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:center;object-fit:fill;width:100px}.p_p_data_items_left .p_p_data_items{margin-top:15px}.p_p_data_1{padding:0 10px}.p_p_data_detials_2_images{gap:5px}.viw-all-allpic{column-gap:30px;flex-wrap:wrap;margin:10px}.pdf_img_show,.viw-all-allpic{display:flex;flex-direction:column}.pdf_img_show{align-items:center;height:81%;justify-content:center;margin-top:63px;text-align:center;width:100%}.selt-dctr-nse select{width:125px!important}.selt-dctr-nse label{font-size:13px;width:100px}.p_p_data_detial_1{display:block}.p_p_data_1{box-sizing:border-box;flex-direction:column;gap:20px;height:auto;padding:10px 0}.p_p_data_items{align-items:center;display:flex;flex-direction:column;gap:5px;justify-content:space-between;width:250px!important}.flex_1{flex-direction:row}.text-hmeicn{width:80%}.p_profile_img_head{border-bottom:1px solid var(--ProjectColor);box-sizing:border-box;gap:15px;justify-content:flex-start;padding-bottom:10px;width:100%}.p_profile_img_head,.p_profile_name{align-items:center;display:flex;flex-direction:column}.p_profile_name{color:var(--labelcolor);gap:10px;height:50%;justify-content:center;width:200px}.p_profile_name h3{display:flex;justify-content:center;width:200px}.ieudh78e6e34{color:var(--labelcolor);display:flex;flex-wrap:wrap!important;font-size:13px;width:70%}.edferki4 img{height:100px;width:100px}.images_show{align-items:center;display:flex;gap:10px;height:100%;justify-content:flex-start;padding:0;text-align:center;width:80%}.jqwgdyw56{flex-direction:column;row-gap:10px}.edferki4 img{height:150px;width:150px}.image_display32w{border:none}}@media (min-width:950px) and (max-width:1290px){.p_p_data_detial_1{display:block}.p_p_data_items_left .p_p_data_items{margin-top:15px}.p_p_data_1{padding:0 10px}.p_p_data_detials_2_images{gap:10px}.images_show{align-items:center;display:flex;flex-direction:column;gap:20px;height:100%;justify-content:center;text-align:center;width:auto}.wasx{height:50px}.viw-all-allpic{align-items:center;display:flex;justify-content:center;overflow:auto;overflow-x:auto;overflow-y:auto;text-align:center;width:600px}}.folder-container{animation:fadeIn 1s ease-in-out forwards;font-family:Arial,sans-serif;margin:5px 15px;opacity:0;text-align:center}.folder-container h2{font-size:15px}.folder-box-container{animation:slideIn 1s ease-out forwards;animation-delay:.5s;background-color:#effcff;border-radius:3px;display:flex;flex-wrap:wrap;justify-content:center;margin-bottom:5px;opacity:0;padding:5px 3px;row-gap:3px;transform:translateX(-100%)}.folder-box{animation:fadeInBoxes .5s ease forwards;background-color:#83cfca;border-radius:2px;box-shadow:0 5px 15px #0000001a;color:#000;cursor:pointer;font-size:12px;font-weight:700;margin:0 5px;opacity:0;padding:3px 2px;text-align:center;transition:all .3s ease;white-space:nowrap;width:200px}@keyframes fadeInBoxes{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}.folder-box:first-child{animation-delay:.3s}.folder-box:nth-child(2){animation-delay:.5s}.folder-box:nth-child(3){animation-delay:.7s}.folder-box:nth-child(4){animation-delay:.9s}.folder-box:nth-child(5){animation-delay:1s}.folder-box:nth-child(6){animation-delay:1.2s}.folder-box:nth-child(7){animation-delay:1.3s}.folder-box:nth-child(8){animation-delay:1.4s}.folder-box:nth-child(9){animation-delay:1.6s}.folder-box:nth-child(10),.folder-box:nth-child(11){animation-delay:1.7s}.folder-box:nth-child(12),.folder-box:nth-child(13){animation-delay:1.8s}.folder-box:nth-child(14),.folder-box:nth-child(15){animation-delay:1.9s}.folder-box:nth-child(16),.folder-box:nth-child(17){animation-delay:2s}.folder-box:nth-child(18),.folder-box:nth-child(19){animation-delay:2.1s}.folder-box:nth-child(20),.folder-box:nth-child(21){animation-delay:2.2s}.folder-box:nth-child(22),.folder-box:nth-child(23){animation-delay:2.3s}.folder-box:nth-child(24),.folder-box:nth-child(25){animation-delay:2.4s}.folder-box:nth-child(26){animation-delay:2.5s}.folder-box:hover{background-color:#7be0db;box-shadow:0 10px 20px #0003;color:#fff;transform:translateY(-3px)}.folder-content{animation:fadeInContent 3s ease-out forwards;animation-delay:3s;background-color:#f4f4f4;border-radius:8px;box-shadow:0 5px 15px #0000001a;margin-top:30px;opacity:0;padding:20px}@keyframes fadeInContent{0%{opacity:0}to{opacity:1}}.folder-content h2{color:#333;font-size:24px;margin-bottom:15px}.folder-content p{color:#555;font-size:18px}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.folder-box-container{transition:all .3s ease}.animate-show{opacity:1;transform:translateX(0)}.animate-hide{opacity:0;transform:translateX(-100%)}@media (max-width:1000px){.folder-box-container{display:flex;justify-content:center}}.ReactGridWrapper{margin:5px 0;overflow-x:auto;overflow-y:hidden;transition:overflow-y .8s ease-out;width:100%}.ReactGrid-M007{animation:slideUp .8s ease-out;width:100%}table.responsive-table-M007{border-collapse:collapse;min-width:600px;table-layout:auto;width:100%}table.responsive-table-M007 td,table.responsive-table-M007 th{border:1px solid #ccc;font-size:12px;overflow:hidden;padding:3px 5px;text-align:left;text-overflow:ellipsis;white-space:nowrap}table.responsive-table-M007 th{background-color:var(--ProjectColor);border:1px solid #adadad!important;font-size:13px!important;padding:10px 5px!important;text-align:left!important}table.responsive-table-M007 tr:nth-child(2n){background-color:#f9f9f9}table.responsive-table-M007 .no-data{color:#999;font-size:13px;font-style:italic;padding:8px 0;text-align:center}.pagination-controls{align-items:center;display:flex;gap:10px;justify-content:center;margin-top:10px}.pagination-button{align-items:center;background-color:var(--ProjectColor);border:none;border-radius:50%;color:#000;cursor:pointer;display:flex;font-size:10px;padding:4px 8px;transition:background-color .3s ease}.pagination-button:hover{background-color:#8ac3ff}.pagination-button:disabled{background-color:#ccc;cursor:not-allowed}.pagination-info{color:#333;font-size:14px;font-weight:500}.ewyhh_o{display:flex;flex-direction:column;justify-content:center}.jjxjx_{justify-content:center!important}@media (max-width:768px){table.responsive-table-M007{font-size:14px}table.responsive-table-M007 td,table.responsive-table-M007 th{padding:6px}}.ReactGridWrapper::-webkit-scrollbar{height:8px}.ReactGridWrapper::-webkit-scrollbar-vertical{display:none!important}@keyframes slideUp{0%{opacity:0;transform:translateY(50px)}to{opacity:1;transform:translateY(0)}}.grid-slide-up{animation:slideUp .8s ease-out forwards}.ReactGridWrapper::-webkit-scrollbar{height:9px;width:4px}.ReactGridWrapper::-webkit-scrollbar-track{background:#f1f1f1}.ReactGridWrapper::-webkit-scrollbar-thumb{background:#b4b4b4;border-radius:10px}.ReactGridWrapper::-webkit-scrollbar-thumb:hover{background:#858585}.ReactGridWrapper::-webkit-scrollbar-button,.ReactGridWrapper::-webkit-scrollbar-vertical{display:none}table.responsive-table-M007 th{border:1px solid #ccc;padding:8px;text-align:center;vertical-align:middle;white-space:nowrap}table.responsive-table-M007 th[colspan]{border-bottom:none}table.responsive-table-M007 tr:nth-child(2) th{font-size:12px;padding:6px}table.responsive-table-M007 td{border:1px solid #ccc;text-align:left;vertical-align:middle}.img_section{gap:50px;justify-content:flex-start;margin-left:10%;margin-top:20px}.img_1,.img_section{align-items:center;display:flex}.img_1{cursor:pointer;flex-direction:column;gap:2px;justify-content:center;padding:0 10px}.patient_profile_pic{height:30px;position:relative;width:30px}.patient_profile_pic img{object-fit:cover}.patient_profile_pic input{display:none}.img_1 input{align-items:center;display:flex;justify-content:center;width:200px}.img_2{box-shadow:0 0 10px #0000001a;height:200px;padding:10px;width:200px}.img_2 img{height:100%;object-fit:fill;width:100%}.ImgBtn{border-radius:5px;bottom:10px;color:#fff;cursor:pointer;display:block;font-size:10px!important;left:50%;padding:5px 10px;position:absolute;text-align:center;transform:translateX(-50%);width:100px}.inp_1{align-items:center;border-bottom:1px solid var(--ProjectColor);display:flex;flex-basis:calc(33.33% - 15px);justify-content:center;margin-bottom:15px;width:280px}.inp_1 input{background-color:initial;border:none;color:var(--labelcolor);outline:none;padding:10px 5px}.inp_1 label{color:var(--labelcolor);width:120px}.inp_1 input::placeholder{color:#979696;padding:12px 5px}@media (max-width:768px){.img_section{display:flex;flex-direction:column;margin-left:10px}}.inventory-dashboard{background-color:#f0f8ff;box-shadow:0 2px 10px #0000001a;box-sizing:border-box;color:#333;font-family:Arial,sans-serif;margin:0 auto;max-width:1500px;padding:10px 20px}*,:after,:before{box-sizing:inherit}.inventory-dashboard-header h1{color:#333;font-size:22px;font-weight:500;margin:0 0 5px;text-align:center}.inventory-dashboard-header p{color:#666;font-size:14px;margin:0}.dashboard-row{display:flex;flex-wrap:wrap;gap:20px;margin-bottom:10px}.dashboard-card{background:#fff;border:1px solid #e0e0e0;border-radius:5px;box-shadow:6px 6px 15px #0000004d;box-shadow:4px 4px 10px #0003,inset -2px -2px 4px #fff3;flex:1 1;min-width:300px;padding:15px;transition:transform .2s ease-in-out}.dashboard-card h2{background-color:#dcefff;border-bottom:1px solid #b3b3b3;border-radius:3px;font-size:16px;font-weight:bolder;margin:0 0 15px;padding:7px 5px;text-align:center}.sales-chart{display:flex;height:200px;margin-bottom:10px;position:relative}.chart-y-axis{color:#666;display:flex;flex-direction:column;font-size:12px;justify-content:space-between;margin-right:10px}.chart-bars{display:flex;flex:1 1;justify-content:space-around;overflow-x:auto;padding-bottom:5px;position:relative}.chart-bar-group{align-items:center;display:flex;flex-direction:column;justify-content:flex-end}.chart-bar{margin:0 1px;transition:height .3s ease;width:12px}.chart-bar.remaining{background-color:#09c}.chart-bar.sold{background-color:#9c3}.chart-legend{display:flex;flex-wrap:wrap;font-size:12px;justify-content:center;margin-top:10px}.legend-item{align-items:center;display:flex;margin:5px 10px}.legend-color{display:inline-block;height:12px;margin-right:5px;width:12px}.legend-color.remaining-color{background-color:#09c}.legend-color.sold-color{background-color:#9c3}.pie-chart{display:flex;height:200px;margin:0 auto;position:relative;width:200px}.pie-segment{border-radius:50%;-webkit-clip-path:polygon(50% 50%,100% 0,100% 50%);clip-path:polygon(50% 50%,100% 0,100% 50%);height:100%;position:absolute;right:43px;width:100%}.segment1{background-color:#09c;transform:rotate(0deg)}.segment2{background-color:#88ceef;transform:rotate(45deg)}.segment3{background-color:#9c3;transform:rotate(90deg)}.segment4{background-color:#cf6;transform:rotate(180deg)}.segment5{background-color:#fc9;transform:rotate(225deg)}.segment6{background-color:#f96;transform:rotate(270deg)}.segment7{background-color:#f0f0f0;transform:rotate(315deg)}.pie-legend{display:flex;flex-direction:column;font-size:10px;gap:5px;position:absolute;right:-50px}.legend-color.color1{background-color:#09c}.legend-color.color2{background-color:#88ceef}.legend-color.color3{background-color:#9c3}.legend-color.color4{background-color:#cf6}.legend-color.color5{background-color:#fc9}.legend-color.color6{background-color:#f96}.legend-color.color7{background-color:#f0f0f0}.category-sales{padding:10px}.category-sales-item{align-items:center;display:flex;margin-bottom:30px}.category-name{font-size:13px;width:80px}.percentage-bar-container{align-items:center;border:1px solid #dfdfdf;border-radius:3px;display:flex;flex:1 1;height:25px}.percentage-bar{border-radius:2px;height:23px}.percentage-bar.color1{background-color:#9c3}.percentage-bar.color2,.percentage-bar.color3{background-color:#cde}.percentage-bar.color4{background-color:#09c}.percentage-value{font-size:12px;margin-left:5px}.purchase-details{overflow-x:auto}.purchase-table{border-collapse:collapse;min-width:650px;width:100%}.purchase-table td,.purchase-table th{border-bottom:1px solid #e0e0e0;font-size:13px;padding:8px;text-align:left}.purchase-table th{background-color:#f2f2f2;font-weight:400;white-space:nowrap}.purchase-table tr:nth-child(2n){background-color:#f9f9f9}.vendor-col{background-color:#9c3!important;color:#fff}.category-col{background-color:#09c!important;color:#fff}.product-col{background-color:#9c3!important;color:#fff}.quantity-col{background-color:#09c!important;color:#fff}.rate-col{background-color:#9c3!important;color:#fff}.quotation-chart{align-items:flex-end;display:flex;height:200px;overflow-x:auto;padding:20px 0}.quotation-chart .chart-bars{display:flex;height:100%;min-width:400px;width:100%}.chart-bar-container{align-items:center;display:flex;flex:1 1;flex-direction:column;justify-content:flex-end}.chart-bar.quotation{background-color:#9c3;width:30px}.chart-bar-label{font-size:10px;margin-bottom:5px;text-align:center}.chart-bar-category{font-size:11px;margin-top:5px;text-align:center}.dashboard-summary{display:flex;flex-wrap:wrap;gap:10px;justify-content:space-between;margin-bottom:10px}.summary-item{align-items:center;background:linear-gradient(180deg,#beffe7,#fff);border:1px solid #e0e0e0;border-radius:5px;box-shadow:4px 4px 10px #0003,inset -2px -2px 4px #fff3;display:flex;flex:1 1;flex-direction:column;margin:2px;min-width:150px;padding:15px 10px;position:relative;text-align:center;transition:transform .2s ease-in-out}.summary-item:hover{box-shadow:6px 6px 15px #0000004d;transform:translateY(-3px)}.summary-count{font-size:28px;font-weight:700;margin-bottom:5px}.summary-label{color:#000;font-size:15px;font-weight:700}.summary-icon{font-size:24px;position:absolute;right:10px;top:10px}.summary-icon svg{font-size:40px}.dashboard-footer{margin-top:20px}.welcome-bar{background-color:#9c3;color:#fff;display:flex;font-size:14px;justify-content:space-between;margin-bottom:10px;padding:8px 15px}.welcome-text{font-weight:700}.footer-note{color:#666;font-size:12px;margin:10px 0 0;text-align:center}@media (max-width:1100px){.dashboard-card{min-width:285px}}@media (max-width:900px){.dashboard-row{flex-direction:column}.dashboard-card{margin-bottom:20px;width:100%}}@media (max-width:768px){.inventory-dashboard-header h1{font-size:24px}.inventory-dashboard-header p{font-size:12px}.welcome-bar{flex-direction:column;gap:5px;text-align:center}}@media (max-width:480px){.inventory-dashboard{padding:10px}.inventory-dashboard-header h1{font-size:20px}.summary-item{min-width:120px;padding:10px}.summary-count{font-size:22px}.summary-label{font-size:12px}.summary-icon{font-size:18px}}.time-filter{align-items:center;display:flex;gap:10px;justify-content:center;margin:15px 0}.time-filter button{background-color:#f5f5f5;border:1px solid #ddd;border-radius:4px;cursor:pointer;font-size:14px;font-weight:500;padding:8px 16px;transition:all .2s ease}.time-filter button:hover{background-color:#e9e9e9;border-color:#ccc}.time-filter button.active{background-color:#4682b4;border-color:#3a6d96;box-shadow:0 2px 4px #0000001a;color:#fff}@media (max-width:600px){.time-filter{justify-content:space-between;width:100%}.time-filter button{flex:1 1;font-size:13px;padding:6px 8px}}.gst-line-chart{border-radius:10px;font-size:13px;height:200px;padding:5px;position:relative;right:30px;width:100%}.Sidebar_container_con{background-color:var(--opacityColor);color:#ecf0f1;height:calc(100% - 60px);left:0;overflow:auto;position:fixed;top:48px;transition:width .3s ease,left .3s ease;width:60px;z-index:99!important}.Sidebar_container_con.expanded{width:250px}.Sidebar_container_con.collapsed{width:50px}.Sidebar_container_con::-webkit-scrollbar{display:none}.Sidebar_container_con{-ms-overflow-style:none;scrollbar-width:none}.Sidebarmenuhover{background-color:#121212;list-style-type:none;margin:0;padding:0}.Sidebarmenuhover>li{align-items:center;background-color:var(--opacityColor);border-bottom:1px solid #bfb4b4d9;cursor:pointer;display:flex;gap:10px;padding:20px 15px;transition:background-color .3s ease,padding-left .3s ease;width:250px}.Sidebarmenuhover>li:hover{background-color:#25bebe;padding-left:18px}.Sidebarmenuhover>li.active_act{background-color:#25bebe;padding-left:25px;transition:background-color .3s ease,padding-left .3s ease}.icon_tooltip{align-items:center;display:flex}.icon_tooltip .icon-name{color:#000;font-weight:700;margin-left:10px}.icon_tooltip .arrow-icon{margin-left:auto;transition:transform .3s ease}.arrow-rotate{transform:rotate(180deg)}.subSidebarmenuhover{background-color:#000;border-radius:5px;display:flex;flex-direction:column;list-style-type:none;margin:7px 5px 7px 40px;opacity:0;overflow:hidden;padding:0;row-gap:2px;transition:opacity .5s ease,transform .5s ease}.subSidebarmenuhover.show{opacity:1;transform:translateX(0);transition:opacity .5s ease,transform .5s ease}.subSidebarmenuhover.show>li{animation:slideIn .5s ease forwards}.subSidebarmenuhover.show>li:first-child{animation-delay:.1s}.subSidebarmenuhover.show>li:nth-child(2){animation-delay:.2s}.subSidebarmenuhover.show>li:nth-child(3){animation-delay:.3s}.subSidebarmenuhover.show>li:nth-child(4){animation-delay:.4s}.subSidebarmenuhover.show>li:nth-child(5){animation-delay:.5s}.subSidebarmenuhover.show>li:nth-child(6){animation-delay:.6s}.subSidebarmenuhover.show>li:nth-child(7){animation-delay:.7s}.subSidebarmenuhover.show>li:nth-child(8){animation-delay:.8s}.subSidebarmenuhover.show>li:nth-child(9){animation-delay:.9s}.subSidebarmenuhover.show>li:nth-child(10){animation-delay:1s}.subSidebarmenuhover.show>li:nth-child(11){animation-delay:1.1s}.subSidebarmenuhover.show>li:nth-child(12){animation-delay:1.2s}.subSidebarmenuhover.show>li:nth-child(13){animation-delay:1.3s}.subSidebarmenuhover.show>li:nth-child(14){animation-delay:1.4s}.subSidebarmenuhover.show>li:nth-child(15){animation-delay:1.5s}.subSidebarmenuhover.show>li:nth-child(16){animation-delay:1.6s}.subSidebarmenuhover.show>li:nth-child(17){animation-delay:1.7s}.subSidebarmenuhover.show>li:nth-child(18){animation-delay:1.8s}.subSidebarmenuhover.show>li:nth-child(19){animation-delay:1.9s}.subSidebarmenuhover.show>li:nth-child(20){animation-delay:2s}@keyframes slideIn{0%{opacity:0;transform:translateX(-120px)}to{opacity:1;transform:translateX(0)}}.subSidebarmenuhover>li{align-items:center;background-color:#040a24;border-bottom:1px solid #fff;border-radius:3px;cursor:pointer;display:flex;font-size:13.5px;font-weight:500;justify-content:flex-start;margin:2px;opacity:0;padding:12px 9px;text-align:start;transition:background-color .3s ease,padding-left .3s ease}.subSidebarmenuhover>li:hover{background-color:#293e53;padding-left:18px}.inventory_sidebar_icon{color:#fff;font-size:18px}.Main_container_content{background-color:#fff;flex-grow:1;height:calc(100vh - 110px);overflow-y:auto;padding:7px;transition:margin-left .3s ease;width:100%}.sidebar.collapsed~.Main_container_content{margin-left:50px}.Main_container_Footer{align-items:center;background-color:#f1f1f1;bottom:0;box-shadow:0 -2px 5px #0000001a;color:#333;display:flex;height:30px;justify-content:center;left:0;padding:10px;position:fixed;width:100%;z-index:9999}.Main_container_content::-webkit-scrollbar{background-color:initial;width:0!important}@media screen and (max-width:450px){.sidebar.collapsed{display:none}.sidebar.expanded{display:block;height:100%;left:0;position:fixed;top:59px;width:250px;z-index:1000}.Main_container_content{margin-left:0;width:100%}.Sidebar_container_con.collapsed~.Main_container_content,.Sidebar_container_con.expanded~.Main_container_content,.sidebar.collapsed~.Main_container_content,.sidebar.expanded~.Main_container_content{margin-left:0}}.selected-medicine-table25{width:100%}.selected-medicine-table25 th{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor);padding:7px;text-align:left}.selected-medicine-table25 tbody tr{height:15px}.selected-medicine-table25 td{border:1px solid #c9c9c9;box-sizing:border-box;font-size:13px;padding:5px 7px;text-align:left;white-space:nowrap}.selected-medicine-table25 tbody tr:nth-child(2n){background-color:#f2f2f2}.selected-medicine-table25 tbody tr:hover{background-color:#ddd}.removeBordertable{border:none!important}.OtMangement_con{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-evenly;row-gap:30px;text-align:center;width:100%}.OtMangement_con_intra_check{width:100%!important}.OtMangementForm_1{align-items:center;display:flex;gap:15px;justify-content:flex-start;padding:5px;text-align:start}.OtMangementForm_1 label{align-items:center;font-size:13px;font-weight:700;justify-content:space-between;text-align:start;width:170px}.OtMangementForm_1 span{align-items:center;display:flex;font-size:12.5px;font-weight:700;justify-content:center;text-align:center}.OtMangementForm_1_checkbox{align-items:center;display:flex;flex-wrap:wrap;gap:10px;justify-content:flex-start;text-align:center}.OtMangementForm_1_checkbox label{justify-content:flex-start;width:70px!important}.edwue662l{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:5px;text-align:center}.edwue662l label{display:flex;flex-wrap:wrap;font-size:13.5px;width:300px!important}.edwue662l_22 label{width:250px!important}.edwue662l h6{align-items:center;display:flex;font-size:10.2px;font-weight:100;justify-content:flex-start;text-align:start;width:220px}.OtMangementForm_1nurceees{display:flex;gap:20px;justify-content:center}.OtMangementForm_1nurceees input[type=checkbox]{height:16px;width:16px}.OtMangementForm_1_checkbox input[type=checkbox]{height:13px;width:13px}.cenetrOt_singn_date_tym{align-items:center;display:flex;gap:20px;justify-content:center;text-align:center}.cenetrOt_singn_date_tym_2 label{width:200px}.date_stle_OT{border:1px solid var(--ProjectColor);border-radius:5px;padding:5px;width:100px}.OtMangementForm_1 input[type=checkbox]{margin-right:3px;transform:scale(1.4)}.OtMangementForm_1 input{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px;width:120px}.OtMangementForm_1 label{color:#333;display:flex;gap:5px}.OtMangementForm_1 input[type=checkbox]:checked+label{font-weight:700}.Otdoctor_intra_Con{row-gap:20px}.Otdoctor_intra_Con,.Otdoctor_intra_Con_2{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center;width:100%}.Otdoctor_intra_Con_2{margin-bottom:15px;row-gap:10px}.Otdoctor_intra_Con_2 label{align-items:center;display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;text-align:center;width:80px}.Otdoctor_intra_Con_2 textarea{height:350px;padding:5px;width:80%}.Otdoctor_intra_Con_2_New0{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:2px;text-align:center;width:100%}.Otdoctor_intra_Con_2_New0 label{align-items:center;display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;text-align:center;width:80px}.Otdoctor_intra_Con_2_New0 textarea{min-height:80px;padding:5px;width:100%}.wedje_98i{margin-bottom:10px!important}.wedje_98i textarea{width:50%!important}.text_adjust_mt_Ot{align-items:center;display:flex;gap:10px;justify-content:center;margin-bottom:15px;text-align:center;width:100%}.text_adjust_mt_Ot input[type=text]{background-color:initial;border:0;border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;height:30px;outline:0;padding:0 5px;width:160px}.text_adjust_mt_Ot_rado_0{display:flex;gap:10px;justify-content:space-evenly;width:160px}.text_adjust_mt_Ot textarea{height:50px;padding:5px;width:35%}.text_adjust_mt_Ot_rado_0 input[type=radio]{height:15px}.text_adjust_mt_Ot label{align-items:center;display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;text-align:start;width:200px}.Otdoctor_intra_Con_udy6d{gap:43px}.Otdoctor_intra_Con_2_input,.Otdoctor_intra_Con_udy6d{align-items:center;display:flex;justify-content:center;text-align:center}.Otdoctor_intra_Con_2_input{gap:34px}.Otdoctor_intra_Con_2_input label{display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;width:200px}.Otdoctor_intra_Con_2_input input{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px;width:150px}.OtMangementForm_1_checkbox_Intraaaaa{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center}.OtMangementForm_1_checkbox_Intraaaaa label{align-items:center;display:flex;font-size:var(--fontsize);font-weight:700;gap:5px;justify-content:flex-start;text-align:center;width:105px}.cell_btn12{background-color:var(--ProjectColorhover);border:none;border-radius:5px;color:var(--labelcolor);cursor:pointer;outline:none;padding:0 5px}.input_table_tye_site{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px;text-align:center;width:200px}.vvnm_p4{text-align:center;width:100px!important}.with_increse_85 label{gap:10px;justify-content:center;width:250px}.radio_Nurse_ot2_head{gap:25px;height:30px;justify-content:flex-start;margin-left:6px;width:160px}.radio_Nurse_ot2,.radio_Nurse_ot2_head{align-items:center;display:flex;text-align:center}.radio_Nurse_ot2{justify-content:center}.radio_Nurse_ot2 label{display:flex;justify-content:flex-start!important;text-align:center;width:65px!important}.radio_Nurse_ot2_input{height:13px!important;width:15px!important}.jdcneuir8o34di{align-items:center;display:flex;justify-content:center;text-align:center}.swsxwdef7ujn{flex-direction:column;gap:10px;width:100%}.swsxwdef7ujn label{gap:10px;justify-content:center}.swsxwdef7ujn textarea{height:60px;width:90%!important}.nurse_sign_capte45_head23 label{align-items:center;color:var(--labelcolor);display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;text-align:start;width:150px}.nurse_sign_capte45_head23{flex-wrap:wrap;gap:20px}.nurse_sign_capte45,.nurse_sign_capte45_head23{align-items:center;display:flex;justify-content:center;text-align:center}.nurse_sign_capte45{flex-direction:column;gap:10px}.nurse_sign_capte45 label{display:flex;font-size:var(--fontsize);font-weight:700;justify-content:space-between;width:100px}.nurse_sign_capte45 input{border:1px solid var(--ProjectColor);border-radius:5px;height:30px;outline:none;padding:5px;width:150px}.nurse_sign_capte45 img{width:160px}.img_ckecd_dctr,.nurse_sign_capte45 img{border-radius:5px;font-size:13px;height:30px}.img_ckecd_dctr{width:140px}.nurse_sign_capte45 h5{color:gray;display:flex;justify-content:space-between;width:50px}.nurse_sign_capte45_head{row-gap:20px;width:100%}.nurse_sign_capte45_head,.nurse_sign_capte45_skib{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.nurse_sign_capte45_skib{row-gap:5px}.OtMangement_con_headerey7{align-items:flex-start;display:flex;justify-content:space-evenly;text-align:center}.eredr4f{gap:10px}.OtChecked_by_nurse87{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center}.OtChecked_by_nurse87 label{display:flex;width:120px}.okwixs7xs9{flex-direction:row!important}.xzaae8654d{flex-direction:row;flex-wrap:wrap;gap:10px}.stable_unstable_dic_u{align-items:center;display:flex;gap:5px;justify-content:center;text-align:center}.xyu6qrlscx0awd label{display:flex;gap:10px;margin-right:10px}.ewferjd{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:5px;text-align:center}.ewferjd textarea{height:70px!important;width:100%!important}.EDCEDSEW3{align-items:center;flex-direction:column!important;justify-content:center;row-gap:10px!important;text-align:center}.EDCEDSEW3 label{justify-content:flex-start;text-align:start}.wedscr54{text-align:center;width:30px!important}.dewui76ec{display:flex;justify-content:space-evenly;width:100%}.OtMangement_con_santhu{align-items:self-start;display:flex;justify-content:space-between;text-align:center}.erwdf3 label{width:100px!important}.gtrtrdyut554{align-items:self-start;display:flex;gap:10px;justify-content:center;text-align:center}.dfr6kmnbv{width:80px!important}.OtMangement_con34r{display:flex;flex-direction:column;row-gap:5px}.ewdfhyewuf65{row-gap:10px}.ewdfhyewuf65,.ewdfhyewuf65444{align-items:center;display:flex;flex-direction:column;justify-content:center;text-align:center}.ewdfhyewuf65444{row-gap:20px}.ewdfhyewuf652ewdwd{align-items:center;display:flex;justify-content:center;text-align:center}.edercxx{width:50%!important}.euiwd6745q3{align-items:center;display:flex;flex-direction:column;justify-content:flex-end;row-gap:10px;text-align:center;width:100%}.euiwd6745q3 label{gap:5px;justify-content:center;width:165px!important}.euiwd6745q3 textarea{height:80px;width:80%!important}.wqsxwqqq{margin:15px 5px}.wqsxwqqq label{align-items:center;justify-content:center;text-align:center;width:250px!important}.ecexzvb{width:355px!important}.errvmmklpee4 label{gap:3px!important;width:38px!important}.wfre6567ty{gap:3px!important}.djkwked675{justify-content:center!important;padding:15px 8px}.djkwked675 label{width:300px}.djkwked675 span{align-items:center;display:flex;justify-content:flex-start;text-align:start}.djkwked675 input{border:1px solid var(--ProjectColor);border-radius:5px;height:30px;outline:none;padding:5px;width:353px}.djkwked675 textarea{width:200px}.djkwked67eee5{display:flex;gap:70px}.nmmlkiu76d label{display:flex;justify-content:flex-start;width:115px!important}.errvmmklpee4222 label{display:flex;gap:5px;width:80px!important}.incre_with_lbel_098 label{width:500px!important}.swxzswert label{display:flex;gap:25px;width:200px!important}.swxzswert input{height:10px;width:10px}.wsdsceew{justify-content:center!important}.wsdsceewww2{justify-content:space-evenly!important}.wedsd367809 label{width:32px!important}.wqxxxzzxx2 label{display:flex;text-align:start;width:70px!important}.wqxxxzzxx2ed{align-items:center;flex-direction:column;justify-content:flex-start;margin-bottom:20px;row-gap:5px!important;text-align:center}.vvbvcxxzas label{gap:3px;justify-content:flex-start!important;text-align:start;width:175px!important}.vvbvcxxzaswwqqqqw label{justify-content:flex-start!important;width:70px!important}.dsewwsdw32{align-items:center;display:flex;flex-direction:column;height:100px;justify-content:flex-start;row-gap:10px;text-align:center}.dededxs{margin-left:10px;margin-top:10px}.wwssqqqw1z{width:70px!important}.dsdcmlpio{align-items:center;justify-content:center;text-align:center}.dsewwsdw3qqqs2{height:120px;row-gap:10px}.dsewwsdw3qqqs2,.dsewwsdw3qqqs234{align-items:center;display:flex;justify-content:flex-start;text-align:center}.dsewwsdw3qqqs234{flex-direction:column;height:130px;row-gap:15px;width:100%}.wqxwxsio87 label{width:145px!important}.vvbvcxxzaswwqqqqwsssssxxxcc label{width:70px!important}.xcvcxc label{width:205px!important}.xcvcxc2 label{width:110px!important}.chart_table_anathes{border:1px solid var(--ProjectColor);border-radius:5px;height:15px;outline:none;padding:5px;text-align:center;width:100px}.ref3e34dew343 label{width:250px!important}.ececeee span{display:flex;justify-content:flex-start;text-align:start;width:75px!important}.weewdexewdd label{font-size:12px;justify-content:flex-start;width:115px!important}.de32111{border:none!important;border-bottom:1px solid var(--ProjectColor)!important;text-align:center;width:50px!important}.wedscr54_secd_8643r{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:2px;text-align:center;width:80px}.ee33223{height:40px}.sdef11{width:200px!important}.ejdc7x{gap:10px;justify-content:flex-start;text-align:center}.ejdc7x,.idoop9{align-items:center;display:flex}.idoop9{flex-direction:column;row-gap:10px}.idoop9,.idoop9 label{justify-content:center}.idoop9 label{display:flex;text-align:center;width:40px}.idoop9 input{width:52px!important}.nbhgbhvg input{width:30px!important}.mlpocvfd{gap:10px}.ecdeeed,.mlpocvfd{align-items:center;display:flex;justify-content:center;text-align:center}.ecdeeed,.weddce2{flex-direction:column;row-gap:10px}.u78i7,.weddce2{display:flex}.u78i7{align-items:center;justify-content:center}.fvgg{display:flex}.img_lens_iujd{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:10px}.img_lens_iuj_lens button,.img_lens_iujd button{background-color:var(--ProjectColor);border:none;border-radius:5px;outline:none;padding:2px 1px;width:50px}.img_lens_iuj_lens button:hover,.img_lens_iujd button:hover{color:#fff}.img_lens_iuj_lens{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:10px}.img_lens_iuj_fun img{height:180px;width:200px}.lokm89 span{width:50px!important}.ecdeeedrdfdf{align-items:center;display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:10px;text-align:center;width:100%}.label_extra_width label{width:210px}.edwue662l p{display:flex;flex-direction:column;flex-wrap:wrap;width:200px}.edwue662l_2 p{width:200px}.RegisForm_1 img{width:162px}.eiuwd7we67657887{width:365px}.sigCanvas2_head11{display:flex;justify-content:flex-end}.sigCanvas2_head{flex-direction:column}.sigCanvas2_head,.sigCanvas2_head h5{display:flex;justify-content:center}.Selected-table-container{margin-top:20px;overflow-x:auto;width:100%}.selected-medicine-table2{width:100%}.selected-medicine-table2 th{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor);padding:7px;text-align:left!important}.selected-medicine-table2 tbody tr{height:15px!important}.selected-medicine-table2 td{border:1px solid #c9c9c9;box-sizing:border-box;font-size:13px;padding:5px 7px;text-align:left!important;white-space:nowrap}.Selected-table-container::-webkit-scrollbar{height:8px;width:12px}.Selected-table-container::-webkit-scrollbar-track{background:#0000}.Selected-table-container::-webkit-scrollbar-thumb{background-color:var(--ProjectColor);border:3px solid #0000;border-radius:6px}.Selected-table-container::-webkit-scrollbar-thumb:hover{background-color:var(--ProjectColorhover)}@media print{@page{size:A4;margin:0;margin-bottom:20px!important;margin-top:20px!important;padding:10px}.printgr5{display:none!important}.Print_ot_all_div_second{margin-left:40px!important}.DCER43{margin-left:10px!important}.Print_ot_all_div_Third{margin-left:85px!important}.Print_ot_all_div_rfve{margin:0 32px 30px 30px!important}.OtMangementForm_1nurceees{gap:5px!important}.edwue662l label{width:250px!important}.Otdoctor_intra_Con_udy6d{flex-direction:column!important;row-gap:15px!important}.Print_ot_all_div_second2{margin-left:60px!important}.Print_ot_all_div_pre{margin-right:30px!important}.cenetrOt_singn_date_tym{flex-direction:column!important}.nurse_sign_capte45{flex-direction:row!important}.vvnm_p4{width:60px!important}.wedscr54{width:25px!important}.wedscr54_secd{width:40px!important}.gtrtrdyut554{flex-direction:column}.eferytr{align-items:center;display:flex;justify-content:center;text-align:center}.de5y67y{margin-bottom:20px!important}.djkwked675 input{width:120px}.ewdfhyewuf65444{row-gap:20px!important}.dsewwsdw3qqqs2{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:flex-start;row-gap:10px;text-align:center}.vvbvcxxzaswwqqqqw label{width:150px!important}.appointment h4{font-size:14px!important}}@media screen and (max-width:1260px){.OtMangement_con{align-items:center;display:flex;justify-content:center;text-align:center;width:100%}.cenetrOt_singn_date_tym{flex-direction:column;justify-content:center}.cenetrOt_singn_date_tym label{width:230px}.Otdoctor_intra_Con_udy6d{flex-direction:column}.gtrtrdyut554{flex-direction:column!important}.wqsxwqqq label{width:200px!important}.ewdfhyewuf65444{row-gap:10px!important}.djkwked675 input{width:130px}.dsewwsdw3qqqs2{align-items:center;display:flex;flex-direction:column;height:120px;justify-content:flex-start;row-gap:10px;text-align:center}.vvbvcxxzaswwqqqqw label{width:140px!important}.djkwked67eee5{align-items:self-start;gap:15px}}@media screen and (max-width:785px){.nurse_sign_capte45_head23{flex-direction:column;gap:10px}.nurse_sign_capte45{flex-direction:column;gap:8px}.nurse_sign_capte45_head{flex-direction:column;row-gap:30px}.nurse_sign_capte45 h5{background-color:var(--selectbackgroundcolor);border-radius:5px;gap:10px;justify-content:center;padding:5px;width:150px}.wqsxwqqq label{width:200px!important}}@media screen and (max-width:650px){.OtMangementForm_1 label{width:120px}.label_extra_width label{width:160px}.OtMangementForm_1_checkbox{width:115px}.OtMangementForm_1_checkbox_2222{width:50px!important}.OtMangementForm_1_checkbox label{width:25px}.cenetrOt_singn_date_tym_2{align-items:center;flex-direction:column;gap:10px;justify-content:center;text-align:center}.cenetrOt_singn_date_tym label{width:150px!important}.clm_chse_dte_tym_0{gap:5px!important}.date_stle_OT{width:95px}.text_adjust_mt_Ot_rado_0{display:flex;gap:10px;width:160px}.text_adjust_mt_Ot textarea{width:50%}.text_adjust_mt_Ot label{gap:5px;justify-content:space-between;width:120px}.Otdoctor_intra_Con_2 textarea,.Otdoctor_intra_Con_2_New0 textarea{width:90%}.Otdoctor_intra_Con_2_input{flex-direction:column}.Otdoctor_intra_Con_2_input label{gap:10px;justify-content:center}.OtMangementForm_1_checkbox_Intraaaaa label{width:80px}.Otdoctor_intra_Con_2_input{gap:10px}.Otdoctor_intra_Con_udy6d{gap:20px}.swsxwdef7ujn textarea{height:60px;width:80%!important}.jdcneuir8o34di{display:flex;flex-direction:column;row-gap:10px}.OtMangement_con_santhu{align-items:center;flex-direction:column;justify-content:center;row-gap:20px}.swsxwdef7ujn textarea{width:90%!important}.euiwd6745q3 textarea{width:70%!important}.wsdsceew_33{align-items:center;justify-content:center!important;text-align:center}.u78i7{flex-direction:column}.lokm89 span{width:0!important}.ecdeeedrdfdf{justify-content:center}.edwue662l label{display:flex;flex-wrap:wrap;font-size:13.5px}.edwue662l label,.edwue662l_22 label{width:230px!important}.wsdsceew label{width:120px!important}}@media screen and (max-width:900px){.OtMangement_con_headerey7{flex-direction:column;justify-content:center}}.cell_btn{color:blue!important}body,html{height:100%}*,body,html{box-sizing:border-box;margin:0;padding:0}*{font-family:Nunito,sans-serif}:root{--ProjectColor:#d2cdd4;--ss:#d5f7f7;--Tablerownthchild:#f3f1f1;--labelcolor:#000;--projectwhite:#fff;--selectbackgroundcolor:#e8e9eb;--fontsize:12px;--opacityColor:#7fb1ad}body{height:100%;padding:0!important}body,input{-webkit-user-select:none;user-select:none}input[type=text]::-webkit-calendar-picker-indicator{display:none}input[type=number]::-webkit-inner-spin-button,input[type=number]::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}input[type=number]{-webkit-appearance:none;appearance:none}:root{--yellow:linear-gradient(180deg,#f8d49a -146.42%,#fad79d -46.42%);--orange:#fca61f;--black:#242d49;--gray:#788097;--purple:linear-gradient(180deg,#bb67ff,#c484f3);--pink:#ff919d;--glass:#ffffff8a;--boxShadow:0px 19px 60px #00000014;--smboxShadow:-79px 51px 60px #00000014;--activeItem:#f799a354}body{background:#f4f3f2;background:linear-gradient(#f4f3f2);font-family:Nunito,system-ui,sans-serif;font-weight:400;margin:0;padding:0}h1,h2,h3,h4,h5,h6{font-weight:700}button,h1,h2,h3,h4,h5,h6{font-family:Nunito,sans-serif}button{border:none;font-weight:600;outline:none}input,label,textarea{font-family:Nunito,sans-serif;font-weight:400}label{align-items:center!important;display:flex!important;font-size:13px!important;font-weight:700!important}.App{align-items:center;background:linear-gradient(106.37deg,#ffe1bc 29.63%,#ffcfd1 51.55%,#f3c6f1 90.85%);color:#242d49;color:var(--black);font-family:Nunito,sans-serif;height:100vh}.App,.AppGlass{display:flex;justify-content:center}.AppGlass{background:#ffffff8a;background:var(--glass);border-radius:2rem;gap:16px;grid-template-columns:11rem auto 20rem;height:97%;overflow:hidden;width:97%}a,li,p,span{font-family:Nunito,sans-serif!important;font-weight:400}@media screen and (max-width:1200px){.AppGlass{grid-template-columns:10% 50% auto;overflow-y:scroll}}@media screen and (max-width:768px){.AppGlass{grid-template-columns:1fr}}.app_container{height:100%;position:fixed;width:100%}.common_center_tag{align-items:center;display:flex;flex-direction:column;justify-content:center;margin:5px;width:100%}.common_center_tag span{color:grey;font-size:13px;font-weight:600}.Main_container_app{align-items:center;box-sizing:border-box;display:flex;flex-direction:column;height:auto;justify-content:flex-start;margin-left:50px;overflow-y:auto;padding:0 10px 70px;width:auto}.Main_container_app::-webkit-scrollbar{display:none}.Main_container_app{-ms-overflow-style:none;scrollbar-width:none}.Main_container_app h3{align-items:center;background-color:#d2cdd4;background-color:var(--ProjectColor);border-radius:4px;box-sizing:border-box;display:flex;font-size:13px;justify-content:flex-start;margin:5px 2px 2px;padding:5px;width:100%}.css-i4bv87-MuiSvgIcon-root{height:.7em!important;width:.7em!important}.Main_container_Btn{align-items:center;display:flex;gap:10px;justify-content:center;margin:8px;width:100%}.Main_container_Btn button{background-color:#646653;border:0;border-radius:50px;color:#fff;cursor:pointer;font-size:12px;outline:0;padding:5px;text-align:center;width:60px}.Main_container_Btn button:hover{background-color:#2dacc0;color:#000}.Bill_Btn{align-items:center;display:flex;gap:10px;justify-content:center;margin:10px;width:100%}.Bill_Btn button{background-color:#646653;border:0;border-radius:50px;color:#fff;cursor:pointer;height:20px;outline:0;text-align:center;width:60px}.Bill_Btn button:hover{background-color:#2dacc0;color:#000}.RegisFormcon{padding:0 5px;row-gap:3px}.RegisFormcon,.RegisFormcon_1{align-items:center;box-sizing:border-box;column-gap:5px;display:flex;flex-wrap:wrap;justify-content:flex-start;text-align:center}.RegisFormcon_1{margin:5px;padding:0 20px;row-gap:5px;width:100%}@media (max-width:1000px){.RegisFormcon_1{justify-content:center}}.RegisBillFormcon{align-items:center;box-sizing:border-box;column-gap:10px;display:flex;flex-wrap:wrap;justify-content:flex-start;padding:0 10px;row-gap:5px;text-align:center;width:100%}.sjhdcys6 label{align-items:center;display:flex;gap:5px}.wedwdwo{width:100%}.search_div_bar,.wedwdwo{display:flex;justify-content:center}.search_div_bar{align-items:center;flex-wrap:wrap;gap:20px;margin:10px}.search_div_bar_inp_1 label{align-items:center;color:#000;color:var(--labelcolor);display:flex;font-size:clamp(12px,1vw,18px);font-weight:700;gap:10px;justify-content:space-between;text-align:start;width:120px}.search_div_bar_inp_1{align-items:center;border-bottom:1px solid #d2cdd4;border-bottom:1px solid var(--ProjectColor);display:flex;flex-basis:calc(33.33% - 90px);gap:5px;justify-content:center;margin-left:50px}.search_div_bar_inp_1 input{background-color:initial;border:0;border-radius:0;font-size:12px;height:30px;outline:0;overflow:hidden;padding:0 5px;text-overflow:ellipsis;width:clamp(160px,3vw,250px)}.search_div_bar_inp_1 select{margin-bottom:3px;width:160px!important}.search_div_bar_btn_1{background-color:#d2cdd4;background-color:var(--ProjectColor);border:none;border-radius:25px;color:#fff;color:var(--projectwhite);cursor:pointer;height:35px;width:100px}.regis_2_for_smll9{width:205px!important}.regis_2_for_smll9 input{height:25px!important;width:80px!important}.vitals-container{width:100%}.grid-wrapper{display:flex;gap:10px;max-width:1500px;width:100%}.current-vitals,.past-vitals{flex:1 1;max-width:50%;overflow:hidden}.past-vitals .MuiTextField-root{width:100%}.grid-wrapper h5{align-items:center;background-color:#e4e4e4;border:1px solid #cacaca;border-radius:5px;height:41px;outline:none;padding:5px;width:140px}.grid-wrapper h5,.past_present_pl{display:flex;justify-content:center}.past_present_pl{gap:10px;width:100%}.efef_iuwd{align-items:center;gap:0;height:15px;justify-content:space-between}.efef_iuwd h5{width:80%}.cwsu_6yw{align-items:center;display:flex;gap:5px}.efef_iuwd Button{width:25%}.dysghd_jmk{height:30px!important;padding:5px!important;top:7px;width:150px!important}.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{font-size:12px!important;height:29px!important;padding:0 8px!important}@media (min-width:1200px){.grid-wrapper{max-width:100%}}@media (min-width:1600px){.grid-wrapper{max-width:100%}}@media (max-width:800px){.grid-wrapper{display:flex;flex-direction:column;gap:10px;justify-content:center;row-gap:20px}.current-vitals,.past-vitals{max-width:100%}.cwsu_6yw{flex-direction:column}.efef_iuwd{height:auto}}.RegisForm_1{color:grey;gap:5px;height:auto;width:255px}.RegisForm_1,.RegisForm_1 label{align-items:center;display:flex;justify-content:space-between}.RegisForm_1 label{color:#000;color:var(--labelcolor);font-size:12px;font-size:var(--fontsize);font-weight:700;gap:10px;text-align:start;width:120px}.RegisForm_1 input{height:22px;width:130px}.RegisForm_1 input,.smalefhiu input{background-color:initial;border:1px solid #d2cdd4;border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;outline:0;padding:0 5px}.smalefhiu input{height:30px;width:115px}.krfekj_09{background-color:var(--ProjectColorhover);border-radius:3px;font-size:12px;height:24px;outline:none;padding:1px;width:40px!important}.RegisBillForm_1{color:grey;width:170px}.RegisBillForm_1,.RegisBillForm_1 label{align-items:center;display:flex;gap:5px;justify-content:space-between}.RegisBillForm_1 label{color:#000;color:var(--labelcolor);font-size:12px!important;font-weight:700!important;text-align:start;width:82px}.RegisBillForm_1 input{background-color:initial;border:1px solid #d2cdd4;border:1px solid var(--ProjectColor);border-radius:5px;font-size:10px;height:22px;outline:0;padding:0 5px;width:85px}.RegisBillSearchForm_1{color:grey;height:auto;width:200px}.RegisBillSearchForm_1,.RegisBillSearchForm_1 label{align-items:center;display:flex;gap:5px;justify-content:space-between}.RegisBillSearchForm_1 label{color:#000;color:var(--labelcolor);font-size:15px!important;font-weight:700!important;text-align:start;width:82px}.RegisBillSearchForm_1 input{background-color:initial;border:1px solid #d2cdd4;border:1px solid var(--ProjectColor);border-radius:5px;font-size:10px;height:27px;outline:0;padding:0 5px;width:120px}.RegisBillForm_1 .invalid{border:1px solid red}.RegisBillForm_1 .valid{border:1px solid green}.RegisBillForm_1 select,.search_div_bar_inp_1 select{background-color:#e8e9eb;background-color:var(--selectbackgroundcolor);border:0;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:20px;outline:0;padding:0 5px;width:85px}.RegisBillForm_1 textarea{border:1px solid #ccc;border-radius:5px;cursor:pointer;display:flex;font-size:10px;height:25px;outline:0;padding:0 5px;width:160px!important}.RegisBillForm_1_M textarea{width:88px!important}.RegisBillForm_2{color:grey;gap:5px;height:auto}.RegisBillForm_2,.RegisBillForm_2 label{align-items:center;display:flex;justify-content:space-between;width:120px}.RegisBillForm_2 label{color:#000;color:var(--labelcolor);font-size:12px;font-size:var(--fontsize);font-weight:700;gap:10px;text-align:start}.RegisBillForm_2 input{background-color:initial;border:1px solid #d2cdd4;border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;height:15px;outline:0;padding:0 5px;width:50px}.RegisBillForm_2 select,.search_div_bar_inp_1 select{background-color:#e8e9eb;background-color:var(--selectbackgroundcolor);border:0;border-radius:5px;cursor:pointer;display:flex;font-size:11px;height:20px;outline:0;padding:0 5px;width:85px}.RegisBillSmart_2{color:grey;gap:5px;height:auto}.RegisBillSmart_2,.RegisBillSmart_2 label{align-items:center;display:flex;justify-content:space-between}.RegisBillSmart_2 label{color:#000;color:var(--labelcolor);font-size:11px;font-weight:700;gap:10px;text-align:start}.RegisBillSmart_2 input{font-size:11px}.RegisBillSmart_2 button,.RegisBillSmart_2 input{background-color:initial;border:1px solid #d2cdd4;border:1px solid var(--ProjectColor);border-radius:5px;height:20px;outline:0;padding:0 5px;width:100px}.RegisBillSmart_2 button{font-size:12px}.Search_patient_icons{align-items:center;display:flex;justify-content:center;position:relative}.Search_patient_icons span{background-color:#fff;color:#000;height:20px;position:absolute;right:2px}.Search_patient_icons span:hover{cursor:pointer}.css-1umw9bq-MuiSvgIcon-root{font-size:1.3rem!important}.RegisForm_1 .invalid{border:1px solid red}.RegisForm_1 .valid{border:1px solid green}.RegisForm_1 select,.search_div_bar_inp_1 select{background-color:#e8e9eb;background-color:var(--selectbackgroundcolor);border:0;border-radius:5px;cursor:pointer;display:flex;font-size:11px!important;height:22px;outline:0;padding:0 5px;width:130px}.RegisForm_1 textarea{border:1px solid #ccc;border-radius:5px;display:flex;height:25px;outline:0;padding:0 5px;width:135px!important}.choose_file_update{font-size:10.8px!important;height:30px!important}.fileviewbtn{align-items:center;background-color:#d2cdd4;background-color:var(--ProjectColor);border:none;border-radius:5px;color:#000;color:var(--labelcolor);cursor:pointer;display:flex;font-size:12px;font-size:var(--fontsize);font-size:11px;font-weight:400!important;height:22px;justify-content:center!important;text-align:center;width:88px}.RegisterTypecon{width:100%}.RegisterType,.RegisterTypecon{align-items:center;display:flex;height:auto;justify-content:center}.RegisterType{background-color:#dfdfdf7a;border-radius:5px;box-sizing:border-box;flex-wrap:wrap;gap:4px;padding:2px;width:auto}.RegisterBillType{background-color:#dfdfdf7a;border-radius:10px;box-sizing:border-box;flex-wrap:wrap;margin:10px 0;padding:5px;width:auto}.RegisterBillType,.registertypeval{align-items:center;display:flex;gap:10px;height:auto;justify-content:center}.registertypeval{width:160px}.registertypeval input{display:grid;height:18px;place-items:center;width:15px}.registertypeval label{color:#000;cursor:pointer;font-size:11px!important;font-weight:500;text-align:start;width:calc(100% - 30px)}.registerbillval{align-items:center;display:flex;gap:10px;height:auto;justify-content:start;width:160px}.registerbillval input{display:grid;height:18px;place-items:center;width:20px}.registerbillval label{color:#000;cursor:pointer;font-weight:500;text-align:start;width:calc(100% - 30px)}.DivCenter_container{align-items:center;color:grey;font-size:13px;font-weight:600;height:auto;min-height:auto}.requirreg12{color:red;font-size:17px;padding-left:3px}.ImgBtn_kd88{font-size:8px!important;width:56px}.displayuseraccess{align-items:flex-start;display:flex;flex-wrap:wrap;justify-content:flex-start;row-gap:15px;width:100%}.displayuseraccess_2233{flex-wrap:nowrap!important;gap:40px}.displayuseraccess_child{flex-basis:240px;flex-grow:0;flex-shrink:1;margin-left:20px}.par_acc_lab{align-items:flex-start;color:#000;display:flex;font-size:16px;font-weight:600;justify-content:flex-start;text-align:start}.chi_acc_lab{color:grey}.ratecard_inputs{border:1px solid blue;outline:0;text-align:center;width:clamp(80px,80%,200px)}.loader{background-color:#201e1e80;height:100%;justify-content:center;left:0;position:absolute;top:0;width:100%;z-index:99}.Loading,.loader{align-items:center;display:flex}.Loading{color:#fff;flex-direction:column}.spinner-border{animation:spin 1s linear infinite;border:4px solid #0000004d;border-radius:50%;border-top-color:#3498db;height:40px;margin-bottom:10px;width:40px}.loader_register_roomshow{align-items:center;background-color:#fff;border-radius:10px;box-sizing:border-box;display:flex;flex-direction:column;height:80%;justify-content:flex-start;overflow:auto;padding:10px;width:80%}@keyframes spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media (max-width:650px){.RegisFormcon,.RegisFormcon_1{justify-content:center}}.file-input-444{align-items:center;display:flex;gap:3px;margin-left:2px!important}.RegisterForm_2{align-items:center;display:flex;gap:2px}.RegisterForm_2 button,.RegisterForm_2 label{color:#000!important;color:var(--labelcolor)!important;font-size:10.4px!important;padding:0 2px}.RegisterForm_1_btns{align-items:center;background-color:#d2cdd4;background-color:var(--ProjectColor);border:none;border-radius:20px;color:#000;color:var(--labelcolor);cursor:pointer;display:flex;font-size:12px;font-size:var(--fontsize);font-weight:400!important;height:30px;justify-content:center!important;text-align:center;width:80px}.Register_btn_con{align-items:center;display:flex;gap:10px;height:40px;justify-content:center;width:100%}.RegisterForm_1_btns:hover{background-color:#7fb1ad;background-color:var(--opacityColor)}.hiden-nochse-file{display:none}.showcamera_takepic{background-color:#00000080;left:0;width:100%}.showcamera_takepic,.sideopen_showcamera_takepic{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;top:0;z-index:3}.sideopen_showcamera_takepic{background:#0009;left:250px;width:calc(100% - 250px)}.showcamera_1_takepic1,.sideopen_showcamera_1_takepic1{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;height:77%;justify-content:center;overflow:auto;position:relative;width:75%}#CapturedFile1,#CapturedFile2,#CapturedFile3{display:none}.pat-regis-fnt{color:#000;color:var(--labelcolor);font-size:12px;font-size:var(--fontsize)}.css-15v22id-MuiAccordionDetails-root{padding:8px 16px 5px!important}.css-o047l4-MuiTypography-root{gap:5px!important}.ad-het-vst{height:50px!important}.select_with_dwn{width:180px}.account_txtarea3{height:30px;padding:5px;width:50%}.choose_file_update{font-size:10.4px!important;height:24px!important;margin-left:2px;width:25px!important}.patient_profile_pic{border-radius:50%;box-shadow:0 0 10px #0000001a;overflow:hidden}.patient_profile_pic img{height:100%;object-fit:contain;width:100%}.HotelIcon_registration{color:green;cursor:pointer;font-size:larger;height:40px;width:40px}.HotelIcon_registration:active{color:aqua}a .loader_register_roomshow{background-color:#fff;border-radius:10px;box-sizing:border-box;height:80%;overflow:auto;padding:10px;width:80%}.check_box_clrr_cancell{color:#7fb1ad!important;color:var(--opacityColor)!important}.Timeselectorr{grid-gap:10px;background-color:#fff;border-radius:5px;box-shadow:1px 1px 10px #0003;box-sizing:border-box;display:grid;gap:10px;grid-template-columns:repeat(5,1fr);padding:10px;width:200px}.Timeselectorr span{align-items:center;border-radius:5px;cursor:pointer;display:flex;height:23px;justify-content:center;width:23px}.Timeselectorr span:hover{background-color:#0e76ec}.Timeselected{background-color:#83a0ee;border-radius:5px;color:#fff;cursor:pointer}.Timeselected:hover{background-color:#696865}.Timeenabled{background-color:rgba(218,226,228,.705);border-radius:5px;color:#000;cursor:pointer}.Timeenabled:hover{background-color:#91b2bd!important}.Service_bill{align-items:center;column-gap:10px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:flex-start;width:100%}.check_box_clrr_1{background-color:#4caf50}.check_box_clrr_1,.check_box_clrr_2{border-radius:4px;color:#fff;font-weight:700;padding:5px;text-align:center}.check_box_clrr_2{background-color:#2196f3}.check_box_clrr_3,.check_box_clrr_4,.check_box_clrr_5{border-radius:4px;color:#fff;font-weight:700;padding:5px;text-align:center}.check_box_clrr_5{background-color:#9e9e9e}span[class^=check_box_clrr_]{display:inline-block;font-size:.9em;min-width:60px}.RegisForm_Admit{align-items:center;color:grey;display:flex;gap:10px;height:auto;justify-content:flex-start;width:auto}.RegisForm_con_Admit{column-gap:10px;font-size:14px;height:auto;justify-content:space-between;row-gap:10px}.RegisForm_Admit label{display:flex;justify-content:space-between;width:180px}.form-section5{background-color:#fff;border:1px solid #ccc;box-shadow:0 0 10px #0000001a;color:#000;margin:0 auto;max-width:800px;padding:20px;width:100%}.DivCenter_container{display:flex;font-weight:700;gap:15px;justify-content:center;margin:5px 0;text-align:start;text-transform:uppercase;width:100%}.newjhsjds_8i{align-items:flex-start!important;justify-content:space-between;padding:0 0 0 90px;width:100%}.dshcyts_8i{margin-bottom:10px}.wdqwtyxghs0 span{font-size:11px}.wdwdxsxww tr td{font-size:11px;left:-10px;position:relative}.RegisForm_con_Admit{display:flex;flex-direction:column;gap:10px}.no-print{display:none!important}.app-container-newM{background-color:#fff;display:flex;flex-direction:column;height:100vh;height:100%;position:fixed;width:100%}header{background-color:grey;left:0;position:fixed;top:0;width:100%;z-index:1000}.content-container-newM{height:calc(100vh - 87px);overflow-y:auto}.content-container-newM::-webkit-scrollbar{display:hidden;width:0}footer{background-color:grey;bottom:0;left:0;position:fixed;width:100%;z-index:1000}.nested-table{border-collapse:collapse;margin-top:10px;width:100%}.nested-table td,.nested-table th{border:1px solid #ddd;padding:8px 12px}.mui-datatables-1ygcj2i-MuiTableCell-root{background-color:#d2cdd4!important;background-color:var(--ProjectColor)!important;padding:3px 15px!important}.mui-datatables-1ex1afd-MuiTableCell-root{padding:3px 15px!important}.NewTest_Master_grid_M_head_M{display:flex!important;justify-content:center!important;margin-top:10px;overflow-x:auto!important;width:100%}.NewTest_Master_grid_M{width:98%!important}.dehduwhd_o8i th{background-color:#d2cdd4!important;background-color:var(--ProjectColor)!important;border:1px solid #e0e0e0;padding:10px 15px!important}.dehduwhd_o8i{width:100%!important}.dehduwhd_o8i tbody tr:nth-child(2n){background-color:#f2f2f2}.dehduwhd_o8i tbody tr:hover{background-color:#ddd}.NewTest_Master_grid_M_head_M::-webkit-scrollbar{height:8px;width:12px}.NewTest_Master_grid_M_head_M::-webkit-scrollbar-track{background:#0000}.NewTest_Master_grid_M_head_M::-webkit-scrollbar-thumb{background-color:#d2cdd4;background-color:var(--ProjectColor);border:3px solid #0000;border-radius:6px}.NewTest_Master_grid_M_head_M::-webkit-scrollbar-thumb:hover{background-color:var(--ProjectColorhover)}.NewTest_Master_grid_M::-webkit-scrollbar{height:8px;width:0}.NewTest_Master_grid_M::-webkit-scrollbar-track{background:#0000}.NewTest_Master_grid_M::-webkit-scrollbar-thumb{background-color:#d2cdd4;background-color:var(--ProjectColor);border:3px solid #0000;border-radius:6px}.NewTest_Master_grid_M::-webkit-scrollbar-thumb:hover{background-color:var(--ProjectColorhover)}.dehduwhd_o8i td{border-left:1px solid #e0e0e0;border-right:1px solid #e0e0e0;padding:5px 15px!important}@media (max-width:768px){.NewTest_Master_grid_M{width:100%!important}.newjhsjds_8i{flex-direction:column;justify-content:space-between;padding:0;width:100%}.displayuseraccess_2233{flex-wrap:wrap!important}}.css-1pe4mpk-MuiButtonBase-root-MuiIconButton-root{background-color:#e8e9eb!important;background-color:var(--selectbackgroundcolor)!important}@media screen and (max-width:768px){.csdcedw_kl88,.pur_flex{display:flex;flex-direction:column}.csdcedw_kl88{align-items:center;gap:5px;justify-content:center;padding:0 10px;width:100%}.edcwjkediu87ccc{flex-wrap:wrap;justify-content:center!important}.edwdwdwdw_mmmm{align-items:center!important;display:flex;flex-direction:column;justify-content:flex-start;row-gap:5px}.WDWDWD_OO{flex-wrap:wrap;justify-content:center!important}.edcwjkediu87_mmmm,.ewdwdwd_u7j,.ewscjusd_s89i8i{flex-wrap:wrap;justify-content:center}.RegisBillFormcon,.Service_bill{justify-content:center}.EWDWDWDWDCC_0{justify-content:center!important}}.Services_app table{border:1px solid #000;border-collapse:collapse;margin-top:20px;width:100%}.Services_app table td,.Services_app table th{border:1px solid #000;font-size:12px;text-align:center}.Services_app input[type=number]{border:1px solid #ccc;border-radius:5px;font-size:12px;text-align:center;width:80%}.Services_app input[type=number]:focus{border-color:#4caf50;outline:none}.Services_app tr:hover{background-color:#f1f1f1}.csdcedw_kl88{gap:5px;justify-content:space-between}.csdcedw_kl88,.ewdwdwd_u7j{align-items:center;display:flex;padding:0 10px;width:100%}.ewdwdwd_u7j{justify-content:center}.RegisBillSearchForm_1_mmmm input{width:135px!important}.WDWDWD_OO{align-items:flex-start;display:flex;justify-content:space-between;width:100%}.EWDWDWDWDCC_0{display:flex;flex-direction:column;row-gap:5px}.wdwdxsxwsw3ed{margin-right:20px}.edcwjkediu87_mmmm{align-items:flex-start;display:flex;gap:20px;justify-content:center;margin-left:20px}.edwqw_c2{align-items:center;display:flex;justify-content:flex-start}.edwqw_c2 h4,.edwqw_c2 span{font-size:12px;width:auto}.edwdwdwdw_mmmm{align-items:flex-start;justify-content:flex-start}.edwdwdwdw_mmmm,.ewrfewfew233{display:flex;flex-direction:column;row-gap:5px}.phrmy_newbilg{margin-bottom:2px!important}.edwydw_k8{display:flex}.ReactGridFootcvv SPAN{font-size:14PX}.css-1e6y48t-MuiButtonBase-root-MuiButton-root{line-height:1!important}.css-1086bdv-MuiPaper-root-MuiAccordion-root,.css-1086bdv-MuiPaper-root-MuiAccordion-root.Mui-expanded{width:100%!important}@media print{.print_footerr{display:table-footer-group;height:30px!important}.shshxhxs_secfooter{bottom:0;left:1px;position:fixed;text-align:center;width:100%}}.new_billing_address_forprint{background-color:#f9f9f9;border-radius:8px;display:flex;flex-direction:column;gap:20px;padding:10px;width:100%}.new_billing_address_2_forprint{display:flex;flex-direction:row;gap:50px;justify-content:space-between;width:100%}.new_billing_address_2_forprint table{background:#fff;border-collapse:collapse;border-radius:8px;box-shadow:0 2px 5px #0000001a;flex:1 1;width:50%}.new_billing_address_2_forprint td,.new_billing_address_2_forprint th{border:1px solid #ddd;padding:5px;text-align:left}.new_billing_address_2_forprint th{border:1px solid #e9e9e9;color:#000;font-size:17px;font-weight:700;text-align:start}.new_billing_address_2_forprint td{background-color:#fff;font-size:11px}.new_billing_address_1_forprint{display:flex;flex-direction:column;gap:5px;padding:5px}.new_billing_address_1_forprint span{color:#333;display:flex;flex-wrap:wrap;font-size:12px;width:335px}.new_billing_address_1_forprint div{display:flex;flex-direction:column;gap:3px}.prin_nnrmll_table table{font-size:13px!important}.new_billing_logo_con3333 img{object-fit:contain;width:70px}.New_billlling_invoice_head_juk9{align-items:start;justify-content:space-between!important}.disclaimer23_k8i8i{display:flex;flex-wrap:wrap;justify-content:flex-start!important;text-align:start;width:400px}.edfey_ik9{align-items:flex-end;display:flex;justify-content:space-between;width:100%}.eruuew_p09{display:flex;flex-direction:column;row-gap:35px}@media print{.new_billing_address_forprint{background:#fff;box-shadow:none;width:100%}.new_billing_address_2_forprint{border:none;box-shadow:none;display:flex;flex-direction:row;gap:50px;justify-content:space-between;width:100%}.new_billing_address_2_forprint td,.new_billing_address_2_forprint th{border:1px solid #000}.new_billing_address_2_forprint th{border:1px solid #fff!important;font-size:17px}}
/*# sourceMappingURL=main.60c5324c.css.map*/