@import url("https://fonts.googleapis.com/css2?family=Roboto:wght@400;700&display=swap");.ProblemBox_container__nVQbz{height:100vh;display:flex;flex-direction:column;justify-content:space-between;align-items:center;background:linear-gradient(135deg,#00ff22,#005eff);animation:ProblemBox_gradientAnimation__t1GKg 15s ease infinite;color:white;font-family:Roboto,sans-serif}.ProblemBox_navbar__Tv_Vh{width:100%;height:60px;background:rgba(0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;align-items:center;justify-content:center;font-size:24px;font-weight:700;cursor:pointer;box-shadow:0 4px 6px rgba(0,0,0);transition:2s ease;position:relative}.ProblemBox_navbar__Tv_Vh:hover{background:linear-gradient(90deg,rgb(255,0,255),rgb(13,0,255),rgb(0,255,26));box-shadow:0 4px 100px rgb(255,255,255)}.ProblemBox_RT___SYhZ{padding-left:5%;position:absolute;left:10px}.ProblemBox_RT___SYhZ:hover{color:gold}.ProblemBox_title__6ZA0_{padding:5px 20px;position:absolute;left:50%;transform:translateX(-50%)}.ProblemBox_title__6ZA0_:hover{color:gold}.ProblemBox_content__cfzP7{display:flex;justify-content:center;align-items:center;flex-grow:1;flex-direction:column;width:100%}.ProblemBox_InfoDiv__m0RqN{width:90%;margin-top:5%;margin-bottom:5%;text-align:center;font-size:14px;line-height:1.5;word-spacing:1px;max-width:1000px}.ProblemBox_form__L_EXO{display:flex;flex-direction:column;padding:20px;background:rgba(255,255,255);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border-radius:10px;box-shadow:0 4px 10px rgba(0,0,0,.3);width:70%;max-width:700px;transform:translateY(-50%)}.ProblemBox_form__L_EXO input,.ProblemBox_form__L_EXO textarea{background:transparent;border:none;border-bottom:2px solid silver;color:#000000;margin:10px 0;padding:10px;font-size:16px;transition:border-color .3s ease}.ProblemBox_form__L_EXO textarea{font-family:Roboto,sans-serif;line-height:1.5}.ProblemBox_form__L_EXO input:focus,.ProblemBox_form__L_EXO textarea:focus{border-color:#0095ff;outline:none}.ProblemBox_form__L_EXO input::placeholder,.ProblemBox_form__L_EXO textarea::placeholder{color:silver;opacity:1}.ProblemBox_submitButton__wwJnm{padding:10px;background:linear-gradient(90deg,#7700ff,#0800ff,#7700ff);color:#fff;border:none;border-radius:5px;margin-top:2%;font-size:16px;cursor:pointer;transition:box-shadow .3s ease}.ProblemBox_submitButton__wwJnm:hover{box-shadow:0 0 10px rgb(255,255,255,.8);background:linear-gradient(90deg,#0800ff,#7b00ff,#0800ff)}.ProblemBox_successMessage__EMQIb{width:95%;text-align:center;font-size:18px;font-weight:700;color:rgb(17,255,0);animation:ProblemBox_fadeIn__SXzxs .5s ease-in}@keyframes ProblemBox_fadeIn__SXzxs{0%{opacity:0}to{opacity:1}}.ProblemBox_error___gpJ0{display:flex;position:fixed;color:rgb(255,0,0);padding:10px;bottom:150px;font-weight:600;background-color:rgba(255,255,255,.4);border-radius:5px}.ProblemBox_footer__KPIbS{width:100%;height:60px;background:rgba(0,0,0);-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);display:flex;justify-content:space-around;align-items:center;color:#fff}.ProblemBox_footerOuterDiv__o0gbq{display:flex;align-items:center;justify-content:space-between;width:90%}.ProblemBox_links__r3Spm a{color:white;margin:0 10px;text-decoration:none;transition:color .3s ease}.ProblemBox_links__r3Spm a:hover{color:#00d2ff}.ProblemBox_srOnly__jaxkX{position:absolute;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0,0,0,0);border:0}@media(max-width:900px){.ProblemBox_navbar__Tv_Vh{font-size:20px}.ProblemBox_form__L_EXO input,.ProblemBox_form__L_EXO textarea{font-size:12px}.ProblemBox_footerOuterDiv__o0gbq{width:98%}.ProblemBox_footer__KPIbS{font-size:12px}.ProblemBox_links__r3Spm a{color:white;margin:0 6px;text-decoration:none;transition:color .3s ease}}@media(max-width:600px){.ProblemBox_navbar__Tv_Vh{font-size:20px}.ProblemBox_RT___SYhZ{padding-left:2%}.ProblemBox_title__6ZA0_{padding:2px;left:60%}.ProblemBox_InfoDiv__m0RqN{width:90%;margin-top:5%;text-align:center;font-size:12px;max-width:1000px}.ProblemBox_form__L_EXO input,.ProblemBox_form__L_EXO textarea{padding:10px;font-size:12px}.ProblemBox_footerOuterDiv__o0gbq{width:98%;flex-direction:column}.ProblemBox_links__r3Spm a{color:white;margin:0 6px;text-decoration:none;transition:color .3s ease}.ProblemBox_footer__KPIbS{font-size:10px}}@media(max-height:900px){.ProblemBox_form__L_EXO{transform:translateY(-25%)}.ProblemBox_error___gpJ0{bottom:100px}}@media(max-height:700px){.ProblemBox_form__L_EXO{transform:translateY(-10%)}.ProblemBox_error___gpJ0{bottom:70px}}