.Toastify__toast-container{box-sizing:border-box;color:#fff;padding:4px;position:fixed;-webkit-transform:translateZ(9999px);width:320px;z-index:9999}.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:1px;box-shadow:0 1px 10px 0 #0000001a,0 2px 15px 0 #0000000d;box-sizing:border-box;cursor:pointer;direction:ltr;display:flex;font-family:sans-serif;justify-content:space-between;margin-bottom:1rem;max-height:800px;min-height:64px;overflow:hidden;padding:8px;position:relative}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--dark{background:#121212;color:#fff}.Toastify__toast--default{background:#fff;color:#aaa}.Toastify__toast--info{background:#3498db}.Toastify__toast--success{background:#07bc0c}.Toastify__toast--warning{background:#f1c40f}.Toastify__toast--error{background:#e74c3c}.Toastify__toast-body{flex:1 1 auto;margin:auto 0}@media only screen and (max-width:480px){.Toastify__toast{margin-bottom:0}}.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--default{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{background-color:#ffffffb3;bottom:0;height:5px;left:0;opacity:.7;position:absolute;transform-origin:left;width:100%;z-index:9999}.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__progress-bar--default{background:linear-gradient(90deg,#4cd964,#5ac8fa,#007aff,#34aadc,#5856d6,#ff2d55)}.Toastify__progress-bar--dark{background:#bb86fc}@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}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:100;src:url(/static/media/Inter-Thin.de9194d1cf4ce0dd3b56.woff2) format("woff2"),url(/static/media/Inter-Thin.fcc912460dcaea1ee8d4.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:100;src:url(/static/media/Inter-ThinItalic.ec0fcc99e9d879db77ba.woff2) format("woff2"),url(/static/media/Inter-ThinItalic.6b5565d76adf0660b406.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:200;src:url(/static/media/Inter-ExtraLight.21843ac6e40e9c4fd1c6.woff2) format("woff2"),url(/static/media/Inter-ExtraLight.7b7bd05c50e77a1dea5f.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:200;src:url(/static/media/Inter-ExtraLightItalic.04abe79a58b830b05436.woff2) format("woff2"),url(/static/media/Inter-ExtraLightItalic.a7a00555699d20ff4912.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:300;src:url(/static/media/Inter-Light.51f4d17560f77b8a0b38.woff2) format("woff2"),url(/static/media/Inter-Light.c08cfeeb313675a65efc.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:300;src:url(/static/media/Inter-LightItalic.8942ebe85375956847c9.woff2) format("woff2"),url(/static/media/Inter-LightItalic.203b9b31308f80781b13.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:400;src:url(/static/media/Inter-Regular.6cc68d6b835a3dd06e7e.woff2) format("woff2"),url(/static/media/Inter-Regular.8398b3762d7b06fc3b8c.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:400;src:url(/static/media/Inter-Italic.e2f52803eb133261314f.woff2) format("woff2"),url(/static/media/Inter-Italic.635afeed439bcb3e4823.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:500;src:url(/static/media/Inter-Medium.ba68c34a21c5751a2838.woff2) format("woff2"),url(/static/media/Inter-Medium.f5549f68ca7db479bc7d.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:500;src:url(/static/media/Inter-MediumItalic.d29ef50afbad4a107530.woff2) format("woff2"),url(/static/media/Inter-MediumItalic.2812ec5af03af477a492.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:600;src:url(/static/media/Inter-SemiBold.625474d6ebbfe4e3b0ae.woff2) format("woff2"),url(/static/media/Inter-SemiBold.25b1ffc9587070462342.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:600;src:url(/static/media/Inter-SemiBoldItalic.c632fb9629c16866b4b6.woff2) format("woff2"),url(/static/media/Inter-SemiBoldItalic.80d799bef2a34b9d253c.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:700;src:url(/static/media/Inter-Bold.a808c21aaa221f6d24f9.woff2) format("woff2"),url(/static/media/Inter-Bold.1c3dfbb05cd4ae02710e.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:700;src:url(/static/media/Inter-BoldItalic.974439652aea7e778bf7.woff2) format("woff2"),url(/static/media/Inter-BoldItalic.32e2b20f6958d2d2b42d.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:800;src:url(/static/media/Inter-ExtraBold.1ca2a2cfb6b4cad40001.woff2) format("woff2"),url(/static/media/Inter-ExtraBold.30c3d891c030615a228a.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:800;src:url(/static/media/Inter-ExtraBoldItalic.a0a103e5c1d773038d85.woff2) format("woff2"),url(/static/media/Inter-ExtraBoldItalic.cd6682866c7a0fead62a.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:normal;font-weight:900;src:url(/static/media/Inter-Black.ef2d12b9f04d00e319f2.woff2) format("woff2"),url(/static/media/Inter-Black.e258f99875304915b846.woff) format("woff")}@font-face{font-display:swap;font-family:Inter;font-style:italic;font-weight:900;src:url(/static/media/Inter-BlackItalic.a1ea21b039cc259b6452.woff2) format("woff2"),url(/static/media/Inter-BlackItalic.70d2cf354617b8400370.woff) format("woff")}@font-face{font-named-instance:"Regular";font-display:swap;font-family:Inter var;font-style:normal;font-weight:100 900;src:url(/static/media/Inter-roman.var.b65534c5223684261945.woff2) format("woff2")}@font-face{font-named-instance:"Italic";font-display:swap;font-family:Inter var;font-style:italic;font-weight:100 900;src:url(/static/media/Inter-italic.var.b27297c148a7ef314ce2.woff2) format("woff2")}@font-face{font-display:swap;font-family:Inter var experimental;font-style:oblique 0deg 10deg;font-weight:100 900;src:url(/static/media/Inter.var.9df5db385c3370707c5b.woff2) format("woff2")}*{box-sizing:border-box;margin:0;padding:0}a{text-decoration:none}.MuiToolbar-root{padding-left:0!important;padding-right:0!important}.MuiGrid-root{margin-top:0!important}.MuiDataGrid-row{border-bottom:none!important}.css-qnd98-MuiInputBase-root-MuiOutlinedInput-root{margin-top:6.3px!important}.react-tel-input .flag-dropdown,.react-tel-input .selected-flag{width:100%!important}.react-tel-input ::placeholder{color:#000;font:normal normal normal 14px/19px inter;opacity:.44}.react-tel-input .country-list{border:.5px solid silver!important;max-height:180px!important;width:auto!important}.react-tel-input .selected-flag .flag{margin-top:0!important;padding-right:10px!important;position:relative!important;top:0!important}.react-tel-input .form-control{background:#fff;border:none!important;border-radius:5px;font-size:16px;margin:0;outline:none;padding:0!important;text-align:center;width:100%!important}.react-tel-input .selected-flag .arrow{display:none}.custom-grid{align-self:center;background-color:#fff;border-radius:8px;box-sizing:border-box;cursor:pointer;display:flex;flex-direction:row;font-family:inter;justify-content:flex-start;margin:1rem;padding:.6rem;transition:transform .4s;width:250px}.menu-item-popup:hover{background-color:#ebf9f0!important;opacity:1}.ql-editor.ql-blank:before{color:#00000061!important;font-size:16px!important;font-style:normal!important}.pointer{cursor:pointer}.cardContent .MuiCardContent-root{padding-bottom:16px!important}.text-transform-none{text-transform:none!important}.css-19qh8xo-MuiInputBase-input-MuiOutlinedInput-input{font-size:13px!important;padding-bottom:6.5px!important;padding-top:6.5px!important}.css-ib99cy-MuiFormControl-root-MuiTextField-root .MuiOutlinedInput-input.MuiInputBase-inputSizeSmall{padding:12px!important}.custom-logo{height:120px;width:150px}.custom-icon{height:25px;width:30px}.custom-menu-item{font-size:"12px",}::-webkit-scrollbar{height:10px;width:10px}::-webkit-scrollbar-track{border-radius:10px;box-shadow:inset 0 0 5px grey}::-webkit-scrollbar-thumb{background:#116492;border-radius:10px}::-webkit-scrollbar-thumb:hover{background:#116492}.MuiMenuItem-root,.MuiSelect-select.MuiSelect-select{font-size:14px}.css-eq67el-MuiFormControl-root-MuiTextField-root .css-ol9e3f-MuiFormHelperText-root{margin-left:0!important}.ant-picker-outlined{text-align-last:center!important}.ant-picker-footer{display:none!important}.ant-picker-dropdown .ant-picker-date-panel{width:250px!important}.custom-menu-item{background:#fff!important;border-radius:10px!important}.custom-menu-item:hover{background:#023a59!important}.my-message .my-message-notice-wrapper{position:relative;right:-35%!important;top:170px!important}input::-ms-clear,input::-ms-reveal{display:none!important}.hover-btn{background-color:#fff!important;border-color:#d9d9d9!important;color:#a2a2a2!important;transition:all .3s!important}.hover-btn:hover{background-color:#00a4ff!important;border-color:#00a4ff!important;color:#fff!important}.ant-design-primary-btn{background-color:#00a4ff!important;font-size:16px}.loader{animation:l23 1s steps(12) infinite;aspect-ratio:1;background:linear-gradient(0deg,#00000080 30%,#0000 0 70%,#000 0) 50%/8% 100%,linear-gradient(90deg,#00000040 30%,#0000 0 70%,#000000bf 0) 50%/100% 8%;background-repeat:no-repeat;border-radius:50%;display:grid;width:50px}.loader:after,.loader:before{background:inherit;border-radius:50%;content:"";grid-area:1/1;opacity:.915;transform:rotate(30deg)}.loader:after{opacity:.83;transform:rotate(60deg)}@keyframes l23{to{transform:rotate(1turn)}}.dashboardStyles{align-items:center;display:flex;flex-direction:column;height:53vh!important;justify-content:center;margin:auto;padding-left:120px;width:75%}@supports (-ms-ime-align:auto){.dashboardStyles{height:47vh!important}}@media (max-width:1440px){.dashboardStyles{height:54vh;margin:auto;position:relative;top:5px;width:100%}}@media (max-width:1200px){.dashboardStyles{margin:auto;position:relative;top:-25px;width:100%}}@media (max-width:1024px){.dashboardStyles{margin:auto;position:relative;width:100%}}.phone{animation:rotate 1.5s ease-in-out infinite alternate;border:3px solid #fff;border-radius:10px;height:50px;width:100px}.message{color:#fff;font-family:inter;font-size:1em;margin-top:40px}@keyframes rotate{0%{transform:rotate(0deg)}50%{transform:rotate(-90deg)}to{transform:rotate(-90deg)}}@media only screen and (max-device-width:812px) and (orientation:landscape){.message,.phone{display:block}}
/*# sourceMappingURL=main.082ca68d.css.map*/