@charset "UTF-8";

/********* public:poll.less ********/
.pollResult{display:table;table-layout:fixed;width:100%;margin:0;padding:12px 14px}.pollResult.pollResult--showVoters{cursor:pointer}.pollResult.pollResult--showVoters:hover{background:#414d5f}.pollResult-response{display:table-cell;margin:0;padding:0;vertical-align:middle;font-size:16px;font-weight:400}.pollResult--voted .pollResult-response{font-weight:600}.pollResult--voted .pollResult-response:before{display:inline-block;content:"";height:1em;vertical-align:-0.125em;background-color:currentColor;width:1.28571429em;mask:url('https://www.gtaboom.com/community/styles/fa/light/check-circle.svg?v=5.15.3') no-repeat center;-webkit-mask:url('https://www.gtaboom.com/community/styles/fa/light/check-circle.svg?v=5.15.3') no-repeat center;color:#6b83a9;unicode-bidi:isolate}.pollResult-votes{display:table-cell;width:6.5em;vertical-align:middle;text-align:right}.pollResult-percentage{display:table-cell;width:4.35em;vertical-align:middle;text-align:right}.pollResult-graph{display:table-cell;width:30%;padding-left:12px;vertical-align:middle}.pollResult-bar{display:block;position:relative;height:.8em}.pollResult-bar:empty{display:none}.pollResult-bar>i{position:absolute;left:0;top:0;bottom:0;background:#6b83a9;border-radius:4px}.pollResult-voters{padding:12px 14px;color:#7a8091;background:#414d5f}.pollResult--simple{display:block}.pollResult--simple .pollResult-response{display:block}.pollResult--simple .pollResult-votes{display:inline}.pollResult--simple .pollResult-percentage{display:inline;padding-left:1em}.pollResult--simple .pollResult-graph{display:block;width:100%;padding-left:0}@media (max-width:750px){.pollResult{display:block}.pollResult .pollResult-response{display:block}.pollResult .pollResult-votes{display:inline}.pollResult .pollResult-percentage{display:inline;padding-left:1em}.pollResult .pollResult-graph{display:block;width:100%;padding-left:0}}