/* xxxxxxxxxx Bracket Control Basic styles start xxxxxxxxxx */
@import url('https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,300;0,400;0,500;0,600;0,700;1,300;1,400;1,500;1,600;1,700&display=swap');

:root {
    --bracket-item-w-280: 280px;
    --bracket-item-w-220: 220px;
    --bracket-item-w-184: 184px;
    --bracket-item-16-half-width: var(--bracket-item-w-184);
    --bracket-item-margin-bottom: 11px;
    --bracket-game-wrap-height: 80px;
    --bracket-col-margin-right: 60px;
    --bracket-col-64-margin-right: 20px;
    --bracket-col-16-half-margin: 16px;
    --title-support-v-space-mobile: 35px;
    --round-title-height-margin: 44px;
    --bracket-team-logo-size: 20px;
}

/** BASIC CSS **/

* {
    margin: 0;
    padding: 0;
    border: none;
    outline: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -o-box-sizing: border-box;
    box-sizing: border-box;
}

ul,
ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

a {
    text-decoration: none;
    outline: none;
    color: #4b5460;
}

    a:focus {
        outline: none;
    }

    a:hover,
    a:focus {
        text-decoration: none;
    }

*,
*:before,
*:after {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

a,
input,
select,
textarea,
img {
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    transition: all 0.5s;
}

input,
select,
textarea {
    border: 1px solid transparent;
}

.visible {
    visibility: visible !important
}

.invisible {
    visibility: hidden !important
}
/* xxxxxxx Bracket Control Basic styles end  xxxxxxx */



/* xxxxxxxxxxxxxxxxxxxxxxxxxxxx Tournament Bracket section css start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */

.bracket-tournament-filter-button .filter-button {
    color: #686c82;
    font-size: 19px;
    display: inline-block;
    margin-right: 18px;
    padding-bottom: 20px;
    border-bottom: 5px solid transparent;
    background: transparent;
    min-width: 22px;
    text-align: center;
}

    .bracket-tournament-filter-button .filter-button:hover {
        color: #383d5f;
    }

.bracket-tournament-filter-button {
    border-bottom: 2px solid #DFE1ED;
    width: auto;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    width: 375px;
    text-align: center;
}

@media (max-width: 575.98px) {
    .bracket-tournament-filter-button {
        width: 100%;
    }
}


.bracket-tournament-filter-button .nav-arrow-left,
.bracket-tournament-filter-button .nav-arrow-right {
    position: absolute;
    top: 0;
    left: 0;
    font-size: 20px;
    color: #4bb8ef;
    padding: 8px 5px 8px 10px;
    background-color: transparent;
}

.bracket-tournament-filter-button .nav-arrow-right {
    left: auto;
    right: 0;
    padding: 8px 10px 8px 5px;
}

    .bracket-tournament-filter-button .nav-arrow-left:hover,
    .bracket-tournament-filter-button .nav-arrow-right:hover {
        color: #398bd3;
    }

    .bracket-tournament-filter-button .nav-arrow-left:active,
    .bracket-tournament-filter-button .nav-arrow-right:active,
    .bracket-tournament-filter-button .nav-arrow-left:focus,
    .bracket-tournament-filter-button .nav-arrow-right:focus {
        color: #0066bf;
    }

    .bracket-tournament-filter-button .nav-arrow-left:disabled,
    .bracket-tournament-filter-button .nav-arrow-right:disabled {
        color: #d1d6dd;
        pointer-events: none;
    }

.active-filter-btn {
    color: #181E47 !important;
    font-weight: 500;
    border-bottom: 5px solid #008CD6 !important;
}

@media (min-width: 768px) {
    .bracket-tournament-filter-button .filter-button {
        margin-right: 25px;
        min-width: 30px;
    }

    .bracket-tournament-filter-button {
        width: 500px;
    }
}

/* bracket scrollable container start */
@media (max-width: 991.98px) {
    .tournamentbracket-bracket-scrollable-down-lg {
        overflow-x: auto;
    }

        .tournamentbracket-bracket-scrollable-down-lg .tournamentbracket-container {
            width: 990px;
        }
}

.tournamentbracket-bracket-scrollable-64 {
    overflow-x: auto;
    width: 100%;
    max-width: initial;
}

    .tournamentbracket-bracket-scrollable-64 .tournamentbracket-container {
        width: 1840px;
        max-width: initial;
        margin: auto auto;
    }



    .tournamentbracket-bracket-scrollable-64 .container {
        width: 100%;
        max-width: initial;
    }

/* bracket scrollable container end */


.bracket-main-wrap {
    display: flex;
    justify-content: center;
    min-height: 300px;
    min-width: fit-content;
    min-width: -webkit-fit-content;
    min-width: -moz-fit-content;
    min-width: -webkit-fill-available;
}

.bracket-16-main-wrap {
    min-height: initial;
}

.bracket-main-wrap.bracket-16-half {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    flex-wrap: nowrap;
}

    .bracket-main-wrap.bracket-16-half .bracket-half-col {
        display: flex;
        justify-content: start;
        min-height: 300px;
        width: 300px;
    }

    .bracket-main-wrap.bracket-16-half .bracket-half-col-right {
        justify-content: end;
    }

.bracket-col {
    margin-right: var(--bracket-col-margin-right);
}

.bracket-item-w-220 .bracket-col {
    margin-right: var(--bracket-col-64-margin-right);
}

.bracket-16-half .bracket-half-col-right .bracket-col {
    margin-right: initial;
    margin-left: var(--bracket-col-16-half-margin);
}

.bracket-16-half .bracket-col {
    margin-right: var(--bracket-col-16-half-margin);
    position: relative;
}

.bracket-main-wrap.bracket-16-half .bracket-half-col-left .bracket-col-3 {
    left: calc(var(--bracket-item-16-half-width) * -0.6);
}

.bracket-main-wrap.bracket-16-half .bracket-half-col-left .bracket-col-4 {
    left: calc(var(--bracket-item-16-half-width) * -1.175);
}

.bracket-main-wrap.bracket-16-half .bracket-half-col-right .bracket-col-1-right {
    right: calc(var(--bracket-item-16-half-width) * -1.175);
}

.bracket-main-wrap.bracket-16-half .bracket-half-col-right .bracket-col-2-right {
    right: calc(var(--bracket-item-16-half-width) * -0.6);
}

.bracket-col > h3 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
    min-height: 30px;
    display: block;
}

.bracket-col:last-child {
    margin-right: 0;
}

.bracket-row {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.bracket-row-single-game {
    display: flex;
    align-items: center;
}

.bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 32) + (var(--bracket-item-margin-bottom) * 32));
}

.bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 64) + (var(--bracket-item-margin-bottom) * 64));
}


/* tb-32-128 classes update start */

.bracket-row.bracket-row-final-universal, .bracket-row-final-universal {
    display: flex;
    align-items: center;
    height: calc(100% - var(--round-title-height-margin));
}

.bracket-row.bracket-row-32-final, .bracket-row-32-final {
    display: flex;
    align-items: center;
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.bracket-row.bracket-row-128-final, .bracket-row-128-final {
    display: flex;
    align-items: center;
    height: calc((var(--bracket-game-wrap-height) * 64) + (var(--bracket-item-margin-bottom) * 64));
}
/* tb-32-128 classes update end */


/* xxx Bracket 128 Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/

#bracket-128-mobile-main.filter-section {
    min-height: 500px;
}

.tb-64-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::before,
.tb-64-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::after,
.tb-64-round .bracket-col-first .bracket-row .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-32-round .bracket-row-size-2 .bracket-item.bracket-item-top::before,
.tb-32-round .bracket-row-size-2 .bracket-item.bracket-item-top::after,
.tb-32-round .bracket-row-size-2 .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-64-round .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-64-round .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-32-round .bracket-row.bracket-row-size-2,
.tb-32-round .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-32-round .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-16-round .bracket-row.bracket-row-size-2,
.tb-16-round .bracket-row.bracket-row-size-3,
.tb-16-round .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-16-round .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-64-round .hide-from-second-round {
    display: none;
}

.tb-32-round .hide-from-second-round,
.tb-32-round .hide-from-third-round {
    display: none;
}

/* xxx Bracket 128 Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/



/* xxx Bracket 64 Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* tb position classes start */

.tb-128-bracket {
    width: 1680px;
}

.tb-64-bracket {
    width: 1440px;
}

.tb-32-bracket {
    width: 1200px;
}

.tb-16-bracket {
    width: 960px;
}

.tb-8-bracket {
    width: 720px;
}

.tb-4-bracket {
    width: 480px;
}

.tb-round-1-position {
    margin-left: 0;
}

.tb-round-2-position {
    margin-left: -240px;
}

.tb-round-3-position {
    margin-left: -480px;
    min-height: 600px;
}

.tb-round-4-position {
    margin-left: -720px;
    min-height: 500px;
}

.tb-round-5-position {
    margin-left: -960px;
    min-height: 400px;
}

.tb-round-6-position {
    margin-left: -1200px;
    min-height: 300px;
}

.tb-round-7-position {
    /* add next to the tb-semifinals not instead ? to check! */
    margin-left: -1440px;
}

#bracket-64-mobile-main.filter-section {
    min-height: 500px;
}

.tb-round-2-position .bracket-col-first .bracket-row .bracket-item.bracket-item-top::before,
.tb-round-2-position .bracket-col-first .bracket-row .bracket-item.bracket-item-top::after,
.tb-round-2-position .bracket-col-first .bracket-row .bracket-item.bracket-item-bottom::before,
.tb-round-2-position .bracket-col-first .bracket-row .bracket-item.bracket-item-bottom::after,
.tb-round-3-position .bracket-row-size-2 .bracket-item.bracket-item-top::before,
.tb-round-3-position .bracket-row-size-2 .bracket-item.bracket-item-top::after,
.tb-round-3-position .bracket-row-size-2 .bracket-item.bracket-item-bottom::before,
.tb-round-3-position .bracket-row-size-2 .bracket-item.bracket-item-bottom::after,
.tb-round-4-position .bracket-row-size-3 .bracket-item.bracket-item-top::before,
.tb-round-4-position .bracket-row-size-3 .bracket-item.bracket-item-top::after,
.tb-round-4-position .bracket-row-size-3 .bracket-item.bracket-item-bottom::before,
.tb-round-4-position .bracket-row-size-3 .bracket-item.bracket-item-bottom::after,
.tb-round-5-position .bracket-row-size-4 .bracket-item.bracket-item-top::before,
.tb-round-5-position .bracket-row-size-4 .bracket-item.bracket-item-top::after,
.tb-round-5-position .bracket-row-size-4 .bracket-item.bracket-item-bottom::before,
.tb-round-5-position .bracket-row-size-4 .bracket-item.bracket-item-bottom::after,
.tb-round-6-position .bracket-row-size-5 .bracket-item.bracket-item-top::before,
.tb-round-6-position .bracket-row-size-5 .bracket-item.bracket-item-top::after,
.tb-round-6-position .bracket-row-size-5 .bracket-item.bracket-item-bottom::before,
.tb-round-6-position .bracket-row-size-5 .bracket-item.bracket-item-bottom::after,
.tb-round-7-position .bracket-row-size-6 .bracket-item.bracket-item-top::before,
.tb-round-7-position .bracket-row-size-6 .bracket-item.bracket-item-top::after,
.tb-round-7-position .bracket-row-size-6 .bracket-item.bracket-item-bottom::before,
.tb-round-7-position .bracket-row-size-6 .bracket-item.bracket-item-bottom::after {
    display: none;
}

.tb-64-teams-rows .bracket-row.bracket-row-size-5,
.tb-64-teams-rows .bracket-row.bracket-row-final {
    height: calc((var(--bracket-game-wrap-height) * 32) + (var(--bracket-item-margin-bottom) * 32));
}

.tb-32-teams-rows .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-32-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-32-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-32-teams-rows .bracket-row.bracket-row-size-5,
.tb-32-teams-rows .bracket-row.bracket-row-final {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.tb-16-teams-rows .bracket-row.bracket-row-size-2,
.tb-16-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-16-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-16-teams-rows .bracket-row.bracket-row-size-5,
.tb-16-teams-rows .bracket-row.bracket-row-final {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-8-teams-rows .bracket-row.bracket-row-size-2,
.tb-8-teams-rows .bracket-row.bracket-row-size-3,
.tb-8-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-8-teams-rows .bracket-row.bracket-row-size-5,
.tb-8-teams-rows .bracket-row.bracket-row-final {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}


.tb-4-teams-rows .bracket-row.bracket-row-size-2,
.tb-4-teams-rows .bracket-row.bracket-row-size-3,
.tb-4-teams-rows .bracket-row.bracket-row-size-4,
.tb-4-teams-rows .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-4-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-final-game .bracket-row.bracket-row-final, .bracket-row.bracket-row-final {
    display: flex;
    align-items: center;
}

.tb-round-2-position .hide-from-second-round {
    display: none;
}

.tb-round-3-position .hide-from-second-round,
.tb-round-3-position .hide-from-third-round {
    display: none;
}

.tb-round-4-position .hide-from-second-round,
.tb-round-4-position .hide-from-third-round,
.tb-round-4-position .hide-from-fourth-round {
    display: none;
}

.tb-round-5-position .hide-from-second-round,
.tb-round-5-position .hide-from-third-round,
.tb-round-5-position .hide-from-fourth-round,
.tb-round-5-position .hide-from-fifth-round {
    display: none;
}

.tb-round-6-position .hide-from-second-round,
.tb-round-6-position .hide-from-third-round,
.tb-round-6-position .hide-from-fourth-round,
.tb-round-6-position .hide-from-fifth-round,
.tb-round-6-position .hide-from-sixth-round {
    display: none;
}

.tb-round-7-position .hide-from-second-round,
.tb-round-7-position .hide-from-third-round,
.tb-round-7-position .hide-from-fourth-round,
.tb-round-7-position .hide-from-fifth-round,
.tb-round-7-position .hide-from-sixth-round {
    display: none;
}

/* tb position classes end */
/* xxx Bracket 64 Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


/* tb-128 specific styles start */
.tb-128-teams-rows .bracket-row.bracket-row-size-6,
.tb-128-teams-rows .bracket-row.bracket-row-final {
    height: calc((var(--bracket-game-wrap-height) * 64) + (var(--bracket-item-margin-bottom) * 64));
}

.tb-128-bracket.tb-64-teams-rows .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-128-bracket.tb-64-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-128-bracket.tb-64-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-128-bracket.tb-64-teams-rows .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.tb-128-bracket.tb-64-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 32) + (var(--bracket-item-margin-bottom) * 32));
}

.tb-128-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-2,
.tb-128-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-128-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-128-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-128-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.tb-128-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-2,
.tb-128-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-3,
.tb-128-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-128-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-128-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-128-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-2,
.tb-128-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-3,
.tb-128-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-4,
.tb-128-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-128-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-128-bracket.tb-4-teams-rows .bracket-row.bracket-row-size-2,
.tb-128-bracket.tb-4-teams-rows .bracket-row.bracket-row-size-3,
.tb-128-bracket.tb-4-teams-rows .bracket-row.bracket-row-size-4,
.tb-128-bracket.tb-4-teams-rows .bracket-row.bracket-row-size-5,
.tb-128-bracket.tb-4-teams-rows .bracket-row.bracket-row-size-6 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

/* tb-128 specific styles end */

/* tb-32 specific styles start */
.tb-32-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-32-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-32-bracket.tb-32-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.tb-32-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-32-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-32-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}
/* tb-32 specific styles end */


/* tb-16 specific styles start */
.tb-16-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-16-bracket.tb-16-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-16-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}
/* tb-16 specific styles end */


/* tb-8 specific styles start */
.tb-8-bracket.tb-8-teams-rows .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}
/* tb-8 specific styles end */



/* xxx Bracket 64 LR Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* tb second round case start */
.tb-64-lr-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::before,
.tb-64-lr-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::after,
.tb-64-lr-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-64-lr-second-round .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-64-lr-second-round .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-64-lr-second-round .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.tb-64-lr-second-round .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.tb-64-lr-second-round .bracket-row.bracket-row-64-final {
    height: calc(100% - (4 * var(--title-support-v-space-mobile)));
    /* - 4x margin title support*/
}

.tb-64-lr-second-round .hide-from-second-round {
    display: none;
}
/* tb second round case end */


/* tb sweet 16 case start */
.tb-64-lr-sweet-16 .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-64-lr-sweet-16 .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-64-lr-sweet-16 .bracket-row.bracket-row-size-4 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-64-lr-sweet-16 .bracket-row.bracket-row-size-5 {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8) + (3 * var(--title-support-v-space-mobile)));
}

.tb-64-lr-sweet-16 .bracket-row.bracket-row-64-final {
    height: 100%;
    padding-top: var(--title-support-v-space-mobile);
}

.tb-64-lr-sweet-16 .hide-from-second-round,
.tb-64-lr-sweet-16 .hide-from-sweet-16 {
    display: none;
}

.tb-64-lr-sweet-16 .bracket-row-size-2 .bracket-item.bracket-item-top::before,
.tb-64-lr-sweet-16 .bracket-row-size-2 .bracket-item.bracket-item-top::after,
.tb-64-lr-sweet-16 .bracket-row-size-2 .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-64-lr-sweet-16 .sweet-16-mb-0 {
    margin-bottom: 0
}

.tb-64-lr-sweet-16 .sweet-16-mt-title-v-space {
    margin-top: var(--title-support-v-space-mobile);
}

.tb-64-lr-sweet-16 .sweet-16-pb-half-title-v-space {
    padding-bottom: calc(var(--title-support-v-space-mobile) * 0.5);
    margin-bottom: 0;
}

.tb-64-lr-sweet-16 .sweet-16-pt-title-v-space {
    padding-top: var(--title-support-v-space-mobile);
}

.tb-64-lr-sweet-16 .bracket-item-top-sweet-16 {
    height: calc((50% - var(--bracket-item-margin-bottom)) + (var(--title-support-v-space-mobile) * 0.5));
    padding-bottom: calc(var(--title-support-v-space-mobile) * 0.5);
    margin-bottom: 0;
}

.tb-64-lr-sweet-16 .bracket-item-bottom-sweet-16 {
    height: calc((50% - var(--bracket-item-margin-bottom)) + ((var(--title-support-v-space-mobile) * 0.5)) + (var(--bracket-item-margin-bottom) * 2));
    padding-top: calc(var(--title-support-v-space-mobile) * 0.5);
}

.tb-64-lr-sweet-16 .pt-section-title-support {
    margin-top: 0;
    padding-top: var(--title-support-v-space-mobile);
}

.tb-64-lr-sweet-16 .sweet-16-support {
    height: calc((50% - var(--bracket-item-margin-bottom)) + (var(--title-support-v-space-mobile) + (var(--bracket-item-margin-bottom) * 2)));
    padding-top: var(--title-support-v-space-mobile);
}

/* tb sweet 16 case end */

/* tb elite 8 case start */

.tb-64-lr-elite-8 .bracket-row {
    height: calc((var(--bracket-game-wrap-height) * 1) + (var(--bracket-item-margin-bottom) * 1));
}

    .tb-64-lr-elite-8 .bracket-row.bracket-row-size-2 {
        height: calc((var(--bracket-game-wrap-height) * 1) + (var(--bracket-item-margin-bottom) * 1));
    }

    .tb-64-lr-elite-8 .bracket-row.bracket-row-size-3 {
        height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
    }

    .tb-64-lr-elite-8 .bracket-row.bracket-row-size-4 {
        height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2) + var(--title-support-v-space-mobile));
    }

    .tb-64-lr-elite-8 .bracket-row.bracket-row-size-5 {
        height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4) + (3 * var(--title-support-v-space-mobile)));
    }

    .tb-64-lr-elite-8 .bracket-row.bracket-row-64-final {
        height: 100%;
        padding-top: var(--title-support-v-space-mobile);
    }

.tb-64-lr-elite-8 .hide-from-second-round,
.tb-64-lr-elite-8 .hide-from-sweet-16,
.tb-64-lr-elite-8 .hide-from-elite-8 {
    display: none;
}

.tb-64-lr-elite-8 .bracket-row-size-3 .bracket-item.bracket-item-top::before,
.tb-64-lr-elite-8 .bracket-row-size-3 .bracket-item.bracket-item-top::after,
.tb-64-lr-elite-8 .bracket-row-size-3 .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-64-lr-elite-8 .bracket-item-top-elite-8 {
    padding-bottom: calc(var(--title-support-v-space-mobile) * 0.5);
}

.tb-64-lr-elite-8 .bracket-item-bottom-elite-8 {
    padding-top: calc(var(--title-support-v-space-mobile) * 0.5);
}

    .tb-64-lr-elite-8 .bracket-item-top-elite-8::before,
    .tb-64-lr-elite-8 .bracket-item-bottom-elite-8::before {
        height: calc(50% + ((var(--title-support-v-space-mobile) * 0.5) - 1px));
    }

.tb-64-lr-elite-8 .elite-8-pt-title-v-space {
    padding-top: var(--title-support-v-space-mobile);
}

.tb-64-lr-elite-8 .elite-8-reset-h-50 {
    height: 50%;
}

/* tb elite 8 case end */

/* tb final four case start */
.tb-64-lr-final-four .bracket-row {
    height: calc((var(--bracket-game-wrap-height) * 1) + (var(--bracket-item-margin-bottom) * 1));
}

    .tb-64-lr-final-four .bracket-row.bracket-row-size-2 {
        height: calc((var(--bracket-game-wrap-height) * 1) + (var(--bracket-item-margin-bottom) * 1));
    }

    .tb-64-lr-final-four .bracket-row.bracket-row-size-3 {
        height: calc((var(--bracket-game-wrap-height) * 1) + (var(--bracket-item-margin-bottom) * 1));
    }

    .tb-64-lr-final-four .bracket-row.bracket-row-size-4 {
        height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
    }

    .tb-64-lr-final-four .bracket-row.bracket-row-size-5 {
        height: calc((var(--bracket-game-wrap-height) * 3) + (var(--bracket-item-margin-bottom) * 3));
    }

.tb-64-lr-final-four .bracket-row-size-4 .bracket-item.bracket-item-top::before,
.tb-64-lr-final-four .bracket-row-size-4 .bracket-item.bracket-item-top::after,
.tb-64-lr-final-four .bracket-row-size-4 .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-64-lr-final-four .hide-from-second-round,
.tb-64-lr-final-four .hide-from-sweet-16,
.tb-64-lr-final-four .hide-from-elite-8,
.tb-64-lr-final-four .hide-from-final-four {
    display: none;
}

.tb-64-lr-final-four .bracket-col-section-title {
    visibility: hidden;
}

.tb-64-lr-final-four .bracket-row.bracket-row-64-final {
    height: calc((var(--bracket-game-wrap-height) * 3) + (var(--bracket-item-margin-bottom) * 2) + var(--title-support-v-space-mobile));
    padding-top: var(--title-support-v-space-mobile);
}

.bracket-row.bracket-row-64-final .bracket-final-four-row {
    height: auto;
}

.tb-64-lr-final-four .final-four-d-none, .d-none-until-final-four {
    display: none;
}

.tb-64-lr-final-four .d-none-until-final-four {
    display: block;
}
/* tb final four case end */

/* tb fchampionship case start */
.tb-64-lr-championship {
    /* add next to the tb-final-four not instead!!! */
    width: 1462px;
    margin-left: -1212px;
}

    .tb-64-lr-championship .bracket-row-size-5 .bracket-item.bracket-item-top::before,
    .tb-64-lr-championship .bracket-row-size-5 .bracket-item.bracket-item-top::after,
    .tb-64-lr-championship .bracket-row-size-5 .bracket-item.bracket-item-bottom::before {
        display: none;
    }
/* tb fchampionship case end */


/* tb-64-lr position classes start */
.tb-64-lr-first-round {
    width: 1462px;
    margin-left: -6px;
}

.tb-64-lr-second-round {
    width: 1462px;
    margin-left: -252px;
}

.tb-64-lr-sweet-16 {
    width: 1462px;
    margin-left: -492px;
}

.tb-64-lr-elite-8 {
    width: 1462px;
    margin-left: -732px;
}

.tb-64-lr-final-four {
    width: 1462px;
    margin-left: -972px;
    min-height: 600px;
}

.tb-64-lr-championship {
    /* add next to the tb-final-four not instead!!! */
    width: 1462px;
    margin-left: -1212px;
}
/* tb-64-lr position classes end */
/* xxx Bracket 64 Mobile LR Tabs-Jump to Position end xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/




/* xxx Bracket 16 Mobile Tabs-Jump to Position start xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/
/* tb 16 second round case start */

#bracket-16-mobile-main.filter-section {
    min-height: 500px;
}

.tb-16-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::before,
.tb-16-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-top::after,
.tb-16-second-round .bracket-col-first .bracket-row .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-16-second-round .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-16-second-round .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.tb-16-second-round .bracket-row.bracket-row-16-final {
    /* 44px title height + margin bottom*/
    height: calc(100% - 44px);
}

.tb-16-second-round .hide-from-second-round {
    display: none;
}
/* tb 16 second round case end */

/* tb 16 third round case start */
.tb-16-third-round .bracket-row-size-2 .bracket-item.bracket-item-top::before,
.tb-16-third-round .bracket-row-size-2 .bracket-item.bracket-item-top::after,
.tb-16-third-round .bracket-row-size-2 .bracket-item.bracket-item-bottom::before {
    display: none;
}

.tb-16-third-round .bracket-row.bracket-row-size-2 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-16-third-round .bracket-row.bracket-row-size-3 {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.tb-16-third-round .bracket-row.bracket-row-16-final {
    /* 44px title height + margin bottom*/
    height: calc(100% - 44px);
}

.tb-16-third-round .hide-from-second-round,
.tb-16-third-round .hide-from-third-round {
    display: none;
}

.tb-16-third-round .final-four-d-none, .d-none-until-final-four {
    display: none;
}

.tb-16-third-round .d-none-until-final-four {
    display: block;
}
/* tb 16 third round case end */

/* tb 16 championship start */
.tb-16-championship .bracket-row-size-3 .bracket-item.bracket-item-top::before,
.tb-16-championship .bracket-row-size-3 .bracket-item.bracket-item-top::after,
.tb-16-championship .bracket-row-size-3 .bracket-item.bracket-item-bottom::before {
    display: none;
}
/* tb 16 championship case end */

/* tb-16 position classes start */
.tb-16-first-round {
    width: 960px;
    margin-left: 10px;
}

.tb-16-second-round {
    width: 960px;
    margin-left: -236px;
}

.tb-16-third-round {
    width: 960px;
    margin-left: -476px;
    min-height: 600px;
}

.tb-16-championship {
    /* add next to the tb-final-four not instead!!! */
    width: 960px;
    margin-left: -714px;
}
/* tb-16 position classes end */
/* xxx Bracket 16 Mobile Tabs-Jump to Position end xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx*/


/* tb first four tab start */

.first-four-tab-content {
    padding-left: 15px;
}

    .first-four-tab-content .bracket-col-section-title-wrap {
        width: auto;
        position: initial;
        display: initial;
    }

        .first-four-tab-content .bracket-col-section-title-wrap h3 {
            margin-bottom: 0.5rem;
        }

        .first-four-tab-content .bracket-col-section-title-wrap h3 {
            position: initial;
            left: initial;
        }

    .first-four-tab-content .bracket-row {
        height: auto;
    }
/* tb first four tab end */


.bracket-row.bracket-row-4-final,
.bracket-row.bracket-row-8-final,
.bracket-row.bracket-row-16-final,
.bracket-row.bracket-row-32-final,
.bracket-row.bracket-row-64-final {
    display: flex;
    align-items: center;
}

.bracket-row.bracket-row-4-final {
    height: calc((var(--bracket-game-wrap-height) * 2) + (var(--bracket-item-margin-bottom) * 2));
}

.bracket-row.bracket-row-8-final {
    height: calc((var(--bracket-game-wrap-height) * 4) + (var(--bracket-item-margin-bottom) * 4));
}

.bracket-row.bracket-row-16-final {
    height: calc((var(--bracket-game-wrap-height) * 8) + (var(--bracket-item-margin-bottom) * 8));
}

.bracket-row.bracket-row-32-final {
    height: calc((var(--bracket-game-wrap-height) * 16) + (var(--bracket-item-margin-bottom) * 16));
}

.bracket-row.bracket-row-64-final {
    height: calc((var(--bracket-game-wrap-height) * 32) + (var(--bracket-item-margin-bottom) * 32));
}

.bracket-item {
    width: var(--bracket-item-w-280);
    height: calc(50% - var(--bracket-item-margin-bottom));
    margin-bottom: var(--bracket-item-margin-bottom);
    position: relative;
    display: flex;
    align-items: center;
}

.bracket-item-w-220 .bracket-item {
    width: var(--bracket-item-w-220);
}

.bracket-16-half .bracket-item {
    width: var(--bracket-item-16-half-width);
}

.bracket-item-v-center {
    width: var(--bracket-item-w-280);
    height: auto;
    min-height: 90px;
}

.bracket-row.bracket-row-size-final .bracket-item-v-center::before,
.bracket-row.bracket-row-size-final .bracket-item-v-center::after {
    display: none;
}

.bracket-row.bracket-right-lines-none .bracket-item::before,
.bracket-row.bracket-right-lines-none .bracket-item::after {
    display: none;
}

.bracket-item::before {
    content: "";
    display: block;
    position: absolute;
    width: calc(var(--bracket-col-margin-right) * 0.5);
    height: calc(50% + 5px);
    right: calc(var(--bracket-col-margin-right) * -0.5);
}

.bracket-item-w-220 .bracket-item::before {
    width: calc(var(--bracket-col-64-margin-right) * 0.5);
    right: calc(var(--bracket-col-64-margin-right) * -0.5);
}

.bracket-16-half .bracket-item::before {
    width: calc(var(--bracket-col-16-half-margin) * 0.5);
    right: calc(var(--bracket-col-16-half-margin) * -0.5);
}

.bracket-16-half .bracket-half-col-right .bracket-item::before {
    right: initial;
    left: calc(var(--bracket-col-16-half-margin) * -0.5);
}

.bracket-item.bracket-item-top::before,
.bracket-item.bracket-item-bottom::before {
    border: solid 1px #9da2a6;
}

.bracket-item.bracket-item-top::before {
    border-width: 1px 1px 0 0;
    border-top-right-radius: 4px;
    bottom: -5px;
}

.bracket-half-col-right .bracket-item.bracket-item-top::before,
.bracket-desktop-rtl .bracket-item.bracket-item-top::before {
    border-width: 1px 0 0 1px;
    border-top-right-radius: initial;
    border-top-left-radius: 4px;
    bottom: -5px;
}

.bracket-desktop-rtl.bracket-item-w-220 .bracket-item::before {
    left: calc(var(--bracket-col-64-margin-right) * -0.5);
    right: initial;
}

.bracket-item.bracket-item-top::after,
.bracket-item.bracket-item-bottom::after {
    content: "";
    display: block;
    position: absolute;
    width: calc((var(--bracket-col-margin-right) * 0.5) + 1px);
    height: calc(50% + 5px);
    right: calc(var(--bracket-col-margin-right) * -1);
    bottom: -6px;
    border-bottom: solid 1px #9da2a6;
}

.bracket-item.bracket-item-bottom::after {
    bottom: auto;
    border-bottom: 0;
    top: -6px;
    border-top: solid 1px #9da2a6;
}

.bracket-item-w-220 .bracket-item.bracket-item-top::after,
.bracket-item-w-220 .bracket-item.bracket-item-bottom::after {
    width: calc((var(--bracket-col-64-margin-right) * 0.5) + 1px);
    right: calc(var(--bracket-col-64-margin-right) * -1);
}

.bracket-16-half .bracket-item.bracket-item-top::after,
.bracket-16-half .bracket-item.bracket-item-bottom::after {
    width: calc((var(--bracket-col-16-half-margin) * 0.5) + 1px);
    right: calc(var(--bracket-col-16-half-margin) * -1);
}

.bracket-16-half .bracket-half-col-right .bracket-item.bracket-item-top::after,
.bracket-16-half .bracket-half-col-right .bracket-item.bracket-item-bottom::after {
    right: initial;
    left: calc(var(--bracket-col-16-half-margin) * -1);
}

.bracket-desktop-rtl .bracket-item.bracket-item-top::after,
.bracket-desktop-rtl .bracket-item.bracket-item-bottom::after {
    right: initial;
    left: calc(var(--bracket-col-64-margin-right) * -1);
}

.bracket-item.bracket-item-bottom::before {
    border-width: 0 1px 1px 0;
    border-bottom-right-radius: 5px;
    top: -5px;
}

.bracket-half-col-right .bracket-item.bracket-item-bottom::before,
.bracket-desktop-rtl .bracket-item.bracket-item-bottom::before {
    border-width: 0 0 1px 1px;
    border-bottom-right-radius: initial;
    border-bottom-left-radius: 5px;
    top: -5px;
}

.bracket-game-wrap {
    height: var(--bracket-game-wrap-height);
    width: 100%;
    border-radius: 4px;
    background-color: white;
    box-shadow: 0 0 5px 0 rgba(0,0,0,0.1);
    padding: 5px 0 5px 5px;
    display: flex;
    justify-content: center;
    flex-direction: column;
    position: relative;
}

.bracket-team {
    display: flex;
    font-size: 11px;
    padding: 2px 0 2px 2px;
    font-size: 12px;
    position: relative;
}

    .bracket-team.game-winner {
        border-radius: 3px 0 0 3px;
    }

    .bracket-team.game-loser .bracket-team-name {
        color: #575966;
    }

    .bracket-team.game-winner .bracket-team-score {
        color: #0d0f1a;
    }

        .bracket-team.game-winner .bracket-team-score::after {
            display: block;
            content: "";
            position: absolute;
            right: 0;
            top: 50%;
            transform: translateY(-50%);
            width: 0;
            height: 0;
            border-top: 7px solid transparent;
            border-bottom: 7px solid transparent;
            border-right: 7px solid #67ccff;
        }

    .bracket-team.final-game-winner {
        background-color: #398bd3;
        border-radius: 3px 0 0 3px;
    }

        .bracket-team.final-game-winner .bracket-team-logo img {
            object-fit: initial;
            background: #fff;
            border-radius: 2px;
        }

        .bracket-team.final-game-winner::after {
            content: "";
            display: block;
            background-image: url("../images/favicon.png");
            background-position: center;
            background-repeat: no-repeat;
            background-size: 100%;
            height: 20px;
            width: 20px;
            position: absolute;
            left: calc(100% + 4px);
            top: 50%;
            transform: translateY(-50%);
            margin-top: -1px;
        }

        .bracket-desktop-rtl .bracket-team.final-game-winner::after {
            left: -30px;
        }

        .bracket-team.final-game-winner .bracket-team-rank,
        .bracket-team.final-game-winner .bracket-win-loss,
        .bracket-team.final-game-winner .bracket-team-name,
        .bracket-team.final-game-winner .bracket-team-score {
            color: #fff;
        }

        /*.bracket-team:first-child {
              padding-bottom: 6px;
        }*/
        .bracket-game-wrap .bracket-team {
            margin-bottom: 3px;
        }
        .bracket-game-wrap .bracket-team:last-of-type {
            margin-top: 3px;
            margin-bottom: 0;
        }

    .bracket-team > * {
        display: flex;
        align-items: center;
    }

    .bracket-team-logo {
        height: var(--bracket-team-logo-size);
        width: var(--bracket-team-logo-size);
        flex-shrink: 0;
    }

.bracket-game-wrap.winner-logo-big .bracket-team {
    padding-bottom: 2px;
    padding-top: 2px;
    margin-top: 0;
    margin-bottom: 0;
}

    .bracket-game-wrap.winner-logo-big .bracket-team .bracket-team-logo {
        height: calc(var(--bracket-team-logo-size) * 2);
        width: calc(var(--bracket-team-logo-size) * 2);
    }

.bracket-game-wrap.winner-logo-big .bracket-series-header {
    position: absolute;
    top: 8px;
    width: 100%;
}

.bracket-game-wrap.winner-logo-big .bracket-series-footer {
    position: absolute;
    bottom: 1px;
    width: 100%;
}

.bracket-team-logo img {
    height: 100%;
    width: 100%;
    object-fit: contain;
    object-position: center;
    border-radius: 2px;
}

.bracket-team-rank {
    width: 20px;
    flex-shrink: 0;
    justify-content: center;
    color: #575966;
}

.bracket-win-loss {
    width: 34px;
    text-align: center;
    justify-content: center;
    color: #575966;
    font-size: 10px;
}

.bracket-team-score {
    width: 32px;
    flex-shrink: 0;
    justify-content: center;
    color: #828a99;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
    text-align: right;
    justify-content: end;
}

.bracket-team.logo-big .bracket-team-score {
    width: auto;
    max-width: 32px;
}

.bracket-team.logo-big .bracket-win-loss {
    width: auto;
    max-width: 34px;
}

/*.bracket-team-score.winner {
    color: #0d0f1a;
}

    .bracket-team-score.winner::after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 50%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #67ccff;
    }*/

.bracket-team-name {
    font-weight: 600;
    flex: 1;
    position: relative;
    line-height: 1;
    color: #2b2e33;
}

.bracket-team.team-unknown .bracket-team-name::after {
    content: "";
    display: block;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    height: 12px;
    width: 80%;
    border-radius: 5px;
    background-color: #bfbfbf;
}

.bracket-series-header {
    color: #0d111a;
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    margin-top: -5px;
}

.bracket-series-footer {
    color: #575966;
    display: flex;
    justify-content: space-between;
    margin-left: -5px;
    position: relative;
    bottom: -5px;
    padding: 0 5px;
    font-size: 10px;
}

.bracket-series-status {
}

.bracket-series-network {
}

.bracket-row.bracket-row-16-final .bracket-series-footer,
.bracket-row.bracket-row-64-final .bracket-series-footer {
    position: absolute;
    width: 100%;
    bottom: 0;
}

.tournament-bracket-section .tournament-winner-section .bracket-tournament-image {
    height: 36px;
    width: 36px;
}

    .tournament-bracket-section .tournament-winner-section .bracket-tournament-image img,
    .tournament-bracket-section .championship-game-section .championship-game-card-team-logo img {
        height: 100%;
        width: 100%;
        object-fit: contain;
        object-position: center;
        border-radius: 2px;
    }

.tournament-bracket-section .championship-game-section .championship-game-card-team-logo {
    height: 20px;
    width: 20px;
    margin: 0;
}

.tournament-bracket-section .championship-game-section .championship-game-card-team-name h5,
.tournament-bracket-section .tournament-winner-section .bracket-tournament-name h5 {
    color: #2b2e33;
}

.tournament-bracket-section .championship-game-section .championship-game-card-team-logo-name {
    display: flex;
    align-items: center;
}

.tournament-bracket-section .championship-game-section .championship-game-card-team-name {
    padding: 0 5px;
}

.tournament-bracket-section .winner-text h5 {
    color: #008BD6;
    font-size: 36px;
}

.tournament-bracket-section .championship-game-title-text h5 {
    color: #73778D
}

.tournament-bracket-section .tournament-winner-section,
.tournament-bracket-section .championship-game-card-background-color1 {
    background: #e1f9fa;
}

.tournament-bracket-section .championship-game-card-background-color2 {
    background: #F1F2F9;
}


/* tb bracket modification start */
.bracket-item-title-date {
    text-align: center;
    transform: translate(-50%, -100%);
    position: absolute;
    left: 50%;
    padding-bottom: 10px;
}

.final-four-games .bracket-item-title-date {
    padding-bottom: 25px;
    margin-bottom: 15px;
}

.bracket-final-four-row {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    gap: 38px;
    height: auto;
}

.final-four-games .bracket-final-four-row {
    gap: 20px;
}

.ch-game-team-1::before,
.ch-game-team-2::before {
    height: 50%;
    border-bottom: solid 1px #9da2a6;
    width: 38px !important;
    left: 100%;
    right: auto;
}

.ch-game-team-2::before {
    left: -38px;
}

.final-four-games .ch-game-team-1::before,
.final-four-games .ch-game-team-2::before {
    display: none;
}

.bracket-final-four-row .bracket-item {
    margin-bottom: initial;
}

.bracket-item-championship,
.bracket-16-half .bracket-item-championship {
    width: 300px;
    height: initial;
}

.championship-subtitle {
    color: #828a99;
    font-size: 11px;
}

.game-date {
    color: #626873;
    font-size: 12px;
}

.bracket-item-championship .bracket-game-wrap {
    height: 108px;
    padding: 5px;
}

.bracket-item-championship .bracket-item-ch-row {
    display: flex;
}

    .bracket-item-championship .bracket-item-ch-row > * {
        flex: 1;
        display: flex;
    }

.championship-team-logo {
    display: flex;
    justify-content: center;
    align-items: center;
}

    .championship-team-logo img {
        max-width: 30px;
    }

.ch-score {
    position: relative;
    font-size: 20px;
    font-weight: 600;
    color: #828a99;
    line-height: 1;
    text-align: center;
}

.ch-winner {
    color: #000;
}

    .ch-winner::after {
        display: block;
        content: "";
        position: absolute;
        right: 0;
        top: 45%;
        transform: translateY(-50%);
        width: 0;
        height: 0;
        border-top: 7px solid transparent;
        border-bottom: 7px solid transparent;
        border-right: 7px solid #F38A29;
    }

.ch-team-name {
    text-align: center;
    font-size: 12px;
    overflow: hidden;
}

.filter-section {
    min-height: 400px;
    transition: all 0.3s ease-in-out;
}

.bracket-col-section-title {
    position: relative;
}

.bracket-col-section-title-wrap {
    width: 1462px;
    position: absolute;
    display: flex;
}

    .bracket-col-section-title-wrap h3 {
        position: sticky;
        left: 15px;
    }

.mt-section-title-support {
    margin-top: var(--title-support-v-space-mobile);
}

/* tb bracket modification end */



/* tb championship banner start */
.championship-banner {
    position: absolute;
    top: 0;
    left: 50%;
    transform: translate(-50%);
}

.championship-banner-content {
    justify-content: center;
    align-items: center;
    width: 182px;
    height: 262px;
    position: relative;
    display: flex;
}

.championship-banner-team-logo {
    margin-top: -20px;
    justify-content: center;
    align-items: center;
    height: 96px;
    position: absolute;
    display: flex;
    width: 100%;
}

    .championship-banner-team-logo img {
        background-size: cover;
        width: 78px;
        display: block;
    }

.championship-badge-year {
    color: #ffffff;
    font-size: 30px;
    text-align: center;
    line-height: 1.1;
    font-weight: 600;
}

.championship-badge-title {
    color: #ffffff;
    text-overflow: ellipsis;
    text-transform: uppercase;
    text-align: center;
    overflow: hidden;
    font-size: 18px;
    line-height: 1.1;
    font-weight: 600;
}

.badge-rope {
    fill: #848687;
}

.badge-body {
    fill: #008AA8;
    stroke: #000000;
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* tb championship banner end */

/* Specific Bracket Breakpoints start */
.for-mobile {
    display: none;
}

.for-desktop {
    display: block;
}
@media (max-width: 1199.98px) {
    .for-mobile {
        display: block;
    }

    .for-desktop {
        display: none;
    }
}

@media (max-width: 1465px) {
    .bracket-64-showing .for-mobile {
        display: block;
    }

    .bracket-64-showing .for-desktop {
        display: none;
    }
}

@media (max-width: 1700px) {
    .bracket-128-showing .for-mobile {
        display: block;
    }

    .bracket-128-showing .for-desktop {
        display: none;
    }
}

    .bracket-256-showing {
        /*TODO*/
    }
    /* Specific Bracket Breakpoints end */

    /* Helpers start */
    .overflow-h {
        overflow: auto;
        overflow-y: hidden;
    }

    .overflow-x-hidden {
        overflow-x: hidden !important;
    }

    .max-w-45px {
        max-width: 45px !important;
    }

    /* Helpers end */

    /* xxxxxxxxxxxxxxxxxxxxxxxxxxxx Tournament Bracket section css end xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */
