.bracket-container {
    background-color: rgba(47, 23, 15, 0.5) !important;
}

#main-card-container {
    background-color: rgba(47, 23, 15, 0.5) !important;
}

.event-card-tab {
    background-color: rgba(47, 23, 15, 0.5) !important;
}

#tournament-bracket {
    background-color: rgba(47, 23, 15, 0.5) !important;
}

.event-card-tab .card-title {
    color: #f6e1c5 !important;
}

.card-title {
    color: #f6e1c5 !important;
}


.event-card-tab .nav-link {
    color: #f6e1c5 !important;
}

.event-card-tab .nav-link.active {
    color: black !important;
}

#event-tab {
    background-image: linear-gradient(rgba(47, 23, 15, 0.65), rgba(47, 23, 15, 0.65)), url("../../assets/img/bg.jpg");
    background-attachment: fixed;
    background-position: center;
    background-size: cover;
}