@import url(https://fonts.googleapis.com/css2?family=Montserrat&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}.main-header{background:#fff;padding:12px 25px;position:sticky;top:0;z-index:100}.header-container{align-items:center;display:flex;justify-content:space-between}.header-logo img{height:45px;object-fit:contain}.header-menu{display:flex;gap:40px}.header-menu a{color:#000;cursor:pointer;font-size:16px;font-weight:600;text-decoration:none}.header-menu a.active{color:#1a73e8}.header-avatar span{background:#1a73e8;border-radius:50%;color:#fff;font-size:20px;font-weight:700;height:45px;width:45px}.custom-avatar,.header-avatar span{align-items:center;display:flex;justify-content:center}.custom-avatar{background-color:#1a73e8!important;border-radius:50%!important;color:#fff!important;font-size:20px!important;font-weight:700!important;height:45px!important;text-transform:uppercase;width:45px!important}.custom-user-menu .MuiPaper-root{border-radius:12px!important;box-shadow:0 8px 25px #00000026!important;min-width:170px!important;padding:8px 0!important}.custom-menu-item{margin:0!important;padding:0!important}.menu-btn{background:none;border:none;color:#222;cursor:pointer;font-family:Poppins,sans-serif;font-size:16px;font-weight:500;padding:5px 18px;text-align:left;transition:all .2s ease;width:100%}.menu-btn:hover{background:#f3f3f3}.menu-btn:active{background:#e2e2e2}.menu-btn a{color:#222!important;text-decoration:none!important}.menu-toggle{align-items:center;background:#121213;border:none;border-radius:50%;color:#fff;cursor:pointer;display:none;font-size:24px;font-weight:700;height:45px;justify-content:center;margin-left:10px;transition:.25s ease;width:45px}.menu-toggle:hover{background:#0d58ca}.d-flex{display:flex}@media (max-width:768px){.header-menu{background:#fff;box-shadow:0 6px 15px #0000001a;display:none;flex-direction:column;gap:5px;left:0;padding:15px 0;position:absolute;text-align:center;top:70px;width:100%}.header-menu.open{display:flex}.header-menu a{font-size:18px;padding:12px 0}.menu-toggle{display:flex}.header-avatar{display:none}}.main-footer{background:#0f172a;bottom:0;font-family:Poppins,sans-serif;padding:18px 0;position:fixed;width:100%;z-index:9999}.footer-container{align-items:center;display:flex;justify-content:space-between;margin:auto;padding:0 30px}.footer-left img{height:34px}.footer-content{align-items:center;display:flex;gap:30px}.footer-center a{color:#9fa2aa;font-size:14px;text-decoration:none}.footer-center a:hover{text-decoration:underline}.footer-right{color:#9fa2aa;font-size:13px;text-align:right}@media (max-width:768px){.footer-container{flex-direction:column;gap:10px;text-align:center}.footer-right{text-align:center}}.section-heading{margin:40px 0;text-align:center}.main-title,.section-heading{font-family:Poppins,sans-serif}.main-title{font-size:40px;font-weight:900;letter-spacing:.5px;margin:0}.main-title .red{color:#c62828}.main-title .black{color:#000}.sub-title{color:#333;font-size:20px;font-weight:900;margin-top:0}.apps-wrapper{font-family:Poppins,sans-serif;padding:40px}.apps-heading{color:#000;font-size:32px;font-weight:900;margin:0}.apps-subtitle{color:#000;font-size:16px;margin-bottom:25px;margin-top:0}.app-card{background:#f8f8f8;border:1px solid #91cdff;border-radius:10px;box-shadow:0 4px 15px #0000000a;box-sizing:border-box;cursor:pointer;overflow:hidden;padding:18px;transition:box-shadow .25s ease;width:100%}.app-card,.app-card *{position:relative;z-index:2}.app-card:before{background:#1a73e826;content:"";height:160px;position:absolute;right:-70px;top:-70px;transform:scale(0);transform-origin:top right;transition:transform .9s cubic-bezier(.16,1,.3,1);width:160px;z-index:1}.app-card:active:before,.app-card:focus:before{transform:scale(6)}.app-card-top{display:flex;justify-content:space-between}.app-card-img{align-items:center;display:flex;justify-content:center}.app-card-img,.app-icon{height:60px;width:60px}.drill-text{color:#7d7d7d;font-size:12px;font-weight:900}.app-title{color:#1a73e8;font-size:18px;font-weight:600;margin:15px 0}.app-bottom{align-items:center;display:flex;justify-content:space-between}.invite-btn{background:#1a73e8;border:none;border-radius:8px;color:#fff;cursor:pointer;font-size:15px;font-weight:600;padding:10px 40px}.invite-btn:hover{background:#0d58ca}.delete-btn{align-items:center;background:#0000;border:1px solid #1a73e8;border-radius:8px;cursor:pointer;display:flex;height:40px;justify-content:center;width:40px}.delete-btn img{height:24px;width:24px}.apps-grid{grid-gap:40px;display:grid;gap:40px;grid-template-columns:repeat(4,1fr);width:100%}.details-row{grid-gap:10px 40px;display:grid;font-family:Poppins,sans-serif;gap:10px 40px;grid-template-columns:1fr;margin:15px 0}.details-item{display:flex;gap:10px;justify-content:space-between}.label{color:#000;font-size:16px;font-weight:700}.par-text,.value{color:#000;font-size:16px;font-weight:500}.mb-25{margin-bottom:25px}@media (max-width:768px){.apps-grid{flex-direction:column}.app-card{width:100%}}@media (max-width:1200px){.apps-grid{grid-template-columns:repeat(3,1fr)}}@media (max-width:900px){.apps-grid{grid-template-columns:repeat(2,1fr)}.main-title{font-size:30px}.sub-title{font-size:16px}.apps-wrapper{font-family:Poppins,sans-serif;padding:0 40px 40px}.apps-heading{color:#000;font-size:24px;font-weight:900}.apps-subtitle{color:#000;font-size:14px;margin-bottom:25px;margin-top:10px}}@media (max-width:600px){.apps-grid{grid-template-columns:repeat(1,1fr)}}.p-20{padding:20px!important}body{font-family:Poppins,sans-serif!important}.Profile_Banner_section_new{background-image:url(/static/media/Profile_banner_new.120a05b2298e31d56e2b.png);background-position:50%;background-size:cover;height:300px;width:100%}.Profile_content_section_new{align-items:center;box-shadow:0 5px 10px #0a0a0a13;display:flex;height:150px;position:relative;width:100%}.profile-header{align-items:center;display:flex;font-family:Poppins,sans-serif;gap:20px;padding:12px 25px}.profile-avatar{align-items:center;background:#f6f6f6;border-radius:50%;display:flex;height:110px;justify-content:center;width:110px}.profile-avatar img{height:auto;width:70px}.profile-info{display:flex;flex-direction:column}.profile-name{color:#000;font-size:28px;font-weight:700;margin:0}.profile-email{color:#000;font-size:18px;font-weight:500;margin-top:0}.profile-tabs{display:flex;gap:12px;margin-bottom:25px}.profile-tab{background:#b1b1b1!important;border-radius:6px!important;color:#fff!important;font-family:Poppins,sans-serif!important;font-weight:600!important;margin-right:10px!important;min-height:auto!important;padding:12px 20px!important;text-transform:none!important}.profile-tab.active{background:#1a73e8!important;color:#fff!important}.profile-form-card{background:#fff;border-radius:10px;padding:30px}.profile-form{grid-gap:20px 25px;display:grid;gap:20px 25px;grid-template-columns:repeat(2,1fr)}.profile-form .MuiButton-root{grid-column:span 2;padding:10px 26px;width:fit-content}.profile-form .MuiOutlinedInput-root{background:#f7f7f7;border-radius:8px}.profile-form .MuiOutlinedInput-notchedOutline{border-color:#e3e3e3}.profile-form .Mui-focused .MuiOutlinedInput-notchedOutline{border-color:#1a73e8}label{display:block;font-family:Poppins,sans-serif;font-size:16px;font-style:normal;font-weight:600;letter-spacing:0;line-height:100%;margin-bottom:6px;margin-top:12px}.profile-form .MuiButton-contained{background:#1a73e8;border-radius:6px;font-weight:700}.profile-form .MuiButton-contained:hover{background:#1a73e8}.main-Container{padding:0}.p-0{padding:0!important}.p-r-30{padding-right:30px!important}.password-wrapper{position:relative}.password-wrapper .custom-input{padding-right:40px}.eye-icon{color:#666;cursor:pointer;font-size:18px;position:absolute;right:12px;top:47%;transform:translateY(-50%);-webkit-user-select:none;user-select:none}.eye-icon:hover{color:#1a73e8}.Profile_update_from_section_new{padding:50px 0}@media (max-width:768px){.profile-form{grid-template-columns:1fr}.profile-form .MuiButton-root{grid-column:span 1}.p-r-30{padding-right:0!important}.Profile_Banner_section_new{height:120px;width:100%}.Profile_content_section_new{height:120px}.Profile_update_from_section_new{padding:20px 0}.eye-icon{position:absolute;right:12px;top:54%}.profile-header{gap:15px}.profile-avatar{height:80px;width:80px}.profile-avatar img{width:55px}.profile-name{font-size:22px}.profile-email{font-size:15px}}.pb-80{padding-bottom:80px}input::-ms-clear,input::-ms-reveal{display:none}.Login_section{align-items:center;background:url(/static/media/redBg.05ee5243dd95995c3df4.png);display:flex;justify-content:flex-start;min-height:100vh;width:100%}.Login_section .login_from_area{align-items:center;background:#fff;border-radius:15px;box-shadow:5px 5px 15px 0 #7a7a7ab3;display:flex;justify-content:center;padding:0}.Login_section .login_from_area .Login_form_sideImg img{border-radius:15px 0 0 15px;height:70vh;object-fit:contain;padding:20px;width:100%}.Login_section .login_from_area .Login_form_sideImg ul,.Login_section .login_from_area .Login_form_sideImg ul li{margin:0!important;padding:0!important}.Login_section .login_from_area .login_from_sideRight{padding:30px}.Login_section .login_from_area .login_from_Logo_area{border-radius:0;height:100%;margin-bottom:20px;width:100%}.Login_section .login_from_area .login_from_Logo_area img{height:90px;object-fit:contain;width:100%}.Login_section .login_from_area .Login_from_Forgetpassword_Link{text-align:right}.Login_section .login_from_area .Login_from_Forgetpassword_Link a{color:#252525;text-decoration:none}.header_section{background-image:#1976d2!important;color:#fff}.header_section .Dashborad_logo_img_moblie{display:none}.header_section .Dashborad_logo_img{display:block;margin-right:20px}.header_section .Dashborad_menu_area_Desktop button{color:#fff;font-size:16px;font-weight:500;text-transform:capitalize}.Dashborad_HeroBanner_section{background-color:#eaf4ff;background-position:50% 50%;background-size:cover;min-height:20vh}.Dashborad_HeroBanner_section .Dashborad_welcome_heading{font-family:Montserrat,sans-serif!important;padding-top:50px}.Dashborad_HeroBanner_section .dashborad_search_Area{align-items:center;border-radius:50px;box-shadow:3px 4px 10px 0 #55555561;display:flex;justify-content:space-between;margin:50px auto 0;width:600px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h4{font-family:Montserrat,sans-serif!important;font-family:500}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h3{color:#1976d2;font-weight:900;margin-bottom:15px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading p{color:#5b5b5b;font-family:Montserrat,sans-serif!important;font-size:17px}.App_Store_section{margin:30px 0;padding:20px 0}.App_Store_section .App_Store_form_area .App_Store_form_items{margin:0 auto 20px;max-width:300px!important}.App_Store_section .App_Store_form_area .App_Store_form_items .css-46bh2p-MuiCardContent-root{padding:15px 10px}.App_Store_section .App_Store_form_area .App_Store_form_items h5{font-size:22px;font-weight:500}.App_Store_section .App_Store_form_area .App_Store_form_items p{font-size:14px;font-weight:400}.App_Store_section .Eplod_3_Form_img{background-color:#eaf4ff;height:130px;object-fit:contain}.App_Store_section Card:hover .Eplod_3_Form_img{transform:scale(.1)}.App_Store_section.Applications_own_Section{background:none}.Eplod_3_Form_modal_section .MuiPaper-root{margin:15px}.Eplod_3_Form_modal_section .MuiPaper-root .Eplod_3_Form_modal_button{padding:0 24px 24px}.Applications_own_Section{background-color:#eaf4ff;margin:30px 0;padding:50px 0}.Applications_own_Section .Applications_own_Heading h4{color:#1976d2;font-weight:900;margin-bottom:15px}.Applications_own_Section .Applications_own_Heading p{color:#5b5b5b;font-family:Montserrat,sans-serif!important;font-size:17px}.Profile_Banner_section{background-image:url(/static/media/Profile_banner.04b8e20c90a7e50856e8.jpg);background-position:50%;background-size:cover;height:300px;width:100%}.Profile_content_section{box-shadow:0 5px 10px #0a0a0a13;height:120px;position:relative;width:100%}.Profile_content_section .Profile_content_area{align-items:flex-end;bottom:20px;display:flex;position:absolute}.Profile_content_section .Profile_content_area .Profile_content_img{border:4px solid #fff;border-radius:15px;box-shadow:3px 3px 10px #0a0a0a61;font-size:50px;font-weight:700;height:110px;margin-right:15px;object-fit:cover;width:110px}.Profile_content_section .Profile_content_area .Profile_content_Detail{margin-bottom:15px}.Profile_content_section .Profile_content_area .Profile_content_Detail h5{color:#1976d2;font-family:Montserrat,sans-serif!important;font-size:30px;font-weight:900;text-transform:capitalize}.Profile_content_section .Profile_content_area .Profile_content_Detail p{color:#5b5b5b;font-family:Montserrat,sans-serif!important;font-size:16px;font-size:600;text-transform:lowercase}.Profile_update_from_section{padding:50px 0}.Profile_update_from_section .Profile_update_from_heading{border-bottom:2px solid #1976d2;color:#1976d2;font-family:Montserrat,sans-serif!important;font-weight:800;margin-bottom:30px;padding-bottom:5px;padding-left:10px}.Profile_update_from_section .Profile_update_tabs_area .Profile_Update_tabs_button{align-items:flex-start;font-size:18px;font-weight:500;text-transform:capitalize}.Profile_update_from_section .Profile_tabsContent_from_Area .MuiBox-root.css-19kzrtu{padding:0 25px}.MuiButtonBase-root.MuiCardActionArea-root.css-1oitmrd-MuiButtonBase-root-MuiCardActionArea-root{height:100%}@media (max-width:1100px){.Dashborad_HeroBanner_section .Dashborad_welcome_heading{padding-top:30px}}@media (max-width:899px){.Login_section .login_from_area .login_from_sideRight{padding:20px 15px}.Login_section .login_from_area{margin:30px 0}.Login_section .login_from_area .Login_form_sideImg img{border-radius:15px 15px 0 0;height:400px}.Dashborad_logo_img_moblie{display:flex;margin-right:2}.Dashborad_logo_img{display:none}.Profile_Banner_section{height:220px;width:100%}}@media (max-width:767px){.Login_section .login_from_area .login_from_sideRight{padding:20px 15px}.Login_section .login_from_area .Login_form_sideImg img{border-radius:15px 15px 0 0;height:250px}.Dashborad_HeroBanner_section .dashborad_search_Area{width:100%}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h4{font-size:25px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h3{font-size:35px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading p{font-size:18px}.Applications_own_Section .Applications_own_Heading h4{font-size:28px}.Applications_own_Section .Applications_own_Heading p{font-size:18px}}@media (max-width:500px){.Dashborad_HeroBanner_section{background-position:88%,50%}.Dashborad_HeroBanner_section .Dashborad_welcome_heading{padding-top:20px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h4{font-size:19px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading h3{font-size:22px;margin-bottom:10px}.Dashborad_HeroBanner_section .Dashborad_welcome_heading p{font-size:12px;line-height:1.6}.Applications_own_Section .Applications_own_Heading h4{font-size:22px}.Applications_own_Section .Applications_own_Heading p{font-size:12px}.Dashborad_HeroBanner_section .dashborad_search_Area{margin-top:30px}.Eplod_3_Form_modal_section .MuiPaper-root .Eplod_3_Form_modal_content{padding:0 15px 25px}.Profile_content_section{height:90px}.Profile_content_section .Profile_content_area .Profile_content_img{height:80px;width:80px}.Profile_content_section .Profile_content_area .Profile_content_Detail{margin-bottom:5px}.Profile_content_section .Profile_content_area .Profile_content_Detail h5{font-size:22px}.Profile_content_section .Profile_content_area .Profile_content_Detail p{font-size:14px}.Profile_content_section .Profile_content_area{bottom:15px}.Profile_Banner_section{height:150px;width:100%}.Profile_update_from_section .Profile_tabsContent_from_Area .MuiBox-root.css-19kzrtu{padding:25px 0}}.dashboard_FeaturedSection_heading{color:#1976d2;font-family:Montserrat,sans-serif!important;font-size:30px;font-weight:900;text-transform:capitalize}.spanerror{color:red!important}.css-6hp17o-MuiList-root-MuiMenu-list{list-style:none;margin:0;max-height:200px;outline:0;padding:8px 0;position:relative}.css-1t1j96h-MuiPaper-root-MuiDialog-paper,.css-ypiqx9-MuiDialogContent-root{overflow-y:visible!important}
/*# sourceMappingURL=main.aef86fb6.css.map*/