@media (min-width: 1200px) {
    .container {
        max-width: 1300px !important;
    }
}
.layout-navbar-fixed .wrapper .content-wrapper {
    margin-top: 0 !important;
}
body {
    background-color: #f4f6f9 !important;
}

.content-header {
    margin-top: 50px !important;
}

.bg-custom-navbar {
    background-color: #1c2334 !important;
}

.layout-top-nav .wrapper .main-header .brand-image {
    height: 80px;
}

img.logo_image {
    width: 180px;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-top: auto;
    margin-bottom: auto;
    border: 4px solid #ffffff;
    border-radius: 10px;
    box-shadow: 0px 0 20px 0px #a9a7a7;
}

img.club_image {
    width: 50px;
}

.loguitoclub {
    margin-bottom: 10px;
    text-align: center;
    flex: 0 0 100%;
}

.loguitoclubimg.btnstorneos {
    width: 150px;
}

.card-header {
    background-color: #1c2334;
}

.card-title {
    color: #ffffff;
}

.table .thead-light th {
    color: #ffffff;
    background-color: #1c2334;
    border-color: #1c2334;
}

.btn-warning {
    color: #fff !important;
    background-color: #e2ae24 !important;
    border-color: #e2ae24 !important;
}

.btn-danger {
    color: #fff !important;
    background-color: #8f0d06 !important;
    border-color: #8f0d06 !important;
}

.dropdown-item:active {
    background-color: #ffffff00 !important;
}

.navbar {
    height: 100px !important;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 1000; /* High z-index to keep it above other content */
    margin-bottom: 20px !important;
}

.content {
    margin-top: 20px !important;
}

.row {
    margin-top: 10px !important;
}

table.dataTable thead .sorting:before {
    right: 8px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}
table.dataTable thead .sorting::after {
    right: 0px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}
table.dataTable thead .sorting_asc:before {
    right: 8px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}
table.dataTable thead .sorting_asc::after {
    right: 0px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}
table.dataTable thead .sorting_desc:before {
    right: 8px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}
table.dataTable thead .sorting_desc::after {
    right: 0px !important;
    top: -6px;
    font-weight: 600 !important;
    font-size: 15px !important;
}

table.dataTable thead .actions-th:before {
    display: none !important;
}
table.dataTable thead .actions-th::after {
    display: none !important;
}

.card {
    border-radius: 1rem;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
    padding-bottom: 3px;
}

.card-header {
    border-top-right-radius: 1rem;
    border-top-left-radius: 1rem;
}

.button-radius {
    border-radius: 4px !important;
}

.btn-group {
    gap: 3px;
}

th:first-child {
    border-top-left-radius: 1rem !important;
}
th:last-child {
    border-top-right-radius: 1rem !important;
}

.table-bordered {
    border-radius: 1rem !important;
}

img.btnstorneos {
    display: block;
    margin: 33px auto;
    border: 8px solid #ffffff;
    border-radius: 10px;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
    /* scale: 200%; */
}

.teams-row {
    display: flex;
    align-items: center;
    gap: 3px;
    margin-left: 25px;
}

.rounds-row {
    margin: 2px 15px;
}

.champs-row {
    align-items: center;
}

.round-selector {
    height: 24px !important;
    padding: 0 !important;
}

table {
    text-align: center;
}

td {
    text-align: center;
}

body {
    padding-top: 8vh; /* This is an example. Adjust the value as needed */
}

.card-primary.card-outline {
    border-top: none;
}

.login-logo a img {
    height: 100px !important;
}

.custom-button {
    background-color: #670200 !important;
    border: 0.8px solid #7a150c !important;
    border-radius: 4px !important;
}

nav .container {
    margin-top: 20px !important;
    margin-bottom: 20px !important;
}

.table td,
.table th {
    padding: 3px 5px !important;
    vertical-align: middle !important;
}

.edit-header {
    background-color: #1c2334 !important;
}

.dark-mode .card-footer {
    background-color: #2d333d !important;
}

.navbar-dark {
    background-color: #1c2334 !important;
    border: none !important;
    box-shadow: 2px 2px 14px 0px rgba(0, 0, 0, 0.75);
}

.dark-mode .navbar-dark {
    background-color: #1e222e9c !important;
}
.dark-mode .card {
    background-color: #1e222e9c !important;
}

.dark-mode .btn-danger {
    background-color: #8f0d0673 !important;
    border-color: #8f0d0673 !important;
}

.btn-info {
    background-color: #1c2334 !important;
    border-color: #1c2334 !important;
}
/* .btn-primary {
    background-color: #e2ae24 !important;
    border-color: #e2ae24 !important;
}
.dark-mode .btn-primary {
    background-color: #ebb013b5 !important;
    border-color: #ebb013b5 !important;
} */

.dark-mode .btn-info {
    background-color: #364d8aba !important;
    border-color: #364d8aba !important;
}

.card-footer:last-child {
    border-radius: 1rem;
}

.dark-mode .card-primary:not(.card-outline) > .card-header {
    background-color: #343a40 !important;
    border-bottom-color: #6c757d !important;
}
