.hidden {
    display: none !important;
}

.brand-link.navbar-light {
    color: #363636;
}

.sidebar-dark-warning .nav-sidebar>.nav-item>.nav-link.active,
.sidebar-light-warning .nav-sidebar>.nav-item>.nav-link.active {
    background-color: #09d5e7;
    color: #1f2d3d;
}

[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:focus,
[class*=sidebar-dark-] .nav-treeview>.nav-item>.nav-link.active:hover {
    background-color: rgb(255 255 255 / 90%);
    color: #0d222b !important;
}

.msg-popup {
    position: fixed;
    top: 0;
    z-index: 1050;
}

.toast {
    min-width: 320px;
}

.bg-gradient-info {
    background: #17a2b8 linear-gradient(180deg, #3d4954, #ffffff) repeat-x !important;
}

[class*=sidebar-dark] .brand-link {
    border-bottom: none;
    color: rgb(0 0 0 / 90%);
}

[class*=sidebar-dark-] .sidebar a {
    color: #ffffff;
}

/* Global Styles */
.card {
    border-radius: 10px;
    box-shadow: 0px 4px 8px rgba(0, 0, 0, 0.1);
}

/* Card Header */
.card-header {
    background: linear-gradient(91deg, #5f83a2, #343a40) repeat-x !important;
    border-radius: 10px 10px 0 0;
	color: white;
}

/* Small Box Styling */
.small-box {
    color: white;
    text-align: center;
    padding: 20px;
    border-radius: 8px;
    position: relative;
    transition: transform 0.2s ease-in-out;
}

.small-box:hover {
    transform: scale(1.05);
}

/* Small Box Icon */
.small-box .icon {
    font-size: 40px;
    position: absolute;
    top: 10px;
    right: 15px;
	color: rgb(91 124 153);
    opacity: 0.7;
}

/* Small Box Footer */
.small-box-footer {
    display: block;
    padding: 10px;
    text-decoration: none;
    font-weight: bold;
    color: white;
    background: rgba(0, 0, 0, 0.1);
    border-radius: 0 0 8px 8px;
    transition: background 0.3s ease-in-out;
}

.small-box-footer:hover {
    background: rgba(0, 0, 0, 0.2);
}

/* Live Tournament Header */
.live-tournament {
    background: #5f83a2 !important;
}

/* Tournament Link */
.tournament-link {
    font-weight: bold;
    color: #007bff;
    text-decoration: none;
}

.tournament-link:hover {
    text-decoration: underline;
}

/* Container Padding */
.content {
    padding: 20px;
}

@media (max-width: 767px) {
    .msg-popup {
        width: 100%;
    }
}

@media (min-width: 768px) {
    .msg-popup {
        left: 35%;
    }
}

@media (min-width: 1200px) {
    .msg-popup {
        left: 40%;
    }
}


.tournament-header {
    background-color: #d9d9d9;
    padding: 20px;
    border-radius: 20px;
    text-align: center;
    font-weight: 600;
    font-size: 1.5rem;
    margin-bottom: 30px;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.group-header {
    background: linear-gradient(90deg, #2d3e2f, #6c8f6e);
    color: white;
    padding: 10px;
    border-top-left-radius: 20px;
    border-top-right-radius: 20px;
    text-align: center;
    font-weight: 500;
}

.table-container {
    background-color: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    margin-bottom: 30px;
    padding: 10px 20px;
}

.club-logo {
    width: 40px;
    height: 40px;
    object-fit: contain;
}

.club-info {
    display: flex;
    align-items: center;
    gap: 10px;
}

.club-info small {
    font-size: 0.75rem;
    color: #6c757d;
}