@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;500;600;700&display=swap";.confirm-dialog .p-dialog{display:flex;flex-direction:column;pointer-events:auto;width:100%;max-width:500px;max-height:90vh;transform:scale(1);position:relative;border-radius:8px;overflow:hidden;box-shadow:0 10px 20px #0000001a}.confirm-dialog .p-dialog-content{padding:1.5rem;background-color:#fff!important;display:flex;flex-direction:column;align-items:center;justify-content:center;color:#6c5dd3;gap:1rem;text-align:center}.confirm-dialog .p-dialog-header{background-color:#fff!important;color:#000!important;font-weight:500;font-size:1.25rem;padding:1rem 1.5rem;border-bottom:1px solid #f0f0f0;justify-content:center}.confirm-dialog .p-dialog-footer{background-color:#fff;padding:1rem;display:flex;justify-content:center;gap:1rem;border-top:1px solid #f0f0f0}body{margin:0;color:#fff;font-family:poppins}body #page{width:100vW;height:100vh;background-color:#fff!important;overflow:unset}body #page .content-login{font-size:1rem;font-weight:200;width:49vw;height:auto;display:flex;flex-direction:row;margin:auto;padding-top:10vh}body #page .content-login .titre-login{width:30%}body #page .content-login .titre-login h1{font-size:90pt;rotate:90deg;transition:.5s;-webkit-text-stroke:1px #181818!important;color:transparent;font-family:poppins;text-align:center}body #page .content-login .form-login{width:30vw;min-height:70vh;background:linear-gradient(25deg,#000,#898989)!important;border-radius:15px;margin:auto;display:flex;flex-direction:column;box-shadow:0 4px 10px #b1b1b1}body #page .content-login .form-login form{width:80%;margin:auto;display:flex;flex-direction:column;gap:30px}body #page .content-login .form-login form .component-s-inscrire-with{width:100%;margin:auto;display:flex;flex-direction:column;gap:30px}body #page .content-login .form-login form .component-s-inscrire-with label{padding-top:50px}body #page .content-login .form-login form .component-s-inscrire-with a{text-decoration:none;font-weight:300;color:#3f3f3f!important;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;background:#fff!important;border-radius:15px}body #page .content-login .form-login form .inputs{width:100%;min-height:100px;height:auto;display:flex;flex-direction:column;justify-content:space-evenly;gap:40px}body #page .content-login .form-login form .inputs .inputBox{position:relative;width:100%;font-weight:300}body #page .content-login .form-login form .inputs .inputBox .errors{color:red}body #page .content-login .form-login form .inputs .inputBox input{position:relative;width:94%;padding:10px 20px;background:transparent;outline:none;box-shadow:none;border:none;color:#fff!important;font-size:1em;letter-spacing:.05em;transition:.5s;z-index:10}body #page .content-login .form-login form .inputs .inputBox span{position:absolute;text-transform:uppercase;left:0;padding:60px 0 10px;pointer-events:none;color:#fff!important;font-size:1em;letter-spacing:.05em;transition:.5s;transform:translateY(-50px);letter-spacing:2px;font-weight:100}body #page .content-login .form-login form .inputs .inputBox input:valid~span,body #page .content-login .form-login form .inputs .inputBox input:focus~span{color:#fff!important;font-size:.75em;transform:translateY(-85px);font-weight:100}body #page .content-login .form-login form .inputs .inputBox i{position:absolute;left:0;bottom:0;width:100%;height:1px;background:#ffffffa4!important;border-radius:4px;overflow:hidden;transition:.5s;pointer-events:none}body #page .content-login .form-login form .inputs .inputBox input:valid~i,body #page .content-login .form-login form .inputs .inputBox input:focus~i{height:44px;background:#ffffff2d!important}body #page .content-login .form-login form .inputs input[type=submit]{border:none;outline:none;padding:9px 25px;background:linear-gradient(340deg,#0098dd,#005c99)!important;cursor:pointer;font-size:1em;border-radius:10px;width:100%;height:50px;margin-top:10px;color:#fff!important;font-weight:300}body #page .content-login .form-login form .inputs input[type=submit]:active{opacity:.8}body #page .content-login .form-login form .link-1{color:#fff!important;font-size:12pt;font-weight:200;text-decoration:none;padding-bottom:50px}@media (max-width: 768px){body{margin:0;color:#fff;font-family:poppins}body #page{width:100vW;height:100vh;background-color:#fff!important;overflow:unset}body #page .content-login{font-size:1rem;font-weight:200;width:90vw;height:auto;display:flex;flex-direction:column;margin:auto;padding-top:10vh}body #page .content-login .titre-login{width:90%}body #page .content-login .titre-login h1{font-size:30pt;rotate:0deg;transition:.5s;-webkit-text-stroke:1px #181818!important;color:transparent;font-family:poppins;text-align:center}body #page .content-login .form-login{width:90vw;min-height:50vh;background:linear-gradient(25deg,#000,#898989)!important;border-radius:15px;margin:auto;display:flex;flex-direction:column;box-shadow:0 4px 10px #b1b1b1!important}body #page .content-login .form-login form{width:80%;margin:auto;display:flex;flex-direction:column;gap:5px}body #page .content-login .form-login form .component-s-inscrire-with{width:100%;margin:auto;display:flex;flex-direction:column;gap:15px}body #page .content-login .form-login form .component-s-inscrire-with label{padding-top:50px}body #page .content-login .form-login form .component-s-inscrire-with a{text-decoration:none;font-weight:300;color:#3f3f3f;height:50px;display:flex;flex-direction:row;align-items:center;justify-content:space-evenly;background:#fff!important;border-radius:15px}body #page .content-login .form-login form .inputs{width:100%;min-height:100px;height:auto;display:flex;flex-direction:column;justify-content:space-evenly;gap:40px}body #page .content-login .form-login form .inputs .inputBox{position:relative;width:100%;font-weight:300}body #page .content-login .form-login form .inputs .inputBox .errors{color:red!important}body #page .content-login .form-login form .inputs .inputBox input{position:relative;width:94%;padding:10px 20px;background:transparent;outline:none;box-shadow:none;border:none;color:#fff!important;font-size:1em;letter-spacing:.05em;transition:.5s;z-index:10}body #page .content-login .form-login form .inputs .inputBox span{position:absolute;text-transform:uppercase;left:0;padding:60px 0 10px;pointer-events:none;color:#fff!important;font-size:1em;letter-spacing:.05em;transition:.5s;transform:translateY(-50px);letter-spacing:2px;font-weight:100}body #page .content-login .form-login form .inputs .inputBox input:valid~span,body #page .content-login .form-login form .inputs .inputBox input:focus~span{color:#fff!important;font-size:.75em;transform:translateY(-85px);font-weight:100}body #page .content-login .form-login form .inputs .inputBox i{position:absolute;left:0;bottom:0;width:100%;height:1px;background:#ffffffa4;border-radius:4px;overflow:hidden;transition:.5s;pointer-events:none}body #page .content-login .form-login form .inputs .inputBox input:valid~i,body #page .content-login .form-login form .inputs .inputBox input:focus~i{height:44px;background:#ffffff2d!important}body #page .content-login .form-login form .inputs input[type=submit]{border:none;outline:none;padding:9px 25px;background:linear-gradient(340deg,#0098dd,#005c99)!important;cursor:pointer;font-size:1em;border-radius:10px;width:100%;height:50px;margin-top:10px;color:#fff!important;font-weight:300}body #page .content-login .form-login form .inputs input[type=submit]:active{opacity:.8}body #page .content-login .form-login form .link-1{color:#fff!important;font-size:12pt;font-weight:200;text-decoration:none;padding-bottom:50px}}.sidebar{position:fixed;top:0;left:0;height:100%;width:260px;border-right:1px solid #50505026;background:#7f74b3;z-index:100;transition:all .5s ease}.sidebar.close{width:78px}.sidebar .logo-details{height:60px;width:100%;display:flex;align-items:center}.sidebar .logo-details img{color:#333;height:50px;min-width:50px;margin-left:15px;margin-right:20px;text-align:center;line-height:50px;border-radius:50px}.sidebar .logo-details .logo_name{font-size:18px;color:#fff;font-weight:200;transition:.3s ease;transition-delay:.1s}.sidebar.close .logo-details .logo_name{transition-delay:0s;opacity:0;pointer-events:none}.sidebar .nav-links{height:100%;padding:30px 0 150px;overflow:auto}.sidebar.close .nav-links{overflow:visible}.sidebar .nav-links::-webkit-scrollbar{display:none}.sidebar .nav-links li{position:relative;list-style:none;transition:all .4s ease}.sidebar .nav-links li:hover{background:#00000056}.sidebar .nav-links li .iocn-link{display:flex;align-items:center;justify-content:space-between}.sidebar.close .nav-links li .iocn-link{display:block}.sidebar .nav-links li i{height:50px;min-width:78px;text-align:center;line-height:50px;color:#fff;font-size:20px;cursor:pointer;transition:all .3s ease}.sidebar .nav-links li.showMenu i.arrow{transform:rotate(-180deg)}.sidebar.close .nav-links i.arrow{display:none}.sidebar .nav-links li a{display:flex;align-items:center;text-decoration:none}.sidebar .nav-links li a .link_name{font-size:18px;font-weight:400;color:#fff;transition:all .4s ease}.sidebar.close .nav-links li a .link_name{opacity:0;pointer-events:none}.sidebar .nav-links li .sub-menu{padding:6px 6px 14px 80px;margin-top:-10px;background:#00000056;display:none}.sidebar .nav-links li.showMenu .sub-menu{display:block}.sidebar .nav-links li .sub-menu a{color:#fff;font-size:15px;padding:5px 0;white-space:nowrap;opacity:.6;transition:all .3s ease}.sidebar .nav-links li .sub-menu a:hover{opacity:1}.sidebar.close .nav-links li .sub-menu{position:absolute;left:100%;top:-10px;margin-top:0;padding:10px 20px;border-radius:0 6px 6px 0;opacity:0;display:block;pointer-events:none;transition:0s}.sidebar.close .nav-links li:hover .sub-menu{top:0;opacity:1;pointer-events:auto;transition:all .4s ease}.sidebar .nav-links li .sub-menu .link_name{display:none}.sidebar.close .nav-links li .sub-menu .link_name{font-size:18px;opacity:1;display:block}.sidebar .nav-links li .sub-menu.blank{opacity:1;pointer-events:auto;padding:3px 20px 6px 16px;opacity:0;z-index:200;pointer-events:none}.sidebar .nav-links li:hover .sub-menu.blank{top:50%;transform:translateY(-50%);z-index:200}.sidebar .profile-details{position:fixed;bottom:0;width:260px;display:flex;align-items:center;justify-content:space-between;background:#1d1b31;padding:12px 0;transition:all .5s ease}.sidebar.close .profile-details{background:none}.sidebar.close .profile-details{width:78px}.sidebar .profile-details .profile-content{display:flex;align-items:center}.sidebar .profile-details img{height:52px;width:52px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin:0 14px 0 12px;background:#1d1b31;transition:all .5s ease}.sidebar.close .profile-details img{padding:10px}.sidebar .profile-details .profile_name,.sidebar .profile-details .job{color:#fff;font-size:18px;font-weight:500;white-space:nowrap}.sidebar.close .profile-details i,.sidebar.close .profile-details .profile_name,.sidebar.close .profile-details .job{display:none}.sidebar .profile-details .job{font-size:12px}.sidebar.close~.home-section{left:78px;width:calc(100% - 78px)}.home-section .home-content .bx-menu,.home-section .home-content .text{color:#fff;font-size:35px}@media screen and (max-width: 768px){.sidebar{width:240px}.sidebar.close{width:78px;display:none}.sidebar .profile-details{width:240px;z-index:100}.sidebar.close .profile-details{background:none}.home-section{width:calc(100% + -0px);position:relative;top:0;left:0}.sidebar.close~.home-section{left:0;width:calc(100% + -0px)}.bx-menu{cursor:pointer;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);z-index:100}}::-webkit-scrollbar{width:10px;background:#2f2f2f}#page .but-retour{padding:20px;border-radius:15px 100px;background-color:#b9b9b9;color:#f7f7f7;width:250px;height:40px;display:flex;align-items:center;justify-content:center;margin:auto 75px 15px;box-shadow:5px 0 15px -5px #414141}.listCarriere{display:flex;flex-direction:column;justify-content:center;min-height:75vh;height:auto;width:68%;background:#e1dbff;margin:0 auto auto;border-radius:15px;box-shadow:5px 15px 24px -30px #000}.listCarriere .title{width:80%;height:50px;margin:auto auto 40px}.listCarriere .title h1{color:#7f74b3;font-size:2rem;font-weight:400}.listCarriere .carrieres{width:85%;height:60vh;margin:auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:20px;padding:20px;border-radius:15px;overflow-y:auto}.listCarriere .carrieres .one-carriere{display:flex;flex-direction:column;justify-content:space-between;background:#f0ecff;border-radius:15px;padding:15px;box-shadow:-10px 10px 35px -20px #00000052;transition:transform .3s ease;border:.4px solid #d7cdfc}.listCarriere .carrieres .one-carriere:hover{transform:translateY(-5px);background:#dbd1ff}.listCarriere .carrieres .one-carriere p{margin:10px 0;font-size:1.2rem;font-weight:200;color:#383838;text-align:center}.listCarriere .carrieres .one-carriere .but-list-carriere{height:40px;margin-top:auto;background:#fff;border:.7px solid #7f74b3;color:#7f74b3;box-shadow:1px 1px 25px -15px #00000096;font-size:1rem;cursor:pointer;display:flex;align-items:center;justify-content:center;padding:10px;border-radius:10px;transition:background-color .3s ease}.listCarriere .carrieres .one-carriere .but-list-carriere:hover{background-color:#7f74b3;color:#fff}::-webkit-scrollbar{width:8px;background:#2f2f2f}::-webkit-scrollbar-thumb{background:#7f74b3;border-radius:10px}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@keyframes slideIn{0%{transform:translate(-30px);opacity:0}to{transform:translate(0);opacity:1}}@keyframes pulse{0%{transform:scale(1);box-shadow:0 4px 10px #7f74b34d}50%{transform:scale(1.03);box-shadow:0 6px 15px #7f74b366}to{transform:scale(1);box-shadow:0 4px 10px #7f74b34d}}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-5px)}to{transform:translateY(0)}}@keyframes highlight{0%{background-color:#7f74b31a}50%{background-color:#7f74b333}to{background-color:#7f74b31a}}@keyframes wordPulse{0%{transform:scale(1);color:#5e4a8a}50%{transform:scale(1.1);color:#7f74b3;text-shadow:0 0 5px rgba(127,116,179,.5)}to{transform:scale(1);color:#5e4a8a}}@keyframes wordGlow{0%{text-shadow:0 0 0px rgba(127,116,179,0);color:#5e4a8a}50%{text-shadow:0 0 8px rgba(127,116,179,.8);color:#7f74b3}to{text-shadow:0 0 0px rgba(127,116,179,0);color:#5e4a8a}}@keyframes wordBounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}body{margin:0;padding:0;font-family:Urbanist,sans-serif;background:#fff}#page{width:100%;min-height:100vh;height:auto;overflow:auto;background:#fff;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;overflow:unset}#page .but-retour{padding:20px;border-radius:15px 100px;background-color:#7f74b3!important;color:#f7f7f7!important;width:250px;height:40px;display:flex;align-items:center;justify-content:center;margin:auto 75px 15px;box-shadow:5px 0 15px -5px #414141;transition:all .3s ease}#page .but-retour:hover{background-color:#a0a0a0;transform:translateY(-2px)}header nav{width:auto;min-width:200px;height:80px;display:flex;justify-content:space-between;align-items:center;color:#fff}header nav .profil{width:100%;height:60px;display:flex;gap:10px;background:#7f74b3;border-radius:55px;align-items:center;justify-content:space-around;padding:0 10px;transition:all .3s ease}header nav .profil:hover{background:#6a60a0;transform:translateY(-2px);box-shadow:0 4px 8px #0000001a}header nav .profil .imageProfile{width:47px;height:47px;display:flex;align-items:center;justify-content:center;border-radius:200px;overflow:hidden;border:2px solid white}header nav .profil .infoProfile p{color:#fffc;font-size:.9rem;margin:0}.generateRapport{width:90%;max-width:1200px;min-height:550px;height:auto;margin:20px auto;background:#efebff;border-radius:15px;display:flex;flex-direction:column;box-shadow:0 10px 30px #0000000d;animation:fadeIn .8s ease-out forwards}.generateRapport .titre-rapport{width:90%;margin:20px auto 10px;animation:slideIn .6s ease-out forwards}.generateRapport .titre-rapport h1{color:#555;font-size:2rem;font-weight:600;margin-bottom:5px;text-align:left}.generateRapport .titre-rapport .subtitle{color:#7e7e7e;font-size:1.1rem;margin-top:0;text-align:left}.generateRapport .form-rapport{width:100%;min-height:600px;height:auto;margin:0 auto;display:flex;border-radius:15px;flex-direction:column}.generateRapport .form-rapport .form-error{width:85%;margin:0 auto 15px;padding:12px;background-color:#ffebee;color:#d32f2f;border-radius:8px;font-size:.95rem;border-left:4px solid #d32f2f;animation:fadeIn .3s ease-out forwards}.generateRapport .form-rapport .inputs{width:90%;height:auto;margin:auto;background-color:#f8f8f8;display:flex;justify-content:space-around;border-radius:15px;box-shadow:0 5px 15px #0000000d;padding:20px 0;gap:30px;animation:fadeIn 1s ease-out forwards}.generateRapport .form-rapport .inputs .inputbox{width:45%;height:auto;display:flex;justify-content:space-between;flex-direction:column;position:relative;animation:fadeIn 1.2s ease-out forwards}.generateRapport .form-rapport .inputs .inputbox:nth-child(2){animation-delay:.2s}.generateRapport .form-rapport .inputs .inputbox label{margin-top:0;font-size:1.2rem;color:#555;font-weight:600;margin-bottom:10px}.generateRapport .form-rapport .inputs .inputbox .descris{position:relative;background:#eee4ff;padding:15px 20px;border-radius:15px;margin-bottom:25px;color:#5e4a8a;box-shadow:0 4px 8px #0000000d;animation:float 4s ease-in-out infinite}.generateRapport .form-rapport .inputs .inputbox .descris p{margin:0;line-height:1.5;font-size:.95rem}.generateRapport .form-rapport .inputs .inputbox .descris .keyword{font-weight:500;cursor:pointer;display:inline-block;transition:all .2s ease;padding:0 2px;border-radius:3px}.generateRapport .form-rapport .inputs .inputbox .descris .keyword:hover{animation:wordGlow 1.5s ease-in-out infinite}.generateRapport .form-rapport .inputs .inputbox .descris .keyword-1:hover{animation:wordPulse 1.5s ease-in-out infinite}.generateRapport .form-rapport .inputs .inputbox .descris .keyword-2:hover{animation:wordGlow 1.5s ease-in-out infinite}.generateRapport .form-rapport .inputs .inputbox .descris .keyword-3:hover{animation:wordBounce 1.5s ease-in-out infinite}.generateRapport .form-rapport .inputs .inputbox .descris:before{content:"";position:absolute;left:20px;bottom:-12px;width:0;height:0;border-left:12px solid transparent;border-right:12px solid transparent;border-top:12px solid #eee4ff}.generateRapport .form-rapport .inputs .inputbox textarea{background:#fff;border-radius:12px;border:1px solid #e0e0e0;padding:15px;color:#555;font-family:Urbanist,sans-serif;font-size:1rem;min-height:170px;resize:vertical;transition:all .3s ease;box-shadow:0 2px 5px #0000000d}.generateRapport .form-rapport .inputs .inputbox textarea:focus{outline:none;border-color:#7f74b3;box-shadow:0 0 0 2px #7f74b333;animation:highlight 2s ease infinite}.generateRapport .form-rapport .inputs .inputbox textarea.has-content{border-color:#7f74b3}.generateRapport .form-rapport .inputs .inputbox textarea::-moz-placeholder{color:#bbb;font-size:.9rem}.generateRapport .form-rapport .inputs .inputbox textarea::placeholder{color:#bbb;font-size:.9rem}.generateRapport .form-rapport .inputs .inputbox .char-count{text-align:right;font-size:.8rem;color:#999;margin-top:5px}.generateRapport .form-rapport .button-rapport{width:90%;height:80px;margin:20px auto;display:flex;justify-content:center;animation:fadeIn 1.4s ease-out forwards}.generateRapport .form-rapport .button-rapport button{border:none;width:300px;height:60px;border-radius:15px;background:#7f74b3;display:flex;align-items:center;color:#fff;font-weight:500;font-size:1rem;justify-content:center;gap:15px;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 10px #7f74b34d}.generateRapport .form-rapport .button-rapport button:hover:not(:disabled){background:#6a60a0;transform:translateY(-2px);box-shadow:0 6px 15px #7f74b366;animation:pulse 2s infinite}.generateRapport .form-rapport .button-rapport button:disabled{background:#b5b0d0;cursor:not-allowed}.generateRapport .form-rapport .button-rapport button.loading{background:#6a60a0}.generateRapport .form-rapport .button-rapport button p{margin:0}.rapport-results{width:90%;max-width:1200px;margin:40px auto 20px;text-align:center;padding:20px;background:#f0ecff;border-radius:15px;box-shadow:0 5px 15px #0000000d;animation:fadeIn .8s ease-out forwards}.rapport-results h2{color:#7f74b3;font-size:1.8rem;margin-bottom:10px}.rapport-results p{color:#666;font-size:1.1rem;margin-top:0}@media screen and (max-width: 992px){header{position:absolute;right:-40px}header nav{width:auto}.generateRapport{width:95%}.generateRapport .form-rapport .inputs{width:95%;padding:15px 0;gap:20px}}@media screen and (max-width: 768px){body{margin:0;padding:0}header{position:relative;top:10px;right:10px;width:95%;height:auto;padding:10px 0;flex-direction:column;align-items:flex-start}header nav{width:100%;margin-top:10px}.generateRapport{width:95%;margin:10px auto;box-shadow:0 5px 15px #0000000d}.generateRapport .titre-rapport{width:90%;margin:20px auto 10px}.generateRapport .titre-rapport h1{font-size:1.5rem;text-align:center}.generateRapport .titre-rapport .subtitle{font-size:1rem;text-align:center}.generateRapport .form-rapport{min-height:auto}.generateRapport .form-rapport .inputs{width:90%;flex-direction:column;gap:30px;padding:20px 10px}.generateRapport .form-rapport .inputs .inputbox{width:100%;margin-bottom:0}.generateRapport .form-rapport .inputs .inputbox textarea{min-height:150px}.generateRapport .form-rapport .button-rapport{width:90%;height:auto;margin:20px auto}.generateRapport .form-rapport .button-rapport button{width:100%;height:60px}.rapport-results{width:90%;padding:15px}.rapport-results h2{font-size:1.5rem}.rapport-results p{font-size:1rem}.generateRapport .form-rapport .inputs .inputbox .descris .keyword{position:relative}.generateRapport .form-rapport .inputs .inputbox .descris .keyword:after{content:"";position:absolute;bottom:-2px;left:0;width:100%;height:1px;background-color:#7f74b3;opacity:.5}}@media screen and (max-width: 480px){.generateRapport .titre-rapport h1{font-size:1.3rem}.generateRapport .titre-rapport .subtitle{font-size:.9rem}.generateRapport .form-rapport .inputs .inputbox label{font-size:1.1rem}.generateRapport .form-rapport .inputs .inputbox .descris{padding:12px 15px}.generateRapport .form-rapport .inputs .inputbox .descris p{font-size:.85rem}.generateRapport .form-rapport .button-rapport button{font-size:.9rem;gap:10px}}.attention-animation{animation:pulse 2s infinite}@media (hover: none){.generateRapport .form-rapport .inputs .inputbox .descris .keyword-1,.generateRapport .form-rapport .inputs .inputbox .descris .keyword-2,.generateRapport .form-rapport .inputs .inputbox .descris .keyword-3{text-decoration:underline;text-decoration-color:#7f74b380;text-decoration-thickness:1px;text-underline-offset:2px}}#page .but-retour{padding:20px;border-radius:15px 100px;background-color:#ffffff82;color:#858585;width:250px;height:40px;display:flex;align-items:center;justify-content:center;margin:auto 75px 15px;box-shadow:4px 5px 15px -10px #000}.rapportGeneral{display:flex;flex-direction:column;justify-content:center;min-height:75vh;height:auto;overflow-y:scroll;width:95%;background:#f0f2f5!important;margin:0 auto auto;border-radius:15px;box-shadow:0 15px 85px -50px #000}.rapportGeneral .custom-icon{font-size:1.4rem;color:#fff}.rapportGeneral .title-rapport-general{display:flex;position:sticky;top:0;left:10px;background:#fff!important;width:100%;height:20vh;padding:10px;z-index:5;align-items:center;margin:auto auto 15px;box-shadow:0 -80px 40px 50px #000}.rapportGeneral .title-rapport-general h1{color:#0091b2!important;font-size:1.5rem;font-weight:400}.rapportGeneral .body-rapport-general{width:98%;min-height:60vh;height:auto;margin:auto;display:flex;justify-content:space-around;border-radius:15px;gap:10px;flex-direction:row}.rapportGeneral .body-rapport-general .submenu-rapport-general{position:sticky;top:0;width:20%;z-index:3;height:auto;display:flex;flex-direction:column;gap:10px;background:#fff!important;border-radius:15px;align-items:normal}.rapportGeneral .body-rapport-general .submenu-rapport-general .element{width:95%;height:80px;text-decoration:none;color:#636363!important;font-size:.9rem;text-overflow:ellipsis;padding:20px;transition:.4s ease-in-out;display:flex;align-items:center;justify-content:center}.rapportGeneral .body-rapport-general .submenu-rapport-general .element:first-child{margin-top:10px}.rapportGeneral .body-rapport-general .submenu-rapport-general .element:hover{background:#d6eff0!important;color:#252d2e!important;padding:20px;border-radius:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.rapportGeneral .body-rapport-general .submenu-rapport-general .element:hover:first-child{margin-top:10px}.rapportGeneral .body-rapport-general .submenu-rapport-general .active{background:#cdfcff!important;color:#646464!important;padding:20px;border-radius:15px;margin:0 auto;display:flex;align-items:center;justify-content:center}.rapportGeneral .body-rapport-general .content-one-carriere{width:80%;background:#fff!important;border-radius:15px;min-height:220vh;height:auto}.rapportGeneral .body-rapport-general .content-one-carriere .subtitle-carriere{width:95%;height:auto;margin:50px auto}.rapportGeneral .body-rapport-general .content-one-carriere .subtitle-carriere .h1-carriere{color:#b197c7!important;font-size:3rem;font-weight:500}.rapportGeneral .body-rapport-general .content-one-carriere .p-fieldset-legend{background:#b197c7!important;border-radius:5px;color:#fff!important;padding:20px;gap:20px}.rapportGeneral .body-rapport-general .content-one-carriere .p-fieldset-legend a{gap:10px;color:#fff!important}.rapportGeneral .body-rapport-general .content-one-carriere .field-description{width:95%;border-radius:5px;margin:20px auto;padding:20px;border:2px solid #f9f9f9!important;background-color:#f0f2f5!important}.rapportGeneral .body-rapport-general .content-one-carriere .style-datatable .p-datatable-tbody>tr>td{border:2px solid #b9b9b9!important;padding:10px}.rapportGeneral .body-rapport-general .content-one-carriere .style-datatable .p-datatable-tbody>tr{border:2px solid #b9b9b9!important;padding:10px}.rapportGeneral .body-rapport-general .content-one-carriere .p-datatable-wrapper{background:#fff!important;color:#b9b9b9!important;padding:0;font-size:.8rem;font-weight:100}.rapportGeneral .body-rapport-general .content-one-carriere .p-datatable-thead{background:#b9b9b9!important;box-shadow:0 0 30px -5px #000;height:50px;color:#fff!important}.rapportGeneral .body-rapport-general .content-one-carriere .p-column-title{margin:0 0 0 20px;font-size:1rem;font-weight:100}.rapportGeneral .body-rapport-general .content-one-carriere .formation{width:98%;display:flex;flex-direction:column}.rapportGeneral .body-rapport-general .content-one-carriere .formation .type-formation{width:100%;height:50px;margin:auto}.rapportGeneral .body-rapport-general .content-one-carriere .formation .type-formation .title-type-formation{font-size:1.2rem;font-weight:300;color:#444}.rapportGeneral .body-rapport-general .content-one-carriere .formation .type-formation .title-type-formation:before{content:"★";color:#444;margin-right:10px;font-size:24px}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation{width:100%;margin:auto;display:flex;flex-direction:row;justify-content:space-between;flex-wrap:wrap;height:auto;gap:20px}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .academic{background-color:#d6e5ff!important}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .courte{background-color:#c9f3ff!important}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation{display:flex;width:500px;min-height:10vh;border-radius:15px;gap:10px;align-items:center;box-shadow:0 40px 15px -45px #000}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .detail-formation{width:50%;display:flex;flex-direction:column;align-items:flex-start;padding:10px}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .detail-formation .title-formation{font-size:.9rem;color:#161616!important;width:300px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .detail-formation .details{margin:auto}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .detail-formation .details>li{font-size:.8rem;font-weight:100;color:#444}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .action-formation{display:flex;align-items:center;justify-content:center;margin:auto 20px auto auto}.rapportGeneral .body-rapport-general .content-one-carriere .formation .list-formation .one-formation .action-formation .link-formation{padding:10px;border-radius:10px;background:#7f74b3!important;color:#fff!important;font-weight:100;text-align:center;border:none;display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:10px}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00080da1!important;z-index:9999;font-family:Urbanist}.popup-rapport{box-shadow:none;border:none;background-color:#2f2541!important;padding:25px}.popup-rapport .p-dialog-footer{display:block!important;background:transparent;width:100%;text-align:end}.popup-rapport .p-dialog-header{border-radius:0;background-color:transparent;color:#fff!important}.popup-rapport .p-dialog-content{border-radius:0;padding:60px 40px 40px 25px;background-color:transparent;color:#fff!important;font-size:1.2rem;font-weight:100}.popup-rapport .footer-action{display:flex;flex-direction:row;justify-content:flex-end;gap:50px}.popup-rapport .p-button-text .but-text{display:flex;width:50px;align-items:center;justify-content:space-between;color:#b071d8!important;font-size:1.3rem}.popup-rapport .yes-button{display:flex;width:150px;padding:10px;align-items:center;justify-content:space-between;color:#fff!important;font-size:1.3rem;background:#b071d8!important;border:none}.stylePopUp .p-dialog{box-shadow:none;border:none;background-color:transparent}.stylePopUp .p-dialog-footer{display:none!important}.stylePopUp .p-dialog-header{border-radius:15px 15px 0}.stylePopUp .p-dialog-content{border-radius:0 0 15px 15px}.stylePopUp{width:50%;height:70vh;border-radius:15px}.header-form{background:#5b5286;display:flex;align-items:center;flex-direction:row;width:100%;justify-content:flex-start;gap:10px;padding:10px 0 0 20px;border-radius:15px 0 0}.contentDemand{width:100%;height:100%;display:flex;background-color:#5b5286;justify-content:space-around;align-items:center;flex-direction:column}.details-subvention{width:90%;height:70%;margin:auto;background:#5b5286;display:flex;flex-direction:column;justify-content:space-around}.type-formation{font-size:1.2rem;font-weight:600;color:#fff}.title-formation{font-size:2rem;font-weight:400;color:#00c2ff}.establishment{font-size:1.4rem;font-weight:100;color:#00c2ff}.infos{font-size:.9rem;color:#fff;font-weight:100}.montant-date{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff}.montant,.date{font-weight:400}.action-link{background:#fff;height:30%;width:100%;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;align-items:center;border-radius:25px 25px 0 0}.link{display:flex;width:150px;height:80px;flex-direction:row;justify-content:space-between;align-items:center}.icons{font-size:2rem;padding:15px;background:#5b5286;color:#fff;border-radius:10px}.label{text-transform:uppercase}.inputsDemand{width:100%;min-height:100px;height:auto;display:flex;flex-direction:column;justify-content:space-evenly;align-items:center;gap:40px}.inputsDemand .inputBoxDemand{position:relative;width:90%;font-weight:300}.inputsDemand .inputBoxDemand .errors{color:red}.inputsDemand .inputBoxDemand input{position:relative;width:95%;padding:10px 80px;background:#00000040;outline:none;box-shadow:none;border:none;color:#fff;font-size:1em;letter-spacing:.05em;transition:.5s;z-index:10}.inputsDemand .inputBoxDemand .inputSelect{padding:10px 60% 10px 10px;background:#00000040;border:none;color:#fff}.inputsDemand .inputBoxDemand .inputSelect option{background-color:#0000001a;color:#fff}.inputsDemand .inputBoxDemand .inputSelect:hover option,.inputsDemand .inputBoxDemand .inputSelect:focus option{background-color:#0000001a;color:#1a1a1a}.inputsDemand .inputBoxDemand span{position:absolute;text-transform:uppercase;left:0;padding:60px 10px 10px;pointer-events:none;color:#fff;font-size:1em;letter-spacing:.05em;transition:.5s;transform:translateY(-50px);letter-spacing:2px;font-weight:100;font-size:.6rem}.inputsDemand .inputBoxDemand input:valid~span,.inputsDemand .inputBoxDemand input:focus~span,.inputsDemand .inputBoxDemand .inputSelect~span{color:#fff;font-size:.65rem;transform:translateY(-85px);font-weight:100}.inputsDemand .inputBoxDemand i{position:absolute;left:0;bottom:0;width:100%;height:1px;background:#ffffffa4;border-radius:4px;overflow:hidden;transition:.5s;pointer-events:none}.inputsDemand .inputBoxDemand input:valid~i,.inputsDemand .inputBoxDemand input:focus~i{height:44px;background:#ffffff2d}.inputsDemand input[type=submit]{border:none;outline:none;padding:9px 25px;background:linear-gradient(340deg,#0098dd,#005c99);cursor:pointer;font-size:1em;border-radius:10px;width:100%;height:50px;margin-top:10px;color:#fff;font-weight:300}.inputsDemand input[type=submit]:active{opacity:.8}.inputsDemand .buttonDemand{width:95%;height:50px;background-color:#7265b3;padding:0 0 0 20px}.inputsDemand .buttonDemand:hover{width:95%;height:50px;background-color:#8677ce;padding:1px 1px 1px 21px}.errors{color:#ff7575;font-size:.9rem;font-weight:100;width:90%;margin:auto}.subvention{display:flex;flex-direction:column;justify-content:flex-start;min-height:85vh;height:auto;width:80%;margin:50px auto auto;color:#000}.subvention .but-create-sub{width:100%;margin:0 auto;height:15vh;display:flex;flex-wrap:wrap}.subvention .but-create-sub .form-button{width:25%;height:60px}.subvention .but-create-sub .button{width:100%;height:60px;font-size:1.2rem;border-style:none;border-radius:50px;background:#7f74b3;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;color:#fff}.subvention .but-create-sub .button i{font-size:2rem}.subvention .but-create-sub .button span{text-overflow:ellipsis;font-weight:400}.subvention .but-create-sub .button:focus{outline:none;box-shadow:none;border:none}.subvention .but-create-sub .description-sub{margin-left:10px;font-size:.9rem;width:100%}.subvention .subvention-content{width:100%;height:75vh;display:flex;flex-direction:column;justify-content:flex-start}.subvention .subvention-content .subvention-head{height:15%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.subvention .subvention-content .subvention-head .subvention-title{font-size:2rem;font-weight:400}.subvention .subvention-content .subvention-head .type-search{width:450px;height:40px;border-radius:15px;background:#e7e7e7;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.subvention .subvention-content .subvention-head .type-search .input-search{border:none;text-decoration:none;width:395px;height:33px;background:#e7e7e7;color:#888;font-size:1rem;font-weight:200}.subvention .subvention-content .subvention-head .type-search .input-search:focus{outline:none}.subvention .subvention-content .subvention-head .type-search .icon-search{font-size:1.5rem;font-weight:100;color:#888}.subvention .subvention-content .subvention-head .subvention-filter{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:15px;color:#000}.subvention .subvention-content .subvention-head .subvention-filter i{padding:10px;background:#e7e7e7;border-radius:15px;font-size:1.8rem}.subvention .subvention-content .subvention-head .subvention-filter select{border-style:none;width:180px;height:50px;border-radius:15px;text-align:start;background:#e7e7e7;color:#000}.subvention .subvention-content .subvention-head .subvention-filter select option{text-align:center}.subvention .subvention-content .subvention-list{width:100%;height:80%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:5px;overflow-y:auto;box-shadow:inset 0 1px #e5e5e5}.subvention .subvention-content .subvention-list .subvention-card{width:435px;height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;border-radius:10px;background:#e7e2ff;margin-top:20px}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top{width:95%;height:80px;display:flex;flex-direction:row;justify-content:space-between}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .title-type-montant{width:80%;display:flex;flex-direction:column;justify-content:flex-start}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .title{font-size:1rem;font-weight:600;width:300px;white-space:nowrap;white-space-collapse:collapse;text-wrap-mode:nowrap;overflow:hidden;text-overflow:ellipsis}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .type{font-size:.7rem}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .montant{font-size:.9rem;font-weight:200}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t1{background:#f3ceff}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t2{background:#f0ee93}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t3{background:#95d8ff}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t4{background:#94ee82}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t5{background:#ee8282}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .t6{background-color:#ffe37e}@keyframes stateRotate{0%{transition:.5s;rotate:85deg}to{transition:.5s;rotate:95deg}}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .state-demande{rotate:90deg;padding:5px;border-radius:10px;width:85px;height:35px;display:flex;justify-content:center;align-items:center}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .state-demande .statut{font-size:.8rem}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-top .state-demande:hover{box-shadow:2px 11px 10px -15px #000;animation:stateRotate 1s ease-in-out}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom{display:flex;width:95%;height:50px;flex-direction:row;justify-content:space-between;align-items:center}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom .deadline{font-size:.7rem}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom .but-detail,.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom .but-detail-sub{border-style:none;padding:10px;border-radius:15px;text-align:center;width:160px;height:50px;font-size:1.2rem;background:none;border:1px solid #7f74b3;color:#7f74b3;font-weight:100;transition:.5s}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom .but-detail-sub:hover{transition:.2s;background:#000;color:#fff}.subvention .subvention-content .subvention-list .subvention-card .sub-detail-bottom .but-detail:hover{transition:.2s;background:#7f74b3;color:#fff}.stylePopUp-detail .p-dialog{box-shadow:none;border:none;background-color:transparent!important}.stylePopUp-detail .p-dialog-header{border-radius:15px 15px 0}.stylePopUp-detail .header-form{background:#5b5286!important;display:flex;align-items:center;flex-direction:row;width:100%;justify-content:flex-start;gap:10px;padding:10px 0 0 20px;border-radius:15px 0 0;color:#fff!important}.stylePopUp-detail .content{width:100%;height:100%;display:flex;background-color:#5b5286!important;justify-content:space-around;align-items:center;flex-direction:column}.stylePopUp-detail .details-subvention{width:90%;height:70%;margin:auto;background:#5b5286!important;display:flex;flex-direction:column;justify-content:space-around}.stylePopUp-detail .type-formation{font-size:1.2rem;font-weight:600;color:#fff!important}.stylePopUp-detail .title-formation{font-size:2rem;font-weight:400;color:#00c2ff!important}.stylePopUp-detail .establishment{font-size:1.4rem;font-weight:100;color:#00c2ff!important}.stylePopUp-detail .infos{font-size:.9rem;color:#fff!important;font-weight:100}.stylePopUp-detail .montant-date{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff!important}.stylePopUp-detail .action-link{background:#fff!important;height:30%;width:100%;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;align-items:center;border-radius:25px 25px 0 0}.stylePopUp-detail .icons{font-size:2rem;padding:15px;background:#5b5286!important;color:#fff!important;border-radius:10px}::-webkit-scrollbar{width:10px;background:#2f2f2f!important}::-webkit-scrollbar-thumb{background:#fff!important;border-radius:10px}body{margin:0;padding:0;font-family:Urbanist;background:#fff!important}#page{width:100%;height:100vh;height:auto;overflow:auto;background:#fff!important;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;overflow:unset}header{position:absolute;top:10px;right:50px;width:auto;max-width:90%;height:80px;display:flex;align-items:center;justify-content:flex-end}header nav{width:15%;height:80px;display:flex;justify-content:space-between;align-items:center;color:#fff!important}header nav .profil{width:100%;height:60px;display:flex;gap:10px;background:#7f74b3!important;border-radius:55px;align-items:center;justify-content:space-around}header nav .profil .infoProfile{width:auto;color:#fff!important}header nav .profil .infoProfile p{color:#ffffff80!important;font-size:.9rem;margin:0}.myrapport{width:90%;min-height:80vh;height:auto;margin:0 auto 50px;border-radius:15px;display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:20px;justify-content:center;gap:5px}.myrapport .myrapportGeneral{max-width:450px;width:auto;max-height:800px;height:770px;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-around;gap:10px;align-items:center}.myrapport .myrapportGeneral .but-retour-rapport{width:90%;height:60px;font-size:1.2rem;border-style:none;border-radius:50px;background-color:#7f74b3!important;color:#f7f7f7!important;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.myrapport .myrapportGeneral .but-retour-rapport i{font-size:2rem}.myrapport .myrapportGeneral .but-retour-rapport span{text-overflow:ellipsis}.myrapport .myrapportGeneral .but-generate{width:90%;height:60px;font-size:1.2rem;border-style:none;border-radius:50px;background:#cfffa8!important;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap}.myrapport .myrapportGeneral .but-generate i{font-size:2rem}.myrapport .myrapportGeneral .but-generate span{text-overflow:ellipsis}.myrapport .myrapportGeneral .listRapportGeneral{width:90%;height:600px;background:#7f74b3!important;border-radius:15px;display:flex;flex-direction:column;gap:10px;padding-bottom:20px;box-shadow:0 10px 10px -15px gray!important}.myrapport .myrapportGeneral .listRapportGeneral .title-rapport{font-size:1.5rem;height:50px;width:100%;display:flex;justify-content:center;align-items:center}.myrapport .myrapportGeneral .listRapportGeneral .list{width:100%;height:570px;overflow:auto;display:flex;gap:10px;flex-direction:column-reverse;align-items:center}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport{width:95%;min-height:90px;border-radius:15px;background-color:#fff!important;display:flex;flex-direction:row;gap:20px;align-items:center;justify-content:space-around}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport .img{border-radius:50%;width:85px;height:85px;overflow:hidden}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport .img img{width:100%;background-size:100%}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport .detail{font-size:1rem;width:70%;color:#000!important}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport .detail .rapp-gen{font-weight:400;font-size:1.1rem}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport .detail .interest-competence{font-size:.8rem;font-weight:200;width:100%;max-height:50px;overflow-y:hidden}.myrapport .myrapportGeneral .listRapportGeneral .list .active{padding:1px;background-color:#ceefff!important;transition:.5s ease-in-out}.myrapport .myrapportGeneral .listRapportGeneral .list .active:hover{padding:1px;background-color:#fff!important;transition:.5s ease-in-out}.myrapport .myrapportGeneral .listRapportGeneral .list .rapport:hover{padding:1px;background-color:#ceefff!important;transition:.5s ease-in-out}.myrapport .rapportCarriere{min-width:1000px;max-height:760px;background-color:#7f74b3!important;border-radius:15px;display:flex;flex-direction:column;gap:20px;align-items:center;box-shadow:0 20px 10px -15px gray;padding:10px}.myrapport .rapportCarriere .head-career{width:90%;height:150px;display:flex;flex-direction:column;margin:0 auto;color:#fff!important}.myrapport .rapportCarriere .head-career .title-career{font-size:2rem;font-weight:200}.myrapport .rapportCarriere .head-career .description-rapport-career{width:100%;max-width:900px;height:auto}.myrapport .rapportCarriere .head-career .description-rapport-career .title-description,.myrapport .rapportCarriere .head-career .description-rapport-career .interest,.myrapport .rapportCarriere .head-career .description-rapport-career .competence,.myrapport .rapportCarriere .head-career .description-rapport-career .date-rapport{font-size:.8rem;font-weight:200}.myrapport .rapportCarriere .content-list-career{width:90%;height:720px;overflow-y:auto;display:flex;flex-direction:column;gap:10px}.myrapport .rapportCarriere .content-list-career .oneCareer{width:100%;min-height:90px;padding:5px;background-color:#fff!important;border-radius:15px;display:flex;flex-direction:row;align-items:center;justify-content:space-around;gap:50px}.myrapport .rapportCarriere .content-list-career .oneCareer .img-career{border-radius:50%;width:60px;height:60px;overflow:hidden;background:#d5b5ff!important}.myrapport .rapportCarriere .content-list-career .oneCareer .img-career img{width:100%;background-size:100%}@keyframes rotety{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.myrapport .rapportCarriere .content-list-career .oneCareer .detail-career{display:flex;flex-direction:row;align-items:center;justify-content:space-between;width:60%}.myrapport .rapportCarriere .content-list-career .oneCareer .detail-career .title-career{font-size:1rem;font-weight:600;color:#555!important}.myrapport .rapportCarriere .content-list-career .oneCareer .detail-career .date-career{font-size:.9rem;font-weight:200;color:#555!important}.myrapport .rapportCarriere .content-list-career .oneCareer .but-career-detail{border:none;padding:10px 50px;border-radius:15px;text-align:center;font-size:1rem;font-weight:400;background:#d78aff!important;color:#fff!important}.myrapport .rapportCarriere .content-list-career .oneCareer .but-career-detail:hover{padding:11px 51px;transition:.4s ease-in-out;background:#ae60d8!important}.myrapport .rapportCarriere .content-list-career .oneCareer:hover .img-career{animation:rotety infinite 1s}@media screen and (max-width: 768px){body{margin:0;padding:0;font-family:Urbanist;background:#fff!important}body a{text-decoration:none;color:#000!important}}.stylePopUp-detail{width:50%;height:60vh;border-radius:15px}.stylePopUp-detail .p-dialog{box-shadow:none;border:none;background-color:transparent}.stylePopUp-detail .p-dialog-footer{display:none!important}.stylePopUp-detail .p-dialog-header{border-radius:15px 15px 0;color:#e6e6e6}.stylePopUp-detail .p-dialog-content{border-radius:0 0 15px 15px}.stylePopUp-detail .header-form{background:#5b5286;display:flex;align-items:center;flex-direction:row;width:100%;justify-content:flex-start;gap:10px;padding:10px 0 0 20px;border-radius:15px 0 0}.stylePopUp-detail .content{width:100%;height:100%;display:flex;background-color:#5b5286;justify-content:space-around;align-items:center;flex-direction:column}.stylePopUp-detail .details-subvention{width:90%;height:70%;margin:auto;background:#5b5286;display:flex;flex-direction:column;justify-content:space-around}.stylePopUp-detail .type-formation{font-size:1.2rem;font-weight:600;color:#fff}.stylePopUp-detail .title-formation{font-size:2rem;font-weight:400;color:#b8afff}.stylePopUp-detail .establishment{font-size:1.4rem;font-weight:100;color:#b8afff}.stylePopUp-detail .infos{font-size:.9rem;color:#fff;font-weight:100}.stylePopUp-detail .montant-date{width:90%;display:flex;flex-direction:row;align-items:center;justify-content:space-between;color:#fff}.stylePopUp-detail .montant,.stylePopUp-detail .date{font-weight:400}.stylePopUp-detail .action-link{background:#fff;height:30%;width:100%;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;align-items:center;border-radius:25px 25px 0 0}.stylePopUp-detail .link{display:flex;width:150px;height:80px;flex-direction:row;justify-content:space-between;align-items:center;gap:5px}.stylePopUp-detail .financer{width:210px;height:60px;background:#a481ed;color:#fff;display:flex;flex-direction:row;align-items:center;justify-content:center;border-radius:15px}.stylePopUp-detail .icons{font-size:2rem;padding:15px;background:#5b5286;color:#fff;border-radius:10px}.stylePopUp-detail .icons-financer{font-size:2rem;color:#fff;padding:15px}.stylePopUp-detail .label{text-transform:uppercase}.confirm-dialog-subvention{background:#000}.confirm-dialog-subvention .p-dialog-header{display:flex;width:100%;height:50px;justify-content:center;background-color:transparent;font-size:1.5rem;padding:20px;align-items:flex-start;color:#9c90ff}.confirm-dialog-subvention .p-dialog-header .p-dialog-title{display:flex;flex-direction:column;align-items:center}.confirm-dialog-subvention .p-dialog-content{display:flex;width:450px;height:250px;align-items:center;justify-content:center;margin:auto;padding:0 30px 50px 40px;gap:20px;background-color:transparent;flex-direction:column}.confirm-dialog-subvention .p-dialog-content .p-confirm-dialog-message{color:#fff;font-size:1.1rem;font-weight:200}.confirm-dialog-subvention .p-dialog-footer{display:flex;width:100%;align-items:center;justify-content:space-around;flex-direction:row;height:80px;background:transparent}.confirm-dialog-subvention .p-dialog-footer .p-confirm-dialog-reject{color:#9c90ff}.confirm-dialog-subvention .p-dialog-footer .p-confirm-dialog-accept{background-color:#9c90ff;width:230px;padding:10px;font-size:.9rem;font-weight:200}.form-dialog-subvention{background:#000}.form-dialog-subvention .p-dialog-header{display:flex;width:100%;height:50px;justify-content:center;background-color:transparent;font-size:1.5rem;padding:20px;align-items:flex-start;color:#9c90ff}.form-dialog-subvention .p-dialog-header .p-dialog-title{display:flex;flex-direction:column;align-items:center}.form-dialog-subvention .p-dialog-mask{position:fixed;height:100%;width:100%;left:0;top:0;display:flex;justify-content:center;align-items:center;z-index:4610;background:linear-gradient(2deg,#0d0d0d,#282828cc)}.form-dialog-subvention .p-dialog-content{display:flex;width:500px;height:500px;justify-content:center;margin:auto;padding:0;gap:20px;background-color:transparent;flex-direction:column;align-items:center}.form-dialog-subvention .p-dialog-content .p-confirm-dialog-message{color:#fff;font-size:1.1rem;font-weight:200}.form-dialog-subvention .p-dialog-footer{display:flex;width:100%;align-items:center;justify-content:space-around;flex-direction:row;height:80px;background:transparent}.form-dialog-subvention .p-dialog-footer .p-confirm-dialog-reject{color:#9c90ff}.form-dialog-subvention .p-dialog-footer .p-confirm-dialog-accept{background-color:#9c90ff;width:230px;padding:10px;font-size:.9rem;font-weight:200}*{margin:0;padding:0;box-sizing:border-box;font-family:Poppins,sans-serif}body{overflow:hidden}.sidebarAdmin{position:fixed;top:0;left:0;height:100%;width:260px;border-right:1px solid #50505026;background:#fff;z-index:100;transition:all .5s ease}.sidebarAdmin.close{width:78px}.sidebarAdmin .logo-details{height:60px;width:100%;display:flex;align-items:center}.sidebarAdmin .logo-details img{color:#333;height:50px;min-width:50px;margin-left:15px;margin-right:20px;text-align:center;line-height:50px;border-radius:50px}.sidebarAdmin .logo-details .logo_name{font-size:18px;color:#000;font-weight:200;transition:.3s ease;transition-delay:.1s}.sidebarAdmin.close .logo-details .logo_name{transition-delay:0s;opacity:0;pointer-events:none}.sidebarAdmin .nav-links{height:100%;padding:30px 0 150px;overflow:auto}.sidebarAdmin.close .nav-links{overflow:visible}.sidebarAdmin .nav-links::-webkit-scrollbar{display:none}.sidebarAdmin .nav-links li{position:relative;list-style:none;transition:all .4s ease}.sidebarAdmin .nav-links li:hover{background:#00000025}.sidebarAdmin .nav-links li .iocn-link{display:flex;align-items:center;justify-content:space-between}.sidebarAdmin.close .nav-links li .iocn-link{display:block}.sidebarAdmin .nav-links li i{height:50px;min-width:78px;text-align:center;line-height:50px;color:#000;font-size:20px;cursor:pointer;transition:all .3s ease}.sidebarAdmin .nav-links li.showMenu i.arrow{transform:rotate(-180deg)}.sidebarAdmin.close .nav-links i.arrow{display:none}.sidebarAdmin .nav-links li a{display:flex;align-items:center;text-decoration:none}.sidebarAdmin .nav-links li a .link_name{font-size:18px;font-weight:400;color:#000;transition:all .4s ease}.sidebarAdmin.close .nav-links li a .link_name{opacity:0;pointer-events:none}.sidebarAdmin .nav-links li .sub-menu{padding:6px 6px 14px 80px;margin-top:-10px;background:#0000001e;display:none}.sidebarAdmin .nav-links li.showMenu .sub-menu{display:block}.sidebarAdmin .nav-links li .sub-menu a{color:#000;font-size:15px;padding:5px 0;white-space:nowrap;opacity:.6;transition:all .3s ease}.sidebarAdmin .nav-links li .sub-menu a:hover{opacity:1}.sidebarAdmin.close .nav-links li .sub-menu{position:absolute;left:100%;top:-10px;margin-top:0;padding:10px 20px;border-radius:0 6px 6px 0;opacity:0;display:block;pointer-events:none;transition:0s}.sidebarAdmin.close .nav-links li:hover .sub-menu{top:0;opacity:1;pointer-events:auto;transition:all .4s ease}.sidebarAdmin .nav-links li .sub-menu .link_name{display:none}.sidebarAdmin.close .nav-links li .sub-menu .link_name{font-size:18px;opacity:1;display:block}.sidebarAdmin .nav-links li .sub-menu.blank{opacity:1;pointer-events:auto;padding:3px 20px 6px 16px;opacity:0;pointer-events:none}.sidebarAdmin .nav-links li:hover .sub-menu.blank{top:50%;transform:translateY(-50%)}.sidebarAdmin .profile-details{position:fixed;bottom:0;width:260px;display:flex;align-items:center;justify-content:space-between;background:#1d1b31;padding:12px 0;transition:all .5s ease}.sidebarAdmin.close .profile-details{background:none}.sidebarAdmin.close .profile-details{width:78px}.sidebarAdmin .profile-details .profile-content{display:flex;align-items:center}.sidebarAdmin .profile-details img{height:52px;width:52px;-o-object-fit:cover;object-fit:cover;border-radius:16px;margin:0 14px 0 12px;background:#1d1b31;transition:all .5s ease}.sidebarAdmin.close .profile-details img{padding:10px}.name-job{width:100%;max-width:125px}.sidebarAdmin .profile-details .profile_name,.sidebarAdmin .profile-details .job{color:#fff;font-size:18px;font-weight:500;white-space:nowrap}.sidebarAdmin.close .profile-details i,.sidebarAdmin.close .profile-details .profile_name,.sidebarAdmin.close .profile-details .job{display:none}.sidebarAdmin .profile-details .job{font-size:12px}.home-section{position:relative;height:100vh;left:260px;width:calc(100% - 260px);transition:all .5s ease;padding:12px}.sidebarAdmin.close~.home-section{left:78px;width:calc(100% - 78px)}.home-content{display:flex;align-items:center;flex-wrap:wrap;margin:25px auto}.home-section .home-content .bx-menu,.home-section .home-content .text{color:#000;font-size:35px}.home-section .home-content .bx-menu{color:#7f74b3;cursor:pointer;margin-right:10px}.home-section .home-content .text{font-size:26px;font-weight:600}@media screen and (max-width: 768px){.sidebarAdmin{width:240px}.sidebarAdmin.close{width:78px;display:none}.sidebarAdmin .profile-details{width:240px;z-index:200}.sidebarAdmin.close .profile-details{background:none}.home-section{width:calc(100% + -0px);position:relative;top:0;left:0}.sidebarAdmin.close~.home-section{left:0;width:calc(100% + -0px)}.bx-menu{cursor:pointer;-webkit-backdrop-filter:blur(80px);backdrop-filter:blur(80px);z-index:200}}::-webkit-scrollbar{width:10px;background:#b1b1b1;border-radius:10px}::-webkit-scrollbar-thumb{background:#fff;border-radius:10px}body{margin:0;padding:0;font-family:Urbanist;background:#fff}body a{text-decoration:none;color:#000}#page{width:100%;height:100vh;background:#fff;margin:auto;display:flex;flex-direction:column;justify-content:space-evenly;overflow:unset}#page a{text-decoration:none}#page .but-retour{padding:20px;border-radius:15px 100px;background-color:#7f74b3!important;color:#f7f7f7!important;width:250px;height:40px;display:flex;align-items:center;justify-content:center;margin:auto 75px 15px;box-shadow:5px 0 15px -5px #414141}header{width:80%;height:80px;margin:0 auto;display:flex;align-items:center;justify-content:space-between}header .logo{width:130px;height:80px;display:flex;align-items:center;justify-content:center}header .logo img{width:50%;-o-object-fit:contain;object-fit:contain;margin:auto;border-radius:100px}header nav{width:15%;height:80px;display:flex;justify-content:space-between;align-items:center;color:#fff}header nav .profil{width:100%;height:60px;display:flex;gap:10px;background:#7f74b3;border-radius:55px;align-items:center;justify-content:space-around}header nav .profil .imageProfile{width:47px;height:47px;display:flex;align-items:center;justify-content:center;border-radius:200px;overflow:hidden}header nav .profil .imageProfile img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}header nav .profil .infoProfile{width:auto;color:#fff}header nav .profil .infoProfile h3{font-size:1rem;margin:3px 0}header nav .profil .infoProfile p{color:#ffffff80;font-size:.9rem;margin:0}.subventionAdmin{display:flex;flex-direction:column;justify-content:flex-start;min-height:85vh;height:auto;width:80%;margin:0 auto auto;color:#000}.subventionAdmin .but-create-sub{width:100%;margin:0 auto;height:15vh;display:flex;flex-wrap:wrap}.subventionAdmin .but-create-sub .form-button{width:25%;height:60px}.subventionAdmin .but-create-sub .button{width:100%;height:60px;font-size:1.2rem;border-style:none;border-radius:50px;background:#7f74b3;display:flex;align-items:center;justify-content:space-evenly;flex-wrap:wrap;color:#fff}.subventionAdmin .but-create-sub .button i{font-size:2rem}.subventionAdmin .but-create-sub .button span{text-overflow:ellipsis;font-weight:400}.subventionAdmin .but-create-sub .button:focus{outline:none;box-shadow:none;border:none}.subventionAdmin .but-create-sub .description-sub{margin-left:10px;font-size:.9rem;width:100%}.subventionAdmin .subventionAdmin-content{width:100%;height:75vh;display:flex;flex-direction:column;justify-content:flex-start}.subventionAdmin .subventionAdmin-content .subvention-head{height:15%;display:flex;align-items:center;justify-content:space-between;flex-wrap:wrap;flex-direction:row}.subventionAdmin .subventionAdmin-content .subvention-head .subvention-title{font-size:2rem;font-weight:400}.subventionAdmin .subventionAdmin-content .subvention-head .type-search{width:450px;height:40px;border-radius:15px;background:#e7e7e7;display:flex;flex-direction:row;align-items:center;justify-content:space-between;padding:15px}.subventionAdmin .subventionAdmin-content .subvention-head .type-search .input-search{border:none;text-decoration:none;width:395px;height:33px;background:#e7e7e7;color:#888;font-size:1rem;font-weight:200}.subventionAdmin .subventionAdmin-content .subvention-head .type-search .input-search:focus{outline:none}.subventionAdmin .subventionAdmin-content .subvention-head .type-search .icon-search{font-size:1.5rem;font-weight:100;color:#888}.subventionAdmin .subventionAdmin-content .subvention-head .subvention-filter{display:flex;flex-direction:row;flex-wrap:wrap;align-items:center;gap:15px;color:#000}.subventionAdmin .subventionAdmin-content .subvention-head .subvention-filter i{padding:10px;background:#e7e7e7;border-radius:15px;font-size:1.8rem}.subventionAdmin .subventionAdmin-content .subvention-head .subvention-filter select{border-style:none;width:180px;height:50px;border-radius:15px;text-align:start;background:#e7e7e7;color:#000}.subventionAdmin .subventionAdmin-content .subvention-head .subvention-filter select option{text-align:center}.subventionAdmin .subventionAdmin-content .subvention-list{width:100%;height:80%;display:flex;flex-direction:row;flex-wrap:wrap;justify-content:space-between;gap:5px;overflow-y:auto;box-shadow:inset 0 1px #e5e5e5}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card{width:435px;height:160px;display:flex;flex-direction:column;justify-content:center;align-items:center;flex-wrap:wrap;border-radius:10px;background:#f4f4f4;margin-top:20px;box-shadow:0 5px 20px -15px #5a5a5a}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top{width:95%;height:90px;display:flex;flex-direction:column-reverse;justify-content:flex-end;gap:5px}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .title-type-montant{width:80%;display:flex;flex-direction:column;justify-content:flex-start}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .title{font-size:1rem;font-weight:600;width:300px;white-space:nowrap;white-space-collapse:collapse;text-wrap-mode:nowrap;overflow:hidden;text-overflow:ellipsis}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .type{font-size:.7rem}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .title-type-montant .montant{font-size:.9rem;font-weight:200}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t1{background:#f3ceff}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t2{background:#f0ee93}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t3{background:#95d8ff}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t4{background:#94ee82}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t5{background:#ee8282}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .t6{background-color:#ffe37e}@keyframes stateRotate{0%{transition:.5s;scale:1.1}to{transition:.5s;scale:.9}}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .type-demande{width:100px;display:flex;align-items:center;justify-content:flex-end;font-size:.8rem;gap:15px;flex-direction:row}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .type-demande .bx{font-size:1.4rem;font-weight:100}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .state-demande{rotate:0deg;padding:10px;border-radius:10px;width:180px;height:35px;display:flex;justify-content:center;align-items:center;cursor:pointer}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .state-demande .statut{font-size:.8rem}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-top .state-and-type{display:flex;flex-direction:row;align-items:center;justify-content:space-between}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom{display:flex;width:95%;height:50px;flex-direction:row;justify-content:space-between;align-items:center}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom .deadline{font-size:.7rem}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom .but-detail,.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom .but-detail-sub{border-style:none;padding:10px;border-radius:15px;text-align:center;width:160px;height:50px;font-size:1.2rem;background:none;border:1px solid #7f74b3;color:#7f74b3;font-weight:100;transition:.5s}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom .but-detail-sub:hover{transition:.2s;background:#000;color:#fff}.subventionAdmin .subventionAdmin-content .subvention-list .subvention-card .sub-detail-bottom .but-detail:hover{transition:.2s;background:#7f74b3;color:#fff}.popup{display:none;position:fixed;top:0;left:0;width:100%;height:100%;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);background-color:#00080da1;z-index:9999;font-family:Urbanist}.popup h1{font-weight:100}.popup h1 span{font-weight:500}.popup form{width:80%;display:flex;flex-direction:column;gap:5px}.popup form input{padding:15px;border-radius:5px;border:none;background-color:#1c2830;color:#fff;font-family:poppins;width:80%;margin:auto}.popup form input::-moz-placeholder{font-family:poppins}.popup form input::placeholder{font-family:poppins}.popup form input:focus{outline:none;border:1px solid violet}.popup form input[type=submit]{background-color:#546ca8;padding:15px 40px;cursor:pointer;transition:.4s ease-in-out}.popup form input[type=submit]:hover{background-color:#546ca814;border:1px solid}.popup .close{position:absolute;top:10px;right:10px;cursor:pointer}.popup .close:hover{color:red}.popup a{color:#fff;padding:10px 24px;background:#546ca8;border-radius:5px;transition:.4s ease-in-out;font-weight:300;border:1px solid rgba(205,74,72,0)}.popup a:hover{color:#546ca8;border:1px solid #546ca8;background-color:#fff0;font-weight:300}.p-multistatecheckbox{padding:10px 90px;height:35px;position:absolute;align-items:center;justify-content:center;cursor:pointer}.p-highlight{display:none}@media (max-width: 768px){body{margin:0;padding:0;font-family:Urbanist;background:#fff}body a{text-decoration:none;color:#000}body .generateRapport{width:100%;min-height:100vh;height:auto;margin:0 auto auto;background:#d9d9d9;border-radius:15px;display:flex;flex-direction:column}body .generateRapport .titre-rapport{width:85%;height:50px;margin:auto auto 40px}body .generateRapport .titre-rapport h1{color:#7e7e7e;font-size:2rem;font-weight:400}body .generateRapport .form-rapport{width:100%;min-height:auto;height:auto;margin:auto;display:flex;border-radius:15px;flex-direction:column}body .generateRapport .form-rapport .inputs{width:85%;height:auto;margin:auto;background-color:#686868;display:flex;justify-content:space-around;border-radius:15px;align-items:center;flex-direction:column}body .generateRapport .form-rapport .inputs .inputbox{width:90%;display:flex;flex-direction:column}body .generateRapport .form-rapport .inputs .inputbox label{margin-top:20px;font-size:1.2rem;color:#fff;height:35px}body .generateRapport .form-rapport .inputs .inputbox textarea{background:#d9d9d9;border-radius:15px;border:none}body .generateRapport .form-rapport .button-rapport{width:85%;height:60px;margin:auto}body .generateRapport .form-rapport .button-rapport button{border:none;width:20%;height:60px;border-radius:15px;float:right;background:#00657c;display:flex;align-items:center;margin:auto;color:#fff;font-weight:lighter;justify-content:center}}.list-user{background-color:#fff;padding:20px;border-radius:8px;box-shadow:0 4px 6px #00000027}.p-datatable .p-datatable-thead>tr>th{background-color:#7f74b3;color:#fff;text-align:left;font-weight:700;padding:10px}.p-datatable .p-datatable-tbody>tr{transition:background-color .3s ease-in-out}.p-datatable .p-datatable-tbody>tr:hover{background-color:#7f74b32c}.p-datatable .p-datatable-tbody>tr>td{padding:12px;border-bottom:1px solid #ddd}.p-tag-success{padding:0 10px;background-color:#28a745!important}.p-tag-warning{background-color:#ffc107!important;padding:0 10px;color:#212529!important}.p-tag-danger{padding:0 10px;background-color:#dc3545!important}.p-tag-value{padding:10px}.p-paginator{background:#fff;border:none;border-top:2px solid #7f74b3;padding:10px;border-radius:0}.p-paginator .p-paginator-pages{display:flex;gap:5px}.p-paginator .p-paginator-pages .p-paginator-page{border-radius:50%;width:32px;height:32px;line-height:32px;text-align:center;transition:background-color .3s}.p-paginator .p-paginator-pages .p-paginator-page.p-highlight{background-color:#7f74b3;color:#fff}.filters{display:flex;gap:10px;margin-bottom:15px;flex-wrap:wrap}.filters input,.filters .p-dropdown{height:38px;border-radius:5px;border:1px solid #ccc;padding:5px 10px}.sticky-header-table{overflow:auto}.sticky-header-table .p-datatable-wrapper{max-height:70vh}.sticky-header-table .p-datatable-thead{position:sticky;top:0;background-color:#7f74b3;z-index:10}.pricing-table{text-align:center;padding:20px;background-color:#f0f4f8;display:flex;flex-direction:column;margin:20px auto;border-radius:10px;box-shadow:0 2px 4px #0000001a;max-width:90%}.pricing-grid{display:flex;justify-content:center;flex-wrap:wrap;gap:20px}.pricing-card{width:280px;border-radius:10px;padding:20px;background:#fff;box-shadow:0 4px 8px #0000001a;display:flex;flex-direction:column;align-items:center}.plan-header{font-size:20px;font-weight:700;padding:12px;color:#fff;border-radius:5px 5px 0 0;width:100%}.plan-price{font-size:22px;margin:15px 0}.plan-features{list-style:none;padding:0}.plan-features li{height:60px;padding:10px 0;font-size:16px}.included{color:green}.included-message{color:#7f74b3;font-size:14px}.not-included{color:red}.buy-button{width:100%;height:50px;margin-top:15px;font-weight:700;justify-content:center;border-radius:25px;transition:all .3s ease}.blue{background:#6ea3fa}.purple{background:#c084f8}.pink{background:#f75daa}.orange{background:#f8b94c}@media (max-width: 768px){.pricing-card{width:100%;max-width:350px}.pricing-grid{flex-direction:column;align-items:center}}.pricing-card.plan-card:hover{transform:translateY(-5px);box-shadow:0 8px 15px #0003}.buy-now-button:hover{opacity:.8}.pricing-card{opacity:0;transform:translateY(20px);animation:fadeIn .5s ease-out forwards}.buy-button:hover{background-color:#5a527a;color:#fff}.dialog-content{max-width:700px;background-color:#fff;border:1px solid rgba(127,116,179,.3);color:#000;padding:20px;border-radius:8px}.dialog-content-formation{max-width:700px;background-color:#fff;border:1px solid rgba(127,116,179,.3);color:#000;padding:20px;border-radius:8px;height:90vh;overflow-y:scroll}.dialog-header{align-items:flex-start;margin:0}.label{font-size:.8rem;font-weight:400}.input-custom{border-radius:5px;padding:10px;font-size:.8rem;line-height:1rem}.dialog-title{font-size:24px;font-weight:700;background:linear-gradient(to right,#7f74b3,#000);-webkit-background-clip:text;color:transparent}.title-formation{font-size:18px;color:#000;font-weight:700;text-wrap-mode:nowrap;overflow:hidden;width:450px;text-overflow:ellipsis}.list-tools{display:flex;gap:100px;flex-wrap:wrap;justify-content:flex-start;padding:10px 0}.tools{display:flex;gap:10px;font-size:.9rem;padding:5px 0;align-items:center}.dialog-description{color:#000000b3;margin-bottom:10px}.tabs-list{display:grid;grid-template-columns:repeat(2,1fr);background-color:#eee4ff;margin-bottom:16px;width:100%}.tabs-trigger{padding:10px;text-align:center;cursor:pointer;transition:background-color .2s}.tabs-trigger.active{background-color:#7f74b3;color:#fff}.establishment-info-popup{display:grid;grid-template-columns:120px 1fr;gap:16px}.establishment-info-detail{width:650px;display:grid;grid-template-columns:120px 1fr;gap:20px;margin:5px}.logo-container{width:120px;height:120px;overflow:hidden;border-radius:12px;border:2px solid rgba(127,116,179,.3);background-color:#eee4ff;margin:0 auto}.establishment-name{font-size:20px;font-weight:700;margin-bottom:8px}.establishment-text{color:#000000b3;margin-bottom:12px}.info-row{display:flex;align-items:center;font-size:14px;margin-bottom:4px;gap:5px}.info-row svg{width:16px;height:16px;margin-right:8px;color:#7f74b3}.access-key-box{background-color:#eee4ff;padding:12px;border-radius:6px;font-family:monospace;font-size:14px;color:#7f74b3;border:1px solid rgba(127,116,179,.2);width:550px;margin:20px 30px}.formation-card-list{background-color:#ffffff80;border:1px solid rgba(211,211,211,.2);border-radius:8px;padding:16px;display:flex;flex-direction:column;gap:10px;transition:background-color .2s;max-height:600px;overflow-y:auto}.formation-cards{border:1px solid rgba(127,116,179,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;max-width:550px;max-height:550px;display:flex;flex-direction:column;justify-content:space-between;background:#f4edff!important;border-radius:16px;padding:24px;box-shadow:0 8px 24px #7f74b326;transition:transform .3s ease,box-shadow .3s ease}.formation-card:hover{background-color:#eee4ff}.formation-title{font-weight:700;color:#000}.formation-domaine{width:200px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;padding:5px;font-size:.8rem}.formation-description{font-size:14px;color:#000000b3;margin-bottom:12px}.badge{background-color:#7f74b3;color:#fff;padding:4px 8px;border-radius:4px;font-size:12px}.badge.secondary{background-color:#fff;color:#7f74b3;border:1px solid rgba(127,116,179,.3)}.dialog-footer{display:flex;gap:20px;flex-direction:row!important;justify-content:flex-end}.button{padding:8px 16px;border-radius:4px;cursor:pointer;border:1px solid rgba(127,116,179,.3);font-weight:700}.button.close{background-color:transparent;color:#000;gap:10px;font-weight:400}.button.edit{background-color:#7f74b3;color:#fff;gap:10px;font-weight:400}.button.edit:hover{background-color:#7f74b3cc}.claimed-dialog-content{max-width:720px;background-color:#fefefe;border:1px solid rgba(127,116,179,.25);color:#1a1a1a;padding:24px;border-radius:10px;box-shadow:0 8px 20px #0000001a}.claimed-dialog-title{font-size:22px;font-weight:600;background:linear-gradient(to right,#5e4eac,#000);-webkit-background-clip:text;color:transparent}.claimed-dialog-description{font-size:14px;color:#000000bf;margin-bottom:20px}.claimed-dialog-label{font-size:.75rem;font-weight:500;color:#333;margin-bottom:4px;display:block}.claimed-dialog-button{padding:10px 18px;margin:5px;border-radius:6px;font-weight:500;cursor:pointer;border:1px solid rgba(127,116,179,.3);transition:background-color .2s}.claimed-dialog-button.cancel{background-color:transparent;color:#444}.claimed-dialog-button.confirm{background-color:#7f74b3;color:#fff}.claimed-dialog-button.confirm:hover{background-color:#6d63a6}.claimed-code-inputs{display:flex;gap:10px;justify-content:center;margin-top:8px}.claimed-code-box{border:1px solid rgba(127,116,179,.5);border-radius:6px;font-size:1.2rem;font-weight:700;text-align:center;width:48px;height:48px;margin:5px;outline:none;transition:border-color .2s}.claimed-code-box:focus{border-color:#7f74b3;box-shadow:0 0 0 2px #7f74b333}.spinner-border{border:4px solid transparent;border-top:4px solid #7f74b3;border-radius:50%;width:24px;height:24px;animation:spin 1s linear infinite}@keyframes spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.dialog-body>*+*{margin-top:1.5rem}.padding-dialog{padding-top:1rem;padding-bottom:1rem}.badge-dialog{background-color:#7f74b3;color:#fff;border:1px solid rgba(127,116,179,.3);font-size:.8rem;min-width:150px;padding:5px;margin:auto 5px;display:inline-block;text-align:center;border-radius:.375rem}.badge-keyword{background-color:#eee4ff;color:#7164af;border:1px solid rgb(151 139 205 / 12%);font-size:.9rem;padding:5px 10px;margin:auto 3px;border-radius:50px}.dialog-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#080418bf;animation:fadeIn .3s ease-in-out}.dialog-content{position:fixed;top:50%;left:50%;transform:translate(-50%,-50%);z-index:50;width:40rem;max-width:40rem;background:#fff;border-radius:.5rem;padding:1.5rem;box-shadow:0 25px 50px #0003;animation:scaleIn .3s ease-in-out}.dialog-close-btn{position:absolute;top:.75rem;right:.75rem;background:none;border:none;cursor:pointer;padding:.25rem;border-radius:50%;transition:background .2s ease-in-out}.dialog-close-btn:hover{background:#0000000d}.dialog-close-icon{width:1rem;height:1rem}.dialog-header{display:flex;flex-direction:column;gap:.5rem;text-align:center}.dialog-footer{display:flex;flex-direction:column-reverse;gap:.5rem}@media (min-width: 640px){.dialog-footer{flex-direction:row;justify-content:flex-end;gap:.5rem}}.dialog-title{font-size:1.125rem;font-weight:600;line-height:1.4}.dialog-description{font-size:.875rem;color:#666}@keyframes scaleIn{0%{opacity:0;transform:translate(-50%,-50%) scale(.95)}to{opacity:1;transform:translate(-50%,-50%) scale(1)}}.tabs-list{height:40px;display:flex;align-items:center;justify-content:center;padding:4px;border-radius:8px;background-color:#eee4ff;color:#000}.tabs-trigger{display:flex;align-items:center;justify-content:center;padding:6px 12px;font-size:14px;font-weight:500;border-radius:4px;cursor:pointer;background:none;border:none;transition:all .2s ease-in-out;width:50%}.tabs-trigger:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.tabs-trigger:disabled{opacity:.5;pointer-events:none}.tabs-trigger[data-state=active]{background-color:#7f74b3;color:#fff;box-shadow:0 1px 3px #0003}.tabs-content{margin-top:8px}.tabs-content:focus-visible{outline:2px solid #1e293b;outline-offset:2px}.alert-overlay{position:fixed;top:0;right:0;bottom:0;left:0;z-index:50;background-color:#000c;animation:fadeIn .2s ease-out}.alert-content{position:fixed;top:50%;left:50%;z-index:50;width:100%;max-width:32rem;transform:translate(-50%,-50%);display:grid;gap:1rem;background-color:#fff;padding:1.5rem;box-shadow:0 10px 15px #0000001a;border:1px solid #ccc;border-radius:.5rem}.alert-header{display:flex;flex-direction:column;gap:.5rem;text-align:center;align-items:center}@media (min-width: 640px){.alert-header{text-align:left}}.alert-footer{display:flex;flex-direction:column-reverse}@media (min-width: 640px){.alert-footer{flex-direction:row;justify-content:flex-end;gap:.5rem}}.alert-title{font-size:1.125rem;font-weight:600}.alert-description{font-size:.875rem;color:#6b7280}.button{padding:.5rem 1rem;font-weight:500;border-radius:.375rem;border:none;cursor:pointer;background-color:#4759a7;color:#fff}.button-outline{background-color:#fff;border:1px solid #ccc;color:#111827}.button-outline:hover{background-color:#f3f4f6}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}.establishment-card{overflow:hidden;border:1px solid rgba(127,116,179,.3);background:#fff;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);transition:all .3s ease;width:100%;max-width:450px;max-height:400px;display:flex;flex-direction:column;justify-content:space-between;background:#f4edff!important;border-radius:16px;padding:24px;box-shadow:0 8px 24px #7f74b326;border:1px solid rgba(92,82,141,.753);transition:transform .3s ease,box-shadow .3s ease}.establishment-card:hover{box-shadow:0 8px 20px #7f74b333}.establishment-header{position:relative;height:2rem}.establishment-logo{position:absolute;bottom:-2.5rem;left:1rem;height:5rem;width:5rem;border-radius:1rem;overflow:hidden;border:4px solid #ffffff;background:#eee4ff}.establishment-dropdown{position:absolute;top:.5rem;right:.5rem}.dropdown-btn{height:2rem;width:2rem;color:#fff;background:#7f74b3;border-radius:1rem;border:none;font-size:.8rem;padding:5px 10px}.dropdown-content{background:#fff;border:1px solid rgba(127,116,179,.3);color:#000}.dropdown-item{display:flex;align-items:center;gap:.5rem}.dropdown-delete{color:#f66;font-size:.9rem;display:flex;gap:5px}.dropdown-delete:hover{background:#ffecec;color:#e60000}.icon-colored{color:#7f74b3;width:1rem;height:1rem}.icon-delete{color:#f66;width:1rem;height:1rem}.icon-small{width:1rem;height:1rem}.establishment-content{display:flex;color:#333;font-size:1rem;line-height:1.5;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:275px}.establishment-content h3{font-weight:700;margin-bottom:.5rem;font-size:1rem}.establishment-content p{color:#000000b3;font-size:.9rem;margin-bottom:1rem}.establishment-info{display:flex;align-items:center;font-size:.9rem;color:#000000b3;margin-bottom:.5rem}.establishment-info span{margin-left:.5rem}.establishment-footer{border-top:1px solid rgba(127,116,179,.2);padding:1rem;display:flex;justify-content:space-between}.establishment-badge{background-color:#fff;color:#7f74b3;font-size:.9rem;padding:10px;border:1px solid rgba(127,116,179,.3)}.card-button{border:none;background:none;color:#7f74b3;padding:10px 16px;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.card-button.hovered{background-color:#7f74b3;color:#fff}.label-card-red{font-size:".9rem";margin:"auto 5px";color:#f66}.establishments-admin{display:flex;gap:1rem;padding:1rem;align-items:center;margin:0 auto;height:100vh;width:95%;flex-direction:column}.filtre-establishment{display:flex;align-items:center;flex-wrap:wrap;gap:1rem;width:80%;margin:auto;justify-content:space-between}.search-container{display:flex;align-items:center;border:1px solid #d1d5db;border-radius:.5rem;padding:.5rem;background-color:#fff}.search-icon{margin-right:.5rem;color:#6b7280}.search-input{border:none;outline:none;font-size:1rem}.custom-button{display:flex;align-items:center;gap:.5rem;background-color:#2563eb;color:#fff;padding:.5rem 1rem;border-radius:.5rem;font-weight:700;border:none;cursor:pointer}.custom-button:hover{background-color:#1d4ed8}.establishment-grid{display:grid;grid-template-columns:repeat(auto-fill,minmax(330px,1fr));gap:1rem;width:80%}.card-empty{text-align:center;width:100%;max-width:420px;max-height:380px;display:flex;flex-direction:column;justify-content:space-between;background:#f4edff!important;border-radius:16px;padding:24px;box-shadow:0 8px 24px #7f74b326;border:1px solid rgba(92,82,141,.753);transition:transform .3s ease,box-shadow .3s ease;margin:auto}.card-empty-content{display:flex;flex-direction:column;align-items:center;gap:.75rem}.card-empty-badge{display:flex;align-items:center;gap:.25rem;border:1px solid #d1d5db;padding:.25rem .5rem;border-radius:9999px;font-size:.875rem;color:#6b7280}.card-empty-text{font-size:.875rem;color:#6b7280}.pagination{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem;padding-top:1rem;position:fixed;bottom:80px}.pagination-info{font-size:.875rem;color:#374151}.pagination-controls{display:flex;align-items:center;gap:1rem}.pagination-current{font-size:.875rem;font-weight:500}.pagination-button{display:flex;align-items:center;gap:.25rem;border:1px solid #d1d5db;padding:.25rem .5rem;border-radius:.5rem;background-color:#fff;cursor:pointer;transition:background-color .2s}.pagination-button:hover:not(:disabled){background-color:#f3f4f6}.pagination-button:disabled{cursor:not-allowed;opacity:.5}.university-card-map{height:120px;padding:10px;margin:15px;display:flex;flex-direction:row;justify-content:space-between;align-items:center;background-color:#44387a;-webkit-backdrop-filter:blur(12px);backdrop-filter:blur(12px);border:1px solid rgba(255,255,255,.2);box-shadow:0 4px 6px #0000001a;border-radius:15px;transition:all .3s ease}.university-card-map:hover{box-shadow:0 12px 24px #0003;transform:scale(1.01);border-color:#760064}.university-card__img{width:80px;height:80px;border-radius:50%;-o-object-fit:cover;object-fit:cover;border:2px solid #00b4ff;transition:transform .3s ease}.university-card-map:hover .university-card__img{transform:scale(1.05)}.university-card__info{display:flex;flex-direction:column;margin:20px;flex-grow:1;font-size:.875rem;color:#d1d5db}.university-card__title{color:#fff;font-size:1.125rem;font-weight:600;letter-spacing:.05em;margin:0}.university-card__phone span{color:#fffc;margin-left:5px}.university-card__buttons{display:flex;flex-direction:column;width:100px;height:95%;gap:3px}.university-card__button{background-color:#7f74b3;color:#000;padding:.25rem .75rem;border-radius:5px;border:none;box-shadow:0 2px 4px #0000001a;cursor:pointer;transition:background-color .3s ease;text-align:center;font-size:.875rem}.university-card__button:hover:not(:disabled){background-color:#fff}.university-card__button--disabled{background-color:#9ca3af;cursor:not-allowed;color:#6b7280}.formation-card{border:1px solid rgba(127,116,179,.3);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);width:100%;max-width:430px;max-height:400px;display:flex;flex-direction:column;justify-content:space-between;background:#f4edff!important;border-radius:16px;padding:24px;box-shadow:0 8px 24px #7f74b326;transition:transform .3s ease,box-shadow .3s ease}.formation-card:hover{box-shadow:0 10px 15px #7f74b333}.formation-card-header{position:relative;height:4rem;display:flex;align-items:center;padding:0 1rem}.formation-card-content{padding:1rem;background-color:#d3bcff00;display:flex;color:#333;font-size:1rem;line-height:1.5;margin-bottom:.5rem;flex-direction:column;align-items:flex-start;justify-content:flex-end;height:275px}.badge-primary{background-color:#7f74b3;padding:5px 10px;font-size:.8rem;border:none}.card-button-icon{position:absolute;top:0;right:0}.card-button-icon-btn{height:2rem;width:2rem;border:none;padding:5px 10px;border-radius:20px;background:#7f74b3;font-size:.8rem;color:#fff}.dropdown-content{background-color:#fff;border:1px solid rgba(127,116,179,.3);color:#000}.dropdown-item{display:flex;gap:5px}.dropdown-item:hover{background-color:#eee4ff;color:#000}.dropdown-item-red{color:#f66;display:flex;gap:5px}.dropdown-item-red:hover{background-color:#ffe6e6;color:#f33}.card-title{font-size:1rem;font-weight:700;color:#000;margin-bottom:.5rem}.card-info{display:flex;align-items:center;font-size:.9rem;color:#000000b3;margin-bottom:.5rem}.card-info span{margin:auto 5px}.badge-keyword{background-color:#eee4ff;color:#7f74b3;border:1px solid rgba(127,116,179,.3);font-size:.9rem;padding:5px;margin:auto 3px}.card-footer{border-top:1px solid rgba(127,116,179,.2);padding:.5rem 1rem;display:flex;justify-content:space-between}.card-mode{background-color:#fff;color:#7f74b3;font-size:.9rem;padding:10px;border:1px solid rgba(127,116,179,.3)}.card-button-formation{border:none;background:none;color:#7f74b3;padding:10px 16px;border-radius:8px;font-size:.95rem;cursor:pointer;transition:background-color .2s ease}.card-button-formation:hover{background:#7f74b3;color:#fff}.icon-style{width:1rem;height:1rem;color:#7f74b3}.icon-style-red{width:1rem;height:1rem;color:#f66}.label-card{font-size:".9rem";margin:"auto 5px";color:#fff}.label-card:hover{font-size:".9rem";margin:"auto 5px";color:#000}.label-card-red{color:#f66}.establishment-select-group{display:flex;flex-direction:column;gap:8px}.custom-label{font-size:.9rem;color:#000;font-weight:500}.custom-combobox{width:100%;background-color:#fff;border:1px solid rgba(127,116,179,.3);color:#000;display:flex;justify-content:space-between;padding:10px;cursor:pointer}.dropdown-icon{margin-left:8px;width:16px;height:16px;opacity:.5}.custom-popover{width:100%;background-color:#fff;border:1px solid rgba(127,116,179,.3);padding:0}.custom-command-input{padding:10px;border:1px solid #ccc;border-radius:5px;margin:5px}.custom-command-result{padding:.25rem .5rem;font-size:.75rem;color:#6b7280;background-color:#fff}.custom-command-empty{padding:10px;font-style:italic;color:#999;background-color:#fff}.custom-command-group{max-height:400px;overflow-y:auto;background-color:#fff}.custom-command-item{padding:10px;cursor:pointer;display:flex;align-items:center;color:#000;gap:10px}.custom-command-item:hover{background-color:#f0f0f0;color:#000}.check-icon{width:16px;height:16px;opacity:1}.check-icon.invisible{opacity:0}.custom-command-group::-webkit-scrollbar{width:10px}.custom-command-group::-webkit-scrollbar-thumb{background-color:#c7c4c4;border-radius:4px}.custom-command-group::-webkit-scrollbar-track{background-color:#664394}.custom-alert-content{background-color:#fff;border:1px solid rgba(127,116,179,.3);color:#000}.custom-icon-wrapper{margin:0 auto;height:3rem;width:3rem;display:flex;align-items:center;justify-content:center;border-radius:9999px;background-color:#fee2e2}.custom-icon{height:1.5rem;width:1.5rem;color:#dc2626}.custom-title{font-size:1.25rem;font-weight:700;text-align:center;margin-top:1rem}.custom-description{text-align:center;color:#000000b3}.custom-bold{font-weight:500;color:#000}.custom-cancel{border:1px solid rgba(127,116,179,.3);background-color:transparent;color:#000;padding:.5rem 1rem;border-radius:4px;cursor:pointer}.custom-cancel:hover{background-color:#eee4ff}.custom-delete{background-color:#dc2626;color:#fff;padding:.5rem 1rem;border-radius:4px;cursor:pointer;border:none}.custom-delete:hover{background-color:#b91c1c}.formations{margin:0 auto;height:100vh;width:95%;display:flex;flex-direction:column}.filtre-establishment{margin:0 auto;display:flex;width:83%;align-items:center;flex-direction:row;justify-content:space-between}.search-container{position:relative;width:20%;min-width:200px}.search-icon{position:absolute;left:10px;top:50%;transform:translateY(-50%);color:#7f74b3;width:16px;height:16px;pointer-events:none}.search-input{width:100%;padding:8px 12px 8px 32px;background-color:#fff;color:#000;border-radius:4px;outline:none;font-size:14px;border:none}.search-input::-moz-placeholder{color:#7f74b399}.search-input::placeholder{color:#7f74b399}.search-input:focus{border-color:none}.custom-button{display:inline-flex;align-items:center;padding:8px 16px;background-color:#7f74b3;color:#fff;border:none;border-radius:6px;font-size:14px;cursor:pointer;transition:background-color .3s ease}.custom-button:hover{background-color:#7f74b3cc}.icon{width:16px;height:16px;margin-right:8px}.grid-formations{margin:10px auto;width:90%;height:80vh;display:flex;flex-direction:row;justify-content:space-around;flex-wrap:wrap;gap:10px}.card-empty{background-color:#fff;border:1px solid rgba(127,116,179,.3)}.card-empty-content{display:flex;flex-direction:column;align-items:center;justify-content:center;padding-top:3rem;padding-bottom:3rem}.badge-empty{margin-bottom:1rem;padding:.25rem .75rem;font-size:1.125rem;border:1px solid #7f74b3;color:#7f74b3;display:flex;align-items:center}.pagination{width:80%;background:#a264ff40;padding:10px;display:flex;align-items:center;position:absolute;bottom:10px;margin:0 125px}.pagination-text{font-size:.875rem;color:#000}.pagination-controls{display:flex;gap:.5rem}.pagination-button{border:1px solid #7f74b3;background-color:#fff;color:#7f74b3;padding:.25rem .5rem;font-size:.875rem;cursor:pointer;border-radius:4px}.pagination-button:hover:not(:disabled){background-color:#eee4ff}.pagination-page{display:flex;align-items:center;padding:.25rem 1rem;border-radius:4px;background-color:#fff;border:1px solid rgba(127,116,179,.3);font-size:.875rem;font-weight:500;color:#000}:root{--primary: #7f74b3;--primary-light: #9d93c9;--primary-dark: #635a91;--primary-transparent: rgba(127, 116, 179, .1);--accent: #a3ff12;--accent-hover: #8fe600;--black: #000000;--dark: #121225;--darker: #0a0a18;--white: #ffffff;--gray-light: #f5f5f7;--gray: #e0e0e0;--text-light: #a0a0a0;--border-radius-sm: 8px;--border-radius: 16px;--border-radius-lg: 24px;--border-radius-xl: 32px;--shadow-sm: 0 2px 8px rgba(0, 0, 0, .1);--shadow: 0 4px 20px rgba(0, 0, 0, .15);--shadow-lg: 0 8px 30px rgba(0, 0, 0, .2);--transition: all .3s ease}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;background-color:var(--gray-light);color:var(--white);line-height:1.5}a{color:var(--white);text-decoration:none;transition:var(--transition)}a:hover{color:var(--primary-light)}button{cursor:pointer;font-family:inherit;border:none;transition:var(--transition)}ul{list-style:none}.section-container{max-width:1200px;margin:0 auto;padding:0 2rem;position:relative}.section-header{text-align:center;margin-bottom:3rem}.section-header h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--dark)}.section-header p{font-size:1.1rem;color:var(--text-light);max-width:600px;margin:0 auto}.highlight{color:var(--primary)}.rounded-image{border-radius:var(--border-radius);overflow:hidden}.landing-page{min-height:100vh;display:flex;flex-direction:column}.hero-container{background-color:var(--darker);border-radius:0 0 var(--border-radius-lg) var(--border-radius-lg);overflow:hidden;width:100%;padding:2rem}.header-landing{display:flex!important;justify-content:space-between!important;align-items:center!important;padding:1rem 0!important;max-width:1200px!important;margin:0 auto!important}.logo{display:flex;align-items:center;gap:.5rem;font-size:1.8rem;font-weight:700}.logo-circle{width:2rem;height:2rem;background-color:var(--primary);border-radius:50%;position:relative}.logo-circle:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:1rem;height:1rem;background-color:var(--darker);border-radius:50%}.navigation ul{display:flex;gap:2rem}.navigation a{font-size:1rem;font-weight:500}.header-buttons-container{display:flex;align-items:center;gap:15px}.start-button{background-color:var(--primary);color:var(--white);border:none;border-radius:50px;padding:10px 20px;font-size:1rem;font-weight:600;cursor:pointer;transition:var(--transition)}.start-button:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.burger-button{display:flex;align-items:center;gap:8px;background-color:#7f74b31a;color:var(--white);border:none;border-radius:50px;padding:10px 16px;cursor:pointer;transition:all .3s ease}.burger-button:hover{background-color:#7f74b333}.burger-label{font-size:.9rem;font-weight:500}.hero-content{display:grid;grid-template-columns:1fr 1fr;gap:2rem;padding:3rem 0;position:relative;max-width:1200px;margin:0 auto}.hero-left{position:relative;display:flex;flex-direction:column;justify-content:center}.decoration-star{position:absolute;top:-2rem;left:0;width:3rem;height:3rem;background-color:var(--primary-light);opacity:.7;border-radius:50%}.hero-title{font-size:4rem;font-weight:800;line-height:1.1;margin-bottom:1.5rem;text-transform:uppercase}.hero-subtitle{font-size:1.2rem;color:var(--gray);margin-bottom:2rem;max-width:500px}.cta-buttons{display:flex;gap:1.5rem;align-items:center;margin-bottom:3rem}.cta-primary{background-color:var(--primary);color:var(--white);border-radius:50px;padding:1rem 2rem;font-size:1rem;font-weight:600}.cta-primary:hover{background-color:var(--primary-dark);transform:translateY(-2px);box-shadow:var(--shadow)}.cta-secondary{display:flex;align-items:center;gap:.5rem;color:var(--white);font-size:1rem;font-weight:500}.cta-secondary:hover{color:var(--primary-light)}.cta-secondary-outline{background-color:transparent;color:var(--primary);border:2px solid var(--primary);border-radius:50px;padding:.8rem 1.5rem;font-size:1rem;font-weight:600}.cta-secondary-outline:hover{background-color:var(--primary-transparent);transform:translateY(-2px)}.hero-right{position:relative;display:flex;justify-content:center;align-items:center}.decoration-bulb{position:absolute;top:2rem;left:50%;transform:translate(-50%);width:3rem;height:3rem;background-color:var(--primary);border-radius:50%;display:flex;justify-content:center;align-items:center;z-index:1}.decoration-bulb:before{content:"";position:absolute;width:1.5rem;height:1.5rem;background-color:var(--accent);clip-path:polygon(50% 0%,100% 50%,50% 100%,0% 50%)}.hero-image-container{position:relative;width:100%;height:100%;display:flex;justify-content:center;align-items:center}.hero-image{width:100%;height:auto;-o-object-fit:cover;object-fit:cover;border-radius:var(--border-radius);z-index:1}.contact-badge{position:absolute;bottom:2rem;right:0;width:6rem;height:6rem;background-color:var(--primary);border-radius:50%;display:flex;flex-direction:column;justify-content:center;align-items:center;z-index:2;overflow:hidden}.badge-text{position:absolute;width:200%;height:100%;animation:rotate 10s linear infinite;display:flex;align-items:center;justify-content:center;font-size:.6rem;font-weight:600;text-transform:uppercase;white-space:nowrap}.badge-text span{margin:0 .3rem}.badge-icon{background-color:var(--white);width:2.5rem;height:2.5rem;border-radius:50%;display:flex;justify-content:center;align-items:center;color:var(--primary)}.quote-box{display:flex;flex-direction:column;background-color:var(--primary-light);border-radius:var(--border-radius);padding:1.5rem;max-width:250px;margin-top:2rem}.quote-icon{margin-bottom:.5rem;color:var(--white)}.rating{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.stars{display:flex;gap:.2rem}.star.filled{color:var(--accent);fill:var(--accent)}.rating-score{font-weight:700;font-size:1.2rem}.quote-text{display:flex;flex-direction:column}.quote-number{font-size:1.5rem;font-weight:700}.quote-description{font-size:.9rem;color:var(--white)}.stats-row{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);max-width:1200px;margin:2rem auto 0}.stat-item{text-align:center}.stat-item h3{font-size:2.5rem;font-weight:700;margin-bottom:.5rem}.stat-item p{font-size:1rem;color:var(--text-light)}.about-section{padding:6rem 0;background-color:var(--white);color:#000}.about-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.about-image{position:relative}.image-decoration{position:absolute;width:150px;height:150px;background-color:var(--primary-light);border-radius:50%;bottom:-30px;left:-30px;z-index:-1;opacity:.5}.about-text{display:flex;flex-direction:column;gap:2rem;color:#000}.about-description{font-size:1.1rem;color:var(--dark);line-height:1.7}.about-features{display:flex;flex-direction:column;gap:1.5rem}.feature-item{display:flex;gap:1rem;align-items:flex-start}.feature-icon{background-color:var(--primary-transparent);color:var(--primary);width:3rem;height:3rem;border-radius:50%;display:flex;justify-content:center;align-items:center;flex-shrink:0}.feature-text h3{font-size:1.2rem;font-weight:600;margin-bottom:.5rem;color:var(--dark)}.feature-text p{font-size:1rem;color:var(--text-light)}.features-section{padding:6rem 0;background-color:var(--gray-light)}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.feature-card{background-color:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column;gap:1rem}.feature-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.feature-card-icon{background-color:var(--primary-transparent);color:var(--primary);width:4rem;height:4rem;border-radius:50%;display:flex;justify-content:center;align-items:center;margin-bottom:1rem}.feature-card h3{font-size:1.3rem;font-weight:600;color:var(--dark);margin-bottom:.5rem}.feature-card p{font-size:1rem;color:var(--text-light)}.features-cta{display:flex;justify-content:center}.universities-section{padding:6rem 0;background-color:var(--white)}.universities-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2rem;margin-bottom:3rem}.university-card{background-color:var(--gray-light);border-radius:var(--border-radius);padding:2rem;transition:var(--transition);display:flex;flex-direction:column;gap:1rem;align-items:center;text-align:center}.university-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.university-logo{width:80px;height:80px;margin-bottom:1rem}.placeholder-logo{width:100%;height:100%;background-color:var(--primary-light);border-radius:50%}.university-card h3{font-size:1.2rem;font-weight:600;color:var(--dark)}.university-card p{font-size:.9rem;color:var(--text-light);margin-bottom:1rem}.university-link{display:flex;align-items:center;gap:.5rem;color:var(--primary);font-weight:500;font-size:.9rem}.university-link:hover{color:var(--primary-dark)}.universities-cta{display:flex;justify-content:center}.testimonials-section{padding:6rem 0;background-color:var(--gray-light)}.testimonials-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem}.testimonial-card{background-color:var(--white);border-radius:var(--border-radius);padding:2rem;box-shadow:var(--shadow-sm);transition:var(--transition);display:flex;flex-direction:column;gap:1.5rem}.testimonial-card:hover{transform:translateY(-5px);box-shadow:var(--shadow)}.testimonial-rating{display:flex;gap:.3rem}.testimonial-text{font-size:1rem;color:var(--dark);line-height:1.7;font-style:italic}.testimonial-author{display:flex;align-items:center;gap:1rem}.author-avatar{width:50px;height:50px;background-color:var(--primary-light);border-radius:50%}.author-info h4{font-size:1rem;font-weight:600;color:var(--dark)}.author-info p{font-size:.9rem;color:var(--text-light)}.cta-section{padding:6rem 0;background-color:var(--primary)}.cta-content{text-align:center;max-width:700px;margin:0 auto}.cta-content h2{font-size:2.5rem;font-weight:800;margin-bottom:1rem;color:var(--white)}.cta-content p{font-size:1.1rem;color:#fffc;margin-bottom:2rem}.cta-content .cta-primary{background-color:var(--white);color:var(--primary);font-size:1.1rem;padding:1rem 2.5rem}.cta-content .cta-primary:hover{background-color:var(--gray)}.footer{background-color:var(--darker);padding:5rem 0 2rem}.footer-container{max-width:1200px;margin:0 auto;padding:0 2rem}.footer-top{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:4rem}.footer-logo p{color:var(--text-light);margin-top:1rem;max-width:250px}.footer-links{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem}.footer-links-column h3{font-size:1.1rem;font-weight:600;margin-bottom:1.5rem;color:var(--white)}.footer-links-column ul{display:flex;flex-direction:column;gap:.8rem}.footer-links-column a{font-size:.9rem;color:var(--text-light)}.footer-links-column a:hover{color:var(--primary-light)}.contact-links .contact-link{display:flex;align-items:center;gap:.5rem}.footer-bottom{display:flex;justify-content:space-between;align-items:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.footer-bottom p{font-size:.9rem;color:var(--text-light)}.social-links{display:flex;gap:1rem}.social-link{display:flex;justify-content:center;align-items:center;width:2.5rem;height:2.5rem;background-color:#ffffff1a;border-radius:50%;color:var(--white);transition:var(--transition)}.social-link:hover{background-color:var(--primary);transform:translateY(-3px)}@keyframes rotate{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes pulse{0%{transform:scale(1)}50%{transform:scale(1.05)}to{transform:scale(1)}}.decoration-star{animation:pulse 3s infinite}.decoration-bulb{animation:pulse 2s infinite}@media (max-width: 1024px){.hero-title{font-size:3rem}.stats-row{grid-template-columns:repeat(3,1fr)}.about-content{grid-template-columns:1fr;gap:3rem;color:#000}.footer-top{grid-template-columns:1fr;gap:3rem}.footer-links{grid-template-columns:repeat(2,1fr)}}@media (max-width: 768px){.hero-content{grid-template-columns:1fr}.hero-right{order:-1}.stats-row{grid-template-columns:repeat(2,1fr)}.stat-item:last-child{grid-column:span 2}.section-header h2{font-size:2rem;color:#000}.footer-links{grid-template-columns:1fr;gap:2rem}.footer-bottom{flex-direction:column;gap:1.5rem;text-align:center}.header-buttons-container{gap:10px}.start-button,.burger-button{padding:8px 15px;font-size:.9rem}}@media (max-width: 480px){.landing-page{padding:0}.hero-container{padding:1rem;border-radius:0}.header-landing{flex-direction:column;gap:1rem}.navigation{width:100%;overflow-x:auto}.navigation ul{width:-moz-max-content;width:max-content;gap:1rem}.hero-title{font-size:2.5rem}.cta-buttons{flex-direction:column;align-items:flex-start}.stats-row{grid-template-columns:1fr}.stat-item:last-child{grid-column:span 1}.section-container{padding:0 1rem}.burger-label{display:none}.burger-button{padding:8px}.start-button{padding:8px 15px}}.burger-menu-container{position:relative;z-index:1000}.burger-button{display:flex;align-items:center;gap:8px;background-color:#7f74b333;color:var(--white);border:none;border-radius:50px;padding:10px 16px;cursor:pointer;transition:all .3s ease}.burger-button:hover{background-color:var(--primary)}.burger-label{font-size:16px;font-weight:500}.menu-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background-color:#000000f2;display:flex;justify-content:center;align-items:center;z-index:999;overflow:hidden}.close-button{position:absolute;top:20px;right:20px;z-index:1001;background-color:transparent;border:none;color:#fff;width:50px;height:50px;border-radius:50%;display:flex;align-items:center;justify-content:center;cursor:pointer;background-color:#ffffff1a;transition:background-color .3s ease}.close-button:hover{background-color:#fff3}.menu-nodes-container{position:relative;width:100vw;height:100vh;display:flex;justify-content:center;align-items:center}.menu-connections{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}.menu-connection-line{transition:all .8s cubic-bezier(.16,1,.3,1);opacity:.8;stroke-linecap:round}.menu-connection-line.active{opacity:1}.menu-node{position:absolute;display:flex;align-items:center;justify-content:center;background-color:#00b8d4;border-radius:50%;color:#fff;cursor:pointer;box-shadow:0 0 0 5px #646464cc;transform:translate(-50%,-50%) scale(0);opacity:0;transition:transform .5s cubic-bezier(.34,1.56,.64,1),opacity .5s ease;z-index:2}.menu-node.active{transform:translate(-50%,-50%) scale(1);opacity:1}.menu-node.main-node{background-color:#00b8d4;box-shadow:0 0 0 8px #646464cc;z-index:3}.menu-node:hover{transform:translate(-50%,-50%) scale(1.05)}.node-label{position:absolute;bottom:-35px;background-color:#000000b3;color:#fff;padding:5px 10px;border-radius:4px;font-size:14px;white-space:nowrap;pointer-events:none;z-index:10}@media (max-width: 768px){.menu-node.main-node{width:80px!important;height:80px!important}.menu-node:not(.main-node){width:50px!important;height:50px!important}}@media (max-width: 480px){.menu-node.main-node{width:60px!important;height:60px!important}.menu-node:not(.main-node){width:40px!important;height:40px!important}}.auth-popup-overlay{position:fixed;top:0;left:0;width:100vw;height:100vh;background:#000000b3;-webkit-backdrop-filter:blur(5px);backdrop-filter:blur(5px);z-index:1100}.auth-popup-container{position:fixed;top:10%;right:5%;transform:translate(-50%,-50%);width:90%;max-width:500px;background:linear-gradient(145deg,#1e1e2f,#121225);border-radius:20px;box-shadow:0 25px 50px -12px #00000080;z-index:1200;overflow:hidden;padding:0;color:#fff;border:1px solid rgba(255,255,255,.1)}.auth-popup-header{padding:25px 30px;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,255,255,.08)}.auth-popup-header h2{margin:0;font-size:1.5rem;font-weight:700;background:linear-gradient(90deg,#7f74b3,#ad9dbf);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.auth-popup-close{background:transparent;border:none;color:#fff9;cursor:pointer;width:40px;height:40px;display:flex;align-items:center;justify-content:center;border-radius:50%;transition:all .2s}.auth-popup-close:hover{background:#ffffff1a;color:#fff}.auth-popup-content{padding:25px 30px}.auth-popup-description{color:#ffffffb3;margin-bottom:25px;text-align:center;font-size:1.05rem}.auth-popup-options{display:flex;flex-direction:column;gap:15px}.auth-option-button{background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:16px 20px;display:flex;align-items:center;gap:15px;cursor:pointer;transition:all .3s;width:100%;text-align:left;color:#fff}.auth-option-button:hover{background:#ffffff12;border-color:#ffffff26}.auth-option-button.selected{background:#7f74b326;border-color:#7f74b380}.auth-option-icon{width:50px;height:50px;border-radius:12px;display:flex;align-items:center;justify-content:center;flex-shrink:0}.auth-option-icon.login{background:linear-gradient(135deg,#7f74b3,#5d5494)}.auth-option-icon.signup{background:linear-gradient(135deg,#a3ff12,#8ee000);color:#121225}.auth-option-icon.guest{background:linear-gradient(135deg,#00b8d4,#0089a3)}.auth-option-text{display:flex;flex-direction:column}.auth-option-text h3{margin:0;font-size:1.1rem;font-weight:600}.auth-option-text p{margin:5px 0 0;font-size:.9rem;color:#fff9}.auth-popup-footer{padding:20px 30px;background:#0003;border-top:1px solid rgba(255,255,255,.05);font-size:.8rem;color:#ffffff80;text-align:center}.auth-popup-footer a{color:#7f74b3;text-decoration:none}.auth-popup-footer a:hover{text-decoration:underline}@media (max-width: 480px){.auth-popup-container{width:95%}.auth-popup-header,.auth-popup-content{padding:20px}.auth-option-button{padding:12px 15px}.auth-option-icon{width:40px;height:40px}}.scene{position:relative;width:100vw;height:100vh;display:flex;flex-direction:row;background-color:#fff!important}.image{width:60%;height:100%;background:url(/img/link.gif) no-repeat center right fixed;background-size:contain}.error-code{display:flex;width:40%;height:100%;flex-direction:column;align-items:center;justify-content:center}.error-text{margin:0;font-size:15rem;font-weight:700;text-shadow:7px 7px 10px rgb(62 110 145 / 80%)!important;color:#4ba3f0!important;position:relative}.error-text span{display:inline-block;animation:swing 3s infinite ease-in-out alternate}.error-text span:nth-child(1){animation-delay:.3s}.error-text span:nth-child(2){animation-delay:.5s}.error-text span:nth-child(3){animation-delay:.7s}@keyframes swing{0%{transform:rotate(10deg)}to{transform:rotate(-10deg)}}.description{color:#000!important}.btn{margin-top:20px;padding:15px 35px;font-size:1.2rem;background:linear-gradient(355deg,#3f51b5,#55ccfc)!important;color:#fff!important;border:none;border-radius:30px;cursor:pointer;text-decoration:none;transition:.3s}.btn:hover{transform:scale(1.1);box-shadow:0 0 15px #00d3d3e1!important}.dashboard-dash-container{padding:1rem;overflow-y:scroll;max-height:75vh}.filters{display:flex;gap:1rem;margin-bottom:1rem}.label-filter{padding:10px;width:170px;background:#a7b0e9;color:#fff;border:none;font-size:1rem}.select{background:none;border:none;color:#fff;font-size:1rem;background-color:#a7b0e9}.summary-cards{display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:1rem;margin-top:2rem}.summary-card{background:#a7b0e9;border-radius:12px;padding:1rem;box-shadow:0 2px 6px #00000014;transition:transform .2s ease}.summary-card:hover{transform:translateY(-5px)}.card-sum-header{display:flex;align-items:center;gap:.5rem;margin-bottom:.5rem}.card-sum-icon{width:40px;height:40px;color:#fff}.card-dash{background-color:#fff;padding:1rem;margin-bottom:1rem;border-radius:.5rem}.card-dash-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.card-dash-title{font-size:1.25rem;font-weight:600}.filter-select{padding:.5rem;border-radius:.25rem}:root{--primary: #7f74b3;--primary-foreground: #ffffff;--secondary: #f5f5f5;--secondary-foreground: #111111;--accent: #adfa1d;--accent-foreground: #111111;--background: #ffffff;--foreground: #111111;--muted: #f5f5f5;--muted-foreground: #6b7280;--border: #e5e7eb;--card-dash: #ffffff;--card-dash-foreground: #111111;--destructive: #ef4444;--destructive-foreground: #ffffff;--ring: #9d93c9;--radius: .5rem}.dark{--primary-dark: #635a91;--primary-foreground: #ffffff;--secondary: #1f2937;--secondary-foreground: #ffffff;--accent: #adfa1d;--accent-foreground: #111111;--background: #111111;--foreground: #ffffff;--muted: #1f2937;--muted-foreground: #9ca3af;--border: #374151;--card-dash: #1f2937;--card-dash-foreground: #ffffff;--destructive: #ef4444;--destructive-foreground: #ffffff;--ring: #9d93c9}.container{max-width:1600px;margin:0 auto;padding:0 1rem;width:100%;border:1px solid #00000029;border-radius:15px}.dashboard-container{padding:1rem}.dashboard-title{font-size:1.875rem;font-weight:700;margin-bottom:1.5rem}.tabs-dash{display:flex;flex-direction:column;gap:1rem}.tabs-dash-list{display:flex;border-bottom:1px solid var(--border);overflow-x:auto}.tabs-dash-trigger{padding:.5rem 1rem;font-size:.875rem;font-weight:500;color:var(--muted-foreground);background-color:transparent;border:none;border-bottom:2px solid transparent;cursor:pointer;transition:all .2s}.tabs-dash-trigger:hover{color:var(--foreground)}.tabs-dash-trigger[data-state=active]{color:var(--primary);border-bottom-color:var(--primary)}.tabs-dash-content{display:none}.tabs-dash-content[data-state=active]{display:block}.grid-dash{display:grid;gap:1rem}.grid-dash-cols-2{grid-template-columns:repeat(2,1fr)}.card-dash{background-color:var(--card-dash);color:var(--card-dash-foreground);border-radius:var(--radius);border:1px solid var(--border);overflow:hidden}.card-dash-header{padding:1rem;border-bottom:1px solid var(--border);display:flex;flex-direction:column;gap:.25rem}.card-dash-title{font-size:1rem;font-weight:600}.badge{display:inline-flex;align-items:center;border-radius:9999px;padding:.25rem .75rem;font-size:.75rem;font-weight:500}.list{list-style-type:disc;padding-left:1.25rem}.avatar{width:2.5rem;height:2.5rem;border-radius:9999px;overflow:hidden;background-color:var(--muted);display:flex;align-items:center;justify-content:center;font-weight:600}.avatar img{width:100%;height:100%;-o-object-fit:cover;object-fit:cover}.star{width:1rem;height:1rem}.analytics-embed{height:80vh;position:relative;background-color:var(--card-dash)}.analytics-embed iframe{width:100%;height:100%;border:0}.loading-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:#fffc;z-index:10}.skeleton{background-color:var(--muted);border-radius:var(--radius);animation:pulse 2s cubic-bezier(.4,0,.6,1) infinite}@keyframes pulse{0%,to{opacity:1}50%{opacity:.5}}.skeleton-container{width:100%;max-width:28rem;padding:0 2rem}.skeleton-header{height:3rem;width:100%;margin-bottom:1rem}.skeleton-text{height:1rem;width:100%;margin-bottom:.5rem}.skeleton-text-90{width:90%}.skeleton-text-80{width:80%}.skeleton-chart{height:8rem;width:100%;border-radius:.375rem}.error-overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;align-items:center;justify-content:center;background-color:var(--background);z-index:10;padding:1rem}.alert{width:100%;max-width:28rem;padding:1rem;border-radius:var(--radius);display:flex;flex-direction:column;gap:.5rem}.alert-destructive{background-color:#ef44441a;border:1px solid var(--destructive)}.alert-title{font-weight:600;display:flex;align-items:center;gap:.5rem}.alert-description{font-size:.875rem}@media (max-width: 768px){.grid-dash-cols-2{grid-template-columns:1fr}}/*! tailwindcss v4.1.4 | MIT License | https://tailwindcss.com */@layer properties{@supports ((-webkit-hyphens:none) and (not (margin-trim:inline))) or ((-moz-orient:inline) and (not (color:rgb(from red r g b)))){*,:before,:after,::backdrop{--tw-translate-x:0;--tw-translate-y:0;--tw-translate-z:0;--tw-rotate-x:initial;--tw-rotate-y:initial;--tw-rotate-z:initial;--tw-skew-x:initial;--tw-skew-y:initial;--tw-border-style:solid;--tw-gradient-position:initial;--tw-gradient-from:#0000;--tw-gradient-via:#0000;--tw-gradient-to:#0000;--tw-gradient-stops:initial;--tw-gradient-via-stops:initial;--tw-gradient-from-position:0%;--tw-gradient-via-position:50%;--tw-gradient-to-position:100%;--tw-leading:initial;--tw-ordinal:initial;--tw-slashed-zero:initial;--tw-numeric-figure:initial;--tw-numeric-spacing:initial;--tw-numeric-fraction:initial;--tw-shadow:0 0 #0000;--tw-shadow-color:initial;--tw-shadow-alpha:100%;--tw-inset-shadow:0 0 #0000;--tw-inset-shadow-color:initial;--tw-inset-shadow-alpha:100%;--tw-ring-color:initial;--tw-ring-shadow:0 0 #0000;--tw-inset-ring-color:initial;--tw-inset-ring-shadow:0 0 #0000;--tw-ring-inset:initial;--tw-ring-offset-width:0px;--tw-ring-offset-color:#fff;--tw-ring-offset-shadow:0 0 #0000;--tw-outline-style:solid;--tw-blur:initial;--tw-brightness:initial;--tw-contrast:initial;--tw-grayscale:initial;--tw-hue-rotate:initial;--tw-invert:initial;--tw-opacity:initial;--tw-saturate:initial;--tw-sepia:initial;--tw-drop-shadow:initial;--tw-drop-shadow-color:initial;--tw-drop-shadow-alpha:100%;--tw-drop-shadow-size:initial;--tw-duration:initial;--tw-ease:initial;--tw-content:""}}}*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100vw;overflow-x:hidden}a{color:inherit;text-decoration:none}.pointer-events-auto{pointer-events:auto}.pointer-events-none{pointer-events:none}.invisible{visibility:hidden}.visible{visibility:visible}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border-width:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.absolute{position:absolute}.fixed{position:fixed}.relative{position:relative}.top-1\/2{top:50%}.top-full{top:100%}.left-1\/2{left:50%}.z-10{z-index:10}.z-20{z-index:20}.z-50{z-index:50}.col-span-1{grid-column:span 1/span 1}.container{width:100%}.mx-auto{margin-inline:auto}.mt-auto{margin-top:auto}.ml-auto{margin-left:auto}.block{display:block}.flex{display:flex}.grid{display:grid}.hidden{display:none}.inline-flex{display:inline-flex}.table{display:table}.aspect-square{aspect-ratio:1}.h-auto{height:auto}.h-full{height:100%}.h-px{height:1px}.h-screen{height:100vh}.h-svh{height:100svh}.max-h-screen{max-height:100vh}.min-h-svh{min-height:100svh}.w-2\/5{width:40%}.w-3\/4{width:75%}.w-3\/5{width:60%}.w-auto{width:auto}.w-full{width:100%}.w-max{width:-moz-max-content;width:max-content}.w-px{width:1px}.max-w-max{max-width:-moz-max-content;max-width:max-content}.flex-1{flex:1}.shrink-0{flex-shrink:0}.grow{flex-grow:1}.grow-0{flex-grow:0}.basis-full{flex-basis:100%}.caption-bottom{caption-side:bottom}.border-collapse{border-collapse:collapse}.-translate-x-1\/2{--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-x-px{--tw-translate-x:-1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.translate-x-px{--tw-translate-x:1px;translate:var(--tw-translate-x)var(--tw-translate-y)}.-translate-y-1\/2{--tw-translate-y: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.rotate-45{rotate:45deg}.rotate-90{rotate:90deg}.transform{transform:var(--tw-rotate-x,)var(--tw-rotate-y,)var(--tw-rotate-z,)var(--tw-skew-x,)var(--tw-skew-y,)}.cursor-default{cursor:default}.cursor-not-allowed{cursor:not-allowed}.cursor-pointer{cursor:pointer}.touch-none{touch-action:none}.resize{resize:both}.list-none{list-style-type:none}.grid-cols-1{grid-template-columns:repeat(1,minmax(0,1fr))}.grid-cols-3{grid-template-columns:repeat(3,minmax(0,1fr))}.flex-col{flex-direction:column}.flex-col-reverse{flex-direction:column-reverse}.flex-row{flex-direction:row}.flex-wrap{flex-wrap:wrap}.items-center{align-items:center}.items-end{align-items:flex-end}.items-start{align-items:flex-start}.items-stretch{align-items:stretch}.justify-between{justify-content:space-between}.justify-center{justify-content:center}.overflow-auto{overflow:auto}.overflow-hidden{overflow:hidden}.overflow-x-hidden{overflow-x:hidden}.overflow-y-auto{overflow-y:auto}.rounded-\[2px\]{border-radius:2px}.rounded-\[inherit\]{border-radius:inherit}.rounded-full{border-radius:3.40282e38px}.border{border-style:var(--tw-border-style);border-width:1px}.border-2{border-style:var(--tw-border-style);border-width:2px}.border-4{border-style:var(--tw-border-style);border-width:4px}.border-10{border-style:var(--tw-border-style);border-width:10px}.border-y{border-block-style:var(--tw-border-style);border-block-width:1px}.border-t{border-top-style:var(--tw-border-style);border-top-width:1px}.border-t-2{border-top-style:var(--tw-border-style);border-top-width:2px}.border-r{border-right-style:var(--tw-border-style);border-right-width:1px}.border-b{border-bottom-style:var(--tw-border-style);border-bottom-width:1px}.border-l{border-left-style:var(--tw-border-style);border-left-width:1px}.border-l-3{border-left-style:var(--tw-border-style);border-left-width:3px}.border-dashed{--tw-border-style:dashed;border-style:dashed}.border-transparent{border-color:#0000}.border-t-transparent{border-top-color:#0000}.border-r-transparent{border-right-color:#0000}.border-b-transparent{border-bottom-color:#0000}.border-l-transparent{border-left-color:#0000}.bg-\[\#7f74b3\]{background-color:#7f74b3}.bg-\[\#7f74b3\]\/20{background-color:#7f74b333}.bg-\[\#eee4ff\]{background-color:#eee4ff}.bg-\[\#eee4ff\]\/50{background-color:#eee4ff80}.bg-\[\#f9f9f9\]{background-color:#f9f9f9}.bg-\[\#fffff\]{background-color:#fffff}.bg-\[\#ffffff\]{background-color:#fff}.bg-transparent{background-color:#0000}.bg-gradient-to-r{--tw-gradient-position:to right in oklab;background-image:linear-gradient(var(--tw-gradient-stops))}.bg-clip-text{-webkit-background-clip:text;background-clip:text}.fill-current{fill:currentColor}.object-cover{-o-object-fit:cover;object-fit:cover}.p-\[1px\]{padding:1px}.text-center{text-align:center}.text-left{text-align:left}.align-middle{vertical-align:middle}.leading-none{--tw-leading:1;line-height:1}.break-words{overflow-wrap:break-word}.whitespace-nowrap{white-space:nowrap}.text-\[\#000000\]{color:#000}.text-\[\#000000\]\/50{color:oklab(0% none none/.5)}.text-\[\#000000\]\/60{color:oklab(0% none none/.6)}.text-\[\#000000\]\/70{color:oklab(0% none none/.7)}.text-\[\#7f74b3\]{color:#7f74b3}.text-\[\#7f74b3\]\/30{color:#7f74b34d}.text-\[\#ffffff\]{color:#fff}.text-current{color:currentColor}.text-transparent{color:#0000}.uppercase{text-transform:uppercase}.tabular-nums{--tw-numeric-spacing:tabular-nums;font-variant-numeric:var(--tw-ordinal,)var(--tw-slashed-zero,)var(--tw-numeric-figure,)var(--tw-numeric-spacing,)var(--tw-numeric-fraction,)}.underline-offset-4{text-underline-offset:4px}.opacity-0{opacity:0}.opacity-50{opacity:.5}.opacity-60{opacity:.6}.opacity-70{opacity:.7}.opacity-90{opacity:.9}.shadow-none{--tw-shadow:0 0 #0000;box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-0{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(0px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.ring-2{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.outline{outline-style:var(--tw-outline-style);outline-width:1px}.filter{filter:var(--tw-blur,)var(--tw-brightness,)var(--tw-contrast,)var(--tw-grayscale,)var(--tw-hue-rotate,)var(--tw-invert,)var(--tw-saturate,)var(--tw-sepia,)var(--tw-drop-shadow,)}.transition{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to,opacity,box-shadow,transform,translate,scale,rotate,filter,-webkit-backdrop-filter,backdrop-filter;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-all{transition-property:all;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-colors{transition-property:color,background-color,border-color,outline-color,text-decoration-color,fill,stroke,--tw-gradient-from,--tw-gradient-via,--tw-gradient-to;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-opacity{transition-property:opacity;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.transition-transform{transition-property:transform,translate,scale,rotate;transition-timing-function:var(--tw-ease,ease);transition-duration:var(--tw-duration,0s)}.duration-200{--tw-duration:.2s;transition-duration:.2s}.duration-1000{--tw-duration:1s;transition-duration:1s}.ease-linear{--tw-ease:linear;transition-timing-function:linear}.outline-none{--tw-outline-style:none;outline-style:none}.select-none{-webkit-user-select:none;-moz-user-select:none;user-select:none}.group-focus-within\/menu-item\:opacity-100:is(:where(.group\/menu-item):focus-within *){opacity:1}@media (hover:hover){.group-hover\:opacity-100:is(:where(.group):hover *),.group-hover\/menu-item\:opacity-100:is(:where(.group\/menu-item):hover *){opacity:1}}.peer-disabled\:cursor-not-allowed:is(:where(.peer):disabled~*){cursor:not-allowed}.peer-disabled\:opacity-70:is(:where(.peer):disabled~*){opacity:.7}.file\:border-0::file-selector-button{border-style:var(--tw-border-style);border-width:0}.file\:bg-transparent::file-selector-button{background-color:#0000}.after\:absolute:after{content:var(--tw-content);position:absolute}.after\:left-1\/2:after{content:var(--tw-content);left:50%}.after\:-translate-x-1\/2:after{content:var(--tw-content);--tw-translate-x: -50% ;translate:var(--tw-translate-x)var(--tw-translate-y)}.first\:border-l:first-child{border-left-style:var(--tw-border-style);border-left-width:1px}.focus-within\:relative:focus-within{position:relative}.focus-within\:z-20:focus-within{z-index:20}@media (hover:hover){.hover\:bg-\[\#7f74b3\]\/80:hover{background-color:#7f74b3cc}.hover\:bg-\[\#7f74b3\]\/90:hover{background-color:#7f74b3e6}.hover\:bg-\[\#eee4ff\]:hover{background-color:#eee4ff}.hover\:bg-\[\#eee4ff\]\/80:hover{background-color:#eee4ffcc}.hover\:underline:hover{text-decoration-line:underline}.hover\:opacity-100:hover{opacity:1}}.focus\:opacity-100:focus{opacity:1}.focus\:ring-2:focus{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus\:ring-offset-2:focus{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus\:outline-none:focus{--tw-outline-style:none;outline-style:none}.focus-visible\:ring-1:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(1px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-2:focus-visible{--tw-ring-shadow:var(--tw-ring-inset,)0 0 0 calc(2px + var(--tw-ring-offset-width))var(--tw-ring-color,currentcolor);box-shadow:var(--tw-inset-shadow),var(--tw-inset-ring-shadow),var(--tw-ring-offset-shadow),var(--tw-ring-shadow),var(--tw-shadow)}.focus-visible\:ring-offset-1:focus-visible{--tw-ring-offset-width:1px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:ring-offset-2:focus-visible{--tw-ring-offset-width:2px;--tw-ring-offset-shadow:var(--tw-ring-inset,)0 0 0 var(--tw-ring-offset-width)var(--tw-ring-offset-color)}.focus-visible\:outline-none:focus-visible{--tw-outline-style:none;outline-style:none}.disabled\:pointer-events-none:disabled{pointer-events:none}.disabled\:cursor-not-allowed:disabled{cursor:not-allowed}.disabled\:opacity-50:disabled{opacity:.5}.aria-disabled\:pointer-events-none[aria-disabled=true]{pointer-events:none}.aria-disabled\:opacity-50[aria-disabled=true]{opacity:.5}.aria-selected\:opacity-100[aria-selected=true]{opacity:1}@layer base{:root{--background:0 0% 100%;--foreground:0 0% 3.9%;--card:0 0% 100%;--card-foreground:0 0% 3.9%;--popover:0 0% 100%;--popover-foreground:0 0% 3.9%;--primary:0 0% 9%;--primary-foreground:0 0% 98%;--secondary:0 0% 96.1%;--secondary-foreground:0 0% 9%;--muted:0 0% 96.1%;--muted-foreground:0 0% 45.1%;--accent:0 0% 96.1%;--accent-foreground:0 0% 9%;--destructive:0 84.2% 60.2%;--destructive-foreground:0 0% 98%;--border:0 0% 89.8%;--input:0 0% 89.8%;--ring:0 0% 3.9%;--chart-1:12 76% 61%;--chart-2:173 58% 39%;--chart-3:197 37% 24%;--chart-4:43 74% 66%;--chart-5:27 87% 67%;--radius:.5rem;--sidebar-background:0 0% 98%;--sidebar-foreground:240 5.3% 26.1%;--sidebar-primary:240 5.9% 10%;--sidebar-primary-foreground:0 0% 98%;--sidebar-accent:240 4.8% 95.9%;--sidebar-accent-foreground:240 5.9% 10%;--sidebar-border:220 13% 91%;--sidebar-ring:217.2 91.2% 59.8%}.dark{--background:0 0% 3.9%;--foreground:0 0% 98%;--card:0 0% 3.9%;--card-foreground:0 0% 98%;--popover:0 0% 3.9%;--popover-foreground:0 0% 98%;--primary:0 0% 98%;--primary-foreground:0 0% 9%;--secondary:0 0% 14.9%;--secondary-foreground:0 0% 98%;--muted:0 0% 14.9%;--muted-foreground:0 0% 63.9%;--accent:0 0% 14.9%;--accent-foreground:0 0% 98%;--destructive:0 62.8% 30.6%;--destructive-foreground:0 0% 98%;--border:0 0% 14.9%;--input:0 0% 14.9%;--ring:0 0% 83.1%;--chart-1:220 70% 50%;--chart-2:160 60% 45%;--chart-3:30 80% 55%;--chart-4:280 65% 60%;--chart-5:340 75% 55%;--sidebar-background:240 5.9% 10%;--sidebar-foreground:240 4.8% 95.9%;--sidebar-primary:224.3 76.3% 48%;--sidebar-primary-foreground:0 0% 100%;--sidebar-accent:240 3.7% 15.9%;--sidebar-accent-foreground:240 4.8% 95.9%;--sidebar-border:240 3.7% 15.9%;--sidebar-ring:217.2 91.2% 59.8%}}@property --tw-translate-x{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-y{syntax:"*";inherits:false;initial-value:0}@property --tw-translate-z{syntax:"*";inherits:false;initial-value:0}@property --tw-rotate-x{syntax:"*";inherits:false}@property --tw-rotate-y{syntax:"*";inherits:false}@property --tw-rotate-z{syntax:"*";inherits:false}@property --tw-skew-x{syntax:"*";inherits:false}@property --tw-skew-y{syntax:"*";inherits:false}@property --tw-border-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-gradient-position{syntax:"*";inherits:false}@property --tw-gradient-from{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-via{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-to{syntax:"<color>";inherits:false;initial-value:#0000}@property --tw-gradient-stops{syntax:"*";inherits:false}@property --tw-gradient-via-stops{syntax:"*";inherits:false}@property --tw-gradient-from-position{syntax:"<length-percentage>";inherits:false;initial-value:0%}@property --tw-gradient-via-position{syntax:"<length-percentage>";inherits:false;initial-value:50%}@property --tw-gradient-to-position{syntax:"<length-percentage>";inherits:false;initial-value:100%}@property --tw-leading{syntax:"*";inherits:false}@property --tw-ordinal{syntax:"*";inherits:false}@property --tw-slashed-zero{syntax:"*";inherits:false}@property --tw-numeric-figure{syntax:"*";inherits:false}@property --tw-numeric-spacing{syntax:"*";inherits:false}@property --tw-numeric-fraction{syntax:"*";inherits:false}@property --tw-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-shadow-color{syntax:"*";inherits:false}@property --tw-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-inset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-shadow-color{syntax:"*";inherits:false}@property --tw-inset-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-ring-color{syntax:"*";inherits:false}@property --tw-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-inset-ring-color{syntax:"*";inherits:false}@property --tw-inset-ring-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-ring-inset{syntax:"*";inherits:false}@property --tw-ring-offset-width{syntax:"<length>";inherits:false;initial-value:0}@property --tw-ring-offset-color{syntax:"*";inherits:false;initial-value:#fff}@property --tw-ring-offset-shadow{syntax:"*";inherits:false;initial-value:0 0 #0000}@property --tw-outline-style{syntax:"*";inherits:false;initial-value:solid}@property --tw-blur{syntax:"*";inherits:false}@property --tw-brightness{syntax:"*";inherits:false}@property --tw-contrast{syntax:"*";inherits:false}@property --tw-grayscale{syntax:"*";inherits:false}@property --tw-hue-rotate{syntax:"*";inherits:false}@property --tw-invert{syntax:"*";inherits:false}@property --tw-opacity{syntax:"*";inherits:false}@property --tw-saturate{syntax:"*";inherits:false}@property --tw-sepia{syntax:"*";inherits:false}@property --tw-drop-shadow{syntax:"*";inherits:false}@property --tw-drop-shadow-color{syntax:"*";inherits:false}@property --tw-drop-shadow-alpha{syntax:"<percentage>";inherits:false;initial-value:100%}@property --tw-drop-shadow-size{syntax:"*";inherits:false}@property --tw-duration{syntax:"*";inherits:false}@property --tw-ease{syntax:"*";inherits:false}@property --tw-content{syntax:"*";inherits:false;initial-value:""}
