@import url(https://fonts.googleapis.com/css2?family=Poppins&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;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}h1,h2,h3,h4,h5,h6{margin:0}.AppGlider{background-color:#fff;height:100vh}.App-logo{height:40vmin;pointer-events:none}@media (prefers-reduced-motion:no-preference){.App-logo{animation:App-logo-spin 20s linear infinite}}.App-header{align-items:center;background-color:#282c34;color:#fff;display:flex;flex-direction:column;font-size:calc(10px + 2vmin);justify-content:center;min-height:100vh}.App-link{color:#61dafb}@keyframes App-logo-spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}:root{--toastify-color-light:#fff;--toastify-color-dark:#121212;--toastify-color-info:#3498db;--toastify-color-success:#07bc0c;--toastify-color-warning:#f1c40f;--toastify-color-error:#e74c3c;--toastify-color-transparent:#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-toast-width:320px;--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--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__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999);-webkit-transform:translateZ(var(--toastify-z-index));width:320px;width:var(--toastify-toast-width);z-index:9999;z-index:var(--toastify-z-index)}.Toastify__toast-container--top-left{left:1em;top:1em}.Toastify__toast-container--top-center{left:50%;top:1em;transform:translateX(-50%)}.Toastify__toast-container--top-right{right:1em;top:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width:480px){.Toastify__toast-container{left:0;margin:0;padding:0;width:100vw}.Toastify__toast-container--top-center,.Toastify__toast-container--top-left,.Toastify__toast-container--top-right{top:0;transform:translateX(0)}.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-right{bottom:0;transform:translateX(0)}.Toastify__toast-container--rtl{left:auto;right:0}}.Toastify__toast{border-radius:4px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:default;direction:ltr;display:flex;font-family:sans-serif;font-family:var(--toastify-font-family);justify-content:space-between;margin-bottom:1rem;max-height:800px;max-height:var(--toastify-toast-max-height);min-height:64px;min-height:var(--toastify-toast-min-height);overflow:hidden;padding:8px;position:relative;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{align-items:center;display:flex;flex:1 1 auto;margin:auto 0;padding:6px}.Toastify__toast-body>div:last-child{flex:1 1;word-break:break-word}.Toastify__toast-icon{display:flex;flex-shrink:0;margin-inline-end:10px;width:20px}.Toastify--animate{animation-duration:.7s;animation-fill-mode:both}.Toastify--animate-icon{animation-duration:.3s;animation-fill-mode:both}@media only screen and (max-width:480px){.Toastify__toast{border-radius:0;margin-bottom:0}}.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:#e74c3c;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:#e74c3c;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{align-self:flex-start;background:#0000;border:none;color:#fff;cursor:pointer;opacity:.7;outline:none;padding:0;transition:.3s ease}.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:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999;z-index:var(--toastify-z-index)}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{left:auto;right:0;transform-origin:right}.Toastify__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,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--bottom-left,.Toastify__bounce-enter--top-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--bottom-right,.Toastify__bounce-enter--top-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--bottom-left,.Toastify__bounce-exit--top-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--bottom-right,.Toastify__bounce-exit--top-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{animation-timing-function:ease-in;opacity:0;transform:perspective(400px) rotateX(90deg)}40%{animation-timing-function:ease-in;transform:perspective(400px) rotateX(-20deg)}60%{opacity:1;transform:perspective(400px) rotateX(10deg)}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{opacity:1;transform:perspective(400px) rotateX(-20deg)}to{opacity:0;transform:perspective(400px) rotateX(90deg)}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{transform:translate3d(110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{transform:translate3d(-110%,0,0);visibility:hidden}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{transform:translate3d(0,500px,0);visibility:hidden}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{transform:translate3d(0,-500px,0);visibility:hidden}}.Toastify__slide-enter--bottom-left,.Toastify__slide-enter--top-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--bottom-right,.Toastify__slide-enter--top-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--bottom-left,.Toastify__slide-exit--top-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--bottom-right,.Toastify__slide-exit--top-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0deg)}to{transform:rotate(1turn)}}@media only screen and (min-width:120px) and (max-width:480px){.Toastify__toast-container--top-center{left:43%;top:1em;transform:translateX(-50%);width:auto!important}}.MuiInputBase-root{height:50px;justify-content:space-between}.errorValidationForgetPass{color:red;font-size:13px;left:5px;line-height:10px;margin-top:-12px!important;position:relative!important}.iconspace{padding:0 10px}.header-btn{background-color:#243665;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;height:50px;margin-bottom:10px;margin-left:5px;margin-top:5px;padding-left:15px;padding-right:15px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)!important}.header-btn:active,.header-btn:focus,.header-btn:hover{transform:scale(1.05)}.bulk-move-btn{background-color:#243665;border:3.5px solid #22b175;border-radius:10px;color:#fff;cursor:pointer;font-size:14px;margin-bottom:10px;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)!important}.errorValidationTextMobile{left:147px;margin-top:70px!important}.errorValidationTextMobile,.errorValidationTextMobilePopupBook{color:#d32f2f!important;font-size:13px!important;line-height:10px;position:absolute}.errorValidationTextMobilePopupBook{left:150px;margin-top:74px!important}.errorValidationTextMobileQr{color:red;font-size:12px!important;height:13px;line-height:10px;z-index:1}.errorValidationFromTime{color:#d32f2f;font-size:13px!important;line-height:10px;margin-left:46px!important}@media (min-width:200px) and (max-width:900px){.errorValidationFromTime{margin-left:30px!important}}.fitCenter{align-items:center;display:flex;justify-content:center}.roundShape{background:#007e8566;border-radius:30px;height:50px;width:50px}.widthSize{width:280px}.Card_shadow{box-shadow:0 5px 6px -1px #00000036!important;transition:transform .5s cubic-bezier(.175,.885,.32,1.275)!important}.Card_shadow:hover{transform:scale(1.03)}.center-image-txt{font-family:Roboto,Helvetica,Arial,sans-serif;font-size:14px!important}.imgMobile{height:30px}.RowCellDatamanage{background:#eef0fa}.RowCellDatamanage,.RowCellDatamanageVaccine{padding:5px!important;white-space:nowrap!important}.RowCellDatamanageVaccine{background:#7ee8bc}.RowCellHead{background-color:#eef0fa;color:#676666;font-size:14px;font-weight:600;padding:5px;white-space:nowrap}.customRowsPerPageOptions{font-size:14px!important}.blockAppointmentsCss{margin-top:7px!important}@media (min-width:200px) and (max-width:900px){.blockAppointmentsCss{margin-top:7px!important}}.heading{font-family:Poppins,sans-serif!important;font-size:20px!important;font-weight:600!important}.css-4jnixx-MuiStack-root>.MuiTextField-root,.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{height:35px;width:135px}.timepicker{height:51px;width:90px}@media (min-width:1400px) and (max-width:1900px){.timepicker{height:60px;width:50%}}@media (min-width:1400px){.timepicker{height:60px;width:70%}}.labelgroup>label{margin-left:0;margin-right:0;padding:3px 0}.css-4jnixx-MuiStack-root{overflow:hidden!important}.css-o9k5xi-MuiInputBase-root-MuiOutlinedInput-root{font-size:14px!important}.css-1nshyrp-MuiStack-root>.MuiTextField-root{min-width:135px!important}.css-1nshyrp-MuiStack-root{width:140px!important}.helpertxt{color:red!important;left:5px;position:relative;top:15px}.css-k4qjio-MuiFormHelperText-root{color:red!important;font-size:14px!important}.divField>div{padding-top:40px!important}@media (min-width:200px) and (max-width:800px){.divField>div{padding-top:30px!important}}@media (min-width:200px) and (max-width:900px){.topTheInputFullName,.topTheLabelUserType{bottom:30px!important;position:relative}.topTheInputUserType{bottom:55px!important;position:relative}.topTheInputUserTypeProfileDocter{bottom:60px!important;position:relative}}@media (min-width:900px) and (max-width:1064px){.topTheLabel{margin-top:-10px!important}}@media (min-width:1064px) and (max-width:1083px){.topTheLabel{margin-top:-5px!important}}@media (min-width:1456px) and (max-width:2500px){.topTheLabelStateManageUser{margin-top:-6px!important}.topTheLabelStateManageUserView{margin-top:2px!important}}@media (min-width:1064px) and (max-width:1083px){.topTheLabelStateManageUserView{margin-top:2px!important}}@media (min-width:900px) and (max-width:1064px){.topTheLabelStateManageUserView{margin-top:-8px!important}}@media (min-width:1064px) and (max-width:1083px){.topTheInputStateManageUserView{margin-top:4px!important}}@media (min-width:900px) and (max-width:1064px){.topTheInputStateManageUserView{margin-top:-4px!important}}@media (min-width:1064px) and (max-width:1456px){.topTheLabelStateManageUser{margin-top:-2px!important}}@media (min-width:1456px) and (max-width:2500px){.topTheInputStateManageUser{margin-top:-1px!important}.topTheInputStateManageUserView{margin-top:3.1px!important}}@media (min-width:1064px) and (max-width:1456px){.topTheInputStateManageUser{margin-top:-1px!important}}@media (min-width:900px) and (max-width:1064px){.topTheLabelStateManageUser{margin-top:-6px!important}.topTheInputStateManageUser{margin-top:-5px!important}}@media (min-width:900px) and (max-width:1065px){.topTheDocterInput,.topTheDocterLabel{bottom:10px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheDocterLabel{bottom:215px!important;position:relative}.topTheDocterInput{bottom:240px!important;position:relative}.topTheEmailLabel{bottom:75px!important;position:relative}.topTheCityLabel,.topTheEmailInput{bottom:95px!important;position:relative}.topTheUserNameLabel{bottom:125px!important;position:relative}.topTheUserNameInput{bottom:145px!important;position:relative}.topThePasswordLabel{bottom:150px!important;position:relative}.topThePasswordInput{bottom:185px!important;position:relative}.topTheLabel{bottom:195px!important;position:relative}.topTheLabelInput{bottom:220px!important;position:relative}.topTheLabelInputDoctorProfile{bottom:207px!important;position:relative}.topTheLabelStateManageUser{bottom:235px!important;position:relative}.topTheLabelStateManageUserView{bottom:220px!important;position:relative}.topTheInputStateManageUserView{bottom:240px!important;position:relative}.topTheAddressLabelEditView,.topTheInputStateManageUser{bottom:250px!important;position:relative}.topTheAddressLabel{bottom:270px!important;position:relative}.topTheAddressInput{bottom:290px!important;position:relative}.topTheAddressInputEditView{bottom:260px!important;position:relative}.topTheCityInput{bottom:115px!important;position:relative}}@media (min-width:900px) and (max-width:996px){.topTheEmailLabel{margin-top:-7px!important}}@media (min-width:200px) and (max-width:900px){.topTheDocterProfileIvrLabel{bottom:35px!important;position:relative}.topTheDocterProfileIvrInput{bottom:60px!important;position:relative}.topTheUserTypeProfileLabel,.topTheUserTypeProfileLabelDocter{bottom:35px!important;position:relative}.topTheUserTypeProfileInput{bottom:95px!important;position:relative}.topTheUserTypeProfileInputDocter{bottom:110px!important;position:relative}.topTheEmailProfileLable{bottom:105px!important;position:relative}.topTheEmailLabelDocterProfile{bottom:80px!important;position:relative}.topTheEmailLabelLabProfile{bottom:75px!important;position:relative}.topTheEmailProfileInput{bottom:130px!important;position:relative}.topTheEmailProfilePageInputDocter{bottom:110px!important;position:relative}.topTheCityProfileLable{bottom:130px!important;position:relative}.topTheCityProfileInput{bottom:150px!important;position:relative}.topTheUserNameProfileLable{bottom:155px!important;position:relative}.topTheUserNameProfileLableDoctor{bottom:141px!important;position:relative}.topTheUserNameProfileInput{bottom:180px!important;position:relative}.topTheUserNameProfileInputDoctor{bottom:170px!important;position:relative}.topTheMobileNumProfileLable{position:relative;top:5px!important}.topTheMobileNumProfileLableDoctor{position:relative;top:18px!important}.topTheMobileNumProfileInput{bottom:180px!important;position:relative}.topTheClinicNameProfileLabel{bottom:225px!important;position:relative}.topTheClinicNameProfileInput{bottom:250px!important;position:relative}.topTheDocterProfileLabel{bottom:255px!important;position:relative}.topTheDocterProfileInput{bottom:280px!important;position:relative}.topTheSateProfileLabel{bottom:275px!important;position:relative}.topTheSateInputProfileLabel{bottom:290px!important;position:relative}.topTheAddresstProfileLabel{bottom:285px!important;position:relative}.topTheAddresstProfileLabelDoctor{bottom:242px!important;position:relative}.topTheAddresstInputProfile{bottom:300px!important;position:relative}.topTheAddresstInputProfileDoctor{bottom:270px!important;position:relative}.topThePageAccess,.topThePageAccessPermissions,.topThePageAccessPermissionsButtons{position:relative}}@media (min-width:1064px) and (max-width:2500px){.topTheAddressLabelDocter{bottom:.2px!important;position:relative!important}.topTheAddressInputDocter{bottom:4px!important;position:relative!important}}@media (min-width:900px) and (max-width:1064px){.topTheAddressLabelDocter{bottom:9.5px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheAddressLabelDocter{bottom:280px!important;position:relative}}@media (min-width:900px) and (max-width:1064px){.topTheAddressInputDocter{bottom:13px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheAddressInputDocter{bottom:300px!important;position:relative}}@media (min-width:1456px) and (max-width:2500px){.topTheAddressLabel{bottom:14px!important;position:relative!important}.topTheAddressLabelEditView{margin-top:3.5px!important}.topTheAddressInputEditView{margin-top:-3px!important}}@media (min-width:1083px) and (max-width:1456px){.topTheAddressLabel{bottom:11px!important;position:relative}.topTheAddressLabelEditView{margin-top:6px!important}}@media (min-width:1064px) and (max-width:1083px){.topTheAddressLabelEditView{margin-top:3px!important}.topTheAddressInputEditView{margin-top:-3px!important}}@media (min-width:997px) and (max-width:1065px){.topTheAddressLabel{bottom:23px!important;position:relative!important}}@media (min-width:900px) and (max-width:997px){.topTheAddressLabel{bottom:14px!important;position:relative!important}.topTheAddressInput{bottom:19px!important;position:relative!important}}@media (min-width:900px) and (max-width:1064px){.topTheAddressInputEditView{margin-top:-6px!important}.topTheAddressLabelEditView{margin-top:3px!important}}@media (min-width:1083px) and (max-width:1456px){.topTheAddressInput{margin-top:-6px!important}.topTheAddressInputEditView{margin-top:1px!important}}@media (min-width:1456px) and (max-width:2500px){.topTheAddressInput{bottom:19px!important;position:relative!important}}@media (min-width:1065px) and (max-width:1083px){.topTheAddressInput{bottom:18px!important;position:relative!important}}@media (min-width:997px) and (max-width:1065px){.topTheAddressInput{bottom:27px!important;position:relative!important}}@media (min-width:900px) and (max-width:1279px){.topTheClinicNameInput{margin-top:-4px!important}}@media (min-width:1204px) and (max-width:1279px){.topTheDocterProfileInput,.topTheDocterProfileLabel{margin-top:-11px!important}}@media (min-width:900px) and (max-width:1204px){.topTheDocterProfileLabel{margin-top:-3px!important}.topTheDocterProfileInput{margin-top:-4px!important}}@media (min-width:900px) and (max-width:1203px){.topTheDocterProfileIvrLabel{margin-top:-4px!important}.topTheSateInputProfileLabel,.topTheSateProfileLabel{margin-top:3px!important}}@media (min-width:1065px) and (max-width:1204px){.topTheAddresstProfileLabel{bottom:5px!important;position:relative!important}}@media (min-width:900px) and (max-width:1065px){.topTheAddresstProfileLabel{bottom:1px!important;position:relative!important}}@media (min-width:1203px) and (max-width:2500px){.topTheAddresstProfileLabelDoctor{position:relative!important;top:5px!important}}@media (min-width:1065px) and (max-width:1204px){.topTheAddresstProfileLabelDoctor{position:relative!important;top:4px!important}}@media (min-width:1064px) and (max-width:1065px){.topTheAddresstProfileLabelDoctor{position:relative!important;top:5px!important}}@media (min-width:900px) and (max-width:1064px){.topTheAddresstProfileLabelDoctor{bottom:4px!important;position:relative!important}}@media (min-width:1203px) and (max-width:2500px){.topTheAddresstInputProfileDoctor{position:relative!important;top:1px!important}}@media (min-width:1065px) and (max-width:1204px){.topTheAddresstInputProfileDoctor{position:relative!important;top:1px!important}.topTheAddresstInputProfile{bottom:10px!important;position:relative!important}}@media (min-width:1062px) and (max-width:1065px){.topTheAddresstInputProfileDoctor{bottom:9px!important;position:relative!important}}@media (min-width:900px) and (max-width:1063px){.topTheAddresstInputProfileDoctor{bottom:8px!important;position:relative!important}}@media (min-width:900px) and (max-width:1065px){.topTheAddresstInputProfile{bottom:0!important;position:relative!important}}@media (min-width:900px) and (max-width:1064px){.topTheClinicNameProfileLabel{margin-top:-10px!important}}@media (min-width:1064px) and (max-width:1279px){.topTheClinicNameProfileLabel{margin-top:-3px!important}}@media (min-width:900px) and (max-width:1064px){.topTheClinicNameProfileInput{margin-top:-10px!important}}@media (min-width:1030px) and (max-width:1064px){.topTheDocterProfileLabel{margin-top:-3px!important}}@media (min-width:900px) and (max-width:1030px){.topTheDocterProfileLabel{margin-top:3px!important}}@media (min-width:1030px) and (max-width:1064px){.topTheDocterProfileInput{margin-top:-6px!important}}@media (min-width:900px) and (max-width:1030px){.topTheDocterProfileInput{margin-top:4px!important}}@media (min-width:900px) and (max-width:1064px){.topTheAddresstInputProfile{margin-top:-11px!important}}@media (min-width:900px) and (max-width:1031px){.topTheEmailProfileInput,.topTheEmailProfileLable{margin-top:-1px!important}.topTheAddresstProfileLabel{margin-top:5px!important}.topTheAddresstInputProfile{margin-top:-5px!important}}@media (min-width:900px) and (max-width:1030px){.topTheUserTypeProfileInput,.topTheUserTypeProfileLabel{margin-top:10px!important}}@media (min-width:1204px) and (max-width:1279px){.topTheCityProfileLabelNew{bottom:2px!important;position:relative!important}}@media (min-width:900px) and (max-width:1204px){.topTheCityProfileLabelNew{bottom:1px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheCityProfileLabelNew{bottom:275px!important;position:relative}.topTheCityProfileLabelNewDoctor{bottom:205px!important;position:relative}}@media (min-width:900px) and (max-width:1065px){.topTheCityProfileLabelNewDoctor{bottom:9px!important;position:relative}}@media (min-width:200px) and (max-width:900px){.topTheCityProfileInputNew{bottom:290px!important;position:relative}.topTheCityProfileInputNewDocter{bottom:233px!important;position:relative}}@media (min-width:900px) and (max-width:1064px){.topTheCityProfileInputNewDocter{bottom:9.5px!important;position:relative}}@media (min-width:1204px) and (max-width:1279px){.topTheCityProfileInputNew{bottom:5px!important;position:relative!important}}@media (min-width:900px) and (max-width:1204px){.topTheCityProfileInputNew{bottom:4px!important;position:relative!important}}@media (min-width:900px) and (max-width:1065px){.topTheCityLabelNew{bottom:15px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheCityLabelNew{bottom:240px!important;position:relative!important}}@media (min-width:900px) and (max-width:1065px){.topTheCityInputNew{bottom:15px!important;position:relative!important}}@media (min-width:200px) and (max-width:900px){.topTheCityInputNew{bottom:260px!important;position:relative!important}.topTheSateLabelNew{bottom:100px!important;position:relative}.topTheSateInputLabelNew{bottom:120px!important;position:relative}.topTheSateInputLabelNewProfile,.topTheSateProfileLabelNew{bottom:130px!important;position:relative}.topTheSateProfileLabelNewDoctor{bottom:110px!important;position:relative}.topTheSateInputProfileLabelNew{bottom:150px!important;position:relative}.topTheLabelStateManageUserNew{bottom:100px!important;position:relative}.topTheInputStateManageUserNew{bottom:120px!important;position:relative}}.passwordAuto:-webkit-autofill,input:-webkit-autofill:active,input:-webkit-autofill:focus,input:-webkit-autofill:hover{-webkit-box-shadow:inset 0 0 0 30px #fff!important}.css-1t8l2tu-MuiInputBase-input-MuiOutlinedInput-input{height:100px!important}.profileLabel{color:#000!important;font-size:14px!important;font-weight:400;white-space:normal!important;width:150px!important}@media (max-width:2900px) and (min-width:1440px){.profileLabel{width:200px!important}}@media (max-width:600px){.profileLabel{width:100px!important}}.RowCellDataVaccine{background:#7ee8bc;padding:5px!important}.RowCellDataIconEdit{background:#eef0fa;padding:5px 10px!important}.mblArrow{background-color:#243665;border-radius:25px;display:flex;justify-content:center}.sun{background:linear-gradient(90deg,#22b175,#2ad68f);border-radius:60px;display:inline;height:15px;position:absolute;width:15px}.sunshine{animation:sunshines 2s infinite}@keyframes sunshines{0%{opacity:.6;transform:scale(2)}to{opacity:0;transform:scale(1.4)}}.searchinput::-webkit-search-cancel-button{-webkit-appearance:none;appearance:none;cursor:pointer!important}.center-image-txt{font-size:15px;margin:6px 10px;text-transform:none}.flx{align-items:center;display:flex}.RowCellData{background:#eef0fa;padding:5px!important}.tableHeadStyl{background-color:#eef0fa!important;color:#676666!important;font-size:14px!important;justify-content:center!important;padding:10px!important}.typoData{max-width:200px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.bodyRowCelData{background:#eef0fa;padding:5px!important;text-align:center!important;white-space:nowrap!important}.activeNav{color:#000}.activeNavHide{color:#999!important}.activeNavLi{background:#bdbdbd73;border-radius:15px}
/*# sourceMappingURL=main.9e9606e0.css.map*/