﻿
:root {
    --font-family-sans-serif: 'Din Condensed', sans-serif;
    --primary: #9100ff;
    --secondary: #F6B9C9;
    --yellow: #ECA154;
    --dark: #2D2926;
    --cw-match_head-forecolor: var(--primary);
    --cw-match_head-live-forecolor: var(--primary);
    --cw-match_head-completed-forecolor: var(--primary);
    --cw-match-forecolor: var(--primary);
    --cw-set-forecolor: var(--yellow);
    --cw-set_completed-forecolor: var(--primary);
    --cw-set_lost-forecolor: rgba(45, 41, 38, .6);
    --cw-summary-forecolor: var(--primary);
    --cw-badge-color: var(--yellow);
    --cw-check-color: var(--primary);
    --cw-width-flags: 24px;
    --cw-widget-primary: var(--primary);
    --naveBlue: #17093e;
    --bleu-fip: #1d3056;
}


.pagination li a {
    color: var(--primary);
    border: solid 1px var(--primary);
    font-family: 'Din', sans-serif;
}

    .pagination li a:hover {
        background-color: var(--primary);
    }

.page-item.active .page-link {
    background: var(--primary);
    border-color: var(--primary);
    font-weight: 400;
}

.match-type {
    font-family: 'Din Condensed', sans-serif;
}

table {
    border: solid 1px rgba(45, 41, 38, .2);
    color: #ffffff !important;
}

tbody {
    text-shadow: none;
}

tr {
    border: none;
}

    tr td {
        padding: 10px 20px;
    }

.scorebox-header-completed th, .scorebox-header-live th, .scorebox-header th, th {
    padding: 20px;
    font-family: 'Din Condensed', sans-serif !important;
    font-weight: 900;
}

.round-name {
    font-size: 17px;
}

.team {
    padding: 5px 15px !important;
}

    .team .ml-2:first-of-type {
        margin-left: 0 !important;
    }

.flags {
    height: 17px;
    width: 23px;
}

.check-primary {
    color: var(--primary);
}

td.points {
    border: none;
}

td.set {
    border: none;
    font-size: 21px;
}

.missingteam {
    margin-left: 3rem;
}

.player-names .single {
    font-size: 21px;
}

.live-status-summary {
    font-family: 'Din Condensed', sans-serif !important;
    font-size: 15px;
}

.flags-stats {
    width: 3rem;
    box-shadow: 0px 0px 2px 2px rgba(0 0 0 0.2)
}

.percentage {
    margin-right: 0.5rem !important;
}

a.title2:hover {
    cursor: pointer;
}

.pagination li a {
    border-radius: 8px !important;
    display: flex;
    margin-right: 8px;
    font-size: 12px;
}

    .pagination li a:hover {
        color: #fff;
    }

.team {
    padding: 10px 15px !important;
}

.modal-body img {
    width: 3rem !important;
    height: 3rem !important;
}

.flags, .modal-body .flags-stats {
    height: 17px !important;
}

.player-names .double {
    font-family: 'Din Condensed', sans-serif !important;
    text-transform: none;
    font-size: 17px;
}

.set-lost {
    opacity: 0.5
}

.line-thin {
    opacity: 0.7;
}

.winner {
    opacity: 1;
    font-weight: 600;
}

tr.summary td {
    background: #2a2a2a;
    border-top: 1px solid var(--primary);
    color: var(--primary)!important;
}

.scorebox-header-completed th, .scorebox-header-live th, .scorebox-header th {
    background: #2a2a2a;
    border-bottom: 1px solid var(--primary);
    padding: 12px
}

.ballg {
    width: 10px !important;
}

h1 {
    font-family: 'Din Condensed', sans-serif !important;
    font-size: 2.1rem;
}

.progress-bar {
    background-color: #73C9E9;
}

.modal-body .col-12.col-sm-6 {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-wrap: wrap;
}

    .modal-body .col-12.col-sm-6 h5 {
        line-height: 1.2 !important;
    }

.modal-body .flags-stats {
    order: -1;
    margin-right: 6px;
}

table {
    border-collapse: collapse;
}

.scorebox-sep-bottom td, .scorebox-sep-bottom + tr td {
    border: 1px solid var(--naveBlue);
}

    .scorebox-sep-bottom td.team + td, .scorebox-sep-bottom + tr td.team + td {
        /*display: none;*/
    }

.fa-solid.fa-check {
    display: none;
}

.court-name {
    font-size: 17px;
}

.live-status-summary div:first-child span:first-child {
    display: none;
}

.live-status-summary div:first-child {
    opacity: 0.8;
}

tr.summary td {
    padding: 12px !important;
}

tr td {
    padding: 12px;
}

table tr td:first-child {
    width: 100% !important;
}

td.set:last-of-type {
    padding-right: 12px !important;
}


.rounded-pill {
    margin-top: 0 !important;
}

.sticky-top {
    margin-bottom: 60px;
    padding: 10px 10px;
}

.nav-tabs .nav-link {
    border: 1px solid transparent;
    border-top-left-radius: .25rem;
    border-top-right-radius: .25rem;
    background-color: rgba(0, 0, 0, .03) !important;
}

    .nav-tabs .nav-link.active {
        background-color: #fff !important;
        font-weight: 800 !important;
    }

.title1 {
    font-size: 24px;
}

.text-lg {
    font-size: 1.1rem !important;
}
