body,
html {
    margin: 0;
    font-family: "Roboto", sans-serif;
}

.webview-container {
    margin: 0 auto;
    width: 600px;
    max-width: 100%;
}

.content {
    width: 100%;
}

.dynamicContent {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 10px;
    font-size: 13px;
}

.dynHtml {
    text-align: center;
    width: 100%;
}

.dynHtml img {
    width: 100%;
    height: auto;
}

.dynHtml p {
    margin: 0;
}

.leaderBoardConatiner {
    overflow: hidden;
    font-size: 14px;
    /* margin: 10px 0; */
}

.closedLeaderBoard {
    display: none;
}

.tableCol {
    width: 20%;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    /* padding: 16px 12px; */
}

.tableCol .cell-link {
    color: #212121;
    text-decoration: none;
    padding: 16px 12px;
    font-size: 16px;
    display: block;
}

.tableCol.gender {
    width: 10%;
}

.tableCol .cell-link .score {
    background: #f2f2f2;
    border-radius: 20px;
    padding: 5px 10px;
    border: 1px solid #ddd;
}

.tableCol .cell-link img {
    margin-right: 5px;
}

thead > .tableRow {
    background: #f0f0f5;
    border-radius: 8px;
    padding-bottom: 15px;
}

.leftGap.pseudo a {
    color: #202024;
}

.tableRow.border-top {
    border-top: 1px solid #d7d7e0;
}

.tableRow.active {
    background: #d6e2ff;
    color: #fff;
}

.tableRow.active .leftGap a {
    color: #3370ff;
}

.leftGap {
    padding-left: 10px;
}

.leftGap .cell-link {
    color: #06a759;
    font-weight: 700;
}

.headerText {
    font-weight: normal;
    padding: 16px 12px;
    color: #6d6d7a;
}

.extraWidth {
    width: 45%;
}

.alignRight {
    text-align: right;
    width: 30%;
    padding-left: 0;
}

.leaderBoardHeader {
    padding: 10px 15px;
    color: #333d54;
    font-weight: bold;
    background: white;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    cursor: pointer;
}

.leaderBoardList {
    /* background: #444359; */
    table-layout: fixed;
    width: 100%;
    color: #212121 !important;
    height: auto;
    font-size: 13px;
    padding: 10px 0;
}

.leaderBoardHeaderIcon {
    margin-right: 10px;
    transition: 0.2s;
}

.leaderBoardHeaderIconRotated {
    transform: rotate(180deg);
}

.leaderBoardConatiner table {
    border: none;
    border-collapse: collapse;
}

.leaderBoardConatiner td {
    border: none;
}

.content img {
    width: 100% !important;
    height: auto !important;
    display: block;
}

.container {
    position: relative;
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
}

.video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
