@import url(https://fonts.googleapis.com/css2?family=Montserrat:wght@500;700;900&family=Righteous&family=Roboto:wght@500;700;900&display=swap);*{margin:0;padding:0;box-sizing:border-box}body{font-family:Roboto,sans-serif;background-color:#061161;color:#fff}.app_container{min-height:100vh;display:-ms-flexbox;display:flex;-ms-flex-direction:row;flex-direction:row}.main{-ms-flex-positive:1;flex-grow:1;background:linear-gradient(180deg,transparent,#020230),url(/static/media/image05.480f1ae4.png) 50%;background-size:cover;position:relative}.main,.price_list{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}.price_list{width:25%;max-width:380px;background-color:#020230;-ms-flex-align:center;align-items:center;padding:10px 0;transition:width .3s ease,height .3s ease,opacity .3s ease}.price_list_quiz_over{-ms-flex-pack:center;justify-content:center}.moneyList{padding:0 15px;list-style-type:none;width:100%;max-height:80vh;overflow-y:auto;margin-top:15px}.moneyListItem{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:justify;justify-content:space-between;padding:8px 10px;border-radius:5px;margin-bottom:5px;transition:background-color .3s ease,color .3s ease}.moneyListItem.active{background-color:#ffa800;color:#000;font-weight:700}.moneyListItemNumber{width:30%;font-size:18px;font-weight:500;-ms-flex-negative:0;flex-shrink:0;margin-right:15px}.moneyListItemAmount{font-size:18px;font-weight:500;text-align:right}.top{height:50%;position:relative;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:end;align-items:flex-end;padding-bottom:30px}.timer{width:80px;height:80px;border-radius:50%;border:2px solid #ffa800;font-size:30px;font-weight:700;background:linear-gradient(#000,#100241);box-shadow:0 0 10px #ffa800}.bottom,.timer{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;-ms-flex-pack:center;justify-content:center}.bottom{height:30%}.quiz{height:100%;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-align:center;align-items:center;-ms-flex-pack:distribute;justify-content:space-around;width:90%;max-width:800px;padding:10px 0}.question{width:100%;background:linear-gradient(#100241,#000);text-align:center;padding:15px;border-radius:25px;border:2px solid #ffa800;font-size:22px;margin-bottom:20px}.answers{width:100%;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:14px}.answer{width:45%;min-width:200px;padding:12px;text-align:center;background:linear-gradient(#0e0124,#061161);border:1px solid #ffa800;border-radius:20px;font-weight:500;font-size:18px;cursor:pointer;transition:background .3s ease}.answer.active,.answer:hover{background:#2900e0}.answer.correct{animation:correct 3s ease forwards}@keyframes correct{0%,22%,42%{background:#2900e0}20%,40%,60%{background:linear-gradient(#0e0124,#061161)}62%,to{background:#438a19}}.answer.wrong{animation:wrong 3s ease forwards}@keyframes wrong{0%,22%,42%{background:#2900e0}20%,40%,60%{background:linear-gradient(#0e0124,#061161)}62%,to{background:#da2100}}.earned,.winner{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;cipher-text:center;text-align:center;padding:20px;border-radius:10px;border:2px solid #ffa800;background:linear-gradient(90deg,#061161,#000 50%,#061161);margin:auto;width:80%;max-width:500px;font-size:clamp(24px,5vw,40px);font-weight:700}.winner{border-radius:50%;height:auto;padding:30px 20px}.gold{color:gold;font-size:clamp(1.2em,4vw,1.5em);margin-bottom:10px}.earned_money{color:#ffa800;vertical-align:middle}.start{width:90%;max-width:300px;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;margin:auto;height:100vh;padding:20px}.startInput{width:100%;border:1px solid #ffa800;border-radius:5px;text-align:center;font-size:18px;padding:12px 10px;margin-bottom:25px;text-transform:capitalize;background-color:#020230;color:#fff}.startInput:focus{outline:none;border-color:#fff}.startButton{width:100%;height:50px;border:none;border-radius:5px;cursor:pointer;font-size:20px;font-weight:700;text-transform:uppercase;letter-spacing:1px;background:linear-gradient(#000,#100241);border:1px solid #ffa800;box-shadow:3px 3px 5px #000;color:#fff;transition:background .3s ease,transform .2s ease}.startButton:hover{background:linear-gradient(#100241,#000);-ms-transform:translateY(-2px);transform:translateY(-2px)}.startButton:active{-ms-transform:translateY(0);transform:translateY(0)}.lifelines_container{-ms-flex-pack:center;justify-content:center;padding:10px 0;gap:10px;background-color:#020230;-ms-flex-order:1;order:1}.lifelines,.lifelines_container{display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center;width:100%}.lifelines{padding:14px 0 0;margin-bottom:0;-ms-flex-pack:space-evenly;justify-content:space-evenly}.lifeline{width:50px;height:50px;border:2px solid #ffa800;border-radius:50%;background-color:transparent;cursor:not-allowed;outline:none;padding:8px;display:-ms-flexbox;display:flex;-ms-flex-pack:center;justify-content:center;-ms-flex-align:center;align-items:center;transition:background-color .3s ease,transform .2s ease}.lifeline:hover{background-color:rgba(255,168,0,.2);-ms-transform:scale(1.1);transform:scale(1.1)}.lifeline img{width:100%;height:auto}.kbc_quiz{margin:20px 0;font-size:clamp(28px,6vw,40px);font-family:Righteous,cursive;letter-spacing:3px}.kbc_quiz,footer{text-align:center}footer{position:fixed;bottom:0;left:0;line-height:1.5;padding:15px;background-color:#020230;font-size:12px;color:#aaa;border:1px solid #ffa800;-ms-flex-order:3;order:3}footer a{color:#ffa800;text-decoration:none}footer a:hover{text-decoration:underline}.sidebar_toggle{display:none}@media only screen and (max-width:1024px){.main{width:100%}.top{height:34%}.sidebar_toggle{display:inline-block;position:absolute;top:4px;right:8px;cursor:pointer}.sidebar_toggle .x{font-size:22px;margin-top:0;display:block}.sidebar_toggle .dots{margin-top:-14px;font-size:35px;display:block}.price_list{width:270px;background-color:#010a4e;position:absolute;right:0;height:160px}.price_list.open{height:100%}.price_list_quiz_over{-ms-flex-pack:center;justify-content:center}.moneyList{padding:0 10px;max-height:none}.moneyListItem{padding:8px 12px;margin-right:8px;min-width:100px;border:1px solid transparent}.moneyListItem.active{border-color:#ffa800;background-color:#061161;color:#ffa800}.moneyListItem.active .moneyListItemAmount,.moneyListItem.active .moneyListItemNumber{color:#ffa800}.moneyListItemNumber{font-size:14px;margin-right:0;margin-bottom:4px}.moneyListItemAmount{font-size:14px}.timer{width:70px;height:70px;font-size:26px}.top{padding-bottom:25px;min-height:180px}.question{font-size:20px;padding:12px;border-radius:20px}.answer{font-size:16px;padding:10px;border-radius:15px;width:calc(50% - 10px);min-width:unset}.lifelines_container{-ms-flex-order:0;order:0;padding:15px 0;gap:15px}.lifelines{padding-top:28px}.lifeline{width:45px;height:45px;padding:6px}}@media only screen and (max-width:767px){.quiz{width:95%}.question{font-size:18px;margin-bottom:15px}.answers{gap:10px}.answer{width:100%;font-size:16px;padding:12px}.earned-title,.winner .gold{font-size:18px}.winner{padding:20px 15px}.startInput{font-size:16px;padding:10px;margin-bottom:20px}.startButton{height:45px;font-size:18px}.timer{width:60px;height:60px;font-size:22px}.top{min-height:150px}.lifelines_container{gap:8px;padding:10px 0}.lifeline{width:40px;height:40px;padding:5px}.moneyListItem{padding:6px 10px;min-width:90px}.moneyListItemAmount,.moneyListItemNumber{font-size:13px}.price_list{padding:8px 0;height:145px}.price_list_quiz_over .moneyList{-ms-flex-pack:center;justify-content:center}}@media only screen and (max-width:576px){.price_list{width:100%}}
/*# sourceMappingURL=main.964e21ff.css.map*/