.offline-button{
  outline: none;
}
.offline-button:before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    content: "\f358";
    font-size: 1.2em;
    line-height: 1.0em;
    font-family: "Font Awesome\ 5 Free";
    font-weight: 400;
}
.offline-button.hasOfflineVideo:before {
    content: "\f058";
    font-weight: 400;
}
.offline-button.loading:before {
    content: "\f110";
    font-weight: 900;
}
.playingOfflineVideo .offline-button.hasOfflineVideo:before {
    content: "\f13a";
    font-weight: 900;
    color: yellow;
}
