.game-status{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:center;-ms-flex-align:center;align-items:center;font-weight:400;font-family:FuturaDemi,Helvetica,Arial,sans-serif;font-size:14px;line-height:20px;letter-spacing:.1em;text-transform:uppercase}.game-status::before{content:"";display:block;width:18px;height:18px;margin-right:10px;border-radius:4px}.game-status_live{position:relative;color:#f45057}.game-status_live::before{width:16px;height:16px;background:#f45057;opacity:.2;border-radius:100px;-webkit-animation-name:game-status_live;animation-name:game-status_live;-webkit-animation-duration:1s;animation-duration:1s;-webkit-animation-timing-function:ease-in-out;animation-timing-function:ease-in-out;-webkit-animation-iteration-count:infinite;animation-iteration-count:infinite;-webkit-animation-direction:alternate;animation-direction:alternate;-webkit-animation-delay:0;animation-delay:0}.game-status_live::after{content:"";display:block;position:absolute;top:50%;left:5px;-webkit-transform:translateY(-50%);transform:translateY(-50%);background:#f45057;width:6px;height:6px;border-radius:100px}.game-status_victory{color:#379f2f}.game-status_victory::before{background:#379f2f}.game-status_defeat{color:#f45057}.game-status_defeat::before{background:#f45057}.game-status_draw{color:#e8a12b}.game-status_draw::before{background:#e8a12b}@-webkit-keyframes game-status_live{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.1}100%{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:.2}}@keyframes game-status_live{0%{-webkit-transform:scale(1);transform:scale(1);opacity:.1}100%{-webkit-transform:scale(1.3);transform:scale(1.3);opacity:.2}}