.top{width:100%;height:60px;background-color:#48c2ba;position:-webkit-sticky;position:sticky;top:0;display:flex;align-items:center}.topLeft,.topRight{flex:3 1}.topCenter{flex:6 1}.topCenter,.topCenter>form{display:flex;justify-content:center}.topCenter>form{align-items:center}.topRight{display:flex;justify-content:flex-end;margin-right:10px}.topSearch{flex:3 1;color:#fff;background:#0063ff;padding:10px 15px 10px 42px;border:0;background-image:url(../../static/media/search.0eb1ef8c.svg);background-position:15px;background-repeat:no-repeat;border-radius:1000px;font-size:18px;font-family:"Fredoka One",sans-serif;width:100%;text-align:center}.topSearch::-webkit-input-placeholder{color:#fff;opacity:1;font-size:12px}.topSearch:-ms-input-placeholder{color:#fff;opacity:1;font-size:12px}.topSearch::placeholder{color:#fff;opacity:1;font-size:12px}.topSearchButton{flex:1 1;color:#fff;background:#0063ff;border:0;border-radius:1000px;padding:10px;margin-left:5px;cursor:pointer}.logo{height:50px}.user{text-decoration:none;font-size:18px;font-weight:600;color:#fff;height:42px;width:42px;background:#f52a85;border-radius:50%;cursor:pointer}.home,.user{display:flex;justify-content:center;align-items:center}.home{width:100%;margin-left:auto;margin-right:auto;margin-top:20px;flex-direction:column}.pageNumber{color:#f52a85;font-size:20px;margin-bottom:20px}.pageNumber>div{display:flex;justify-content:center;flex-direction:column;text-align:center;align-items:center}.pageNumber>div>div:not(:first-child){margin-top:20px}.pageNumber>div>img{display:block}.subjectGroup{width:500px;margin-bottom:20px;box-shadow:0 12px 14px -1px rgb(109 165 204/56%);border-radius:15px 15px 15px 15px}@media screen and (max-width:550px){.subjectGroup{width:90%}}.subjectGroup .subjectHeader{background:#ffbf13;width:100%;border-radius:15px 15px 15px 15px;padding:10px 0}.subjectGroup .subjectHeader .subjectTitle{font-size:18px;color:#fff;padding:0 25px}.subjectGroup .subjectBody{padding:20px;font-family:"Barlow",sans-serif}.answerList{list-style:none}.answerList .answerItem{padding-top:10px;padding-bottom:10px;padding-left:5px;border-bottom:1px dashed #aeaeae;display:flex;flex-wrap:wrap}.answerList .answerItem .answer{margin-left:20px;font-weight:600;color:#00a900}.answerList .answerItem .answerGroup{flex:3 1;display:flex}.answerList .answerItem .answerActions{flex:1 1;display:flex;justify-content:flex-end;align-items:center}.answerList .answerItem .answerImg{width:100%;margin-top:5px;flex-basis:100%}.answerList .answerItem .answerSeeImg{text-decoration:none;color:#00a900}.answerActions>*{flex:1 1;font-size:16px;border:none;background:none;cursor:pointer;text-align:center}.answerGroup input{border:0;border-radius:1000px;width:30px}.answerGroup input,.answerGroup textarea{color:#747474;background-color:#d3d3d3;padding:4px 8px;font-size:12px;font-family:"Barlow",sans-serif}.answerGroup textarea{border:0;border-radius:2px;width:110px;max-width:200px;height:5em;min-height:1em}.answerGroup textarea.newAnswer{width:60px;max-width:70px}@media screen and (min-width:550px){.answerGroup input{width:42px}.answerGroup textarea{width:300px;max-width:300px}.answerGroup textarea.newAnswer{width:175px;max-width:175px}}.subjectHeader input{padding:4px 8px;font-size:18px;color:#fff;border:0;background:none;font-family:"Fredoka One",sans-serif;width:80%}.subjectHeader input::-webkit-input-placeholder{color:#fff}.subjectHeader input:-ms-input-placeholder{color:#fff}.subjectHeader input::placeholder{color:#fff}.success{color:#00a900}.error{color:#d82b00}.warning{color:#ffbf13}.primary{color:#0063ff}.secondary{color:#f52a85}.bg-secondary{background-color:#f52a85}.bgAddAnswer{background-color:#eaeaea}.notification-container{font-size:14px;box-sizing:border-box;position:fixed;z-index:999999}.top-right{top:12px}.bottom-right,.top-right{right:12px;transition:-webkit-transform .6s ease-in-out;transition:transform .6s ease-in-out;transition:transform .6s ease-in-out,-webkit-transform .6s ease-in-out;-webkit-animation:toast-in-right .7s;animation:toast-in-right .7s}.bottom-right{bottom:12px}.top-left{top:12px}.bottom-left,.top-left{left:12px;transition:-webkit-transform .6s ease-in;transition:transform .6s ease-in;transition:transform .6s ease-in,-webkit-transform .6s ease-in;-webkit-animation:toast-in-left .7s;animation:toast-in-left .7s}.bottom-left{bottom:12px}.notification{background:#fff;transition:.3s ease;position:relative;pointer-events:auto;overflow:hidden;padding:30px;margin:0 0 15px;width:300px;max-height:100px;border-radius:3px 3px 3px 3px;box-shadow:0 0 10px #999;color:#000;opacity:.9;background-position:15px;background-repeat:no-repeat}.notification:hover{box-shadow:0 0 12px #fff;opacity:1;cursor:pointer}.notification-title{font-weight:700;font-size:16px;text-align:left;margin-top:0;margin-bottom:6px;width:300px;height:18px}.notification-message{text-align:left;height:18px;margin:0 0 0 -1px;overflow:hidden;text-overflow:ellipsis;white-space:nowrap}.notification-image{float:left;margin-right:15px}.notification-image img{width:30px;height:30px}.toast{height:50px;width:365px;color:#fff;padding:20px 15px 10px 10px}.notification-container button{position:relative;right:-.3em;top:-.3em;float:right;font-weight:700;color:#fff;outline:none;text-shadow:0 1px 0 #fff;opacity:.8;line-height:1;font-size:16px;padding:0;cursor:pointer;background:0 0;border:0}@-webkit-keyframes toast-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toast-in-right{0%{-webkit-transform:translateX(100%);transform:translateX(100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@-webkit-keyframes toast-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}@keyframes toast-in-left{0%{-webkit-transform:translateX(-100%);transform:translateX(-100%)}to{-webkit-transform:translateX(0);transform:translateX(0)}}.login-form{width:100%;display:flex;justify-content:center;align-items:center}.form-box{margin-top:2vh;opacity:.8;background:#ffbf13;padding-right:80px;padding-left:80px;border-radius:20px;box-shadow:10px 10px 10px 1px rgba(0,0,0,.2)}.login-text{color:#00a900;border-bottom:2px solid #00a900;line-height:50px;font-weight:400;display:flex;justify-content:center;align-items:center;padding-top:2vh;margin-bottom:2vh}.login-text,label{width:100%;text-align:center}label{color:#fff}.login-box{border:0 solid #fff;display:flex;justify-content:center;align-items:center;border-radius:20px;padding:10px;letter-spacing:1px;margin:10px 5px 5px 0;font-size:10pt;background:#00a900;transition:1s;outline:none;color:#fff}.login-box::-webkit-input-placeholder{color:#fff}.login-box:-ms-input-placeholder{color:#fff}.login-box::placeholder{color:#fff}.login-btn{width:100%;display:flex;justify-content:center;align-items:center;background-color:#0063ff;color:#fff;margin-top:20px;border-radius:20px;border:none;font-size:15pt;font-weight:700;transition:1s;outline:none;cursor:pointer;margin-bottom:20px;padding:3px}.login-btn:hover{background-color:#004ac0}.show{display:block;transition:.8s}.show.active{-webkit-transform:translateY(100px);transform:translateY(100px);opacity:0}
/*# sourceMappingURL=main.f92c501e.chunk.css.map */