@charset "UTF-8";@import"https://fonts.googleapis.com/css2?family=Quicksand:wght@300;400;500;600;700&display=swap";@import"https://fonts.googleapis.com/css2?family=Roboto+Mono:wght@600&display=swap";header.scrolled,#auth header{background:#fff;box-shadow:0 0 1rem #1515150d}#root{background-color:#fff!important}#auth{min-height:100%;display:flex;flex-direction:column;align-items:center}#auth header{position:static}#auth .content{padding-top:2rem;padding-bottom:2rem;display:flex;align-items:center;justify-content:center;flex-direction:column;height:100%;color:#151515;width:100%;max-width:400px;box-sizing:border-box}#auth .content .bottom-link{color:#1c5fd3;font-weight:600;margin-top:2rem}#auth .content h1{margin-bottom:1.5rem;font-size:1.75em;color:#303030;align-self:flex-start;border-left:5px solid #3a8af2;padding-left:.5em}#auth .content form{display:flex;flex-direction:column;gap:.75rem;width:100%}#auth .content form .box{display:flex;flex-direction:column}#auth .content form label{margin-bottom:.5rem;font-size:.9em;font-weight:600}#auth .content form input{border:1px solid #bbb;font-size:.9rem;padding:.6rem 1rem;border-radius:.5rem;outline-color:#1c5fd3;width:100%;font-weight:500}#auth .content form .password{position:relative;display:flex;gap:.25rem}#auth .content form .password input{padding-right:4rem}#auth .content form .password button{position:absolute;right:0;top:0;height:100%;width:3rem;display:flex;align-items:center;justify-content:center;margin:0;border-radius:0 .5rem .5rem 0}#auth .content form button{font-size:1em;padding:.6rem 1rem;background:linear-gradient(45deg,#1c5fd3,#3a8af2);color:#fff;border-radius:.5rem;font-weight:600;margin-top:.5rem}#auth .content form button:hover{opacity:.9}#auth .content form .error{color:#ed1919;font-weight:600;font-size:.9em;margin-top:.5em}#auth .content .divider-text{margin:1.5rem 0}#auth .content .google{display:flex;align-items:center;width:100%;padding:.5rem 1rem;border:1px solid #bbb;border-radius:2rem;gap:.75rem}#auth .content .google span{color:#303030;font-weight:500;font-size:1em}#auth .content .google img{height:1.75rem}header{position:fixed;width:100%;top:0;left:0;transition:.15s ease-in;z-index:100;-webkit-user-select:none;user-select:none}header.scrolled{background:#fff;box-shadow:0 0 1rem #1515150d}header .exam-banner{width:100%;padding-top:1em;padding-bottom:1em;color:#fff;background:#1c5fd3;font-weight:500}header .exam-banner a{color:#fff}header nav{padding:1rem 0}@media screen and (max-width: 1200px){header nav{font-size:15px}}header nav .container{display:flex;justify-content:space-between;align-items:center}header nav .container .profile{display:flex;justify-content:center;align-items:center;margin-left:auto;margin-right:2rem}header nav .container .profile .profile-photo{height:50px;color:#fff;border-radius:.75rem;aspect-ratio:1/1;object-fit:cover;object-position:center center;pointer-events:none;box-shadow:0 0 1em #0000000d}@media screen and (max-width: 768px){header nav .container .profile .profile-photo{height:40px}}header nav .container .hamburger{position:relative;display:none;flex-direction:column;justify-content:space-between;width:1.5rem;height:1rem;cursor:pointer}header nav .container .hamburger:before,header nav .container .hamburger:after{content:"";width:100%;height:1.5px;position:absolute;left:50%;top:50%;background:#3a8af2;transform:translate(-50%,-50%) rotate(0);z-index:-1;transition:.3s ease-in-out}header nav .container .hamburger.active div{opacity:0;transform:scale(0)}header nav .container .hamburger.active:after{transform:translate(-50%,-50%) rotate(45deg)}header nav .container .hamburger.active:before{transform:translate(-50%,-50%) rotate(-45deg)}@media screen and (max-width: 1024px){header nav .container .hamburger{display:flex}}header nav .container .hamburger div{width:100%;height:1.5px;background:#3a8af2;border-radius:.5rem;transition:.1s ease-in-out}header nav .container ul{display:flex;align-items:center;gap:2rem}header nav .container ul .line{height:40px;width:1px;background:linear-gradient(0deg,transparent,#3a8af2,transparent)}@media screen and (max-width: 1024px){header nav .container ul .line{width:80%;height:.5px;background:rgba(187,187,187,.5)}}header nav .container ul li{display:flex;align-items:center;justify-content:center;font-size:1em}header nav .container ul li.active a{position:relative;pointer-events:none;color:#bbb}header nav .container ul li a{color:#3a8af2;font-weight:600;transition:.15s ease-in}header nav .container ul li a:hover{color:#1c5fd3}header nav .container ul li.login a{font-weight:600}header nav .container ul li.signup a{display:flex;color:#fff;background:linear-gradient(45deg,#1c5fd3,#3a8af2);padding:.75rem 1rem;border-radius:.5rem;font-weight:600;box-shadow:0 0 .5rem #3a8af240}@media screen and (max-width: 1024px){header nav .container ul{position:fixed;top:0;left:100%;visibility:hidden;height:100vh;max-width:80%;width:100%;flex-direction:column;justify-content:center;align-items:center;font-size:1em;background:#fff;gap:1.75rem;transition:.3s ease-in-out;z-index:-1;box-shadow:1rem 0 1rem #00000006;border-left:.25px solid rgba(187,187,187,.5)}header nav .container ul.active{left:20%;visibility:visible}header nav .container ul li{font-size:1.1em}header nav .container ul li.active a{color:#bbb}header nav .container ul li.active a:before{display:none!important;visibility:hidden!important}}header nav .logo{display:flex;margin-right:2rem}header nav .logo img{height:50px}@media screen and (max-width: 768px){header nav .logo img{height:40px}}#home{flex:1}#home .home{width:100%;height:100%;min-height:100vh;background:linear-gradient(0deg,rgba(28,95,211,.1),rgba(58,138,242,0));display:flex;align-items:center;justify-content:center}#home .home .left{display:flex;flex-direction:column;justify-content:center}#home .home .content{display:grid;grid-template-columns:65% 35%;gap:3rem;align-items:center;height:100%}@media screen and (max-width: 1024px){#home .home .content{grid-template-columns:70% 30%}}@media screen and (max-width: 768px){#home .home .content{grid-template-columns:1fr;gap:1rem}}#home .home .content .right{display:flex;align-items:center}@media screen and (max-width: 768px){#home .home .content .right{order:-1;height:200px}}#home .home .content .right img{width:100%;height:100%}#home .home .content .right img.active{opacity:1;transform:scale(1)}@media screen and (max-width: 768px){#home .home{font-size:14px}}@media screen and (max-width: 768px){#home .home{font-size:13px}}#home .home h1{font-size:3em;font-weight:700;color:#151515;margin-bottom:.5rem;text-shadow:0 0 .25rem rgba(21,21,21,.05);font-family:Roboto Mono,sans-serif}#home .home h2{font-size:1.5em;font-weight:700;color:#1c5fd3;font-family:Roboto Mono,sans-serif;text-shadow:0 0 1rem rgba(58,138,242,.1)}#home .home p{width:100%;padding:1rem 0;color:#151515;opacity:.75;font-weight:400}#home .home a{display:flex;width:fit-content;background:#fff;color:#1c5fd3;font-size:1.1em;padding:1rem;font-weight:600;margin-top:.5rem;border-radius:.5em;box-shadow:0 0 1rem #3a8af21a}#home .home a:hover{opacity:.9;box-shadow:0 0 .5rem #3a8af240}#home #info .container{display:flex;flex-direction:column;gap:1.75rem}#home #info .container h2{color:#151515;font-size:2em;border-left:5px solid #1c5fd3;padding-left:.5rem}#home #info .container p{font-weight:400;color:#151515;font-size:1em}#home #info .container .study{display:flex;flex-direction:column;gap:.75rem}#home #info .container .study .box{display:flex;align-items:center;gap:.5rem;font-weight:500;color:#303030}#home #info .container .study .box i{font-size:1.1em;color:#1c5fd3}#footer{background:linear-gradient(90deg,#1c5fd3,#3a8af2);-webkit-user-select:none;user-select:none}#footer img{width:50px}#footer .container{display:flex;align-items:center;gap:3rem}#footer .content{display:grid;gap:3rem;color:#fff;grid-template-columns:repeat(3,minmax(0,1fr));width:100%}@media screen and (max-width: 1024px){#footer .content{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 768px){#footer .content{grid-template-columns:repeat(1,minmax(0,1fr))}}#footer .content .footer-section{display:flex;flex-direction:column;gap:1.25rem}#footer .content .footer-section .top{border-left:5px solid #fff;padding-left:.75rem;margin-bottom:.75rem}#footer .content .footer-section .box{display:flex;align-items:center}#footer .content .footer-section i{margin-right:.5rem;font-size:1.25rem}#footer .content .footer-section h2{margin-bottom:.5rem}#footer .content .footer-section p{opacity:.75}#footer .content a{color:#fff}#_404 header{position:sticky}#_404 .content{height:auto;display:flex;flex-direction:column;align-items:center;justify-content:center;padding:7rem 0;color:#151515}#_404 .content h1{font-size:5em}#_404 .content p{font-weight:500}#profile header{position:sticky}#profile .content{display:flex;flex-direction:column;align-items:flex-start;gap:1.25rem;padding-top:3rem;padding-bottom:3rem;color:#303030}#profile .content .logout{color:#ed1919;font-weight:600;font-size:1em;width:fit-content;margin-top:1em}#profile .content a{border:1px dashed transparent}#profile .content a:hover{border-color:#3a8af2bf}#profile .content .lastResults{margin:1rem 0;display:flex;flex-direction:column;gap:1.5rem;width:100%}#profile .content .lastResults .results{display:flex;flex-direction:column;gap:.5rem}#profile .content .lastResults .results .lastExam{padding:1rem;border-radius:.5rem;background:#fff;box-shadow:0 .25rem 1rem #3a8af20d;display:flex;justify-content:space-between;border:1px solid rgba(187,187,187,.5)}#profile .content .lastResults .results .lastExam .left{display:flex;flex-direction:column;gap:.5rem;color:#3a8af2}#profile .content .lastResults .results .lastExam .left span{font-size:.9em}#profile .content .lastResults .results .lastExam .right{color:#3a8af2;font-weight:600}#profile .content .lastResults .results .lastExam h3{font-size:1em;color:#303030;font-weight:500}@media screen and (max-width: 525px){#profile .content{font-size:14px}}#profile .content .edit-popup{width:100%;max-width:400px}#profile .content .edit-popup .error{color:#ed1919;font-size:.9em;font-weight:500}#profile .content .edit-popup form{display:flex;flex-direction:column;align-items:flex-start;width:100%;gap:.5em}#profile .content .edit-popup form input{border:1px solid rgba(187,187,187,.5);padding:.5em 1em;border-radius:.25em;width:100%;outline:none;font-size:1em}#profile .content .edit-popup form button{background:linear-gradient(45deg,#3a8af2,#1c5fd3);width:100%;padding:.5em;border-radius:.25em;color:#fff;font-weight:500;font-size:1em}#profile .content .edit-popup form .box{display:flex;flex-direction:column;gap:.5em;width:100%}#profile .content .edit-popup form .box label{font-weight:500;color:#303030}#profile .content .edit button{display:flex;align-items:center;justify-content:center;font-size:1em;margin-left:.25em;color:#303030}#profile .content .badge{height:1.1em;pointer-events:none}#profile .content .info{display:flex;flex-direction:column;gap:.5em}#profile .content .info span{font-weight:500;margin:.25rem 0}#profile .content .info span.email{-webkit-user-select:text;user-select:text}#profile .content .info .stats{display:flex;align-items:center;gap:.5rem}#profile .content .info .stats span{font-weight:600;padding:1em;border-radius:.5em;background:#fff;box-shadow:0 .25rem 1rem #3a8af20d;border:1px solid rgba(187,187,187,.5)}#profile .content .top{display:flex;gap:1em;align-items:center;width:100%}#profile .content .top .main-info{display:flex;flex-direction:column;gap:.5em;width:100%}#profile .content .top h1{font-size:1.5em;color:#151515;font-weight:600}#profile .content .top h2{font-size:1.1em;display:flex;align-items:center;justify-self:center;gap:.5rem;font-weight:600;color:#303030;width:fit-content}#profile .content .top img.profile{border-radius:20%;aspect-ratio:1/1;max-height:96px;height:96px;pointer-events:none;object-fit:cover}#admin header{position:sticky}#admin nav{display:flex;align-items:center;justify-content:space-between;gap:.5em;padding:1em 0;border-bottom:1px solid rgba(187,187,187,.5)}#admin nav h2{font-size:1.25em;color:#303030}#admin nav ul{display:flex;gap:1em}#admin nav ul li.active>button{opacity:.75;text-decoration:underline;pointer-events:none}#admin nav ul button{font-size:.9em;font-weight:500;color:#1c5fd3;cursor:pointer}#admin nav ul button:hover{text-decoration:underline}#admin .content{padding-top:1rem;padding-bottom:1rem;color:#151515}#admin .content .preview-image{width:100%;max-width:300px;border:2px solid #1c5fd3;border-radius:.25rem}#admin .content #exams .paid{display:flex;flex-direction:row;align-items:center;justify-content:flex-start;gap:.5rem;padding:1rem 0}#admin .content #exams .paid input{width:fit-content}#admin .content #exams .paid label{margin:0}#admin .content #exams .buttons{display:grid;grid-template-columns:repeat(3,1fr);gap:1rem}#admin .content #exams .buttons button{background:none;border:2px dashed #1c5fd3;color:#1c5fd3;font-weight:700;font-size:.75em}#admin .content #exams .buttons button:hover{background:rgba(28,95,211,.2)}#admin .content #exams .questions{padding:1rem 0;border-radius:.5rem;display:flex;flex-direction:column;gap:1rem}#admin .content #exams .questions button{border:1px solid #1c5fd3;background:none!important;color:#1c5fd3}#admin .content #exams .questions button.danger{border:1px solid #ed1919;color:#ed1919}#admin .content #exams .questions span.danger{color:#ed1919;font-weight:600;margin:auto}#admin .content #exams .questions span.danger.left{margin:0}#admin .content #exams .questions input{background:#fff}#admin .content #exams .questions .question{display:flex;flex-direction:column;gap:1rem;padding:1rem;border:10px solid #3a8af2;border-radius:.5rem}#admin .content #exams .questions .question .variant{display:flex;align-items:center;gap:.5rem}#admin .content #exams .questions .question .variant.right{padding:.5rem;background:rgba(13,198,103,.25);border:1px solid #0dc667;border-radius:.25rem;overflow:hidden}#admin .content #exams .questions .question .variant span{background:#1c5fd3;color:#fff;min-width:2.5rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:.5rem;font-size:1rem;cursor:pointer}#admin .content #exams .questions .question .variant span:hover{background:#0dc667}#admin .content #exams .questions .question .columns{display:grid;grid-template-columns:repeat(2,minmax(0,1fr))}@media screen and (max-width: 768px){#admin .content #exams .questions .question .columns{grid-template-columns:1fr}}#admin .content #exams .questions .question .columns .column{padding:1rem;border:1px solid #bbb;display:flex;flex-direction:column;gap:1rem}#admin .content #exams .questions .question .columns .column span{pointer-events:none}#admin .content #exams .questions .question .columns .column textarea{resize:vertical}#admin .content #exams .questions .question .variants{display:flex;flex-direction:column;gap:.5rem}#admin .content #exams .questions .question .variants button{margin:0}#admin .content section{margin-bottom:5rem;margin-top:2rem;border-radius:.5rem}#admin .content form{display:flex;flex-direction:column;gap:.75rem;width:100%;margin:1rem 0}#admin .content form .box{display:flex;flex-direction:column}#admin .content form label{margin-bottom:.5rem;font-size:1em;font-weight:600}#admin .content form input,#admin .content form textarea,#admin .content form select{border:1px solid #bbb;font-size:1rem;padding:.75rem 1rem;border-radius:.5rem;outline-color:#1c5fd3;width:100%;font-weight:500;font-family:Quicksand,sans-serif}#admin .content form textarea{resize:vertical}#admin .content form .password{position:relative;display:flex;gap:.25rem}#admin .content form .password input{padding-right:4rem}#admin .content form .password button{position:absolute;right:0;top:0;height:100%;width:3rem;display:flex;align-items:center;justify-content:center;margin:0;border-radius:0 .5rem .5rem 0}#admin .content form button{font-size:1em;padding:.75rem 1rem;background:linear-gradient(45deg,#1c5fd3,#3a8af2);color:#fff;border-radius:.5rem;font-weight:600;margin-top:.5rem}#admin .content form button:hover{opacity:.9}#admin .content form .error{color:#ed1919;font-weight:600;font-size:.9em;margin-top:.5em}#admin .content #users{-webkit-user-select:text;user-select:text}#admin .content #users button.update{background:#fff;padding:1em;color:#1c5fd3;font-weight:600;font-size:1em;border:1px solid #1c5fd3;border-radius:.5em}#admin .content #users .search-user{display:flex;flex-direction:row;align-items:center}#admin .content #users .search-user button{margin:0}#admin .content #users .user{display:flex;flex-direction:column;gap:1em}#admin .content #users .user img{width:100px;aspect-ratio:1/1;object-fit:cover;border-radius:1em}#admin .content #users .user .box{display:flex;align-items:center;gap:.5em}#admin .content #users .user .box select{padding:.5em 1em;background-color:#fff;border-radius:.5em;font-weight:600;border:1px solid rgba(187,187,187,.5);font-size:1em}#admin .content #users .user .box h3{font-weight:600;color:#303030}#admin .content #users .user .box span{font-weight:500;color:#151515}#admin .content #users .user .exams{display:flex;flex-direction:column;gap:.75em}#admin .content #users .user .exams h3{font-weight:500}#admin .content #users .user .exams div{display:flex;flex-direction:column;gap:.5em;font-weight:600}#admin .content #users .user .exams div span{background:#fff;padding:.5em 1em;border-radius:.5em;border:1px solid rgba(187,187,187,.5);width:fit-content;color:#151515}#admin .content #settings form{display:flex;flex-direction:column;gap:2em}#admin .content #settings form .social,#admin .content #settings form .addresses{display:flex;flex-direction:column;gap:.75em}#admin .content #settings form .addresses .add{width:fit-content;align-self:flex-end}#admin .content #settings form .address{display:flex;align-items:center;gap:1em}#admin .content #settings form .address button{margin:0}#admin .content #settings form .box{display:flex;align-items:center;flex-direction:row;gap:1em;color:#303030}#admin .content #settings form .box i{font-size:1.25em}#admin .content #settings form .box input{color:#303030}#admin .content #exam-results{display:flex;flex-direction:column;align-items:flex-start;gap:2em}#admin .content #exam-results button{margin:2em auto;padding:1em;border:1px solid rgba(187,187,187,.5);background:#fff;font-weight:500;border-radius:.5em;font-size:1em;color:#303030;box-shadow:0 0 1rem #1c5fd31a}#admin .content #exam-results .exam-results{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:1.5em;width:100%}@media screen and (max-width: 1024px){#admin .content #exam-results .exam-results{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 768px){#admin .content #exam-results .exam-results{grid-template-columns:repeat(1,minmax(0,1fr))}}#admin .content #exam-results .exam-results .exam-result{display:flex;flex-direction:column;gap:1em;border:1px solid rgba(187,187,187,.5);padding:1em;border-radius:.5em;color:#303030;background:#fff}#admin .content #exam-results .exam-results .exam-result .exam-info{display:flex;flex-direction:column;gap:.75em}#admin .content #exam-results .exam-results .exam-result .exam-info .time{font-size:.75em;color:#1c5fd3;font-weight:500}#admin .content #exam-results .exam-results .exam-result .user{display:flex;align-items:center;gap:1em}#admin .content #exam-results .exam-results .exam-result .user .user-info{display:flex;flex-direction:column;gap:.1em}#admin .content #exam-results .exam-results .exam-result .user a{background:none;color:#1c5fd3;font-weight:600;padding:0;margin:0;font-size:.9em;width:fit-content}#admin .content #exam-results .exam-results .exam-result .user a:hover{text-decoration:underline}#admin .content #exam-results .exam-results .exam-result img{border:1px solid rgba(187,187,187,.5);border-radius:.75em;width:48px;height:48px}#admin .content #exam-results .exam-results .exam-result h3{font-size:1em}#admin .content #exam-results .exam-results .exam-result a{background:#3a8af2;padding:.5em 1em;border-radius:.5em;color:#fff;text-align:center;margin-top:.5em;font-weight:500}#tests header{position:sticky}#tests iframe{border-radius:1rem;overflow:hidden;border:1px solid #bbb;width:100%;height:500px}#tests .content{display:flex;flex-direction:column;gap:1.5rem;padding-top:3rem;padding-bottom:3rem}#tests .content .top{display:flex;flex-direction:column;gap:.25em;border-left:5px solid #3a8af2;padding-left:1rem;margin:.5rem 0}#tests .content p{font-size:.9rem;font-weight:500;color:#30303080}#tests .content h1{color:#303030}#tests .content h2{font-size:1.25em}#tests .content .tests{display:grid;grid-template-columns:repeat(3,minmax(0,1fr));gap:.75rem}@media screen and (max-width: 768px){#tests .content .tests{grid-template-columns:repeat(2,minmax(0,1fr))}}@media screen and (max-width: 525px){#tests .content .tests{grid-template-columns:1fr}}#tests .content .tests .test{padding:1rem;background:#fff;color:#303030;border-radius:.5rem;font-size:.75em;border:1px solid rgba(187,187,187,.5);box-shadow:0 0 .25em #1515150d;-webkit-user-select:text;user-select:text;display:flex;flex-direction:column;gap:.5em}#tests .content .tests .test a{color:#303030}#tests .content .tests .test span{-webkit-user-select:text;user-select:text;z-index:10;font-size:1.1em;font-weight:500}#exams header{position:sticky}#exams #exam .info{background:#fff;color:#303030;padding:.75em 1em;border-radius:.5em;font-weight:600;border:1px solid rgba(187,187,187,.5)}#exams #exam .top{display:flex;align-items:center;justify-content:space-between}#exams #exam .top h1{display:inline}#exams #exam .top .paid{font-size:.75em;font-weight:600;padding:.25em .5em;background:rgba(187,187,187,.5);color:#303030;border-radius:.25em;margin-left:.5em}#exams #exam ul{display:flex;flex-direction:column;gap:.75rem}#exams #exam ul li{color:#303030}#exams #exam h1{color:#151515;font-size:1.5em}#exams #exam button{background:linear-gradient(45deg,#1c5fd3,#3a8af2);padding:1rem 2rem;font-size:1em;font-weight:600;color:#fff;border-radius:.5rem;width:fit-content}#exams .content{padding-top:1rem;padding-bottom:3rem;display:flex;gap:1.5rem;flex-direction:column}#exams .content .top{border-left:5px solid #3a8af2;padding-left:1rem;margin:.5rem 0;display:flex;align-items:center;justify-content:space-between}@media screen and (max-width: 525px){#exams .content .top{flex-direction:column;align-items:flex-start;gap:1rem}}#exams .content .top .left{display:flex;flex-direction:column;gap:.25em}#exams .content .top .left h1{font-size:2em}#exams .content .top .left p{font-size:.9em;font-weight:500;color:#30303080}#exams .content .top select{font-size:1em;padding:.5em 1em;background:#fff;border:1px solid rgba(187,187,187,.5);border-radius:.5em;box-shadow:0 0 1em #1c5fd30d;outline-color:#3a8af2}#exams .content .exams{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));column-gap:1rem;row-gap:2rem}@media screen and (max-width: 1024px){#exams .content .exams{grid-template-columns:repeat(3,minmax(0,1fr))}}@media screen and (max-width: 768px){#exams .content .exams{grid-template-columns:repeat(2,minmax(0,1fr));font-size:13px}}@media screen and (max-width: 525px){#exams .content .exams{grid-template-columns:1fr}}#exams .content .exams .exam{position:relative;background:#fff;display:flex;flex-direction:column;justify-content:space-between;border-radius:.3rem;box-shadow:0 .25rem 1rem #1515151a;padding:.25rem 1rem}#exams .content .exams .exam .edit-exam{background:transparent;color:#1c5fd3;padding:0;margin:0 0 .75em}#exams .content .exams .exam .edit-exam:hover{text-decoration:underline}#exams .content .exams .exam.paid:before{background:linear-gradient(45deg,#edd10b,#d5bc0a)}#exams .content .exams .exam.paid a{background:linear-gradient(45deg,#edd10b,#d5bc0a)}#exams .content .exams .exam.paid i.paid{position:absolute;left:50%;top:0;transform:translate(-50%,-50%);color:#edd10b;font-size:2em;-webkit-text-stroke:1px #fff;filter:drop-shadow(0 0 .25em rgba(237,209,11,.1))}#exams .content .exams .exam:before{content:"";width:100%;height:.3rem;background:linear-gradient(45deg,#1c5fd3,#3a8af2);position:absolute;top:0;left:0}#exams .content .exams .exam h2{font-size:1.1em;color:#303030;margin:1rem 0;font-weight:500}#exams .content .exams .exam .info{display:flex;justify-content:space-between;margin:.5rem 0;font-size:.9em}#exams .content .exams .exam .info div{display:flex;gap:.5rem;align-items:center;color:#151515bf;font-weight:600}#exams .content .exams .exam a{padding:.5rem 0;text-align:center;background:linear-gradient(45deg,#1c5fd3,#3a8af2);color:#fff;font-weight:600;border-radius:.25rem;margin:1rem 0}#exams .content .exams .exam a:hover{opacity:.9}#exams .content .exams .exam a.again{background:transparent;color:#1c5fd3;border:1px solid #1c5fd3}#current-exam{color:#151515}#current-exam header{position:sticky}#current-exam .content{display:flex;flex-direction:column;gap:1rem;padding-top:1rem;padding-bottom:1rem}@media screen and (max-width: 768px){#current-exam .content{font-size:15px}}@media screen and (max-width: 525px){#current-exam .content{font-size:14px}}#current-exam .content img{width:100%;max-width:400px;border:1px solid #1c5fd3;border-radius:.25rem;pointer-events:none}#current-exam .content .top{position:sticky;z-index:99;top:5.5rem;display:flex;align-items:center;justify-content:space-between;background:linear-gradient(90deg,#1c5fd3,#3a8af2);padding:1rem 1.5rem;border-radius:.5rem;color:#fff;box-shadow:0 0 1rem #3a8af240;gap:1rem}#current-exam .content .top h1{font-size:1em;font-weight:600}#current-exam .content .top .right{display:flex;flex-direction:column;align-items:flex-end;gap:.5rem}#current-exam .content .top .right span{font-weight:500;font-size:1em;opacity:.75}#current-exam .content .top .info{display:flex;flex-direction:column;gap:1rem}#current-exam .content .top .info .stats{font-size:1em;font-weight:500}#current-exam .content .top .info img{height:2em;width:2em;border-radius:.5em;border:none}#current-exam .content .top .info .profile{display:flex;align-items:center;gap:.5rem}#current-exam .content .top .info .profile a{color:#fff;font-weight:500;font-size:.9em}#current-exam .content .top span{font-weight:600;font-size:1.25em}#current-exam .content .top .timer{display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1em;padding:.5em;width:4.5em;border:.1em solid #fff;border-radius:.5em;white-space:nowrap}#current-exam .content .top .time{display:flex;flex-direction:column;gap:.25rem}#current-exam .content .top .time div{font-size:.75em;font-weight:600}#current-exam h2{color:#151515;font-size:1.1em;font-weight:500;width:100%;max-width:100%;text-wrap:wrap}#current-exam h2 p{max-width:100%;word-break:break-word}#current-exam h2.false:after{content:"Cavablandırılmayıb";margin-left:1rem;font-size:.9em;color:#ed1919;font-weight:600}#current-exam .questions{padding:0 1rem}#current-exam .question{display:flex;flex-direction:column;gap:1.5rem;padding:1rem 0;border-radius:.5rem}#current-exam .question.ended .variant{cursor:not-allowed}#current-exam .question .variant{display:flex;align-items:center;gap:.5rem;font-weight:500;font-size:1em;cursor:pointer;width:fit-content}#current-exam .question .variant.false{color:#ed1919;font-weight:600;border-radius:.5rem;background:rgba(237,25,25,.1);padding-right:1.5rem}#current-exam .question .variant.false span{background:linear-gradient(45deg,#ed1919,rgba(237,25,25,.75));box-shadow:0 0 .5rem #ed191940}#current-exam .question .variant.true{border-radius:.5rem;background:rgba(13,198,103,.1);padding-right:1.5rem}#current-exam .question .variant.marked,#current-exam .question .variant.true{color:#0dc667;font-weight:600}#current-exam .question .variant.marked span,#current-exam .question .variant.true span{background:linear-gradient(45deg,#0dc667,rgba(13,198,103,.75));box-shadow:0 0 .5rem #0dc66740}#current-exam .question .variant span{background:linear-gradient(45deg,#1c5fd3,#3a8af2);color:#fff;min-width:2.5rem;min-height:2.5rem;display:flex;align-items:center;justify-content:center;font-weight:600;border-radius:.5rem;font-size:1rem}#current-exam .question .variants{display:flex;flex-direction:column;gap:.5rem}#current-exam .question .variants button{margin:0}#current-exam .question .columns{display:flex;flex-direction:column;gap:1rem;font-size:1em;font-weight:500}#current-exam .question label{font-size:1.1em;font-weight:600}#current-exam .question .answer{display:flex;flex-direction:column;gap:.5rem}#current-exam .question .answer.true label{background:#0dc667;padding:.5rem 1rem;border-radius:.5rem;width:fit-content;color:#fff}#current-exam .question .answer.true textarea{border:2px solid #0dc667;color:#0dc667;pointer-events:none}#current-exam .question .answer.false label{background:#ed1919;padding:.5rem 1rem;border-radius:.5rem;width:fit-content;color:#fff}#current-exam .question .answer.false textarea{border:2px solid #ed1919;color:#ed1919;pointer-events:none}#current-exam .question textarea{resize:vertical;border:1px solid #bbb;border-radius:.25rem;padding:.5rem;outline-color:#1c5fd3;width:100%;font-family:Quicksand,sans-serif;font-size:1em;font-weight:500}#current-exam .finish{background:linear-gradient(45deg,#3a8af2,#1c5fd3);padding:1rem;font-weight:600;color:#fff;border-radius:.5rem;font-size:1em}#leaderboard header{position:sticky}#leaderboard .content{padding-top:1rem;padding-bottom:3rem;display:flex;gap:1.5rem;flex-direction:column;font-size:16px}@media screen and (max-width: 768px){#leaderboard .content{font-size:15px}}@media screen and (max-width: 525px){#leaderboard .content{font-size:13px}}#leaderboard .content .top{border-left:5px solid #3a8af2;padding-left:1rem;margin:.5rem 0}#leaderboard .content .wrapper{overflow-x:scroll;width:100%}#leaderboard .content table{width:100%;border-spacing:.5em;white-space:nowrap}#leaderboard .content table thead{width:100%}#leaderboard .content table thead th{text-align:center;border-radius:.5em;padding:1.5em 0;color:#303030}#leaderboard .content table tr{width:100%}#leaderboard .content table tr.own td{border:1px dashed #3a8af2}#leaderboard .content table tr td{overflow:hidden;color:#303030;box-shadow:0 0 1em #3a8af20d;border-radius:.5em;font-weight:500}#leaderboard .content table tr td{padding:1em;text-align:center}#leaderboard .content table tr td .user{display:flex;align-items:center;width:fit-content;gap:1em}#leaderboard .content table tr td .user .place{padding:0 1em;font-weight:500}#leaderboard .content table tr td .user a{display:flex;align-items:center;font-weight:500;gap:.5em;color:#303030}#leaderboard .content table tr td .user a .username{color:#303030;font-weight:600;font-size:1em}#leaderboard .content table tr td .profile-photo{height:3em;width:3em;aspect-ratio:1/1;object-fit:cover;border-radius:.75em}#leaderboard .content table tr td .badge{height:1.1em;width:1.1em}:root{--toastify-color-light: #fff;--toastify-color-dark: #121212;--toastify-color-info: #3498db;--toastify-color-success: #07bc0c;--toastify-color-warning: #f1c40f;--toastify-color-error: #e74c3c;--toastify-color-transparent: rgba(255, 255, 255, .7);--toastify-icon-color-info: var(--toastify-color-info);--toastify-icon-color-success: var(--toastify-color-success);--toastify-icon-color-warning: var(--toastify-color-warning);--toastify-icon-color-error: var(--toastify-color-error);--toastify-toast-width: 320px;--toastify-toast-background: #fff;--toastify-toast-min-height: 64px;--toastify-toast-max-height: 800px;--toastify-font-family: sans-serif;--toastify-z-index: 9999;--toastify-text-color-light: #757575;--toastify-text-color-dark: #fff;--toastify-text-color-info: #fff;--toastify-text-color-success: #fff;--toastify-text-color-warning: #fff;--toastify-text-color-error: #fff;--toastify-spinner-color: #616161;--toastify-spinner-color-empty-area: #e0e0e0;--toastify-color-progress-light: linear-gradient( to right, #4cd964, #5ac8fa, #007aff, #34aadc, #5856d6, #ff2d55 );--toastify-color-progress-dark: #bb86fc;--toastify-color-progress-info: var(--toastify-color-info);--toastify-color-progress-success: var(--toastify-color-success);--toastify-color-progress-warning: var(--toastify-color-warning);--toastify-color-progress-error: var(--toastify-color-error)}.Toastify__toast-container{z-index:var(--toastify-z-index);-webkit-transform:translate3d(0,0,var(--toastify-z-index));position:fixed;padding:4px;width:var(--toastify-toast-width);box-sizing:border-box;color:#fff}.Toastify__toast-container--top-left{top:1em;left:1em}.Toastify__toast-container--top-center{top:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--top-right{top:1em;right:1em}.Toastify__toast-container--bottom-left{bottom:1em;left:1em}.Toastify__toast-container--bottom-center{bottom:1em;left:50%;transform:translate(-50%)}.Toastify__toast-container--bottom-right{bottom:1em;right:1em}@media only screen and (max-width : 480px){.Toastify__toast-container{width:100vw;padding:0;left:0;margin:0}.Toastify__toast-container--top-left,.Toastify__toast-container--top-center,.Toastify__toast-container--top-right{top:0;transform:translate(0)}.Toastify__toast-container--bottom-left,.Toastify__toast-container--bottom-center,.Toastify__toast-container--bottom-right{bottom:0;transform:translate(0)}.Toastify__toast-container--rtl{right:0;left:initial}}.Toastify__toast{position:relative;min-height:var(--toastify-toast-min-height);box-sizing:border-box;margin-bottom:1rem;padding:8px;border-radius:4px;box-shadow:0 1px 10px #0000001a,0 2px 15px #0000000d;display:-ms-flexbox;display:flex;-ms-flex-pack:justify;justify-content:space-between;max-height:var(--toastify-toast-max-height);overflow:hidden;font-family:var(--toastify-font-family);cursor:default;direction:ltr;z-index:0}.Toastify__toast--rtl{direction:rtl}.Toastify__toast--close-on-click{cursor:pointer}.Toastify__toast-body{margin:auto 0;-ms-flex:1 1 auto;flex:1 1 auto;padding:6px;display:-ms-flexbox;display:flex;-ms-flex-align:center;align-items:center}.Toastify__toast-body>div:last-child{word-break:break-word;-ms-flex:1;flex:1}.Toastify__toast-icon{-webkit-margin-end:10px;margin-inline-end:10px;width:20px;-ms-flex-negative:0;flex-shrink:0;display:-ms-flexbox;display:flex}.Toastify--animate{animation-fill-mode:both;animation-duration:.7s}.Toastify--animate-icon{animation-fill-mode:both;animation-duration:.3s}@media only screen and (max-width : 480px){.Toastify__toast{margin-bottom:0;border-radius:0}}.Toastify__toast-theme--dark{background:var(--toastify-color-dark);color:var(--toastify-text-color-dark)}.Toastify__toast-theme--light,.Toastify__toast-theme--colored.Toastify__toast--default{background:var(--toastify-color-light);color:var(--toastify-text-color-light)}.Toastify__toast-theme--colored.Toastify__toast--info{color:var(--toastify-text-color-info);background:var(--toastify-color-info)}.Toastify__toast-theme--colored.Toastify__toast--success{color:var(--toastify-text-color-success);background:var(--toastify-color-success)}.Toastify__toast-theme--colored.Toastify__toast--warning{color:var(--toastify-text-color-warning);background:var(--toastify-color-warning)}.Toastify__toast-theme--colored.Toastify__toast--error{color:var(--toastify-text-color-error);background:var(--toastify-color-error)}.Toastify__progress-bar-theme--light{background:var(--toastify-color-progress-light)}.Toastify__progress-bar-theme--dark{background:var(--toastify-color-progress-dark)}.Toastify__progress-bar--info{background:var(--toastify-color-progress-info)}.Toastify__progress-bar--success{background:var(--toastify-color-progress-success)}.Toastify__progress-bar--warning{background:var(--toastify-color-progress-warning)}.Toastify__progress-bar--error{background:var(--toastify-color-progress-error)}.Toastify__progress-bar-theme--colored.Toastify__progress-bar--info,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--success,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--warning,.Toastify__progress-bar-theme--colored.Toastify__progress-bar--error{background:var(--toastify-color-transparent)}.Toastify__close-button{color:#fff;background:transparent;outline:none;border:none;padding:0;cursor:pointer;opacity:.7;transition:.3s ease;-ms-flex-item-align:start;align-self:flex-start}.Toastify__close-button--light{color:#000;opacity:.3}.Toastify__close-button>svg{fill:currentColor;height:16px;width:14px}.Toastify__close-button:hover,.Toastify__close-button:focus{opacity:1}@keyframes Toastify__trackProgress{0%{transform:scaleX(1)}to{transform:scaleX(0)}}.Toastify__progress-bar{position:absolute;bottom:0;left:0;width:100%;height:5px;z-index:var(--toastify-z-index);opacity:.7;transform-origin:left}.Toastify__progress-bar--animated{animation:Toastify__trackProgress linear 1 forwards}.Toastify__progress-bar--controlled{transition:transform .2s}.Toastify__progress-bar--rtl{right:0;left:initial;transform-origin:right}.Toastify__spinner{width:20px;height:20px;box-sizing:border-box;border:2px solid;border-radius:100%;border-color:var(--toastify-spinner-color-empty-area);border-right-color:var(--toastify-spinner-color);animation:Toastify__spin .65s linear infinite}@keyframes Toastify__bounceInRight{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(3000px,0,0)}60%{opacity:1;transform:translate3d(-25px,0,0)}75%{transform:translate3d(10px,0,0)}90%{transform:translate3d(-5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutRight{20%{opacity:1;transform:translate3d(-20px,0,0)}to{opacity:0;transform:translate3d(2000px,0,0)}}@keyframes Toastify__bounceInLeft{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(-3000px,0,0)}60%{opacity:1;transform:translate3d(25px,0,0)}75%{transform:translate3d(-10px,0,0)}90%{transform:translate3d(5px,0,0)}to{transform:none}}@keyframes Toastify__bounceOutLeft{20%{opacity:1;transform:translate3d(20px,0,0)}to{opacity:0;transform:translate3d(-2000px,0,0)}}@keyframes Toastify__bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,3000px,0)}60%{opacity:1;transform:translate3d(0,-20px,0)}75%{transform:translate3d(0,10px,0)}90%{transform:translate3d(0,-5px,0)}to{transform:translateZ(0)}}@keyframes Toastify__bounceOutUp{20%{transform:translate3d(0,-10px,0)}40%,45%{opacity:1;transform:translate3d(0,20px,0)}to{opacity:0;transform:translate3d(0,-2000px,0)}}@keyframes Toastify__bounceInDown{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,-3000px,0)}60%{opacity:1;transform:translate3d(0,25px,0)}75%{transform:translate3d(0,-10px,0)}90%{transform:translate3d(0,5px,0)}to{transform:none}}@keyframes Toastify__bounceOutDown{20%{transform:translate3d(0,10px,0)}40%,45%{opacity:1;transform:translate3d(0,-20px,0)}to{opacity:0;transform:translate3d(0,2000px,0)}}.Toastify__bounce-enter--top-left,.Toastify__bounce-enter--bottom-left{animation-name:Toastify__bounceInLeft}.Toastify__bounce-enter--top-right,.Toastify__bounce-enter--bottom-right{animation-name:Toastify__bounceInRight}.Toastify__bounce-enter--top-center{animation-name:Toastify__bounceInDown}.Toastify__bounce-enter--bottom-center{animation-name:Toastify__bounceInUp}.Toastify__bounce-exit--top-left,.Toastify__bounce-exit--bottom-left{animation-name:Toastify__bounceOutLeft}.Toastify__bounce-exit--top-right,.Toastify__bounce-exit--bottom-right{animation-name:Toastify__bounceOutRight}.Toastify__bounce-exit--top-center{animation-name:Toastify__bounceOutUp}.Toastify__bounce-exit--bottom-center{animation-name:Toastify__bounceOutDown}@keyframes Toastify__zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes Toastify__zoomOut{0%{opacity:1}50%{opacity:0;transform:scale3d(.3,.3,.3)}to{opacity:0}}.Toastify__zoom-enter{animation-name:Toastify__zoomIn}.Toastify__zoom-exit{animation-name:Toastify__zoomOut}@keyframes Toastify__flipIn{0%{transform:perspective(400px) rotateX(90deg);animation-timing-function:ease-in;opacity:0}40%{transform:perspective(400px) rotateX(-20deg);animation-timing-function:ease-in}60%{transform:perspective(400px) rotateX(10deg);opacity:1}80%{transform:perspective(400px) rotateX(-5deg)}to{transform:perspective(400px)}}@keyframes Toastify__flipOut{0%{transform:perspective(400px)}30%{transform:perspective(400px) rotateX(-20deg);opacity:1}to{transform:perspective(400px) rotateX(90deg);opacity:0}}.Toastify__flip-enter{animation-name:Toastify__flipIn}.Toastify__flip-exit{animation-name:Toastify__flipOut}@keyframes Toastify__slideInRight{0%{transform:translate3d(110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInLeft{0%{transform:translate3d(-110%,0,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInUp{0%{transform:translate3d(0,110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideInDown{0%{transform:translate3d(0,-110%,0);visibility:visible}to{transform:translateZ(0)}}@keyframes Toastify__slideOutRight{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(110%,0,0)}}@keyframes Toastify__slideOutLeft{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(-110%,0,0)}}@keyframes Toastify__slideOutDown{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,500px,0)}}@keyframes Toastify__slideOutUp{0%{transform:translateZ(0)}to{visibility:hidden;transform:translate3d(0,-500px,0)}}.Toastify__slide-enter--top-left,.Toastify__slide-enter--bottom-left{animation-name:Toastify__slideInLeft}.Toastify__slide-enter--top-right,.Toastify__slide-enter--bottom-right{animation-name:Toastify__slideInRight}.Toastify__slide-enter--top-center{animation-name:Toastify__slideInDown}.Toastify__slide-enter--bottom-center{animation-name:Toastify__slideInUp}.Toastify__slide-exit--top-left,.Toastify__slide-exit--bottom-left{animation-name:Toastify__slideOutLeft}.Toastify__slide-exit--top-right,.Toastify__slide-exit--bottom-right{animation-name:Toastify__slideOutRight}.Toastify__slide-exit--top-center{animation-name:Toastify__slideOutUp}.Toastify__slide-exit--bottom-center{animation-name:Toastify__slideOutDown}@keyframes Toastify__spin{0%{transform:rotate(0)}to{transform:rotate(360deg)}}*{padding:0;margin:0;box-sizing:border-box;list-style:none;text-decoration:none;background:transparent;border:none}html,body,#root{width:100%;min-height:100vh;height:100%;-webkit-tap-highlight-color:transparent;font-family:Quicksand,sans-serif;-webkit-user-select:none;user-select:none;background:linear-gradient(0deg,rgba(28,95,211,.05),rgba(58,138,242,.05))}html{scroll-behavior:smooth}.h-full{height:100%}.w-full{width:100%}.container{width:70%;margin:auto;box-sizing:border-box}@media screen and (max-width: 1400px){.container{width:80%}}@media screen and (max-width: 1024px){.container{width:85%}}@media screen and (max-width: 768px){.container{width:90%;padding:0 1rem}}@media screen and (max-width: 525px){.container{width:100%;padding:0 1rem;margin:0}}select,button,input{font-family:Quicksand,sans-serif}button{cursor:pointer}::selection{background:#1c5fd3;color:#fff}.divider{width:100%;height:1px}.divider-text{position:relative;width:inherit;display:flex;align-items:center;justify-content:center;margin:1rem 0;gap:1.25em}.divider-text span{white-space:nowrap;color:#303030;font-weight:500}.divider-text:before,.divider-text:after{content:"";width:100%;height:.5px;background:rgba(187,187,187,.5)}.disabled{pointer-events:none;opacity:.5}@keyframes opacity{0%{opacity:.25}to{opacity:.5}}.loading-anim{animation:1s opacity infinite ease alternate-reverse}.message{max-width:500px;width:100%}.message div{font-family:Quicksand,sans-serif!important;font-weight:500}.section{padding:7rem 0}.loading{width:100%;height:100%;position:fixed;z-index:999;background:#fff;display:flex;align-items:center;justify-content:center;flex-direction:column;gap:2rem;color:#fff;font-weight:600;-webkit-user-select:none;user-select:none}.loading img{width:100px;pointer-events:none}@media screen and (max-width: 768px){.loading img{width:60px}}@keyframes logo{0%{transform:scale(1)}50%{transform:scale(1.1)}to{transform:scale(1)}}img{-webkit-user-select:none;user-select:none}button.danger{background:#ed1919!important}.skeleton-loading h1{width:80%!important;height:1em;content-visibility:hidden;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading h2{width:60%!important;height:.9em!important;color:transparent;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;content-visibility:hidden;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading h3{width:40%!important;height:.8em;color:transparent;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading span{width:100%!important;height:1em;color:transparent;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading td{width:100%!important;height:1em;color:transparent;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading a{width:100%!important;height:1em;content-visibility:hidden;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading button{min-width:7em;margin:1rem 0;content-visibility:hidden;background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading input,.skeleton-loading textarea{width:100%!important;min-width:7em;content-visibility:hidden;animation:1s skeleton ease-in alternate-reverse infinite;pointer-events:none}.skeleton-loading img{background:linear-gradient(90deg,#bbb,rgba(187,187,187,.75));border-radius:1em;display:block!important;animation:1s skeleton ease-in alternate-reverse infinite}.skeleton-loading form,.skeleton-loading.form{pointer-events:none!important;animation:1s skeleton ease-in alternate-reverse infinite}@keyframes skeleton{0%{opacity:.5}to{opacity:100%}}.load-more{display:flex;align-items:center;justify-content:center;margin-top:2rem}.load-more button{background:#fff;border-radius:.5em;padding:1em 2em;font-size:.9em;color:#303030;font-weight:500;border:1px solid rgba(187,187,187,.5)}
