#qaButton{position:fixed;right:0;bottom:0;height:60px;width:60px;display:flex;align-items:center;justify-content:center;border:0;color:#505050;background:rgba(0,0,0,0.1);border-radius:50%;margin:0 15px 15px 0;padding-top:2px;cursor:pointer;z-index:1001}#qaForm{position:fixed;top:0;right:0;bottom:0;left:0;box-sizing:border-box;background-color:white;padding:30px;z-index:1000}#qaForm div.frameSelector{display:flex;width:fit-content;border:solid 2px #505050;border-radius:100px;margin:0 auto 25px auto}#qaForm div.frameSelector span{padding:10px 18px;cursor:pointer;transition:.2s}#qaForm div.frameSelector span:first-child{border-top-left-radius:100px;border-bottom-left-radius:100px}#qaForm div.frameSelector span:last-child{border-top-right-radius:100px;border-bottom-right-radius:100px}#qaForm div.frameSelector span.active{background-color:#505050;color:white}#qaForm div.frame{display:flex;flex-direction:column;overflow:auto}#qaForm div.frame[data-frame=new] button{margin:20px auto 0 auto}#qaForm div.frame[data-frame=list]{display:flex;flex-direction:column;gap:15px}#qaForm div.frame[data-frame=list] div.question{display:flex;flex-direction:column;gap:10px;text-align:justify;background-color:#f0f0f0;border-radius:10px;padding:15px}#qaForm div.frame[data-frame=list] div.question div.buttons{display:flex;justify-content:flex-end}#qaForm div.frame[data-frame=list] div.question div.buttons span{cursor:pointer}#qaForm div.frame[data-frame=list] div.question div.buttons span:first-child{display:none}#qaForm div.frame[data-frame=list] div.question.own div.buttons span{margin-top:10px}#qaForm div.frame[data-frame=list] div.question.own div.buttons span:first-child{display:block}#qaForm div.frame[data-frame=list] div.question.own div.buttons span:last-child{display:none}#qaForm div.frame[data-frame=list] div.question.voted div.buttons span:last-child{color:#0093ff;font-variation-settings:"FILL" 1}