body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,sans-serif;margin:0}code{font-family:source-code-pro,Menlo,Monaco,Consolas,Courier New,monospace}.App{text-align:center}.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)}}.Login_Component{height:100vh;overflow:hidden;position:relative}.Login_Component .background,.Login_Component .man{position:absolute;right:0;width:50%}.Login_Component .man{bottom:0}.Login_Component .service{bottom:0;left:0;position:absolute;width:53%}.Login_Component .cloud1{left:47%;position:absolute;top:94px}.Login_Component .cloud2{position:absolute;right:20%;top:40px}.error{color:red;font-size:.9rem;margin-top:5px}: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-offset:16px;--toastify-toast-top:max(var(--toastify-toast-offset),env(safe-area-inset-top));--toastify-toast-right:max(var(--toastify-toast-offset),env(safe-area-inset-right));--toastify-toast-left:max(var(--toastify-toast-offset),env(safe-area-inset-left));--toastify-toast-bottom:max(var(--toastify-toast-offset),env(safe-area-inset-bottom));--toastify-toast-background:#fff;--toastify-toast-min-height:64px;--toastify-toast-max-height:800px;--toastify-toast-bd-radius:6px;--toastify-font-family:sans-serif;--toastify-z-index:9999;--toastify-text-color-light:#757575;--toastify-text-color-dark:#fff;--toastify-text-color-info:#fff;--toastify-text-color-success:#fff;--toastify-text-color-warning:#fff;--toastify-text-color-error:#fff;--toastify-spinner-color:#616161;--toastify-spinner-color-empty-area:#e0e0e0;--toastify-color-progress-light:linear-gradient(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;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: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{left:50%;top:max(16px,env(safe-area-inset-top));top:var(--toastify-toast-top);transform:translateX(-50%)}.Toastify__toast-container--top-right{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{bottom:max(16px,env(safe-area-inset-bottom));bottom:var(--toastify-toast-bottom);left:50%;transform:translateX(-50%)}.Toastify__toast-container--bottom-right{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;padding: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{--y:0;border-radius:6px;border-radius:var(--toastify-toast-bd-radius);box-shadow:0 4px 12px #0000001a;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;touch-action:none;z-index:0}.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-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:.5s;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;z-index:1}.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{border-bottom-left-radius:6px;border-bottom-left-radius:var(--toastify-toast-bd-radius);bottom:0;height:100%;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{border-bottom-left-radius:0;border-bottom-right-radius:6px;border-bottom-right-radius:var(--toastify-toast-bd-radius);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);bottom:0;height:5px;left:0;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)}}.forgot_page{position:relative}.forgot_page .login_page_details{left:10%;position:absolute;top:10%}.forgot_page .login_page_details .Login_details{display:flex;gap:20px}.forgot_page .Login_details.Login_header{display:flex}.forgot_page .Login_details .Login_header h1{color:#1d71ae;font-size:24px;font-weight:600;line-height:29px;margin:0}.forgot_page .Login_details .Login_header h3{color:#f8a070;font-size:16px;font-weight:400;line-height:20px;margin:0}.forgot_page .login_page_details .Login_details img{top:0}.forgot_page .login_page_details .Email_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.forgot_page .login_page_details .Email_field .input_field{border:1px solid #67a3ce;border-radius:6px;display:flex;gap:10px;margin-top:12px;padding:16px 18px;width:500px}.forgot_page .login_page_details .Email_field .input_field input{border:none;color:#67a3ce;font-size:16px;font-weight:400;line-height:20px;outline:none;width:80%}.forgot_page .login_page_details .Email_field .input_field input::placeholder{color:#67a3ce}.forgot_page .login_page_details .submit_button button{background-color:#f78e33;border:none;border-radius:6px;color:#f0f3ff;cursor:pointer;font-size:16px;font-weight:400;height:60px;margin-top:48px;width:100%}.otp_field{margin-top:10px;width:500px}.otp_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.otp_field .otp{border:1px solid #67a3ce;border-radius:6px;color:#67a3ce;font-size:20px;margin-right:11px;margin-top:12px;outline:#67a3ce;padding:22px 26px}.otp_field .otp:last-of-type{margin-right:0}.otp_field input::-webkit-inner-spin-button,.otp_field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp_field input[type=number]{-moz-appearance:textfield}.password_field{margin-top:24px}.password_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.password_field .input_field{border:1px solid #67a3ce;border-radius:6px;display:flex;gap:10px;margin-top:12px;padding:16px 18px;width:500px}.password_field .input_field input{border:none;color:#67a3ce;font-size:16px;font-weight:400;line-height:20px;outline:none;width:100%}.password_field .input_field input::placeholder{color:#67a3ce}.otp_page{position:relative}.otp_page .login_page_details{left:10%;position:absolute;top:10%}.otp_page .login_page_details .Login_details{display:flex;gap:20px}.otp_page .Login_details.Login_header{display:flex}.otp_page .Login_details .Login_header h1{color:#1d71ae;font-size:24px;font-weight:600;line-height:29px;margin:0}.otp_page .Login_details .Login_header h3{color:#f8a070;font-size:16px;font-weight:400;line-height:20px;margin:0}.otp_page .login_page_details .Login_details img{top:0}.otp_page .login_page_details .otp_field{width:500px}.otp_page .login_page_details .otp_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.otp_page .login_page_details .otp_field .otp{border:1px solid #67a3ce;border-radius:6px;color:#67a3ce;font-size:20px;margin-right:11px;margin-top:12px;outline:#67a3ce;padding:22px 26px}.otp_page .login_page_details .otp_field .otp:last-of-type{margin-right:0}.otp_page .login_page_details p{color:#f8a070;font-size:16px;font-weight:400;line-height:20px;margin-top:48px}.otp_page .login_page_details .otp_field input::-webkit-inner-spin-button,.otp_page .login_page_details .otp_field input::-webkit-outer-spin-button{-webkit-appearance:none;margin:0}.otp_page .login_page_details .otp_field input[type=number]{-moz-appearance:textfield}.otp_page .login_page_details .submit_button button{background-color:#f78e33;border:none;border-radius:6px;color:#f0f3ff;cursor:pointer;font-size:16px;font-weight:400;height:60px;margin-top:48px;width:100%}.login_page{position:relative}.login_page .login_page_details{left:10%;position:absolute;top:10%}.login_page .login_page_details .Login_details{display:flex;gap:20px}.login_page .Login_details.Login_header{display:flex}.login_page .Login_details .Login_header h1{color:#1d71ae;font-size:24px;font-weight:600;line-height:29px;margin:0}.login_page .Login_details .Login_header h3{color:#f8a070;font-size:16px;font-weight:400;line-height:20px;margin:0}.login_page .login_page_details .Login_details img{top:0}.login_page .login_page_details .Email_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.login_page .login_page_details .Email_field .input_field{border:1px solid #67a3ce;border-radius:6px;display:flex;gap:10px;margin-top:12px;padding:16px 18px;width:500px}.login_page .login_page_details .Email_field .input_field input{border:none;color:#67a3ce;font-size:16px;font-weight:400;line-height:20px;outline:none;width:80%}.login_page .login_page_details .Email_field .input_field input::placeholder{color:#67a3ce}.login_page .login_page_details .password_field{margin-top:24px}.login_page .login_page_details .password_field label{color:#1d71ae;font-size:16px;font-weight:400;line-height:20px}.login_page .login_page_details .password_field .input_field{border:1px solid #67a3ce;border-radius:6px;display:flex;gap:10px;margin-top:12px;padding:16px 18px;width:500px}.login_page .login_page_details .password_field .input_field input{border:none;color:#67a3ce;font-size:16px;font-weight:400;line-height:20px;outline:none;width:100%}.login_page .login_page_details .password_field .input_field input::placeholder{color:#67a3ce}.login_page .login_page_details .Forgot_password{display:flex;justify-content:space-between;margin-top:8px}.login_page .login_page_details .Forgot_password p{color:#67a3ce;font-size:16px;font-weight:400;margin:0}.login_page .login_page_details .Forgot_password a{color:#f78e33;cursor:pointer;font-size:16px;font-weight:500;margin:0}.login_page .login_page_details .submit_button button{background-color:#f78e33;border:none;border-radius:6px;color:#f0f3ff;cursor:pointer;font-size:16px;font-weight:400;height:60px;margin-top:48px;width:100%}.swaap_logo{background-color:#fff;height:130vh;position:absolute;width:18%}.swaap_logo .main_header{display:flex;gap:10px;left:41px;position:relative;top:45px}.swaap_logo .main_header img{height:49px;width:49px}.swaap_logo .main_header .header_name h1{color:#1d71ae;font-size:24px;font-weight:600;line-height:30px;margin:0}.swaap_logo .main_header .header_name p{color:#2d2d2d;font-size:14px;font-weight:500;line-height:21px;margin:0}.swaap_logo .sidebar_menu{display:flex;flex-direction:column;gap:16px;position:relative;top:90px}.swaap_logo .sidebar_menu .menu_button{align-items:center;background-color:#fff;border-radius:10px;color:#8f95b2;display:flex;font-weight:700;gap:16px;margin-left:27px;padding:18px 16px;width:70%}.swaap_logo .sidebar_menu .menu_button.activeRoute{background-color:#f78e33;border-radius:10px;color:#fff;display:flex;gap:16px;margin-left:27px;padding:18px 16px;width:70%}.swaap_logo .sidebar_menu .menu_button .activePath path{fill:#fff}.swaap_logo .sidebar_menu .menu_button .activeIcon path{stroke:#fff}.logout{align-items:center;cursor:pointer;display:flex;gap:16px;margin-bottom:20px;margin-left:35px;padding:12px 10px}.logText{color:#b01212;font-family:DM Sans,sans-serif!important;font-size:14px;font-weight:400;line-height:14px}.Admin_TopNav{align-items:center;background-color:#fff;display:flex;height:96px;justify-content:space-between;left:18%;padding:0 15px;position:relative;width:80%}.Admin_TopNav .Left_topNav .Name h1{color:#111827;font-size:24px;font-weight:700;line-height:21px;margin:0}.Admin_TopNav .Left_topNav .Name p{color:#718096;font-size:14px;font-weight:400;line-height:22px;margin:0}.Admin_TopNav .Right_TopNav{display:flex;gap:16px}.Admin_TopNav .Right_TopNav .images h1{color:#111827;font-size:16px;font-weight:700;line-height:24px;margin:0}.Admin_TopNav .Right_TopNav .images p{color:#718096;font-size:12px;font-weight:400;line-height:19px;margin:0}.Linear_gradent{background-image:linear-gradient(#ffebd9,#f78e3300);height:20vh;position:static;top:0;width:100%}.Home{background-color:#f8f9ff;height:130vh;width:100%}.Card{background-color:#ffffffbf;border:1px solid #fff;border-radius:6px;box-shadow:0 12px 16px -4px #0c1a240a;cursor:pointer;height:182px;width:25%}.Card:hover{border-radius:10px;transform:scale(1.1)}.Card img{padding-left:24px;padding-top:24px}.Card h1{color:#64748b;font-size:14px;font-weight:400;line-height:21px;padding-top:16px}.Card h1,.Card p{margin:0;padding-left:24px}.Card p{color:#1e293b;font-size:30px;font-weight:600;line-height:41px;padding-bottom:24px;padding-top:8px}.Dashboard .Dashboard_cards{display:flex;gap:33px}.Dashboard_blocks{display:flex;gap:30px}.dashboard_pie_chart{align-items:center;display:flex;justify-content:center;margin-top:30px}.Dashboard_blocks .Customer{background-color:#fff;border:1px solid #fff;border-radius:6px;height:370px;margin-top:40px;width:50%}.Dashboard_blocks .Customer h1{color:#081735;font-size:18px;font-weight:700;line-height:24px;margin:0;padding-left:24px;padding-top:11px}.Dashboard_blocks .Customer p{border-bottom:1px solid #e6e8f0;color:#8f95b2;font-size:12px;font-weight:400;line-height:16px;margin:0;padding-bottom:11px;padding-left:24px}.Dashboard_blocks .Notifications{background-color:#fff;border:1px solid #fff;border-radius:6px;height:370px;margin-top:40px;width:50%}.Dashboard_blocks .Notifications h1{color:#081735;font-size:18px;font-weight:700;line-height:24px;margin:0;padding-left:24px;padding-top:11px}.Dashboard_blocks .Notifications p{border-bottom:1px solid #e6e8f0;color:#8f95b2;font-size:12px;font-weight:400;line-height:16px;margin:0;padding-bottom:11px;padding-left:24px}.TopBar{border-bottom:1px solid #e6e8f0;display:flex;height:54px;justify-content:space-between;width:98%}.TopBar .header{align-items:center;display:flex}.TopBar h1{color:#081735;font-size:18px;font-weight:700;line-height:24px}.TopBar ul{display:flex;gap:24px}.TopBar ul li{color:#5f6d7e;cursor:pointer;font-size:15px;font-weight:600;line-height:22px;list-style-type:none}.TopBar button{background:linear-gradient(180deg,#f78e33,#fe9a41);border:1px solid #5f6d7e33;border-radius:20px;color:#fff;cursor:pointer;font-size:14px;font-weight:500;height:44px;line-height:24px;padding:10px 14px;text-align:center}.Category_card{align-items:center;background-color:#ffffffbf;border:1px solid #8f95b233;border-radius:6px;box-shadow:0 12px 16px -4px #0c1a240a;display:flex;flex-direction:column;padding:16px 18px;width:20%}.Category_card img{border-radius:5px;height:100px;height:130px;width:100%}.Category_card .buttons{display:flex;flex-direction:column;gap:10px;margin-top:20px;width:100%}.Category_card .buttons .Remove{color:#9d0000}.Category_card .buttons .Edit,.Category_card .buttons .Remove{background-color:#fff;border:1px solid;border-radius:8px;cursor:pointer;font-size:15px;font-weight:500;line-height:22px;padding:10px 18px;width:50%}.Category_card .buttons .Edit{color:#009328}.Category_card .buttons .name{background-color:#2174b1;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:500;line-height:22px;padding:10px 18px;width:100%}.actions{display:flex;gap:10px}.categories_cards{display:flex;flex-wrap:wrap;gap:28px;margin-top:28px}.Dialog_header_category{border-bottom:1px solid #e6e8f0;display:flex;flex-direction:column;padding-bottom:10px}.disabled-field{background-color:#f5f5f5;cursor:not-allowed;opacity:.6;pointer-events:none}.URL .URL_or{background-color:#fff;color:#000;left:310px;padding:5px;position:absolute;top:385px}.Dialog_header_category h1{color:#081735;font-size:18px;font-weight:700;line-height:24px;margin:0;width:100%}.Dialog_header_category p{color:#8f95b2;font-size:12px;font-weight:400;line-height:16px;margin:0;width:100%}.label_required{color:red}.fields{display:flex;flex-direction:row;gap:10px;margin-left:30px;margin-top:20px}.fields label{color:#000;font-size:16px;font-weight:500;margin-bottom:10px}.fields input{border:1px solid #8f95b2;border-radius:8px;font-size:14px;font-weight:400;outline:none;padding:16px}.single_field{display:flex;flex-direction:column;width:45%}._4tet{align-items:center;background-color:#c6c6c633;border:1px solid #c6c6c6;border-radius:6px;display:flex;gap:4px;padding:4px 12px 4px 4px;width:180px}._4tet .refold-pat{background:#c6c6c600;border:#0000;color:#5c6878;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;text-align:left;width:200px}._4tet .refold-pat:focus-visible{outline:none}.eclipses-jell{border-right:1px solid #d9d9dc}.eclipses-jell,.nuked-cob{align-items:center;display:flex}.nuked-cob{font-family:Inter,sans-serif;font-size:14px;font-weight:400;gap:20px;line-height:20px}.docile-tale,.tusked-porn{color:#c6c6c6}.nettles-gigs{margin-right:15px}.Category_Delete,.Category_recently{display:flex;justify-content:center;padding:100px}.filters{display:flex;gap:10px;height:50px}.filters .export-date{margin:0!important}.export-date .MuiStack-root{padding-top:8px!important}.css-jupps9-MuiInputBase-root-MuiOutlinedInput-root input{height:20px}.filters button{background-color:#f9a65d;color:#fff;height:40px;margin-top:8px!important}.filters button:hover{background-color:#f1bf93}.Adds_cards{display:flex;flex-wrap:wrap;gap:24px;margin-top:30px}.Dialog_header{border-bottom:1px solid #e6e8f0;display:flex;flex-direction:column;padding-bottom:10px}.Dialog_header h1{color:#081735;font-size:18px;font-weight:700;line-height:24px;margin:0;width:100%}.Dialog_header p{color:#8f95b2;font-size:12px;font-weight:400;line-height:16px;margin:0;width:100%}.Image_block{border-radius:24px;box-shadow:0 4px 6px 0 #0000000d;box-shadow:0 4px 50px 0 #00000014;color:#fff;display:flex;flex-direction:column;margin:25px;padding:24px}.Image_block h3{color:#0b0b0b;color:var(--textColor-default,#0b0b0b);font-size:18px;font-weight:700;line-height:26px;margin:0}.Image_block p{color:#6d6d6d;font-size:14px;font-weight:400;line-height:20px;margin:0}.Image_block .upload_button{border:2px dashed #1849d6;border-radius:10px;margin:16px 0;max-width:100%}.Image_block .URL h3{border-top:1px solid #e6e8f0;color:#0b0b0b;color:var(--textColor-default,#0b0b0b);font-size:18px;font-weight:700;line-height:26px;margin:16px 0;padding-top:16px}.Image_block .URL .button_url{border:1px solid #1849d6;border:1px solid var(--strokeColor-primary,#1849d6);border-radius:10px;display:flex;justify-content:space-between;margin:0;max-width:100%;padding:16px}.Image_block .URL .button_url input{border:none;outline:none;width:78%}.Image_block .URL .button_url button{background-color:#1849d6;border:none;color:#fff;font-size:12px;height:100%;line-height:18px;padding:6px 12px}.Image_block .URL .button_url button,.cancel{border-radius:8px;cursor:pointer;font-weight:600}.cancel{border:1px solid #cecece;border:1px solid var(--button-neutralOutline-stroke,#cecece);color:#6d6d6d}.ADD,.cancel{font-size:14px;padding:12px 16px}.ADD{background-color:#1849d6;border:none;border-radius:8px;color:#fff;cursor:pointer;font-weight:600}.Image_block input{width:5%}.Image_block .radio_buttons{border-bottom:1px solid #e6e8f0;color:#000;display:flex;margin:10px;padding-bottom:16px}.add_URL_or{background-color:#fff;color:#000;left:310px;padding:5px;position:absolute;top:367px}.No_Adds_cards,.loading-spinner{display:flex;justify-content:center;width:100%}.loading-spinner{align-items:center;height:80vh}.Adds_card{align-items:center;background-color:#ffffffbf;border:1px solid #8f95b233;border-radius:6px;box-shadow:0 12px 16px -4px #0c1a240a;display:flex;flex-direction:column;padding:16px 18px;width:20%}.Adds_card img{border-radius:10px;height:110px;width:100%}.Adds_card .buttons{display:flex;gap:14px;margin-top:20px}.Adds_card .buttons .Remove{background-color:#fff;border:1px solid;border-radius:8px;color:#9d0000;width:95px}.Adds_card .buttons .Remove,.Adds_card .buttons .name{cursor:pointer;font-size:15px;font-weight:500;line-height:22px;padding:10px 18px}.Adds_card .buttons .name{background-color:#2174b1;border:none;border-radius:8px;color:#fff;width:120px}.Empty{align-items:center;display:flex;justify-content:center;margin-top:80px}.dialog_mainbox{margin-top:16px;width:50%}.dialog_title{margin:0}.dialog_title,.work_title{color:#2174b1;font-size:18px;font-weight:600;line-height:21.78px}.work_title{margin:0 0 10px}.dialog_mainbox .dialog_contant{display:flex;text-align:center}.dialog_mainbox .dialog_contant,.dialog_mainbox .dialog_contant_2{font-family:Inter;font-size:12px;font-weight:400;gap:30px;letter-spacing:.02em;line-height:14.52px}.dialog_mainbox .dialog_contant_2{margin:0 5px}.dialog_mainbox .dialog_contant span,.dialog_mainbox .dialog_contant_2 span{font-size:14px!important;font-weight:600!important;letter-spacing:.02em!important;line-height:16.94px!important;text-align:left!important}.dialog_body{border-radius:24px;box-shadow:0 4px 6px 0 #0000000d;box-shadow:0 4px 50px 0 #00000014;margin:10px;padding:14px}.main_box{display:flex;flex-direction:row}.main_box .profile{align-items:center;display:flex;flex-direction:column;gap:5px;width:50%}.main_box .profile p{color:#2174b1;font-family:Inter;font-size:16px;font-weight:400;letter-spacing:.02em;line-height:19.36px;margin:0}.reject{border:1px solid #9d0000;border:1px solid var(--button-neutralOutline-stroke,#9d0000);border-radius:8px;color:#9d0000;cursor:pointer;font-size:14px;font-weight:600;padding:12px 16px}.dialog_down{margin-top:20px}._2wae{background-color:#fff;border:1px solid #fff;border-radius:12px;margin:20px 0 0;padding:20px}._2wae .forget-hark{align-items:center;display:flex;justify-content:space-between}.studentportal{margin-top:30px;overflow-x:auto}.studentportal table tr{white-space:nowrap;width:100%}._2wae .phoenix-hit{align-items:center;display:flex;justify-content:space-between}._2wae .phoenix-hit ._7ttx{align-items:center;background-color:#c6c6c633;border:1px solid #c6c6c6;border-radius:6px;display:flex;gap:5px;height:32px;justify-content:left;margin-left:20px;padding-left:4px;width:242px}._2wae .phoenix-hit ._7ttx .jobhunt-had{color:#35353a;height:24px;width:24px}.fives-move{background-color:#c6c6c600;border:#0000;color:#6e6e71}.fives-move:focus-visible{outline:none}._3msp{justify-content:end;margin-left:180px;width:516px}._3msp,._3msp .silty-tin{align-items:center;display:flex;height:32px}._3msp .silty-tin{justify-content:space-between;width:156px}._3msp .amoebean-vast,._3msp .silty-tin .nodules-lilt{align-items:center;display:flex;justify-content:center}._3msp .amoebean-vast{cursor:pointer;height:32px;position:relative;width:48px}._3msp .silty-tin .nodules-lilt .agatized-hiss{color:#323232;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:20px;line-height:20px;width:20px}._3msp .silty-tin .nodules-lilt .fainer-gist{width:16px}._3msp .silty-tin .nodules-lilt .fainer-gist,._3msp .silty-tin .nodules-lilt .refrains-ban{color:#c6c6c6;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:20px;line-height:20px;margin-left:10px}._3msp .silty-tin .nodules-lilt .refrains-ban{width:40px}.colourer-saws{margin-left:10px;margin-right:10px}.colourer-saws,.mislight-app{color:#323232;height:24px;width:24px}._3msp .ureters-put{border-right:1px solid #d9d9dc;height:24px;margin-left:20px}._3msp .amoebean-vast{color:#323232;height:24px;margin-left:15px;width:24px}.studentportal .table{border-collapse:collapse;width:100%}.studentportal .table thead{background-color:#c6c6c633;border-bottom:1px solid #c6c6c6;height:50px}.studentportal .table thead #as,.studentportal .table thead #as-1{color:#323232;font-size:14px;font-weight:400;line-height:16.94px}.studentportal .table thead #as-1{padding:10px;text-align:start;width:145px}.studentportal .table thead #ds{font-family:Inter,sans-serif}.studentportal .table thead #ds,.studentportal .table thead #ds-1{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;width:222px}.studentportal .table thead #ds-1{text-align:start}.studentportal .table thead #ms-1{text-align:start}.studentportal .table thead #ms-1,.studentportal .table thead #ps{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;padding:10px}.studentportal .table thead #ps{text-align:center}.studentportal .table thead #fs{align-items:center;display:flex;font-family:Inter,sans-serif;justify-content:left}.studentportal .table thead #fs,.studentportal .table thead #gs{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;width:222px}.studentportal .table thead #gs{font-family:DM Sans,sans-serif!important;text-align:start}.studentportal .table thead #gm,.studentportal .table thead #hs{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;text-align:start}.studentportal .table thead #gm{padding:10px}.studentportal .table thead #hs-1{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;padding:10px;text-align:center}.studentportal .table tbody tr{height:50px}.studentportal .table tbody #gm-checkbox{padding:10px;text-align:start}.studentportal .table tbody .lugsail-furs{align-items:center;display:flex;gap:10px}.studentportal .table tbody .cuatros-pegs,.studentportal .table tbody .lugsail-furs{color:#323232;font-size:14px;font-weight:400;line-height:16.94px;padding:10px}.studentportal .table tbody .mostly-hue{color:#4a4a4a;font-size:14px;font-weight:400;height:44px;line-height:20px;padding:2px;text-align:left;width:222px}.studentportal .table tbody .mostly-hue-1{color:#4a4a4a;font-size:14px;font-weight:400;line-height:20px;padding:10px;text-align:left}.studentportal .table tbody .mostly-hue div{color:#4a4a4a;font-family:Inter,sans-serif;font-size:8px;font-weight:400;height:20px;line-height:20px;width:33px}.studentportal .table .hobday-keel .vends-felt{background-color:#f3d4d1;border:1px solid #f3d4d1;color:#70241d;font-family:Noto Sans,sans-serif;font-size:14px;font-weight:400;line-height:20px}.studentportal .table tbody .hobday-keel{cursor:pointer;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:10px;text-align:center;width:222px}.studentportal .table tbody .hobday-keel a{color:#938f16}.studentportal .table tbody .hobday-keel button{background-color:#938f16;border:none;border-radius:2px;color:#fff;font-family:Inter,sans-serif;font-size:14px;font-weight:400;line-height:20px;padding:4px 12px;width:200px}.studentportal .table tbody .hobday-keel .schizos-germ{background-color:#f3d4d1;border:1px solid #f3d4d1;border-radius:2px;color:#70241d;font-family:Inter,sans-serif;font-size:14px;font-weight:400;height:28px;line-height:20px;width:202px}.studentportal .table tbody .prawners-bind{gap:6px;height:44px}.studentportal .table tbody .prawners-bind-1{padding:10px;text-align:center}.studentportal .table tbody #gs-checkbox{padding:10px;text-align:start}.flunk-sigh,.soups-reel{background-color:#c6c6c633}.studentportal .table tbody .outweigh-idly{align-items:center;display:flex;gap:6px;justify-content:center}.outweigh-idly .cheers-owl{cursor:pointer;height:20px;width:20px}.outweigh-idly .unhoused-dos{cursor:pointer;height:16px;width:16px}.prawners-bind-2{display:flex;justify-content:center;padding:10px;text-align:center}.prawners-bind-2 .Accept{background-color:#e0ffe9;color:#008224}.prawners-bind-2 .Accept,.prawners-bind-2 .cancel{border-radius:2px;font-size:14px;font-weight:400;line-height:17px;margin:0;padding:10px;text-align:center;width:52px}.prawners-bind-2 .cancel{background-color:#ffcdcd;color:#9f0000}
/*# sourceMappingURL=main.923a1715.css.map*/