.league-header.winning-streak {
    background-image: url("/files/cms/winning-streak-header.jpg");
    background-position: center;
}
.league-page.winning-streak-poll {
    background-color: #fafafa;
    min-height: 800px;
}
.league-page.winning-streak-poll h2.thanks-for-joining {
    font-size:36px;
    font-weight: 400;
}
.league-page.winning-streak {
    background-color: #fafafa;
}
.winning-streak-form {
    max-width: 550px;
    margin: 20px auto 20px auto;
}
.ws-input-group {
    background-color: #424242;
    display: block;
    margin: 10px 0;
    position: relative;
}
.ws-input-group label {
    padding: 12px 30px;
    width: 100%;
    display: block;
    text-align: left;
    color: #FFF;
    cursor: pointer;
    position: relative;
    z-index: 2;
    transition: color 200ms ease-in;
    overflow: hidden;
}
.ws-input-group label:before {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    content: "";
    background-color: #b71c1c;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%) scale3d(1, 1, 1);
    transition: all 300ms cubic-bezier(0.4, 0, 0.2, 1);
    opacity: 0;
    z-index: -1;
}
.ws-input-group label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.ws-input-group input:checked ~ label:after {
    width: 32px;
    height: 32px;
    content: "";
    border: 2px solid #D1D7DC;
    background-color: #fff;
    background-image: url("data:image/svg+xml,%3Csvg width='32' height='32' viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M5.414 11L4 12.414l5.414 5.414L20.828 6.414 19.414 5l-10 10z' fill='%23b71c1c' fill-rule='nonzero'/%3E%3C/svg%3E ");
    background-repeat: no-repeat;
    background-position: 2px 3px;
    border-radius: 50%;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    transition: all 200ms ease-in;
}
.ws-input-group input:checked ~ label {
    color: #fff;
}
.ws-input-group input:checked ~ label:before {
    transform: translate(-50%, -50%) scale3d(56, 56, 1);
    opacity: 1;
}
.ws-input-group input:checked ~ label:after {
    background-color: #FFF;
    border-color: #FFF;
}
.ws-input-group input {
    width: 32px;
    height: 32px;
    order: 1;
    z-index: 2;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
    cursor: pointer;
    visibility: hidden;
}
.my-last-question-played {
    position: relative;
    text-align: center;
}
.my-last-question-played h4{
    font-size: 20px;
}
.my-last-question-played span.answer {
    display: inline-block;
    padding:10px 20px;
    background-color: #393939;
    border-radius: 50px;
    color:#FFF;
    font-size: 16px;
    font-weight: 700;
}
.my-last-question-played span.answer.correct {
    background-color: #76bc2a;
}
    /* Join Landing Page */
h2.may-the-best-win {
    font-size:33px;
    font-weight: 400;
}
.winning-streak-games {
    text-align: center;
    font-size:0;
    margin: 25px -15px;
}
.winning-streak-games>.game {
    display: inline-block;
    position: relative;
    width: 380px;
    height: 500px;
    font-size:15px;
    background-size: contain;
    background-color:#252525;
    vertical-align: top;
    padding: 25px 0 25px;
    margin-bottom: 50px;
}
.winning-streak-games>.game h2 {
    color:#FFF;
    font-size:18px;
}
.winning-streak-games>.game p {
    color:#FFF;
}
.winning-streak-games>.game img.prize-image {
    max-width: 300px;
    margin: 10px auto 10px;
}
.winning-streak-games>.game form {
    display:block;
}
.winning-streak-games>.game p.action-btn {
    position: absolute;
    margin:0;
    width: 100%;
    bottom: -20px;

}
.winning-streak-games>.game .dde-ws-countdown {
    color:#FFF;
}
.winning-streak-games .players-remaining {
    position: absolute;
    bottom: 50px;
    width: 200px;
    height: 50px;
    border: solid #FFF 2px;
    border-radius: 50px;
    left:50%;
    margin-left:-100px;
    color:#FFF
}
.winning-streak-games .players-remaining>span {
    display:block;
    text-align: center;
}
.winning-streak-games .players-remaining>span.days {
    font-size:20px;
    line-height: 20px;
    margin-top:6px;
}
.winning-streak-games .players-remaining>span.remaining {
    font-size:11px;
    line-height: 11px;
    text-transform: uppercase;
}
.winning-streak-games .countdown .title {
    color:#FFF;
}
.winning-streak-games .countdown .dde-ws-countdown>div>div{
    line-height: 20px;
}
.winning-streak-games .countdown .dde-ws-countdown>div>span{
    line-height: 36px;
}

.big-players-remaining {
    position:relative;
    width: 300px;
    height: 100px;
    border: solid #b71c1c 2px;
    border-radius: 100px;
    color:#b71c1c;
    margin: 35px auto 50px auto;
    text-align: center;
}
.big-players-remaining>span.days {
    font-size:35px;
    line-height: 35px;
    font-weight: 700;
    display: block;
    margin-top: 20px;
}
.big-players-remaining>span.remaining {
    font-size: 18px;
    line-height: 18px;
}

.winning-streak-games .winner {
    background:rgba(183,28,28,0.8);
    position: absolute;
    bottom: 50px;
    width: 200px;
    height: 50px;
    border: solid #FFF 2px;
    border-radius: 50px;
    left:50%;
    margin-left:-100px;
    color:#FFF;
    overflow: hidden;
}
.winning-streak-games .winner .title {
    display:block;
    margin-top:8px;
    font-size:18px;
    line-height: 14px;
}
.winning-streak-games .winner .name {
    font-size:13px;
    line-height: 13px;
}

/* End Join Landing Page */
/* Countdown */
.coutndown-rounded-frame {
    border: solid #424242 2px;
    display:inline-block;
    padding: 25px 50px;
    border-radius: 200px;
}
.dde-ws-countdown {
    display: inline-block;
    width: 380px

}
.dde-ws-countdown>div {
    display: inline-block;
    vertical-align: top;
    width: 95px;
    height: 95px;
    text-align: center;
}
.dde-ws-countdown>div>span {
    font-size:36px;
    font-weight: bold;
}
.dde-ws-countdown>div>div {
    font-size:20px;
    font-weight: bold;
}

.small-countdown {
    display: inline-block;
    width: 300px;
    text-align: center;
}
.small-countdown>div {
    display: inline-block;
    vertical-align: top;
    margin: 0 5px
}

/* End Countdown */

/* Standings */

table.standings-table {
    width: 100%;
}
table.standings-table thead th {
    background-color:#212121;
    color:#FFF;
    font-size:20px;
    text-transform: uppercase;
    padding: 5px 8px;
}
table.standings-table tbody td {
    padding: 5px 2px;
    border-bottom: 1px solid gray;
}
table.standings-table tbody td .fa {
    font-size: 25px;
}
table.standings-table tbody td .fa.fa-lock {
    color:#b71c1c;
}
table.standings-table tbody tr.title-row>td {
    background-color:#212121;
    color:#FFF;
    font-size:20px;
    text-transform: uppercase;
    padding: 5px 8px;
    font-weight: 700;
}
table.standings-table td.score {
    font-size:20px;
    color:#b71c1c;
    font-weight: 700;
}
table.standings-table tr.my-position {
    background:#f0f0f0;
    border-bottom: 2px #b71c1c  solid;
}
table.standings-table td.player {
    position: relative;
    font-size: 17px;
    font-weight: 700;
    width: 125px;
}
table.standings-table td.player .player-container {
    display: inline-block;
    position: relative;
    margin-top: 8px;
    max-width: 100px;
    font-size: 17px;
    line-height: 17px;
}
table.standings-table td.player span {
    position: absolute;
    top: -8px;
    right: 0px;
    background-color: #b71c1c;
    color:#FFF;
    display: inline-block;
    width: 30px;
    height: 30px;
    text-align: center;
    line-height: 29px;
    border-radius: 30px;
}
table.standings-table td.player span.status {
    top: 54px;
    right: 0px;
    background-color: #ababab;
    color:#FFF;
}
table.standings-table td.player span.status.lock {
    background-color: #b71c1c;
}
table.standings-table td.player button.player-selections {
    background-color: #b71c1c;
    color: #FFF;
    border: none;
    width: 30px;
    height: 30px;
    padding: 0;
    border-radius: 30px;
    position: absolute;
    right: -14px;
    top: 23px;
}
table.standings-table td.player .player-container .avatar {
    margin-bottom: 5px;
}
.questions-road {
    display: inline-block;
    vertical-align: middle;
    position: relative;
    text-align: left;
    font-size:0px;
}
.questions-road>div {
    display: inline-block;
    vertical-align: middle;
}
.questions-road>div.question {
    width: 35px;
    height: 35px;
    border-radius: 35px;
    text-align: center;
    color:#FFF;
    font-size:20px;
    line-height: 35px;
    background-color:#ffc500;
    position: relative;
    margin-top: 3px;
    margin-bottom: 3px;
}
.questions-road>div.question.active {
    background-color:#fafafa;
    border:#cacaca solid 2px;
    color:#cacaca;
}
.questions-road>div.question.normal {
    background-color:#76bc2a;
    cursor: pointer;
}
.questions-road>div.question.lose.no-winners {
    background-color:#ffc500 !important;
}
.questions-road>div.question.winner {
    background-color:#76bc2a;
    cursor: pointer;
}
.questions-road>div.question.lose {
    background-color:#b71c1c;
    cursor: pointer;
}
.questions-road>div.question.no-play {
    background-color:#fafafa;
    border:#cacaca solid 2px;
    color:#cacaca;
}
.questions-road>div.line {
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color:#cacaca;

}
.questions-road>div.line:last-child {
    display: none;
}
.questions-road .tooltip-text {
    position: absolute;
    background-color: gray;
    width: 200px;
    left:-81px;
    top: 43px;
    font-size: 10px;
    border-radius: 200px;
    display: none;
    padding: 6px 8px;
    line-height: 15px;
}
.questions-road .tooltip-text.show {
    display: inline-block;
}
.questions-road .tooltip-text.show:before {
    position: absolute;
    content: "";
    width: 10px;
    height: 10px;
    top: -10px;
    left: 91px;
    border: 8px solid transparent;
    border-bottom-color: gray;
    border-top: 0;
}
.questions-road .tooltip-text>span {
    display: inline-block;
    background-color: #393939;
    padding: 1px 9px;
    border-radius: 20px;
}
tr.out-of-game {
    opacity: 0.4;
}
h4.congratulations-tomorrow-game {
    font-size: 40px;
    text-align: center;
}
/* End Standings */

@media (max-width: 576px) {
    .coutndown-rounded-frame {
        padding: 24px 0px;
        border:none;
    }
    .coutndown-rounded-frame .dde-ws-countdown {
        width: 100%;
    }
}