/* xxxxxxxxxx Bracket Dark Theme 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;
    --bracket-dd-team-logo-size: 26px;
    --col-white: #ffffff;
    --col-black: #000000;
    /* Bracket Team Dark Theme Variables */
    --col-lightest-gray: #f0f1f2;
    --col-lighter-gray: #e3e4e5;
    --col-light-gray-mid: #c5c6c7;
    --col-light-gray: #979899;
    --col-gray: #5c6166;
    --col-gray-form-control: #353638;
    --col-gray-form-control-lighter-5: #414245;
    --col-gray-form-control-lighter-10: #4d4e52;
    --col-dark-gray: #3d4043;
    --col-dark-gray-mid: #27282a;
    --col-darker-gray: #1d1e1f;
    --col-darkest-gray: #101113;
    --col-gray-blue-light: #8a8fb5;
    --col-gray-blue: #717695;
    --col-gray-blue-dark: #575b73;
    --col-orange-washed: #F38A29;
    --col-orange-washed-dark: #d46600;
    --col-red-light-washed: #eb483f;
    --col-red-light-washed-dark: #ba322b;
    --col-prussian-washed-light: #347199;
    --col-prussian-washed: #2c5f80;
    --col-prussian-washed-dark: #1e4259;
    --col-basic-light: #ff6259;
    --col-basic: var(--col-red-light-washed);
    --col-basic-dark: var(--col-red-light-washed-dark);
    --col-basic-darker: #992923;
    --col-body-bg: var(--col-darkest-gray);
    --col-basic-secondary-lightest: #00a7cc;
    --col-basic-secondary-lighter: #008aa8;
    --col-basic-secondary-light: var(--col-prussian-washed-light);
    --col-basic-secondary: var(--col-prussian-washed);
    --col-basic-secondary-dark: var(--col-prussian-washed-dark);
    --col-table-bg-dark-gray: #303133;
    --col-table-head-gray: #606366;
    --col-table-td: #cfd1e5;
    /**/
    /* App regions and elements Color Variables */
    --col-bracket-control-bg: var(--col-darker-gray);
    --col-bracket-drag-drop-panel-bg: var(--col-gray-form-control);
    --col-bracket-drag-drop-panel-scroll-track: var(--col-dark-gray-mid);
    --col-bracket-drag-drop-panel-scroll-button: var(--col-dark-gray);
    --col-bracket-drag-drop-panel-header-footer-line: var(--col-dark-gray-mid);
    --col-bracket-game-wrap: var(--col-gray-form-control);
    --col-bracket-col-title: #555;
    --col-filter-btn-bottom-border: var(--col-dark-gray);
    --col-filter-btn-text: #686c82;
    --col-filter-btn-text-hover: var(--col-lightest-gray);
    --col-active-filter-btn-bottom-border: #008CD6;
    --col-active-filter-btn-text: var(--col-lightest-gray);
    --col-bracket-game-looser-text: var(--col-light-gray-mid);
    --col-bracket-game-winner-text: var(--col-white);
    --col-bracket-game-box-hover-border: var(--col-basic);
    --col-game-winner-arrow: #67ccff;
    --col-winner-correct-choice: #1a6333;
    --col-winner-wrong-choice: #862022;
    --col-bracket-team-rank: var(--col-lighter-gray);
    --col-bracket-win-loss: var(--col-bracket-team-rank);
    --col-bracket-team-score: var(--col-lightest-gray);
    --col-bracket-team-name: var(--col-lightest-gray);
    --col-bracket-team-unknown-track: #bfbfbf;
    --col-bracket-series-header: var(--col-lighter-gray);
    --col-bracket-series-footer: var(--col-lighter-gray);
    --col-bracket-tournament-name: #2b2e33;
    --col-championship-game-title: #73778D;
    --col-tournament-winner-section-bg: #e1f9fa;
    --col-championship-game-card-background2: #F1F2F9;
    --col-ch-winner-text: #008BD6;
    --col-ch-game-team-1-2-border-bottom: #9da2a6;
    --col-championship-subtitle: #828a99;
    --col-game-date: #626873;
    --col-ch-score: #828a99;
    --col-ch-winner: var(--col-black);
    --col-ch-winner-arrow-right: #F38A29;
    --col-championship-badge-year-title: var(--col-white);
    --col-badge-rope-fill: #848687;
    --col-badge-body-fill: #008AA8;
    --col-badge-body-stroke: var(--col-black);
    --col-bracket-dd-title: var(--col-lighter-gray);
    --col-btn-options: var(--col-lighter-gray);
    --col-btn-search: var(--col-light-gray);
    --col-bracket-dd-team-name: var(--col-lighter-gray);
    --col-bracket-dd-team-rank: var(--col-lighter-gray);
    --col-bracket-dd-team-rank-hover: var(--col-lightest-gray);
    --col-bracket-dd-team-rank-active: var(--col-white);
    --col-bracket-tooltip-separator: rgba(255,255,255,0.8);
    --col-bracket-tooltip-separator-line-bg: rgba(255,255,255,0.2);
    --col-bracket-tooltip-ul: rgba(255,255,255,0.8);
    --col-tooltip-bg: #2c5f80;
    --col-bracket-tournament-filter-content-bg: rgba(0,0,0,0.4);
    --col-bracket-tournament-filter-content-border: var(--col-darker-gray);
    --col-bracket-create-team-border: var(--col-gray);
    --col-bracket-create-team-radius: 4px;
    --col-bracket-dd-search-field: var(--col-dark-gray-mid);
    --col-bracket-dd-search-field-focus: var(--col-darker-gray);
    --col-bracket-dd-search-field-placeholder: var(--col-light-gray);
    --col-badge-num-bg: var(--col-basic);
    --col-bracket-connecting-tree-line: var(--col-gray);
    --col-bracket-filter-nav-button: var(--col-basic-darker);
    --col-bracket-filter-nav-button-hover: var(--col-basic);
    --col-bracket-filter-nav-button-active: var(--col-basic-light);
    --col-bracket-filter-nav-button-disabled: var(--col-dark-gray);
    /**/
}

/** 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-control {
    background-color: var(--col-bracket-control-bg);
    padding: 10px 0;
    min-height: calc(100vh - 480px);
}

    .bracket-control > .individual-group-table-sectiong {
        margin: 0 !important;
    }

.tournamentbracket-bracket-scrollable-down-lg {
    margin: 0 auto !important;
}

    .bracket-control .bracket-dd-footer {
        border-bottom: 0;
    }

.bracket-tournament-filter-button .filter-button {
    color: var(--col-filter-btn-text);
    font-size: 19px;
    display: inline-block;
    margin-right: 18px;
    padding-bottom: 20px;
    border-bottom: 5px solid var(--col-filter-btn-bottom-border);
    background: transparent;
    min-width: 22px;
    text-align: center;
    padding-top: 15px;
}

    .bracket-tournament-filter-button .filter-button:hover {
        color: var(--col-filter-btn-text-hover);
    }

.bracket-tournament-filter-button {
    border-bottom: 1px solid var(--col-dark-gray);
    width: auto;
    white-space: nowrap;
    overflow: auto;
    position: relative;
    width: 375px;
    text-align: center;
    margin-bottom: 2px;
}

@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: var(--col-bracket-filter-nav-button);
    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: var(--col-bracket-filter-nav-button-hover);
    }

    .bracket-tournament-filter-button .nav-arrow-left:active,
    .bracket-tournament-filter-button .nav-arrow-right:active {
        color: var(--col-bracket-filter-nav-button-active);
    }

    .bracket-tournament-filter-button .nav-arrow-left:focus-visible,
    .bracket-tournament-filter-button .nav-arrow-right:focus-visible {
        color: var(--col-bracket-filter-nav-button-hover);
    }

    .bracket-tournament-filter-button .nav-arrow-left:disabled,
    .bracket-tournament-filter-button .nav-arrow-right:disabled {
        color: var(--col-bracket-filter-nav-button-disabled);
        pointer-events: none;
    }

.active-filter-btn {
    color: var(--col-active-filter-btn-text) !important;
    font-weight: 500;
    border-bottom: 5px solid var(--col-active-filter-btn-bottom-border) !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 */

.bracket-create-mode {
    max-width: 1920px;
    margin-left: auto;
    margin-right: auto;
}

@media (max-width: 991.98px) {
    .tournamentbracket-bracket-scrollable-down-lg {
        overflow-x: auto;
    }

    .bracket-create-mode .tournamentbracket-bracket-scrollable-down-lg {
        overflow-x: initial;
    }

    .tournamentbracket-bracket-scrollable-down-lg .tournamentbracket-container {
        width: 990px;
    }
}

.tournamentbracket-bracket-scrollable-32,
.tournamentbracket-bracket-scrollable-64,
.tournamentbracket-bracket-scrollable-128 {
    overflow-x: auto;
    width: 100%;
    max-width: initial;
}

    .tournamentbracket-bracket-scrollable-32 .container,
    .tournamentbracket-bracket-scrollable-64 .container,
    .tournamentbracket-bracket-scrollable-128 .container {
        width: 100%;
        max-width: initial;
    }

@media (min-width: 1200px) {
    .tournamentbracket-bracket-scrollable-32 .tournament-bracket-section.for-desktop .bracket-main-wrap {
        width: calc(((var(--bracket-item-w-220) + var(--bracket-col-64-margin-right)) * 5) + (var(--bracket-col-64-margin-right) * 3));
        margin-left: auto;
        margin-right: auto;
    }

    .tournamentbracket-bracket-scrollable-64 .tournament-bracket-section.for-desktop .bracket-main-wrap {
        width: calc(((var(--bracket-item-w-220) + var(--bracket-col-64-margin-right)) * 6) + (var(--bracket-col-64-margin-right) * 3));
        margin-left: auto;
        margin-right: auto;
    }

    .tournamentbracket-bracket-scrollable-128 .tournament-bracket-section.for-desktop .bracket-main-wrap {
        width: calc(((var(--bracket-item-w-220) + var(--bracket-col-64-margin-right)) * 7) + (var(--bracket-col-64-margin-right) * 3));
        margin-left: auto;
        margin-right: auto;
    }
}

/* 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;
    color: var(--col-bracket-col-title);
}

.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 var(--col-bracket-connecting-tree-line);
}

.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 var(--col-bracket-connecting-tree-line);
}

.bracket-item.bracket-item-bottom::after {
    bottom: auto;
    border-bottom: 0;
    top: -6px;
    border-top: solid 1px var(--col-bracket-connecting-tree-line);
}

.bracket-item.bracket-item-top::before,
.bracket-item.bracket-item-top::after,
.bracket-item.bracket-item-bottom::before,
.bracket-item.bracket-item-bottom::after {
    border-color: var(--col-bracket-connecting-tree-line);
}

.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: var(--col-bracket-game-wrap);
    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: var(--col-bracket-game-looser-text);
    }

.number-input {
    color: var(--col-white);
    background-color: var(--col-bracket-control-bg);
    max-height: 18px;
    text-align: center;
    border-radius: 2px;
    min-width: 38px;
    max-width: 40px;
    font-size: 11px;
}

    .bracket-team.game-loser .bracket-team-rank,
    .bracket-team.game-loser .bracket-win-loss {
        color: var(--col-bracket-game-looser-text);
    }

    .bracket-team.game-loser .bracket-team-score {
        color: var(--col-bracket-game-looser-text);
    }

    .bracket-team.game-winner .bracket-team-name,
    .bracket-team.game-winner .bracket-team-score {
        color: var(--col-bracket-game-winner-text);
    }

        .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 var(--col-game-winner-arrow);
        }

.bracket-team-score-data {
    width: 45px;
    flex-shrink: 0;
    justify-content: center;
    color: #828a99;
    font-weight: 600;
    padding-right: 10px;
    position: relative;
    text-align: right;
    justify-content: end;
}

.bracket-team.game-winner .bracket-team-score-data {
    color: #0d0f1a;
}

    .bracket-team.game-winner .bracket-team-score-data::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 .bracket-team-score-data {
    color: #fff;
}

.bracket-team.logo-big .bracket-team-score-data {
    width: auto;
    max-width: 32px;
}

    .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: var(--col-white);
            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: var(--col-white);
}

/* correctly-wrong winner chosen start */

.bracket-team.winner-correct-choice,
.bracket-team.winner-wrong-choice {
    border-radius: 3px 0 0 3px;
}

.bracket-team.winner-correct-choice {
    background-color: var(--col-winner-correct-choice);
}

.bracket-team.winner-wrong-choice {
    background-color: var(--col-winner-wrong-choice);
}

    .bracket-team.winner-wrong-choice .bracket-team-logo img,
    .bracket-team.winner-correct-choice .bracket-team-logo img {
        object-fit: initial;
        background: #fff;
        border-radius: 2px;
    }

/* correctly-wrong winner chosen end */

.bracket-game-wrap .bracket-team {
    margin-bottom: 3px;
    align-items: center;
    padding-left: 2px;
}

    .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;
    background: var(--col-white);
    border-radius: 2px;
}

.bracket-team-rank {
    width: 20px;
    flex-shrink: 0;
    justify-content: center;
    color: var(--col-bracket-team-rank);
}

.bracket-win-loss {
    width: 34px;
    text-align: center;
    justify-content: center;
    font-size: 10px;
    color: var(--col-bracket-win-loss);
}

.bracket-team-score {
    width: 32px;
    flex-shrink: 0;
    justify-content: center;
    color: var(--col-bracket-team-score);
    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-name {
    font-weight: 600;
    flex: 1;
    position: relative;
    line-height: 1;
    color: var(--col-bracket-team-name);
}

.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: var(--col-bracket-team-unknown-track);
}

.bracket-series-header {
    color: var(--col-bracket-series-header);
    display: flex;
    justify-content: space-between;
    position: relative;
    padding: 0 5px;
    font-size: 11px;
    font-weight: 600;
    margin-top: -5px;
}

.bracket-series-footer {
    color: var(--col-bracket-series-footer);
    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: var(--col-bracket-tournament-name);
}

.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: var(--col-ch-winner-text);
    font-size: 36px;
}

.tournament-bracket-section .championship-game-title-text h5 {
    color: var(--col-championship-game-title);
}

.tournament-bracket-section .tournament-winner-section,
.tournament-bracket-section .championship-game-card-background-color1 {
    background: var(--col-tournament-winner-section-bg);
}

.tournament-bracket-section .championship-game-card-background-color2 {
    background: var(--col-championship-game-card-background2);
}


/* 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 var(--col-ch-game-team-1-2-border-bottom);
    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: var(--col-championship-subtitle);
    font-size: 11px;
}

.game-date {
    color: var(--col-game-date);
    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: var(--col-ch-score);
    line-height: 1;
    text-align: center;
}

.ch-winner {
    color: var(--col-ch-winner);
}

    .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 var(--col-ch-winner-arrow-right);
    }

.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: var(--col-championship-badge-year-title);
    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: var(--col-badge-rope-fill);
}

.badge-body {
    fill: var(--col-badge-body-fill);
    stroke: var(--col-badge-body-stroke);
    stroke-width: 3;
    stroke-linecap: round;
    stroke-linejoin: round;
}
/* tb championship banner end */




/* Bracket Drag and Drop start */

.bracket-drag-drop-panel {
    width: 210px;
    position: fixed;
    left: 10px;
    border-radius: 9px;
    z-index: 8;
    background-color: var(--col-bracket-drag-drop-panel-bg);
    box-shadow: 1px 1px 5px 0 rgba(0,0,0,0.5);
    transition: all 0.3s ease-in-out;
    display: flex;
    flex-direction: column;
    height: calc(100vh - 340px);
    /*margin-top: 47px;*/ /* height of nav buttons */
}

    .bracket-drag-drop-panel:hover {
        box-shadow: 1px 1px 8px 0 rgba(0,0,0,1);
    }

.bracket-dd-header {
    border-bottom: solid 1px var(--col-bracket-drag-drop-panel-header-footer-line);
}

.bracket-dd-title {
    height: 40px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding-left: 10px;
}

    .bracket-dd-title h3 {
        color: var(--col-bracket-dd-title);
        font-size: 13px;
        line-height: 1;
        flex: 1;
    }

    @media (max-width: 767.98px) {
        .bracket-dd-title h3 {
            font-size: 12px;
        }
    }

.bracket-dd-btn-area {
    display: flex;
    align-items: center;
    padding-left: 10px;
    padding-bottom: 3px;
}

.btn-reset-assignment, btn-reset-assignment:focus {
    box-shadow: none !important;
}

.btn-options {
    color: var(--col-btn-options);
    padding: 10px;
    background-color: transparent;
    position: relative;
}

.bracket-dd-search {
    padding: 5px 10px 10px 10px;
}

.bracket-dd-search-field {
    position: relative;
}

.btn-search {
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
    color: var(--col-btn-search);
    background-color: transparent;
    width: 32px;
    height: 32px;
    transition: all 0.2s ease-in-out;
}

    .btn-search:hover {
        color: var(--col-basic);
    }

.bracket-dd-search-field input {
    background-color: var(--col-bracket-dd-search-field);
    border-radius: 5px;
    width: 100%;
    padding: 5px 30px 5px 10px;
    transition: all 0.2s ease-in-out;
    color: var(--col-white);
}

    .bracket-dd-search-field input:focus {
        background-color: var(--col-bracket-dd-search-field-focus);
    }

    .bracket-dd-search-field input::placeholder {
        color: var(--col-bracket-dd-search-field-placeholder);
    }

    .bracket-dd-search-field input:focus + .btn-search {
        color: var(--col-basic);
    }

.badge-num {
    display: inline-block;
    padding: 0.02em .5em 0 .5em;
    font-size: .85em;
    font-weight: 500;
    letter-spacing: 0.02em;
    color: var(--col-white);
    text-align: center;
    white-space: nowrap;
    border-radius: 50rem;
    background-color: var(--col-badge-num-bg);
    margin-right: 10px;
    height: 21px;
    line-height: 22px;
    min-width: 22px;
}


.bracket-dd-body {
    scrollbar-width: thin;
    flex: 1;
    overflow: auto;
    padding: 0 5px;
}

.bracket-dd-team-item {
    display: flex;
    -webkit-user-select: none;
    -ms-user-select: none;
    user-select: none;
    align-items: center;
    font-size: 11px;
    padding: 2px 3px;
    margin-bottom: 3px;
    font-size: 12px;
    position: relative;
    border-radius: 3px;
    transition: all 0.2s ease-in-out;
    background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%235c6166' stroke-width='3' stroke-dasharray='0' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
}

    .bracket-dd-team-item:last-of-type {
        margin-bottom: 0;
    }

    .bracket-dd-team-item:hover {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23979899' stroke-width='3' stroke-dasharray='5%2c 5' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
        cursor: move;
    }

    .bracket-dd-team-item:active {
        background-image: url("data:image/svg+xml,%3csvg width='100%25' height='100%25' xmlns='http://www.w3.org/2000/svg'%3e%3crect width='100%25' height='100%25' fill='none' stroke='%23008aa8' stroke-width='3' stroke-dasharray='5%2c 6' stroke-dashoffset='0' stroke-linecap='round'/%3e%3c/svg%3e");
        cursor: grabbing;
    }

.bracket-dd-team-logo {
    height: var(--bracket-dd-team-logo-size);
    width: var(--bracket-dd-team-logo-size);
    flex-shrink: 0;
    padding: 0 1px;
    margin: 2px 5px 2px 1px;
    background-color: var(--col-white);
    border-radius: 2px;
}

    .bracket-dd-team-logo img {
        object-fit: contain;
        object-position: center;
        height: 100%;
        width: 100%;
    }

.bracket-dd-team-name {
    flex: 1;
    font-weight: 600;
    position: relative;
    line-height: 1;
    color: var(--col-bracket-dd-team-name);
}

.bracket-dd-team-rank {
    width: 20px;
    flex-shrink: 0;
    text-align: center;
    color: var(--col-bracket-dd-team-rank);
}

    .bracket-dd-team-name:hover, .bracket-dd-team-rank:hover {
        color: var(--col-bracket-dd-team-rank-hover);
    }

    .bracket-dd-team-name:active, .bracket-dd-team-rank:active {
        color: var(--col-bracket-dd-team-rank-active);
    }

.bracket-dd-footer {
    height: 12px;
    border-top: solid 1px var(--col-bracket-drag-drop-panel-header-footer-line);
}

/* Bracket Drag and Drop end */

/* telerik tooltip start ---------------------- */
.game-box.tooltip-target {
    transition: all 0.2s ease-in-out;
    cursor: pointer;
}

    .game-box.tooltip-target:hover {
        box-shadow: inset 0 0 0 2px var(--col-bracket-game-box-hover-border);
    }

    .game-box.tooltip-target:after {
        display: block;
        content: "";
        position: absolute;
        left: 0;
        top: 0;
        right: 0;
        bottom: 0;
        z-index: 100;
        border: solid 2px var(--col-bracket-game-box-hover-border);
        border-radius: 4px;
        pointer-events: none;
        visibility: hidden;
    }

    .game-box.tooltip-target:hover:after {
        visibility: visible;
    }

.telerik-blazor.k-tooltip {
    background: var(--col-tooltip-bg);
    max-width: 280px;
    border-radius: 5px;
    padding: 10px;
    box-shadow: 0 0 10px 0 rgba(0,0,0,0.1);
}

    .telerik-blazor.k-tooltip .k-callout {
        /* same as tooltip background */
        color: var(--col-tooltip-bg);
    }

.bracket-tooltip {
    color: #fff;
}

    .bracket-tooltip h5 {
        font-size: 14px;
        margin-bottom: 6px;
        color: #fff;
        letter-spacing: 0.03em;
    }

    .bracket-tooltip p {
        margin-bottom: 5px;
        color: #fff;
        font-size: 12px;
    }

        .bracket-tooltip p.separator {
            display: block;
            position: relative;
            text-align: center;
            color: var(--col-bracket-tooltip-separator);
        }

            .bracket-tooltip p.separator::before {
                display: block;
                content: "";
                position: absolute;
                height: 1px;
                width: 100%;
                background-color: var(--col-bracket-tooltip-separator-line-bg);
                left: 0;
                top: 50%;
                z-index: 1;
            }

            .bracket-tooltip p.separator span {
                display: inline-block;
                padding: 0 4px;
                background: var(--col-tooltip-bg);
                position: relative;
                z-index: 5;
            }


    .bracket-tooltip ul {
        font-size: 12px;
        margin: 0 0 5px 0;
        color: var(--col-bracket-tooltip-ul);
    }

        .bracket-tooltip ul li {
            margin-bottom: 3px;
        }

            .bracket-tooltip ul li:last-of-type {
                margin-bottom: 0;
            }

        .bracket-tooltip ul .value {
            color: #fff;
            font-size: 13px;
            font-weight: 600;
        }

        .bracket-tooltip ul:last-of-type {
            margin-bottom: 1px;
        }
/* telerik tooltip end ---------------- */

/* Drag-Drop list box start */
.k-list.k-list-md {
    width: 100%;
}

.k-list-item.telerik-blazor {
    display: block;
    padding: 0;
}

.k-listbox .k-list-scroller .k-list {
    width: 100%;
}

.k-list-md .k-list-item {
    padding: 0;
}

.k-list-item:hover {
    background: rgba(0,0,0,0);
}

.k-listbox .k-list-scroller {
    background: rgba(0,0,0,0);
    transition: all 0.2s ease-in-out;
    border: 0;
}

    .k-listbox .k-list-scroller:hover {
        background: rgba(0,0,0,0.1);
    }

.k-list-content {
    align-items: start;
    display: flex;
    width: 100%;
    overflow: auto;
    overflow-x: hidden;
    scrollbar-width: thin;
}

.k-list-ul {
    width: 100%;
}

.bracket-game-wrap .bracket-team:last-of-type {
    margin: 0;
}

/* Bracket Create - Team border, Bg, Corner radius - start */
.bracket-drag-drop-wrap + .bracket-tournament-filter-section .bracket-game-wrap {
    padding: 5px;
}

    .bracket-drag-drop-panel .listbox-container {
        scrollbar-width: thin;
    }

    .bracket-drag-drop-wrap + .bracket-tournament-filter-section .bracket-game-wrap .listbox-container:first-child {
        margin-bottom: 3px;
    }

    .bracket-drag-drop-wrap + .bracket-tournament-filter-section .bracket-game-wrap .k-listbox .k-list-scroller {
        border: solid 1px var(--col-bracket-create-team-border);
        border-radius: var(--col-bracket-create-team-radius);
    }

    .bracket-drag-drop-wrap + .bracket-tournament-filter-section .bracket-game-wrap .k-listbox .k-list-scroller {
        background-color: rgba(0,0,0,0.2);
    }

        .bracket-drag-drop-wrap + .bracket-tournament-filter-section .bracket-game-wrap .k-listbox .k-list-scroller:hover {
            background: rgba(0,0,0,0.3);
        }

/* Bracket Create - Team border, Bg, Corner radius - end */

.k-drag-clue {
    background-color: #008cd5;
    border: 0;
    padding: 0;
    min-width: 200px;
}

    .k-drag-clue > * {
        width: 100%;
    }

    .bracket-drag-drop-wrap .k-list-item.k-selected,
    .k-drag-clue .k-list-item.k-selected {
        color: #fff;
        background-color: #008cd5;
        border-radius: 3px;
    }

.bracket-game-wrap .k-list-item.k-selected {
    color: #fff;
    background-color: #008cd5;
}

.bracket-game-wrap .k-listbox .k-list-scroller {
    border-right: 0;
    border-radius: 3px 0 0 3px;
    border-color: var(--col-darker-gray);
}

.bracket-drag-drop-wrap .k-list-item.k-selected:hover,
.k-drag-clue .k-list-item.k-selected:hover,
.bracket-game-wrap .k-list-item.k-selected:hover {
    color: #fff;
    background-color: #008cd5;
}

.bracket-drag-drop-wrap .k-list-item.k-selected div,
.k-drag-clue .k-list-item.k-selected div,
.k-drag-clue .k-list-item div,
.bracket-game-wrap .k-list-item.k-selected div {
    color: #fff !important;
}

.bracket-drag-drop-wrap .k-list-item {
    margin-top: .25rem !important;
}

    .bracket-drag-drop-wrap .k-list-item .bracket-dd-team-item,
    .k-drag-clue .k-list-item .bracket-dd-team-item {
        margin: 0 !important;
    }
/* Drag-Drop list box end */

/* Sticky nav start */

html, body, .tournamentbracket-bracket-scrollable-64 {
    overflow: initial;
}

.bracket-drag-drop-wrap {
    position: sticky;
    top: 93px;
    left: 10px;
    transition: all 0.2s ease-in-out;
}

@media (max-width: 991.98px) {
    .bracket-drag-drop-wrap {
        top: 247px;
    }

    .sticky-rounds-nav .bracket-drag-drop-wrap {
        top: 153px;
    }
}

.bracket-drag-drop-panel {
    position: absolute;
    margin-top: initial;
    scrollbar-width: thin;
    scrollbar-color: var(--col-bracket-drag-drop-panel-scroll-button) var(--col-bracket-drag-drop-panel-scroll-track);
}

    .bracket-drag-drop-panel::-webkit-scrollbar {
        width: 10px;
    }

    .bracket-drag-drop-panel::-webkit-scrollbar-track {
        background: var(--col-bracket-drag-drop-panel-scroll-track);
    }

    .bracket-drag-drop-panel::-webkit-scrollbar-thumb {
        background-color: var(--col-bracket-drag-drop-panel-scroll-button);
        border-radius: 20px;
    }

.bracket-tournament-filter-button {
    position: sticky;
    z-index: 65;
    width: calc(100% - 10px);
    margin-left: 0 !important;
    margin-right: 0 !important;
    transition: all 0.2s ease-in-out;
}

.sticky-rounds-nav .bracket-tournament-filter-section .bracket-tournament-filter-button {
    top: 83px;
    z-index: 65;
    box-shadow: 0 5px 5px 0 rgba(0,0,0,0.2);
    margin-left: 0 !important;
    margin-right: 0 !important;
    background: var(--col-darker-gray);
    border-radius: 0 0 9px 9px;
}

@media (max-width: 991.98px) {
    .sticky-rounds-nav .bracket-tournament-filter-section .bracket-tournament-filter-button {
        width: 100%;
        border-radius: 0;
    }
}

/* Sticky nav 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: 1475px) {
    .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-create-mode .for-mobile {
    display: block;
}

.bracket-create-mode .for-desktop {
    display: none;
}

.bracket-create-mode-32 .container {
    max-width: 100%;
}

.bracket-create-mode .bracket-tournament-filter-content {
    max-width: calc(100% - 240px);
    margin-left: 230px;
    border: solid 1px var(--col-bracket-tournament-filter-content-border);
    border-radius: 9px;
    box-shadow: inset 0 0 10px 0 rgba(0,0,0,0.4);
    background-color: var(--col-bracket-tournament-filter-content-bg);
}

.bracket-create-mode .bracket-tournament-filter-button {
    border-bottom-color: transparent;
}


@media (min-width: 992px) {

    .bracket-create-mode .bracket-tournament-filter-content {
        margin-left: 0;
        max-width: calc(100% - 10px);
    }

    .bracket-create-mode .tournament-bracket-section-wrap {
        padding-left: 230px;
    }
}

.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 Dark Theme section css end xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx */



