@import url('https://fonts.googleapis.com/css2?family=Roboto:ital,wght@0,100..900;1,100..900&display=swap');

.container-live-wod::-webkit-scrollbar {
    display: none;
}
.container-live-wod{
    color: white;
    --title: white;
    --font-family-title: "Roboto", serif;
    font-family: "Roboto", serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
    font-variation-settings: "width" 100;
    padding: 0px 0px;
    overflow: auto;
    -ms-overflow-style: none; /* IE y Edge */
    scrollbar-width: none; /* Firefox */
}

.container-live-wod .row{
    --bs-gutter-x: 0;

}
.live_wod h1, .live_wod h2{
    font-weight: 500;
}

.live_wod{
    padding: 0 20px;
    height: 155px;
}
.live_wod .chronometer{
    font-size: 140px;
    line-height: 1.1;
}
.live_wod .logo{
    margin-top: 5px;
}
.table_wod{
    table-layout: fixed;
    width: 100%;
    border-collapse: collapse;
}
.table_wod tr td, .table_wod tr th{
    padding: 0px 5px;
}
.table_wod tr{
    position: relative;
}
.table_wod th {
    /* height: 65px; */
    line-height: 1.5;
    text-align: center;
    vertical-align: middle;
    background-color: #caf3b8;
    font-weight: 700;
    font-size: 38px;
    color: #212529 !important;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    
}

.table_wod .bordered_th {
    border-left: 1px solid white;
    border-right: 1px solid white;
}

.table_wod td {
   background: none;
   color: white;
   font-size: 38px;
   font-weight: 400;
   text-align: center;
   white-space: nowrap;
   overflow: hidden;
   text-overflow: ellipsis;
   line-height: 1.2;
   
}

.content-table{
    width: 100%;
    max-width: 100%;
    overflow: hidden;
}

/* Sizes */
.table_wod th:nth-child(1), .table_wod td:nth-child(1) {
    width: 61px;
    min-width: 61px;
    max-width: 61px;
   
}

.table_wod th:nth-child(2),.table_wod  td:nth-child(2) {
    width: 250px;
    min-width: 250px;
    max-width: 250px;
}
.w-70{
    width: 70px;
    min-width: 70px;
    max-width: 70px;
}
.w-76{
    width: 76px;
    min-width: 76px;
    max-width: 76px;
}
.w-133{
    width: 133px;
    min-width: 133px;
    max-width: 133px;
}
.w-100px{
    width: 100px !important;
    min-width: 100px;
    max-width: 100px;
}
@media screen and (max-width: 768px) {
    .w-100px{
        width: auto !important;
        min-width: auto;
        max-width: auto;
    }
}
/* END - Sizes */

.table_wod td.column_ranking{
    background-color: #C0C0C0;
    color: #212529;
    font-weight: 600;
}
.table_wod td.column_ranking.first{
    background-color: #ece97e;
}
.table_wod td.column_ranking.second{
    background-color: #e683a6;
}
.table_wod td.column_ranking.third{
    background-color: #79cce0;
}

.table_wod .progress-bar{
    position: absolute;
    top: 0;
    height: 30px;
    z-index: -1;
    border-radius: 20px;
    margin-left: 5px;
    margin-right: 5px;
}