@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)}}.home-page-container{align-items:center;display:flex;flex-direction:column;justify-content:center;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{transition:margin-left .3s ease;width:calc(100% - 50px)}.sidebar.collapsed~.Main_container_content,.sidebar.expanded~.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}.Main_container_content{background-color:#fff;flex-grow:1;height:calc(100vh - 110px);overflow-y:auto;padding:10px 5px;transition:margin-left .3s ease,background-color .3s ease;width:100%}.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)}@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}}.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}}.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 45px;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}.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{cursor:pointer;height:30px;width:30px}.css-zylse7-MuiButtonBase-root-MuiIconButton-root{padding:2px!important}.menu-link{height:100%;width:100%}.menu-trigger-open .lines:before{transform:rotate(45deg)}.menu-trigger-open .lines:after{transform:rotate(-45deg)}.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}}.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}}.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%)}@keyframes slideIn{0%{opacity:0;transform:translateX(-100%)}to{opacity:1;transform:translateX(0)}}.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}.loading-overlay:before{background-color:#ffffffb3;content:"";height:100vh;left:0;position:fixed;top:0;width:100vw;z-index:999}.loading-spinner-container{align-items:center;display:flex;flex-direction:column;left:50%;position:fixed;top:50%;transform:translate(-50%,-50%);z-index:1000}.loading-spinner{animation:spin 1s linear infinite;border:4px solid #0000ff4d;border-radius:50%;border-top-color:blue;height:48px;width:48px}.loading-text{color:blue;font-size:16px;font-weight:700;margin-top:8px}.pdf_img_show{align-items:center;background-color:#0000008a;display:flex;height:100%;justify-content:center;text-align:center;width:100%}.clse_pdf_img{border-radius:20px;color:var(--labelcolor);font-size:30px;position:relative}.summary-container{border:1px solid var(--ProjectColor);padding:10px}.appointment{display:flex;flex-direction:column;gap:0}.billing_container_form{align-items:center;display:flex;flex-wrap:wrap;gap:5px;justify-content:space-around;row-gap:10px;text-align:center}.billing_container_form_sub{align-items:center;color:grey;display:flex;flex-direction:column;gap:5px;height:100%;padding:0 5px;width:auto}.billing_container_form_sub label{align-items:center;color:var(--ProjectColor);display:flex;font-size:var(--fontsize);font-size:14px;font-weight:700;gap:10px;height:18px;justify-content:center;text-align:center;text-align:start;width:120px}.billing_container_form_sub input{background-color:initial;border:0;border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;height:18px;outline:0;padding:5px;text-align:center;width:150px}.billing_container_form_sub select{background-color:initial;background-color:var(--selectbackgroundcolor);border:0;display:flex;height:30px;outline:0;width:162px}.summary-container label{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor);font-size:13px;font-weight:700;margin-bottom:5px;padding:5px 10px;width:115px}.summary-container input{border:1px solid #ccc;border-radius:4px;max-height:15px;outline:none;padding:4px;width:123px}.summary-container input,.summary-container p{display:flex;font-weight:700;justify-content:center;text-align:center}.summary-container p{font-size:12px;padding:5px}.col-dwn-its{color:var(--labelcolor);display:flex;flex-direction:column}.searching_input_icon3{background-color:initial;position:relative}.input-with-icon{position:relative}.searching_input_icon3{background-color:#fff;position:absolute;right:16px;top:52%;transform:translateY(-50%)}.newicon_regis,.searching_input_icon3{border:none;color:var(--labelcolor);cursor:pointer}.newicon_regis{background-color:var(--selectbackgroundcolor);outline:none;padding:2px;position:relative;top:0}.pay-cd-cd{display:flex;flex-direction:row;flex-wrap:wrap;gap:40px}.Action_btns{display:flex;gap:15px;width:100%}.Addnamebtn{background-color:var(--ProjectColor);height:20px}.Addnamebtn,.delnamebtn{border:none;color:var(--labelcolor)}.delnamebtn{background-color:initial;border-radius:3px;cursor:pointer;height:30px;width:30%}.billing-invoice{height:100%!important;overflow:auto!important;padding:6px!important}.billing-invoice,.billing-invoice_999{background-color:#fff;border:2px solid var(--ProjectColor);box-shadow:0 0 10px #0000001a;font-family:Arial,sans-serif;margin:20px auto;max-width:700px}.billing-invoice_999{overflow:visible;padding:10px!important;page-break-after:auto;page-break-before:auto;page-break-inside:auto}.Billing_Invoice_header{height:50px;padding-top:10px;text-align:center}.input-with-icon4{display:inline-block;position:relative}.searching_input_icon{background-color:#fff;border:none;color:var(--ProjectColor);cursor:pointer;position:absolute;right:3px;top:43px;transform:translateY(-50%)}.invoice_Secondpart,.invoice_firstpart{height:auto;padding-bottom:20px;padding-top:10px}.invoice_Secondpart{border-bottom:1px solid var(--ProjectColor)}.invoice-header{margin-bottom:20px;margin-right:20px;margin-top:20px;text-align:right}.invoice-title{color:#333;font-size:24px;font-weight:700}.invoice-logo-address{align-items:flex-start;display:flex;flex-direction:column;justify-content:space-between;margin-bottom:20px}.flex-logo-name{display:flex;gap:10px}.logo img{height:auto;max-width:100px}.address{display:flex;flex-direction:column;flex-grow:1;gap:20px;margin-left:20px}.addr2{margin-left:90px}.addr2,.addr3{display:flex;flex-direction:column;flex-grow:1;gap:20px;padding-bottom:40px;padding-top:20px}.addr3{margin-left:40px}.medical-center-name{color:#333;font-size:18px;font-weight:700}.full-address{color:#666;font-size:14px}.invoice-item{display:flex;justify-content:space-between;margin-bottom:10px}.item-name,.item-price,.item-quantity,.item-total{flex-basis:25%;text-align:left}.bill-to1{align-items:center;display:flex;justify-content:center}.sec-clm{border-top:2px solid var(--ProjectColor);display:flex;justify-content:space-between}.invoce-lab-span{align-items:left;display:flex;gap:20px;justify-content:left;text-align:left}.invoce-to2{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;row-gap:25px;text-align:left}.invoice-details table{border-collapse:initial;margin-top:20px;width:100%}.invoice-details td,.invoice-details th{border-bottom:1px solid #ccc;font-size:13px;padding:5px;text-align:center}.invoice-details th{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor)}.invoice-details td input{height:20px;max-width:100px;position:relative}.ItemName_searchicon{background-color:#fff;color:var(--labelcolor);left:5px;margin-top:-10px;top:9px}.ItemName_searchicon,.itnm-icon{border:none;cursor:pointer;position:relative}.itnm-icon{color:var(--ProjectColor);left:215px;top:3px}.datlidt-mve-wth{margin-right:20px;width:100px}.invoice-details td select{height:20px;max-width:220px}.invoice-details tbody tr:nth-child(2n){background-color:hsla(320,5%,87%,.384)}.invoice-details,.invoice-details-1{border-top:2px solid var(--ProjectColor)}.invoice-details-1{align-items:center;display:flex;justify-content:space-between;margin-top:20px;padding-top:20px}.invoice_detials_row{color:var(--labelcolor);width:250px}.invoice_detials_row label{display:flex;margin-bottom:12px}.invoice_detials_row label input{width:100px}.balance-due-section,.paid-amount-section,.total-section{display:flex;justify-content:space-between;margin-bottom:10px}.balance-due-section span,.paid-amount-section span,.total-section span{flex-basis:50%;text-align:center}.balance-due-section span:last-child,.paid-amount-section span:last-child,.total-section span:last-child{color:var(--labelcolor);font-weight:700}.delet-invce{border:none;outline:none}.print-btn-invc{align-items:center;display:flex;justify-content:center;left:40%;position:relative;text-align:center}.Select_billing{border:1px solid grey;border-radius:5px;width:60px}.itm-name-pad th{padding:10px}.input-sech-fld input{border:1px solid var(--ProjectColor);border-radius:5px;display:flex;height:20px;justify-content:center;outline:none;padding:5px;text-align:center}.inpt-pad-btm{margin-bottom:-20px;width:230px}.slect-itm-detls-data{border-radius:5px;height:33px;padding:5px;width:150px}.total-itm-detls-data{border-radius:5px;height:20px;padding:5px}.mannual-header-with{width:100%}.Selected-table-container444{max-height:400px;overflow-y:auto}.selected-medicine-table222{border-collapse:collapse;margin-top:10px;width:100%}.selected-medicine-table222 th{background-color:var(--ProjectColor);border:1px solid #ddd;border-radius:5px;font-size:15px;padding:5px;text-align:center}.selected-medicine-table222 td{border:1px solid #ddd;padding:5px;text-align:center}.selected-medicine-table222 tbody tr{height:30px}.Selected-table-container444::-webkit-scrollbar{height:8px;width:12px}.Selected-table-container444::-webkit-scrollbar-thumb{background-color:#888;background-color:var(--ProjectColor);border-radius:5px}.Selected-table-container444::-webkit-scrollbar-thumb:hover{background-color:var(--ProjectColorhover)}.Selected-table-container444::-webkit-scrollbar-track{background:#0000}.fix-pymt-mble{display:flex;gap:5px}.pymt-flx-with{align-items:center;display:flex;flex-wrap:wrap;gap:80px;justify-content:center;padding:5px;row-gap:30px;text-align:center}.pymt-flx-with label{background-color:initial;background-color:var(--ProjectColor);color:var(--labelcolor);font-size:15px;width:150px}.pymt-flx-with input,select{background-color:var(--selectbackgroundcolor);border:none;border-radius:5px;height:30px;outline:none;padding:5px}.pymt-flx-with input{width:160px}.cah-d-wth{display:flex}.itm-flx-wth{align-items:center;display:flex;flex-wrap:wrap;gap:30px;justify-content:center;padding:5px 0;row-gap:15px;text-align:center}.px-line{border-bottom:1px solid var(--ProjectColor)}.clm-itm-stl{gap:5px;text-align:center;width:200px}.clm-itm-stl,.clm-pymt-stl{align-items:center;display:flex;justify-content:center}.clm-pymt-stl{flex-direction:column}.clm-itm-stl h4{width:200px}@media print{@page{size:A4;margin:0}body{margin:0;padding:0}.hideDataForPrint,.sidebar_toggle1,.sidebar_toggle2{display:none}.billing-invoice{margin:20px auto;overflow:auto!important;page-break-after:always;page-break-inside:avoid}.new_billing_invoice_detials th{color:var(--labelcolor)!important}.tydtrtd_907sw2{margin-left:5px}.billing-invoice_999{border:none;box-shadow:none;margin-left:30px;max-width:800px;overflow:visible;page-break-after:auto;page-break-before:auto;page-break-inside:auto}.jwedu6_99{display:none}.page-break3{page-break-after:always}}.dcerw3{margin-top:5px}.dcerw3 label{width:200px!important}.dcerw3 h4{font-size:12px;width:280px!important}.signature-section903e9{color:gray;display:flex;font-size:13px;justify-content:center}.Input_billing{border:1px solid grey;border-radius:5px;outline:0;width:25px}.form-container input,.form-container select{outline:0}.QuickStock_container{display:flex;flex-direction:column;gap:15px;width:98%}.QuickStock_container_header{align-items:center;background-color:var(--ProjectColor);border-radius:5px;box-sizing:border-box;color:var(--labelcolor);display:flex;height:35px;margin-top:10px;padding:5px;text-align:center;width:100%}.QuickStock_container_header h4,.QuickStock_container_totalValue h3{align-items:center;display:flex;font-size:15px;gap:10px;margin:0;text-align:center}.QuickStock_container_header h4{font-size:16px}.invent_invent{display:flex;flex-direction:start;margin:5px;width:100%}.Inventory-2{border:1px solid #ccc;border-radius:3px;font-size:12px;height:30px;padding:0 10px;width:240px}.textareaquick{height:50px;padding:5px}.QuickStock_container_div{align-items:flex-start;display:flex;flex-direction:column;justify-content:center;text-align:center;width:32%}.btn-add,.btn-cancel{align-items:center;background-color:var(--ProjectColor);border:none;border-radius:5px;height:30px;width:100px}.button_buton_class{align-items:center;margin:10px;text-align:center}.addtocart{margin:10px}.btn-add:hover,.btn-cancel:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.QuickStock_container_form{display:flex;flex-direction:row;flex-wrap:wrap;gap:10px;row-gap:30px}.pur_form_head{background-color:var(--ProjectColor);border-radius:5px 5px 0 0;color:var(--labelcolor);margin:-20px -20px 20px;padding:10px;text-align:center}.pur_flex{display:flex;flex-wrap:wrap;justify-content:space-between;margin-bottom:10px}.First_row_vendors,.amendment-icons,.purchase_row_number,.row-buttons{margin-right:10px}.label_classname{color:var(--labelcolor);display:block;font-size:15px;font-weight:700;margin-bottom:5px}.Inventory-1{border:1px solid #ccc;border-radius:3px;font-size:12px;height:30px;padding:0 10px;width:90%}.search-input{position:relative}.search-input input[type=text]{border:1px solid #ccc;border-radius:3px;padding:10px 30px 10px 10px;width:100%}.empty_label{cursor:pointer;position:absolute;right:10px;top:50%;transform:translateY(-50%)}.cart-items{margin-top:20px;width:100%}.cart-container{align-items:center;display:flex;flex-direction:column;justify-content:center;width:100%}.QuickStock_container_totalValue{align-items:center;border-bottom:1px solid var(--ProjectColor);color:var(--labelcolor);display:flex;gap:10px;height:40px;justify-content:flex-start;width:100%}.QuickStock_container_totalValue input{border:0;color:var(--labelcolor);outline:0;width:150px}.QuickStock_container_totalValue_1 h3{align-items:center;color:var(--labelcolor);display:flex;justify-content:center;margin:0}.Add_btn_Quick{display:grid;place-items:center;width:100%}.Add_btn_Quick button{background-color:var(--ProjectColor);border:0;border-radius:15px;cursor:pointer;outline:0;padding:8px;width:100px}.Add_btn_Quick button:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.QuickStock_table_container{overflow:auto;width:98%}.QuickStock_table{align-items:center;display:flex;justify-content:center;overflow-x:auto}.QuickStock_table table{border-collapse:initial;border-radius:5px;box-shadow:1px 1px 5px 2px #c4b9b9;width:100%}.QuickStock_table table thead{color:var(--ProjectColor);font-weight:600;height:40x;width:100%}.QuickStock_table td,.QuickStock_table th{border-bottom:1px solid #ddd;font-size:13px;padding:8px;text-align:center}.QuickStock_table tr:nth-child(2n){background-color:hsla(320,5%,87%,.384)}.QuickStock_table th{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor)}.QuickStock_table tr:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.QuickStock_Table_count{align-items:center;box-sizing:border-box;display:flex;gap:20px;justify-content:center;padding:5px 10px;text-align:center;width:100%}.QuickStock_Table_count_con{width:300px}.QuickStock_Table_count_row{align-items:center;display:flex;gap:10px;height:30px;justify-content:center}.QuickStock_Table_count_row label{align-items:center;color:var(--labelcolor);display:flex;justify-content:flex-start;text-align:center;width:150px}#QuickStock_Table_count_row_tax{border:1px solid grey;border-radius:5px;height:20px;outline:0;width:50px}.QuickStock_Table_count_row input{border:1px solid grey;border-radius:5px;height:20px;outline:0;width:115px}.cell_btn{color:blue!important}.css-i4bv87-MuiSvgIcon-root{color:var(--labelcolor)!important}.dewe32{align-items:center;display:flex;gap:5px;justify-content:flex-start;text-align:center}.inpu_discny_0{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px;text-align:center;width:40px}@media print{body{font-size:8px}.print34_phrmy{display:none}@page :first{margin-top:-2cm}@page :right{margin-right:2.5cm}}.for-print-data-container{background-color:#f9f9f9;border:1px solid #000;margin:20px;padding:20px}@media print{.for-print-data-container{page-break-after:always;page-break-inside:avoid}.page-break33{content:"";display:block;page-break-before:always}button{display:none}}@media (max-width:912px){.QuickStock_container_div{flex-direction:column;justify-content:flex-start;width:100%}.QuickStock_container,.QuickStock_container_div{align-items:center;display:flex;text-align:center}.QuickStock_container{gap:10px;justify-content:center;width:97%}.form-container{align-items:center;justify-content:center}.QuickStock_container_header{background-color:var(--ProjectColor);border-radius:5px;box-sizing:border-box;color:var(--labelcolor);width:97%}.label_classname{color:var(--labelcolor);display:flex;font-size:13px;font-weight:700;margin:14px 14px 5px}.btn-cancel.btn-add:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.First_row_vendors,.amendment-icons,.purchase_row_number,.row-buttons{flex:100% 1;margin-right:0}.purchse_btn-purchase{margin-right:0}.QuickStock_Table_count{display:flex;flex-direction:column;gap:10px}.QuickStock_container_form{row-gap:10px}.invoice_Secondpart{height:auto;padding-bottom:20px;padding-top:30px}.Selected-table-container444{max-height:400px;overflow-y:scroll;overflow:scroll;width:100%}.itnm-icon{border:none;color:var(--ProjectColor);cursor:pointer;left:105px;position:relative;top:0}}@media (max-width:600px){.billing-invoice,.billing-invoice_999{padding:10px}.invoice-logo-address{align-items:flex-start;flex-direction:column}.address{margin-left:0;margin-top:10px}.QuickStock_container{align-items:center;display:flex;gap:10px;justify-content:center;text-align:center;width:92%}}@media screen and (max-width:810px){.fix-pymt-mble{display:flex;flex-direction:column}}@media screen and (max-width:600px){.selected-medicine-table222{font-size:12px}.uiwe_uywg6{flex-direction:column}}.Hospital_name_print_Page_head{font-size:20px;text-align:center}.BillingPrint_container{background-color:var(--ProjectColor);display:flex;flex-direction:column;gap:10px;width:100%}.BillingPrint_container_header{align-items:center;background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor);display:flex;height:40px;justify-content:center;padding:0 10px}.BillingPrint_container_header h3{font-size:20px}.BillingPrint_con_1{border-bottom:1px var(--ProjectColor);flex-direction:column;gap:10px}.BillingPrint_con_1,.BillingPrint_con_1_head{align-items:center;display:flex;justify-content:center}.BillingPrint_con_1_head{color:var(--labelcolor)}.BillingPrint_con_1_body{background-color:#faebd7;width:700px}.invoice_detials_total_1{align-items:flex-end;box-sizing:border-box;display:flex;gap:2px;justify-content:space-between;padding:0 10px}.bill_body{display:flex;width:auto}.bill_body label{color:var(--labelcolor);display:flex;font-size:11px;font-weight:700;justify-content:space-between;width:200px}.bill_body label span,.bill_body span,.total_con_bill_head .bill_body label span{width:-webkit-fit-content;width:fit-content}.bill_body span{align-items:end;box-sizing:border-box;font-size:13px;padding:0 10px}.total_con_bill_head{display:flex;gap:10px;width:100%}.total_con_bill_head .bill_body{display:flex;gap:10px;justify-content:space-between;width:106px}.total_con_bill_head{font-size:11px;width:80px}.total_con_bill_head .bill_body span{font-size:11px;width:50px}.div_table{display:flex;font-size:5px!important;justify-content:space-around;width:100%}.div_table :is(th,td){border-bottom:0!important;font-size:5px;width:50%}.New_billlling_invoice_head{gap:80px}.new_billing_logo_con{display:flex;justify-content:flex-end;width:30%}.new_billing_logo_con img{height:130px;object-fit:contain}.new_billing_heading{font-size:18px;font-weight:600;height:40px;text-align:center;width:600px}.new_billing_address{align-items:self-start;display:flex;justify-content:space-between}.new_billing_address_1{color:grey;flex-wrap:wrap;gap:5px}.new_billing_address_1,.new_billing_address_2{display:flex;flex-direction:column;font-size:12px}.new_billing_address_2{gap:2px}.new_billing_div{color:grey;display:flex;font-size:11px;gap:10px;width:100%}.new_billing_div label{color:var(--labelcolor);display:flex;justify-content:space-between;width:100px}.fo_padd{padding-bottom:10px}.second_new_billing_address{border-top:2px solid var(--ProjectColor);padding-top:10px}.new_billing_invoice_detials table{overflow-x:auto}.new_billing_invoice_detials td,.new_billing_invoice_detials th{border-bottom:1px solid #ccc;font-size:13px;padding:5px 2px;text-align:center}.new_billing_invoice_detials th{color:var(--labelcolor);height:2px!important}.Billing_btn{align-items:center;display:flex;justify-content:center}.new_billing_invoice_detials tbody tr:nth-child(2n){background-color:hsla(320,5%,87%,.384)}.new_billing_invoice_detials tbody tr:hover{background-color:var(--ProjectColor)}.added_ivce_hed{color:#000!important;display:flex!important;font-size:12px!important;margin:5px}.added_ivce_hed,.added_regisFrm1{align-items:center;display:flex;justify-content:space-between}.added_regisFrm1{gap:5px;height:17px;margin-bottom:6px}.added_regisFrm1 label{align-items:center;display:flex;font-size:11px!important;font-weight:700;justify-content:space-between;padding:2px;text-align:start;width:105px!important}.added_regisFrm1 input{border:none;border-radius:5px;outline:none;padding:3px 5px;width:150px!important}.added_regisFrm1 input,.added_regisFrm1 select{background-color:#f3f3f3;font-size:11px!important}.added_regisFrm1 select{height:24px!important;width:88px!important}.added_regisFrm1 textarea{height:30px!important;width:150px!important}.added_regisFrm1_frselect select{background-color:#f3f3f3;font-size:11px!important;height:24px!important;width:150px!important}.jkewdkx70_866{margin-bottom:10px}.added_regisFrm1 input{font-weight:700}.added_regisFrm1_small_inpt input{width:46.5px!important}.added_regisFrm1_Yes_No input{width:15px!important}.wdyuwyud_js7 label{width:50px!important}.added_ivce_fistprt{padding:0!important}.added_ivce_fistprt_Prchs{color:#000!important;font-size:12px!important;height:10px!important}.uiwe_uywg6{align-items:flex-start;gap:10px}.jkewdkx70_86,.uiwe_uywg6{display:flex;justify-content:center}.jkewdkx70_86{align-items:center;flex-direction:column;width:100%!important}.ADDED_QuickStock_container{gap:5px!important}.added_RegisterForm_1_btns{font-size:11px;height:20px;padding:3px!important;width:50px}.EDWEDE th{white-space:nowrap}.EDWEDE td,.EDWEDE th{font-size:10px!important}.EDWEDE td{padding:0}.addded_sumry_contre{padding:5px!important}.addded_sumry_contre label{font-size:10px!important;margin:0!important;padding:4px!important;width:100px!important}.addded_sumry_contre input{font-size:11px;font-weight:700;padding:10px 0;width:88px!important}.clm-itm-stl select{font-size:11px!important;height:22.5px!important;width:88px}.hjgyh{padding-bottom:0!important}.added_Register_btn_con{display:flex;height:20px!important;justify-content:center;margin:10px}.edcwjkediu87{align-items:flex-start;display:flex;gap:10px;justify-content:center}.ewscjusd_s89i8i{display:flex;gap:20px}.edwqw_c2 p label{background-color:#fff!important;display:flex;font-size:10.5px!important;justify-content:space-between;text-align:start;width:110px!important}.edwqw_c2 p h4{text-align:start;width:250px}.edwdwdwdw{align-items:flex-start;flex-direction:column!important;justify-content:flex-start!important;margin-left:15px}.edcwjkediu87ccc{align-items:flex-start;display:flex;gap:10px;justify-content:space-between}.DEWSDXWED table{margin:0!important}.uytreertr{margin:5px 0}.uytreertr label{width:200px!important}.uytreertr h4{font-size:12px;width:200px}.signature_section909_iiii{color:gray;display:flex;font-size:14px;font-weight:700;justify-content:center}.RegisFormconBill{display:flex;flex-direction:column;justify-content:flex-end;margin-right:10px}.billing-invoice-newphr{background:#fff;color:#333;font-family:Arial,sans-serif;line-height:1.5;margin:0;padding:20px}.New_billlling_invoice_head{align-items:center;border-bottom:2px solid #ddd;display:flex;justify-content:space-around;padding-bottom:15px}.new_billing_logo_con img{max-width:150px}.new_billing_address_1 span{display:block;font-size:14px;font-weight:700}.new_billing_address_1 div{color:#666;font-size:12px;margin-top:3px}.Register_btn_con{font-size:18px;margin:10px 0;text-align:center}.new_billing_address_new_phar{display:flex;justify-content:space-between;margin-bottom:15px}.new_billing_div{font-size:12px;margin-bottom:8px}.new_billing_div label{font-weight:700}.new_billing_invoice_detials table{border-collapse:collapse;font-size:12px;width:100%}.new_billing_invoice_detials td,.new_billing_invoice_detials th{border:1px solid #ddd;padding:8px;text-align:left}.new_billing_invoice_detials th{background-color:#f5f5f5;font-weight:700}.invoice_detials_total_1{font-size:12px;margin-top:15px}.bill_body_new_phar{display:flex;gap:5px;justify-content:flex-start;margin-bottom:5px}.bill_body_new_phar label{display:flex;font-weight:700;justify-content:space-between;width:150px}.bill_body_new_phar p{width:200px}.neww_invoicedetials .total_con_bill{margin-top:10px}.neww_invoicedetials .bill_body_new_phar{gap:20px}.disclaimer23{color:#999;font-size:11px;text-align:center}.phrmy_newbilg label{width:160px!important}.phrmy_newbilg h4{color:#000;font-weight:700;width:250px}.mvfg_p7u h4{width:120px!important}@media print{@page{margin:20px!important;margin-left:30px}.billing-invoice-newphr{margin:0;padding:0}.New_billlling_invoice_head{border-bottom:1px solid #000}}.prin_nnrmll_table table{border-collapse:collapse;font-size:10px;margin:0 auto;width:100%}.prin_nnrmll_table table td,.prin_nnrmll_table table th{border:1px solid #000!important;padding:3px;text-align:left}.prin_nnrmll_table table thead tr th{border:1px solid #000!important;font-weight:700}@media print{.prin_nnrmll_table table{border-collapse:collapse;font-size:10px;margin:0 auto;width:100%}.prin_nnrmll_table table td,.prin_nnrmll_table table th{border:1px solid #000!important;padding:3px;text-align:left}.prin_nnrmll_table table thead tr th{border:1px solid #000!important;font-weight:700}.prin_nnrmll_table table{page-break-inside:auto}.prin_nnrmll_table table tr{page-break-after:auto;page-break-inside:avoid}}.new-patient-registration-form{align-items:left;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;width:100%}.new-custom-header{background-color:var(--ProjectColor);border-radius:5px;box-sizing:border-box;color:var(--labelcolor);height:40px;padding:7px;width:100%!important}.new-custom-header h3{height:-webkit-fit-content;height:fit-content}.new-custom-form-row{flex-direction:row;padding:5px}.new-custom-label-title{flex:2 1;font-size:14px;width:250px}.new-custom-label-title,.new-custom-label-title12{color:var(--labelcolor);font-weight:700;margin-right:0;text-align:start}.new-custom-label-title12{align-items:center;display:flex;font-size:15px;gap:10px;justify-content:space-between;width:50%}.incre-inpt-with18{gap:5px;width:28%!important}.incre-inpt-with18 input{width:250px!important}.new-custom-form-row{align-items:center;display:flex;justify-content:center;text-align:center;width:23%}.new-navigation{background-color:var(--ProjectColor);border-radius:5px;height:auto!important;padding:5px}.new-navigation,.new-navigation h2{display:flex;flex-wrap:wrap;width:100%}.new-navigation h2{align-items:center;font-size:12px;gap:5px;justify-content:flex-start;padding:1px 10px}.new-navigation h2 button{background-color:initial;border:none;cursor:pointer;outline:none}.new-navigation h2 button:hover{color:var(--projectwhite)}.new-custom-select-title{background-color:var(--selectbackgroundcolor);border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;height:30px;outline:none;width:60px}.new-custom-select-doctor-name{border:none;outline:none;width:50%}.new-custom-form-row input{border:none;border-bottom:0 solid #333;flex:2 1;font-size:13px;outline:none;padding:5px;width:108px}.new-appointment-details-container,.new-doctor-info-container,.new-patient-contact-container,.new-patient-info-container{border-bottom:1px solid var(--ProjectColor);display:flex;justify-content:center}.new-button-container{display:flex;gap:30px;justify-content:center;padding-bottom:10px;padding-top:35px;text-align:center}.btncon_add:hover{cursor:pointer}.new-kit{display:none}.new-tog{border:none;color:var(--labelcolor);font-size:25px!important;outline:none}.new-tog,textarea{background-color:initial}textarea{border:0;box-shadow:1px 1px 5px 5px #d4e5e5;outline:0}.area_pasthistory{width:100%}.width_pasthist{width:50%!important}.width_procedure{width:50%}.width-pytot{width:49%!important}.showPreview{background-color:#00000080;left:0;width:100%}.showPreview,.sideopen_showPreview{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;top:0}.sideopen_showPreview{background:#0009;left:250px;width:calc(100% - 250px)}.showPreview_1,.sideopen_showPreview_1{align-items:center;background-color:#fff;border-radius:5px;box-shadow:0 0 10px #0003;display:flex;flex-direction:column;height:80%;justify-content:center;overflow:auto;position:relative;width:70%}.vital_select{border:none;outline:none;width:51%}.wei32j{width:51%}#vital_Twidth{font-size:14px;padding:8px;width:80px}#vital_HTwidth{font-size:12px;width:150px}#vital_HRwidth{font-size:12px;width:90px}.paymnt-with{width:2550px!important}.protxt-area{height:70px;margin-right:30px;width:320px}.proc-thera{width:100%}.patnt-fnt-sze label{font-size:15px}.patnt-fnt-clr{color:var(--labelcolor)}.pro-actn-edit{background-color:initial;border:none;color:var(--labelcolor);cursor:pointer;outline:none}.new-navigation select{background-color:var(--ProjectColor);border:none;outline:none}.data-blk-hih{color:var(--labelcolor);font-size:15px}.Lab_dropdown{display:inline-block;position:relative}.Lab_button{background-color:var(--ProjectColor);border:none;cursor:pointer;padding:0 5px}.Lab_dropdown_content{background-color:var(--opacityColor);border-radius:5px;box-shadow:0 8px 16px 0 #0003;display:none;margin-right:10px;min-width:160px;position:absolute;z-index:1}.Lab_dropdown_content button{color:#fff!important;display:block;padding:12px 16px;text-align:start;text-decoration:none;width:100%}.Lab_dropdown_content button:hover{background-color:var(--ProjectColorhover);color:#000}.Lab_dropdown:hover .Lab_dropdown_content{display:block}.new-pro-dct{align-items:center;color:var(--labelcolor);display:flex;font-weight:700;gap:5px;justify-content:flex-start;margin:5px;text-align:center}.new-pro-dct button{border:none;color:var(--labelcolor);cursor:pointer;outline:none}.prs-ad-sub-btn{background-color:var(--ProjectColor);color:var(--labelcolor)}.prs-ad-sub-btn:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.modal_edit_pro2{background:#0009;left:0;width:100%}.modal_edit_1_pro2,.modal_edit_pro2{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;top:0}.modal_edit_1_pro2{background-color:#00000080;left:250px;width:calc(100% - 250px)}.modal-content-edit_pro2{width:85%}.modal-content-edit-1_pro2,.modal-content-edit_pro2{background:#fff;border-radius:5px;box-shadow:0 0 10px #0000004d;box-sizing:border-box;height:75vh;margin:0 auto;max-height:90vh;overflow-y:auto;padding:10px;position:relative;top:5px}.modal-content-edit-1_pro2{overflow-x:hidden;width:75%}.int-sech-one{display:flex}.inst-counlr-with{height:50px;padding:5px;width:50%}.dctr_info_up_head{gap:60px;justify-content:space-between!important}.dctr_info_up_head,.dctr_info_up_head22{align-items:center;display:flex;text-align:center}.dctr_info_up_head22{flex-direction:column;gap:10px;justify-content:center;margin-left:65px;margin-top:3px}.dctr_info_up_head22 label{color:var(--labelcolor);font-size:var(--fontsize);font-weight:700}.dctr_wrbvh_pice{align-items:center;background-color:initial;border:0;border:1px solid var(--ProjectColor);border-radius:5px;color:var(--labelcolor);display:flex;font-size:12px;height:27px;justify-content:center;outline:0;padding:5px;text-align:center;width:150px}.dctr_info_up_head22 img{border-radius:50%;height:80px!important;object-fit:cover;width:80px!important}.case_sheet_txtarea_e{height:100px!important;width:100%!important}.case_sheet_txtarea_e_2e{height:30px!important;width:100%!important}.case_sheet_5con_20_withs{align-items:center;display:flex;flex-direction:column;gap:7px;justify-content:center;text-align:center;width:50%}.case_sheet_5con{align-items:self-start;flex-wrap:wrap}.case_sheet_5con,.case_sheet_5con_20{display:flex;gap:10px;justify-content:center;text-align:center}.case_sheet_5con_20{align-items:center;flex-direction:column;width:50%}.case_sheet_5con_20 label{color:var(--labelcolor);display:flex;font-size:var(--fontsize);font-weight:700;gap:5px;justify-content:center;width:150px}.case_sheet_5con_20 textarea{height:100px;padding:5px;width:90%}.lifecycle_h3udwh34{height:30px!important;width:80%!important}.lifecycle_h3udwh34_OIIIUI{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px;text-align:center;width:50px!important}.checkboxState_stylenbxf_head{gap:20px}.checkboxState_stylenbxf label,.checkboxState_stylenbxf_head{align-items:center;display:flex;justify-content:center;text-align:center}.checkboxState_stylenbxf label{font-size:var(--fontsize);font-weight:700;gap:5px;width:100px}.checkboxState_stylenbxf_show{justify-content:center}.checkboxState_stylenbxf_show,.u3dhu23wedx_jdu{align-items:center;display:flex;flex-direction:column;text-align:center}.u3dhu23wedx_jdu{gap:5px;justify-content:flex-start}.u3dhu23wedx_jdu h5{width:70px}.u3dhu23wedx{align-items:center;display:flex;gap:5px;justify-content:center;margin-bottom:5px;text-align:center}.u3dhu23wedx label{display:flex;font-size:var(--fontsize);font-weight:700;gap:5px;justify-content:space-between;width:80px}.u3dhu23wedx input{border:1px solid var(--ProjectColor);border-radius:5px;height:10px;outline:none;padding:5px;text-align:center;width:25px}.sxza2{flex-direction:column}.open_caseshet_social,.sxza2{align-items:center;display:flex;justify-content:center;text-align:center}.open_caseshet_social{gap:30px}.case_sheet_Doctor{height:90%;margin:0 auto;width:50%}.dxer9odc{height:60px!important;padding:5px}.efwewedc_neuro{align-items:center;display:flex;flex-wrap:wrap;gap:10px}.efwewedc_neuro,.nero20{justify-content:center;text-align:center}.nero20{align-content:center;width:350px}.eewujtd_u td{align-items:center;display:flex;font-size:14px;font-weight:700;justify-content:space-between;margin:7px 0;text-align:start;width:40px}.ejd_td_input6 input{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:3px;text-align:center;width:80px}.kdscmjshdyt5a{justify-content:center}.RegisForm_1_Opthal,.kdscmjshdyt5a{align-items:center;display:flex;gap:5px}.RegisForm_1_Opthal{color:grey;padding:0 5px;width:295px}.RegisForm_1_Opthal label{align-items:center;color:var(--labelcolor);display:flex;font-size:var(--fontsize);font-weight:700;gap:5px;justify-content:space-between;text-align:start;width:70px}.RegisForm_1_Opthal input{background-color:initial;border:0;border:1px solid var(--ProjectColor);border-radius:5px;font-size:12px;height:30px;outline:0;padding:5px;text-align:center;width:150px}.edjuwydrt56{height:50px;padding:5px;width:90%}.edjuwydrt56_input{border:none;border-bottom:1px solid var(--ProjectColor);border-radius:5px;height:25px;outline:none;padding:5px;text-align:center}.kdlops90{display:flex;gap:50px;justify-content:space-between;width:92px}.kdlops90 label{display:flex;justify-content:flex-end;width:100px}.jwehfjwey7{gap:31px;width:99px}.nmllkio84{flex-wrap:wrap;justify-content:center}.nmllkio84,.nmllkio84 label{align-items:center;display:flex;gap:5px}.nmllkio84 label{font-size:13px;font-weight:700;justify-content:flex-start;width:85px}.nmllkio84 input{border:1px solid var(--ProjectColor);border-radius:5px;outline:none;padding:5px}.llpo05qaqwe{align-items:center;justify-content:center}.case_sheet_5con_20_pp_head,.llpo05qaqwe{display:flex;flex-wrap:wrap;gap:20px;row-gap:20px}.case_sheet_5con_20_pp_head{justify-content:space-evenly}.case_sheet_5con_20_pp{align-items:center;display:flex;flex-direction:column;justify-content:center;row-gap:5px}.case_sheet_5con_20_pp label{color:var(--labelcolor);display:flex;font-size:var(--fontsize);font-weight:700;gap:5px;justify-content:center;width:150px}.case_sheet_5con_20_pp textarea{padding:5px}.hjklmxz2{justify-content:space-between!important;width:90px!important}.hjklmxz2_llo{width:50px!important}.edjuwydrt56w{padding:5px;width:250px}.uujhghbg{width:100px!important}.cell_btn123{height:20px;width:20px}.ewdnlpi944{border:1px solid var(--ProjectColor);border-radius:5px;margin-right:5px;outline:none;padding:5px;width:120px}.fverfercer45 th{background-color:var(--selectbackgroundcolor)!important}.cell_btn12,.kuhuite2{align-items:center;display:flex;justify-content:center}.kuhuite2{flex-direction:column;row-gap:15px}.uityre4567{gap:20px;justify-content:space-between}.uityre4567,.uityre4567 label{align-items:center;display:flex}.uityre4567 label{gap:3px;justify-content:center}.uityre4567 input[type=checkbox]{cursor:pointer;height:15px;width:15px}.sigCanvas2{border:1px solid var(--ProjectColor)}.selct_textare_pasth{align-items:center;display:flex;gap:10px;justify-content:center}.with_ojjn78{width:240px!important}.wsxdsa_l90{width:300px!important}.wsxdsa_l90 label{width:115px}.wsxdsa_l90 textarea{height:50px!important;width:65%!important}.wsxdsa_l90 input{width:65%!important}.edxwsjds_xcucd7{gap:10px;justify-content:center}.text_adjust_mt_Ot_Ass{align-items:center;display:flex;gap:10px;text-align:center;width:350px}.text_adjust_mt_Ot_Ass label{align-items:center;display:flex;justify-content:space-between;width:200px!important}.text_adjust_mt_Ot_Ass textarea{height:50px;width:100%}.div_ckkkbox_head_ASs{gap:5px!important;justify-content:flex-start!important}.form-section522-Ass{align-items:flex-start;flex-direction:row!important;flex-wrap:wrap!important;gap:20px!important;justify-content:center!important}.checkbox-label_ooo-Ass{width:150px!important}.nnn_prcx3{width:600px!important}.case_sheet_5con_Newww{align-items:self-start;display:flex;flex-wrap:nowrap;gap:10px;justify-content:center;text-align:center}.cell_btn1246578{background-color:var(--ProjectColor)!important}.case_sheet_5con_20_New22 textarea{width:100%!important}@media print{body{height:100vh;margin:0;padding:0;width:100vw}.print-content{margin:0;padding:0;width:100%}.print-content table{border-collapse:collapse;width:100%!important}.print-content td,.print-content th{border:1px solid #000;padding:8px;text-align:left}.new-kit,.new-navigation,.printgr5{display:none!important}.edxwedwe3{margin-left:50px!important;margin-right:110px!important}.case_sheet_5con{flex-direction:row!important}.case_sheet_Doctor{margin-left:20px;width:100%!important}.checkboxState_stylenbxf_head{flex-direction:row!important;gap:5px!important}.dctr_info_up_head{flex-direction:row!important;width:800px!important}.case_sheet_5con_20 textarea{width:100%}}@media print{@page{size:A4;left:20mm;margin:0;padding:10px;top:20mm}}@media (max-width:1024px){.new-patient-registration-form{width:100%}.new-custom-header{width:96%!important}.area_pasthistory{border:1px solid #ccc;height:40px;padding:5px;resize:vertical;width:100%}.new-navigation{background-color:var(--ProjectColor);border-radius:5px;display:flex;height:auto!important;padding:5px;width:98%}.area{width:77%}.new-appointment-details-container,.new-doctor-info-container,.new-patient-contact-container,.new-patient-info-container{align-items:center;border-bottom:0!important;display:flex;flex:2 1;flex-direction:column;justify-content:center}.new-custom-label-title{flex:none;width:175px}.new-custom-form-row{align-items:center;border-bottom:1px solid var(--ProjectColor);display:flex;font-size:12px;width:400px}.new-custom-select-doctor-name,.new-custom-select-title{border:1px solid var(--ProjectColor);outline:none}#tt{position:relative}.tog{background-color:var(--ProjectColor);border:#0000;border-radius:8px}.pasthist{width:290px!important}.width_pasthist,.width_procedure{width:75%!important}.vital_select{border:none;outline:none;width:50%}.incre-inpt-with18{width:70%!important}.jidj90{width:47%}.inst-counlr-with{width:70%}.vtal-slct-re{width:250px}}@media (max-width:768px){.new-patient-registration-form{width:100%}.new-custom-header{width:96%!important}.area_pasthistory{border:1px solid #ccc;height:40px;padding:5px;resize:vertical;width:100%}.new-kit{display:block}.new-tog{align-items:flex-start;display:flex;justify-content:flex-start}.new-appointment-details-container,.new-doctor-info-container,.new-patient-contact-container,.new-patient-info-container{align-items:center;border-bottom:0!important;display:flex;flex:0 1!important;flex-direction:column;justify-content:flex-start}.new-custom-label-title{flex:none;width:130px}.new-navigation{display:none}.new-navigation-toggle{background-color:var(--ProjectColor);border-radius:5px;height:auto;margin-top:5px;padding:10px}.new-navigation-toggle h2{align-items:center;display:flex;flex-wrap:wrap;font-size:16px;gap:6px;justify-content:flex-start;padding:0 10px;width:100%}.new-navigation-toggle h2 button{background-color:initial;border:none;color:var(--labelcolor);outline:none}.new-navigation-toggle h2 button:hover{color:var(--projectwhite)}.new-custom-form-row{border-bottom:1px solid var(--ProjectColor);font-size:12px;width:290px}.new-custom-select-doctor-name,.new-custom-select-title{border:1px solid var(--ProjectColor);outline:none}.pasthist{width:180px!important}.width_pasthist{width:90%!important}.incre-inpt-with18{width:80%!important}.case_sheet_5con{align-items:center;flex-direction:column;justify-content:center;text-align:center}.case_sheet_5con_20 textarea{width:250px}.case_sheet_txtarea_e_2e{width:130px!important}.lifecycle_h3udwh34{width:200px!important}.checkboxState_stylenbxf_head{align-items:center;flex-direction:column;justify-content:center}.checkboxState_stylenbxf label{justify-content:flex-start}.open_caseshet_social{gap:20px;justify-content:center}.text_adjust_mt_Ot_Ass textarea{width:80%!important}}@media (max-width:825px){.dctr_info_up_head{align-items:center;flex-direction:column;gap:30px;justify-content:center;text-align:center}.dctr_info_up_head22{margin-left:0}}@media (max-width:425px){.pasthist{width:110px!important}.width_pasthist{width:90%!important}.label_procedure{width:130px!important}.incre-inpt-with18,.width_procedure{width:90%!important}.vital_select{border:none;outline:none;width:150px}.jidj90{width:78%}.wei32j{width:48%!important}.selct_textare_pasth{align-items:center;display:flex;flex-direction:column;gap:10px;justify-content:center}}.treatment_total_container{padding:10px}.treatment_container{align-items:center;box-sizing:border-box;display:flex;gap:10px;justify-content:center;padding:0 10px;width:100%}.area_pasthistory{border:1px solid #ccc;height:40px;padding:5px;resize:vertical;width:47.5%}.treatcon_1{background-color:initial;display:grid;height:300px;place-items:center;width:350px}.treatcon_2{gap:20px;height:300px;justify-content:center;padding:5px 10px}.treatcon_2,.treatcon_body{align-items:center;box-sizing:border-box;display:flex}.treatcon_body{flex-direction:column;height:100%;justify-content:space-between;padding:5px;width:100%}.treatcon_body_1{align-items:center;display:flex;justify-content:center;padding:10px;width:500px}.treatcon_body_1 label{color:var(--labelcolor);display:flex;font-size:14px;font-weight:700;justify-content:space-between;width:200px}.treatcon_body_2{display:flex;height:65px}.treatcon_body_3{display:flex;gap:10px;height:45px}.treatcon_body_2 label,.treatcon_body_3 label{color:var(--labelcolor);display:flex;justify-content:space-between;width:140px}.treatcon_body_2 textarea{background-color:initial;height:55px;margin-left:10px;width:400px}.treatcon_body_2 textarea,.treatcon_body_3 input{border:0;box-shadow:1px 1px 5px 5px #d4e5e5;outline:0}.treatcon_body_3 input{height:25px;width:350px}.trt_input-dlist{border-radius:5px;box-shadow:1px 0 10px 1px #ccd3d3;height:20px;margin-left:5px;padding:5px;width:100%}.with-icd-his textarea{height:25px;margin-left:5px;padding:5px;width:52%}.txtWidth textarea{height:100%;margin-left:5px;padding:15px;width:100%}.upload-file-trtmt label{color:var(--labelcolor);width:530px}.choselabelclr{color:var(--labelcolor)!important}.treatcon_image{box-sizing:border-box;height:280px;padding:10px;width:300px}.treatcon_image_1{height:calc(100% - 40px)}.treatcon_image_1 img{height:100%;object-fit:fill;width:100%}.treatcon_label{box-shadow:1px 0 5px 1px #ccd3d3;color:var(--labelcolor);display:grid;height:40px;place-items:center}.anot-withhh{width:323px}.treatment_buttons{align-items:center;display:flex;gap:20px;height:auto;justify-content:center;width:100%}.treatment_buttons button{background-color:var(--ProjectColor);border:0;border-radius:15px;cursor:pointer;height:30px;outline:0;width:100px}.treatment_buttons button:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.showcamera{background-color:#00000080;left:0;width:100%}.showcamera,.sideopen_showcamera{align-items:center;display:flex;height:100%;justify-content:center;position:fixed;top:0}.sideopen_showcamera{background:#0009;left:250px;width:calc(100% - 250px)}.showcamera_1,.sideopen_showcamera_1{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:67%}.selected-medicine-table2{font-size:11px}.anoted_img{height:350px;width:400px}.pro-tak-pic{height:150px;width:140px!important}@media screen and (max-width:1280px){.treatment_container{display:flex;flex-direction:column;gap:15px;height:auto;justify-content:center;padding:10px 0;width:100%}.treatcon_1{background-color:initial;display:grid;height:auto;place-items:center;width:500px}.treatcon_2{flex-direction:column;height:auto;padding:10px 0;width:350px}.treatcon_image{width:320px}.anoted_img{height:350px;width:400px}}@media screen and (max-width:575px){.treatment_container{display:flex;flex-direction:column;gap:25px;height:100%;justify-content:center;padding:10px;width:100%}.treatcon_1{background-color:initial;display:grid;height:300px;place-items:center;width:500px}.with-icd-his textarea{height:25px;padding:5px;width:300px}.treatcon_1 textarea{height:30px;width:calc(100% - 110px)}.treatcon_2{flex-direction:column;height:auto;padding:10px 0;width:280px}.treatcon_image{width:250px}.anoted_img{height:300px;width:300px}.pro-tak-pic{height:110px;width:80px!important}.anot-withhh{width:238px}.trt_input-dlist{width:65%}.treatcon_body_1{align-items:center;display:flex;height:100px;justify-content:center;padding:10px;width:55%}.treatcon_body_1 label{color:var(--labelcolor);display:flex;font-size:14px;font-weight:700;justify-content:space-between;width:200px}.treatcon_body_1 textarea{width:200%!important}.treatment_buttons{margin-top:25px}}.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%}.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{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-medicine-table2 td{border:1px solid #c9c9c9}@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{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}}.for{align-items:left;background-color:#fff;display:flex;flex-direction:column;justify-content:flex-start;padding:10px}.align{width:100%!important}.hh{display:flex;flex-wrap:wrap}.align tr{align-items:center;display:flex;gap:30px;justify-content:center}.custom-label-title_pres{background-color:var(--ProjectColor);border-radius:5px;color:var(--labelcolor);font-size:13px;font-weight:700;margin-right:0;padding:7px;text-align:center;width:150px}.with_ins,.with_medi{width:230px}.med{font-weight:700;left:10px}.area_pres,.med{position:relative}.area_pres{border:1px solid #ccc;height:25px;padding:5px;resize:vertical;top:-1px;width:95%}.button-container_pres{display:block;gap:30px;padding:15px;text-align:center}.btncon_add{background-color:var(--ProjectColor);border:1px solid var(--ProjectColor);border-radius:30px;cursor:pointer;padding:8px 20px}.btncon_add:hover{background-color:var(--ProjectColorhover);color:var(--projectwhite)}.custom-header{background-color:var(--ProjectColor);border-radius:5px;box-sizing:border-box;color:var(--labelcolor);display:flex;font-size:16px;height:30px;padding:10px;width:100%!important}ul#selectedMedicines{list-style:none;margin:0;padding:0}ul#selectedMedicines li{margin:5px 0}.custom-label-medicine{border-radius:5px;margin-top:10px;outline:none}.duration-select{display:flex;gap:5px}.dura_with1{height:20px;width:20px!important}.dura_with{width:123px!important}.pres_input{width:50px}.notes_column{align-items:center;display:flex;flex-direction:column;position:relative;top:9px}#medicine{padding-left:5px}#slectbill_ins,#slectbill_medi{width:300px}.select_medicine_column{display:flex;flex-direction:column}.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{box-sizing:border-box;font-size:13px;height:15px;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 (max-width:768px){.Selected-table-container{overflow-x:auto;overflow-y:hidden;width:100%!important}.align td{right:0}.align td,.med{position:relative}.med{font-weight:700;left:10px}.select_medicine_column{position:relative;right:10px}.area{border:1px solid #ccc;height:65px;padding:5px;resize:vertical;width:95%}.button-container{align-items:center;flex-direction:column;padding:10px}}@media (max-width:397px){.select_medicine_column{left:0;position:relative}.area{border:1px solid #ccc;height:50px;padding:5px;resize:vertical;width:95%}}.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}.dashboard-header h1{color:#333;font-size:22px;font-weight:500;margin:0 0 5px;text-align:center}.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){.dashboard-header h1{font-size:24px}.dashboard-header p{font-size:12px}.welcome-bar{flex-direction:column;gap:5px;text-align:center}}@media (max-width:480px){.inventory-dashboard{padding:10px}.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}}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;overflow-y:auto;padding:0 10px 70px;width:100%}.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: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:30px}@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.a0754dc1.css.map*/