@font-face {
    font-family: 'TG-Regular';
    src: url("/fonts/Roboto/Roboto-Regular.ttf");
    src: url("/fonts/Roboto/Roboto-Regular.ttf") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Regular.ttf") format("woff2"), url("/fonts/Roboto/Roboto-Regular.ttf") format("woff"), url("/fonts/Roboto/Roboto-Regular.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'TG-Bold';
    src: url("/fonts/Roboto/Roboto-Bold.ttf");
    src: url("/fonts/Roboto/Roboto-Bold.ttf") format("embedded-opentype"), url("/fonts/Roboto/Roboto-Bold.ttf") format("woff2"), url("/fonts/Roboto/Roboto-Bold.ttf") format("woff"), url("/fonts/Roboto/Roboto-Bold.ttf") format("truetype");
    font-style: normal;
    font-display: swap;
}

html {
    overflow-x: hidden !important;
    height: 100%;
}

body {
    overflow-x: hidden !important;
    height: 100%;
    background-color: #030712 !important;
}

.row-view {
    padding-top: 60px !important;
    max-width: 1100px;
    margin: auto !important;
}

.col-sidebar {
    width: 300px;
    position: absolute;
    height: 100%;
    background-color: black;
}

.col-view {
    margin-left: 300px;
    width: 100%;
    height: 100%;
    overflow-y: auto;
    overflow-x: hidden !important;
    padding: 0px;
}

.row-img {
    padding-top: 15px;
}

    .row-img img {
        height: 180px;
        object-fit: contain;
    }

.link-sidebar {
    color: white;
    font-family: TG-Regular;
    text-decoration: none;
    cursor: pointer;
    display: inline-block;
    padding: 10px 20px;
    width: 100%;
}

    .link-sidebar:hover {
        color: white;
    }

.ul-sidebar {
    margin-top: 30px;
}

.card-dashboard {
    width: 235px !important;
    height: 220px !important;
    border-radius: 30px !important;
    text-align: center !important;
    padding: 15px;
    border: none;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
    margin: 0px !important;
    background-color: black;
    text-decoration: none !important;
    margin-bottom: 35px !important;
}

.title-card-dashboard {
    color: #ffffff;
    font-family: TG-Regular;
    text-decoration: none;
    font-size: 20px;
    margin: 0px !important;
}

.card:not(.card-dashboard) {
    border: none !important;
    background-clip: unset !important;
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.07) !important;
    max-width: 985px !important;
    border-radius: 30px !important;
    margin: auto !important;
    margin-bottom: 60px !important;
    border-radius: 30px !important;
    background-color: transparent;
}

    .card:not(.card-dashboard) .tab-card .card-title {
        color: #e1e1e1;
        text-align: center;
        font-family: TG-Bold;
        text-transform: uppercase;
        font-size: 30px;
    }

.hr-card {
    height: 1px;
    color: #e1e1e1;
    opacity: 100%;
    width: 90%;
    margin: auto !important;
    margin-top: 15px !important;
}

.label-form {
    color: #e1e1e1;
    margin-bottom: 5px !important;
    font-family: TG-Bold;
}

.input-form {
    height: 40px;
    width: 100% !important;
    padding-left: 14px;
    background-color: transparent;
    border: 1px solid rgb(225, 225, 225);
    color: #e1e1e1;
}

    .input-form::placeholder {
        color: black;
        font-family: TG-Regular;
    }

.card-body {
    margin-top: 20px;
    padding: 0px 50px;
}

    .card-body form > .row {
        margin-bottom: 30px;
    }

.row-legenda p {
    color: white;
    font-size: 12px;
    margin-bottom: 5px;
}

.btn-submit {
    color: #e1e1e1;
    float: right;
    border: 1px solid #e1e1e1;
    font-family: TG-Bold;
    text-transform: uppercase;
    transition: all 1s;
    width: 100px;
    border-radius: 0px !important;
}

    .btn-submit:hover {
        color: black;
        background-color: #e1e1e1;
    }

.select-form {
    text-decoration: none;
    font-family: TG-Regular;
    color: #e1e1e1;
    background-color: transparent;
    width: 100%;
    display: inline-block;
    height: 30px;
    border-radius: 2px;
    padding-left: 10px;
    padding-top: 2px;
    cursor: pointer;
}

    .select-form:hover {
        color: #e1e1e1;
    }

.div-label-form i {
    position: absolute;
    right: 10px;
    top: 10px;
    pointer-events: none !important;
    color: #e1e1e1;
}

.div-label-form .options-form {
    background-color: #030712 !important;
    position: absolute;
    top: 38px;
    height: auto;
    overflow-y: auto;
    max-height: 175px;
    width: 279px;
    z-index: 1;
    border: 1px solid #e1e1e1;
    left: -1px;
}

    .div-label-form .options-form .option-form {
        color: #e1e1e1;
        font-family: TG-Regular;
        text-decoration: none;
        width: 100%;
        display: inline-block;
        padding: 5px 10px;
        cursor: pointer;
    }

        .div-label-form .options-form .option-form:hover {
            background-color: #0f1a37;
        }

label.error {
    color: white;
}

.ul-sidebar li {
    cursor: pointer;
}

.pdf-container {
    width: 100%;
    height: 100vh;
    border: none;
    margin-top: 20px;
}

#removeInscricao .modal-content {
    background-color: #030712 !important;
    border-radius: 0px;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #6f6f6f;
}

#removeInscricao .modal-dialog {
    border-radius: 15px;
}

#removeInscricao .modal-title {
    color: white;
    text-align: center;
    font-family: TG-Bold;
    text-transform: uppercase;
    font-size: 20px;
}

#removeInscricao .modal-body p {
    color: white;
    font-family: TG-Regular;
    margin-bottom: 0px;
}

#removeInscricao .modal-header {
    border: none;
    padding-bottom: 0px;
}

#removeInscricao .modal-footer {
    border: none;
}

#removeInscricao .close {
    background-color: transparent;
    border: none;
    color: white;
    font-size: 30px;
    height: auto;
}

    #removeInscricao .close span {
        padding-bottom: 10px !important;
        display: inline-block;
    }

table tr {
    vertical-align: middle;
}

table tr td i {
    cursor: pointer;
}

.add-team {
    color: white;
    font-family: TG-Bold;
    text-decoration: none;
    cursor: pointer;
}

.add-team:hover {
    color: white;
}

.total-teams {
    color: white;
    font-family: TG-Regular;
    text-align: right;
}

.bracket {
    display: flex;
    gap: 40px;
}

.column {
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.team-box {
    background-color: transparent;
    border: 2px solid #e1e1e1;
    padding: 10px 20px;
    border-radius: 0px;
    width: 160px;
    text-align: center;
    cursor: pointer;
    color: #e1e1e1;
    user-select: none;
}

    .team-box.winner {
        border: 2px solid #00d76e;
    }

    .team-box.loser {
        border: 2px solid #d01a1a;
    }

.title {
    color: #e1e1e1;
    margin: 10px 0 15px;
    font-family: TG-Regular;
    font-size: 22px;
}

.section {
    margin-bottom: 40px;
}

.winner {
    color: #00d76e;
    font-weight: bold;
    font-family: TG-Regular;
}

.loser {
    color: #d01a1a;
    font-family: TG-Regular;
}

.title-role {
    color: white;
    font-family: TG-Bold;
}

.team-number {
    color: white;
    font-family: TG-Bold;
    text-transform: uppercase;
    margin-bottom: 15px;
}

.col-role {
    margin-bottom: 20px;
}

.remover-role {
    color: white;
    margin-bottom: 7px;
    cursor: pointer;
}

.card-body.team-builder {
    padding-bottom: 30px !important;
    max-height: 585px;
    overflow-y: auto;
}

.hr-team {
    width: 100%;
    margin-bottom: 47px !important;
    color: #fff;
    opacity: 100%;
    height: 1px;
    margin-top: 15px !important;
}

.no-select {
    pointer-events: none !important;
}

input[type=text] {
    font-family: TG-Regular;
}

.tag-symbol {
    position: absolute;
    top: 32px;
    font-size: 20px;
    left: 25px;
    color: #e1e1e1;
}

[name=TAG] {
    padding-left: 25px;
}

.round-2-w {
    margin-bottom: 68px;
}

.winner-column-2 {
    padding-top: 34px;
}

.winner-column-3 {
    padding-top: 102px;
}

.round-3-w {
    margin-bottom: 204px;
}

.winner-column-4 {
    padding-top: 238px;
}

.winner-section {
    max-height: 575px !important;
}

.loser-column-3 {
    padding-top: 34px;
}

.round-3-l {
    margin-bottom: 68px;
}

.loser-column-4 {
    padding-top: 34px;
}

.round-4-l {
    margin-bottom: 68px;
}

.loser-column-5 {
    padding-top: 102px;
}

.final-column {
    padding-top: 34px;
}

.c-default {
    cursor: default !important;
}

.add-team-bracket {
    text-decoration: none;
    color: #e1e1e1;
    font-weight: normal !important;
    width: 100%;
    display: inline-block;
    border-top: 1px solid #e1e1e1;
    padding-top: 7px;
    padding-bottom: 9px;
    background-color: transparent;
}

    .add-team-bracket:hover {
        color: #e1e1e1;
        background-color: #0f1a37;
    }

.append-team {
    margin-top: 10px;
    position: absolute;
    width: 160px;
    transform: translate(-22px, 0px);
    border: 2px solid black;
    border-top: 0px;
    border: 1px solid #e1e1e1;
    background-color: #030712 !important;
}

.select-team.open {
    border-bottom-left-radius: 0px;
    border-bottom-right-radius: 0px;
}

.final-column-2 {
    padding-top: 34px;
}

.bracket.bracket-final {
    margin-bottom: 100px;
}

.add-tournment {
    float: right;
    background-color: transparent;
    color: #e1e1e1;
    font-family: TG-Bold;
    padding: 10px 20px;
    text-decoration: none;
    border-radius: 0px;
    cursor: pointer;
    transition: all 0.5s;
    border: 1px solid #e1e1e1;
    text-transform: uppercase;
}

    .add-tournment:hover {
        color: #030712;
        background-color: #e1e1e1;
        transition: all 0.5s;
    }

    .header-inline {
        display: flex;
        align-items: center;
        justify-content: space-between;
    }

.hr-gestao {
    margin-top: 20px;
}

.cup-name {
    height: 40px;
    width: 100%;
    background-color: transparent !important;
    border: 1px solid #e1e1e1;
    color: #e1e1e1;
    padding-left: 15px;
    margin-top: 5px;
}

    .cup-name:focus-visible {
        outline: none !important;
    }

    .cup-name:visited {
        text-decoration: none !important;
    }

.row-gestao {
    margin-bottom: 35px;
}

.col-gestao-table {
    max-height: 500px;
    overflow: auto;
}

.row-gestao .winner-column-2 .team-box {
    margin-bottom: 68px;
}

.row-gestao .winner-column-3 .team-box {
    margin-bottom: 204px;
}

.row-gestao .loser-column-3 .team-box {
    margin-bottom: 68px;
}

.row-gestao .loser-column-4 .team-box {
    margin-bottom: 68px;
}

.cup-settings {
    margin-top: 20px;
}

.div-switch-gestao {
    border: 1px solid #ccc;
    height: 22px;
    border-radius: 25px;
    width: 50px;
    margin-top: 15px;
    background-color: transparent;
    cursor: pointer;
    transition: background-color 0.3s;
}

.switch-gestao {
    background-color: #737373;
    height: 18px;
    width: 18px;
    border-radius: 20px;
    right: 0px;
    position: absolute;
    left: 78px;
    top: 17px;
    transition: left 0.3s, background-color 0.3s;
}

.div-switch-gestao.on {
    background-color: green;
    transition: background-color 0.3s;
}

    .div-switch-gestao.on .switch-gestao {
        left: 50px;
        transition: left 0.3s, background-color 0.3s;
        background-color: #e1e1e1;
    }

.terminar-torneio {
    color: #e60101;
    float: right;
    border: 1px solid #e60101;
    font-family: TG-Regular;
    text-transform: uppercase;
    background-color: transparent;
    height: 43px;
    width: 170px;
    border-radius: 0px;
    text-decoration: none;
    cursor: pointer;
    transition: all 0.5s;
    padding-top: 9px;
}

    .terminar-torneio:hover {
        color: #e1e1e1;
        background-color: #e60101;
        transition: all 0.5s;
    }

#removeTorneio .modal-content {
    background-color: #030712 !important;
    border-radius: 0px;
    padding: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #6f6f6f;
}

#removeTorneio .modal-header, #removeTorneio .modal-header, #removeTorneio .modal-footer {
    border: none;
}

.btn-remove-torneio {
    color: #e1e1e1;
    float: right;
    border: 1px solid #e1e1e1;
    font-family: TG-Bold;
    text-transform: uppercase;
    transition: all 0.5s;
    width: 106px;
}

    .btn-remove-torneio:hover {
        color: #030712;
        background-color: #e1e1e1;
        transition: all 0.5s;
    }

#removeTorneio .close {
    background-color: transparent;
    border: none;
    color: #e1e1e1;
    font-size: 30px;
    height: auto;
}

    #removeTorneio .close span {
        padding-bottom: 10px !important;
        display: inline-block;
    }

#removeTorneio .modal-title {
    color: #e1e1e1;
    text-align: center;
    font-family: TG-Bold;
    text-transform: uppercase;
    font-size: 20px;
}

#removeTorneio .modal-body p {
    color: #e1e1e1;
    font-family: TG-Regular;
    margin-bottom: 0px;
}

.btn-mvp {
    border: 1px solid #FFD700;
    width: 100%;
    height: 40px;
    border-radius: 0px !important;
    margin-top: 5px;
    color: #FFD700;
    padding-bottom: 10px;
}

    .btn-mvp.open {
        border-bottom-left-radius: 0px !important;
        border-bottom-right-radius: 0px !important;
    }

    .btn-mvp:hover {
        color: #FFD700;
    }

.label-mvp {
    left: 90px;
    color: #FFD700 !important;
}

.btn-mvp:focus {
    box-shadow: none !important;
}

.btn-mvp:focus-visible {
    outline: none !important;
}

.mvp-dropdown {
    border: 1px solid #FFD700;
    border-radius: 0px;
    position: absolute;
    width: 192px;
    cursor: pointer;
    display: none;
    top: 44px;
    z-index: 1;
    background-color: rgb(3, 7, 18) !important;
    text-align: center;
}

.mvp-dropdown.open {
    display: block;
}

.select-mvp {
    text-decoration: none;
    color: #FFD700 !important;
    font-size: 14px;
    font-family: TG-Regular;
    width: 100%;
    display: block;
    padding: 10px;
}

    .select-mvp:hover {
        color: black;
        background-color: #0f1a37;
    }

.login-card {
    width: 400px;
}

.login-title {
    color: white;
    font-family: TG-Bold;
    text-transform: uppercase;
    text-align: center;
    padding-top: 15px;
}

.fa-twitch {
    color: white;
}

.login-twitch {
    color: white;
    text-align: center;
    cursor: pointer;
}

.card-login {
    padding: 20px;
}

.login-input {
    width: 100%;
    border: 2px solid white;
    background-color: transparent;
    color: white;
    padding: 5px 10px;
}

.login-label {
    color: white;
    margin-bottom: 5px;
}

.div-login {
    margin-bottom: 15px;
}

.login-input:focus-visible {
    outline: none;
}

.login-input::placeholder {
    color: white;
}

.btn-login {
    width: 100%;
    display: inline-block;
    text-align: center;
    border: 2px solid white;
    margin-top: 15px;
    padding: 5px 0px;
    color: white;
    text-decoration: none;
    text-transform: uppercase;
    cursor: pointer;
    font-family: TG-Bold;
    transition: all 0.5s;
    background-color: transparent;
}

.btn-login:hover {
    color: white;
}

.btn-login:hover {
    background-color: white;
    color: black;
}

.twitch-geral {
    color: white;
    text-decoration: none;
    font-family: TG-Bold;
    font-size: 22px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 30px;
    border-radius: 10px;
    cursor: pointer;
    text-transform: uppercase;
    letter-spacing: 0.78px;
    margin-top: 1px;
}

.twitch-geral i {
    color: white;
}

.twitch-geral:hover {
    color: white;
}

.error-inscricao {
    color: white;
}

.logout-btn {
    text-align: left;
    padding: 0px;
}

.logout-btn:focus {
    box-shadow: none !important;
}

    .logout-btn:focus-visible {
        outline: none !important;
    }

.navbar-nav {
    text-align: center;
    margin: auto;
    padding-right: 25px;
}

.c-pointer {
    cursor: pointer !important;
}

.nav-link {
    position: relative;
    font-family: TG-Regular;
    color: #ccc;
    text-decoration: none;
    border-bottom: none;
    transition: color 0.3s;
}

    .nav-link::after {
        content: "";
        position: absolute;
        left: 50%;
        bottom: 0;
        width: 0;
        height: 2px;
        background-color: white;
        transition: all 0.4s ease;
        transform: translateX(-50%);
    }

    .nav-link:hover {
        color: white !important;
    }

        .nav-link:hover::after {
            width: 80%;
        }

.navbar {
    background-color: #0d111b !important;
}

.fa-brands {
    color: rgba(255,255,255,.55);
}

.logo-home {
    height: 500px;
}

.row-logo {
    margin-top: 50px;
}

.row-icons {
    margin-top: 50px;
    height: 150px;
    align-content: center;
}

.home-icons {
    display: inline-block;
    color: rgba(255,255,255,.55);
    text-decoration: none !important;
    font-family: TG-Bold;
    letter-spacing: 1px;
    font-size: 30px;
    margin-bottom: 0px;
    transition: 
        color 0.4s ease-in-out, 
        transform 0.3s ease;
}

    .home-icons:hover {
        color: white;
        margin-bottom: 0px;
        transition: color 0.4s ease-in-out, transform 0.3s ease;
        transform: translateY(-10px);
    }

.twitch-user {
    color: rgba(255,255,255,.55);
    text-decoration: none;
    font-family: TG-Bold;
    font-size: 16px;
    padding: 10px;
    position: absolute;
    top: 10px;
    right: 30px;
    border-radius: 10px;
    cursor: pointer;
    letter-spacing: 0.78px;
    margin-top: 5px;
    transition: color 0.4s ease-in-out;
}

    .twitch-user:hover {
        color: rgba(255,255,255,.55);
    }

    .twitch-user:focus {
        box-shadow: none !important;
    }

    .twitch-user:focus-visible {
        outline: none !important;
    }

    .twitch-user i {
        margin-left: 15px;
        color: rgba(255,255,255,.55);
        transition: color 0.4s ease-in-out;
        font-size: 20px;
        vertical-align: middle;
    }

        .twitch-user i:hover {
            color: white;
            transition: color 0.4s ease-in-out;
        }

    .container {
        margin-top: 50px !important;
    }

.nav-logo {
    height: 50px;
    text-align: center;
    display: block;
}

.navbar-nav.right {
    margin-left: 0px !important;
}

.navbar-nav.left {
    margin-right: 0px !important;
}

.navbar .container-fluid {
    height: 60px !important;
}

.navbar-nav.left.margin {
    padding-left: 95px;
}

.div-label-form.position-relative {
    border: 1px solid #e1e1e1;
    margin-top: 0px;
    padding: 4px;
}

.card-body.inscricao {
    margin-top: 40px;
}

.input-form:focus-visible {
    outline: none !important;
}

.input-form::placeholder {
    color: #e1e1e1;
}

label.error {
    padding-left: 5px;
    padding-top: 3px;
}

.card.card-form {
    margin-bottom: 20px !important;
}

#tableInscricao thead th {
    color: #e1e1e1;
    font-family: TG-Regular;
    font-weight: normal;
}

#tableInscricao tbody td {
    height: 60px !important;
    color: #e1e1e1;
    font-family: TG-Regular;
    font-weight: normal;
}

#tableInscricao tbody tr {
    border-bottom: #6f6f6f !important;
    border-bottom-width: 1px !important;
}

.table > :not(:last-child) > :last-child > * {
    border-bottom-color: #6f6f6f !important;
}

#tableInscricao {
    margin-bottom: 65px;
}

.header-inline h2 {
    color: #e1e1e1;
}

.hr-gestao {
    color: #e1e1e1;
}

.container-gestao {
    margin-top: 10px !important;
}

.col-headers h4 {
    color: #e1e1e1;
}

.hr-torneio {
    color: #e1e1e1;
}

.label-cup {
    position: absolute;
    top: -25px;
    padding-left: 0px;
    color: #e1e1e1;
    margin-bottom: 5px !important;
    font-family: TG-Bold;
}

.col-2.position-relative.d-flex.flex-column.align-items-center.justify-content-center.text-center {
    padding-top: 4px;
}

#tableInscricao.table-dashboard {
    margin-bottom: 0px;
}

.gestao-bracket {
    max-width: 90%;
    margin: auto;
}

.tournment-number {
    color: rgb(225, 225, 225);
    text-align: center;
    font-family: TG-Bold;
    text-transform: uppercase;
    font-size: 30px;
    margin-top: 50px;
    margin-bottom: 27px;
}

.hr-cup-bracket {
    width: 886.5px;
}

.accordion-item {
    background-color: transparent !important;
    background: none !important;
    border: 1px solid #e1e1e1;
    border-radius: 0px !important;
}

.accordion-button {
    background-color: transparent !important;
    background: none !important;
    color: #e1e1e1 !important;
    font-family: TG-Bold;
    text-transform: uppercase;
    font-size: 23px;
    position: relative;
}

.accordion-button:focus {
    box-shadow: none !important;
}

    .accordion-button:focus-visible {
        outline: none !important;
    }

    .accordion-button:visited {
        text-decoration: none !important;
    }

.accordion-button.collapsed {
    color: white;
}

button::after {
    content: none !important;
}

.accordion-button i {
    position: absolute;
    right: 35px;
    transform: rotate(0deg);
    transition: transform 0.4s ease;
}

    .accordion-button i.vertical {
        transform: rotate(180deg);
        transition: transform 0.4s ease;
    }

.col-headers.col-fame {
    padding-left: 35px;
    margin-top: 10px;
    margin-bottom: 20px;
}

    .col-headers.col-fame.teams-fame hr {
        width: 99%;
        margin-bottom: 0px !important;
    }

    .col-headers.col-fame.teams-fame h4 {
        font-family: TG-Bold;
    }

.team-name-fame {
    width: fit-content;
    display: inline-block;
}

.team-tag-fame {
    width: fit-content;
    display: inline-block;
    float: right;
}

.col-headers.col-fame hr:not(.hr-torneio) {
    width: 100%;
    margin: 0px;
}

.row-table-team {
    padding-left: 30px;
}

.img-role {
    height: 25px;
}

.table-team {
    width: 100%;
    color: white;
}

    .table-team tbody td {
        height: 50px;
    }

.accordion-collapse .col-6 {
    margin-bottom: 50px;
}

.accordion-item .section {
    padding-left: 48px;
}

.loser-fame {
    margin-bottom: 20px;
}

.img-winner {
    height: 40px;
    margin-bottom: 20px;
}

.winner-name {
    max-width: 400px;
    white-space: normal;
    overflow-wrap: break-word;
    color: #e1e1e1;
    font-family: TG-Regular;
    text-transform: uppercase;
}

.table-team th {
    color: #e1e1e1 !important;
}

.table-team td {
    color: #e1e1e1;
}

.winner-team {
    color: #e1e1e1 !important;
    font-family: TG-Bold;
    margin-bottom: 50px;
    margin-top: 30px;
    text-transform: uppercase;
}

.toast.toast-success {
    border-radius: 0px !important;
    background-color: rgb(3, 7, 18) !important;
    color: #e1e1e1 !important;
    border-color: green !important;
    opacity: 100% !important;
    margin-right: 50px;
}

.toast.toast-error {
    border-radius: 0px !important;
    background-color: rgb(3, 7, 18) !important;
    color: #e1e1e1 !important;
    border-color: red !important;
    opacity: 100% !important;
    margin-right: 50px;
}

.no-fame {
    color: #e1e1e1;
    margin-top: 50px;
    font-size: 20px;
    text-align: center;
    font-family: TG-Regular;
}

.card-body.inscricao .no-fame {
    margin-top: 20px !important;
}

.video-div {
    max-width: 90%;
    margin: auto;
    height: 1000px;
    margin-bottom: 50px;
    margin-top: 20px;
}

    .video-div iframe {
        border: 1px solid #e1e1e1;
    }

.row-gestao.gestao-bracket {
    margin-bottom: 50px;
}

.winner-name.golden {
    color: #ecc703;
}

#logout-modal .modal-content {
    background-color: #030712 !important;
    border-radius: 0px;
    padding: 20px;
    padding-bottom: 10px;
    padding-top: 10px;
    border: 1px solid #6f6f6f;
}

#logout-modal .modal-dialog {
    border-radius: 15px;
}

#logout-modal .modal-title {
    color: #e1e1e1;
    text-align: center;
    font-family: TG-Bold;
    text-transform: uppercase;
    font-size: 20px;
}

#logout-modal .modal-body p {
    color: #e1e1e1;
    font-family: TG-Regular;
    margin-bottom: 0px;
}

#logout-modal .modal-header {
    border: none;
    padding-bottom: 0px;
}

#logout-modal .modal-footer {
    border: none;
}

#logout-modal .close {
    background-color: transparent;
    border: none;
    color: #e1e1e1;
    font-size: 30px;
    height: auto;
}

    #logout-modal .close span {
        padding-bottom: 10px !important;
        display: inline-block;
    }

.home-icons .fa-twitch {
    color: #a970ff !important;
    vertical-align: middle;
}

.home-icons .fa-youtube {
    color: #ff0033 !important;
}

.instagram-logo {
    height: 35px;
    vertical-align: sub;
}

.fa-x-twitter {
    color: #e1e1e1;
}

.twitch-geral .fa-twitch {
    color: #a970ff !important;
}

.youtube-logo {
    height: 30px;
    vertical-align: sub;
}

.toast-success:before {
    font-size: 10px !important;
}

.row-teams-dashboard {
    padding-left: 100px;
    margin-bottom: 100px;
}

.btn-teams {
    margin-right: 155px;
    margin-top: -70px;
}

.incricoes-title {
    display: inline-block;
    width: fit-content;
    padding-top: 10px;
}

.download-inscricoes {
    color: #e1e1e1;
    font-size: 25px;
    vertical-align: bottom;
    padding-left: 10px;
}

.form-download {
    display: inline-block;
    width: fit-content;
    float: right;
    margin-right: 35px;
}

    .form-download button {
        color: #e1e1e1;
        font-family: TG-Regular;
        border: 1px solid #e1e1e1;
        border-radius: 0px;
        text-transform: uppercase;
        padding: 10px 23px;
    }

    .form-download button:focus {
        box-shadow: none !important;
    }

    .form-download button:focus-visible {
        outline: none !important;
    }

    .form-download button:hover {
        color: #e1e1e1 !important;
    }

#btnUpload {
    color: #e1e1e1;
    font-family: TG-Regular;
    border: 1px solid #e1e1e1;
    border-radius: 0px;
    text-transform: uppercase;
    padding: 10px 23px;
    float: right;
}

    #btnUpload:focus {
        box-shadow: none !important;
    }

    #btnUpload:focus-visible {
        outline: none !important;
    }

    #btnUpload:hover {
        color: #e1e1e1 !important;
    }

.input-upload-teams {
    position: absolute;
    right: 0px;
    width: 128.35px;
    height: 46px;
    margin-right: 13px;
    opacity: 0.1%;
    cursor: pointer;
}

.tag-dashboard-div {
    width: 130px;
    float: right;
}

.team-tag-dashboard {
    position: absolute;
    left: -20px;
    padding-top: 4px;
    font-family: TG-Bold;
}

.tag-dashboard-div input {
    width: 100px;
    height: 40px;
    background: none;
    border: none !important;
    color: #e1e1e1;
    font-family: TG-Bold;
}

    .tag-dashboard-div input:focus-visible {
        outline: none !important;
    }

.team-tag-line {
    position: absolute;
    width: 115px;
    left: -20px;
    top: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.name-dashboard-div {
    display: inline-block;
    width: 630px;
    height: 40px;
}

    .name-dashboard-div input {
        width: 630px;
        height: 40px;
        background: none;
        border: none !important;
        color: #e1e1e1;
        font-family: TG-Bold;
    }

        .name-dashboard-div input:focus-visible {
            outline: none !important;
        }

.team-name-line {
    position: absolute;
    width: 630px;
    left: 0px;
    top: 35px;
    border-bottom: 1px solid #e1e1e1;
}

.row-gestao.gestao-bracket .col-teams-dashboard:not(:nth-last-child(-n+2)) {
    margin-bottom: 35px;
}

.bracket-padding {
    padding-left: 45px;
}

.row-table-team .col-8, .row-table-team .col-4{
	color: white;
	font-family: 'TG-Bold';
    padding-left: 30px;
    padding-bottom: 20px;
}