.elementor-kit-8{--e-global-color-primary:#031421;--e-global-color-secondary:#54595F;--e-global-color-text:#7A7A7A;--e-global-color-accent:#FF9100;--e-global-color-4f7d0d8:#FFFFFF;--e-global-color-5c66d66:#FFFFFF;--e-global-color-d8f3da6:#23303C;--e-global-typography-primary-font-family:"Roboto";--e-global-typography-primary-font-weight:600;--e-global-typography-secondary-font-family:"Roboto Slab";--e-global-typography-secondary-font-weight:400;--e-global-typography-text-font-family:"Roboto";--e-global-typography-text-font-weight:400;--e-global-typography-accent-font-family:"Roboto";--e-global-typography-accent-font-weight:500;--e-global-typography-e23474a-font-size:24px;--e-global-typography-e23474a-font-weight:700;--e-global-typography-e23474a-line-height:30px;}.elementor-kit-8 e-page-transition{background-color:#FFBC7D;}.elementor-section.elementor-section-boxed > .elementor-container{max-width:1140px;}.e-con{--container-max-width:1140px;}.elementor-widget:not(:last-child){margin-block-end:20px;}.elementor-element{--widgets-spacing:20px 20px;--widgets-spacing-row:20px;--widgets-spacing-column:20px;}{}h1.entry-title{display:var(--page-title-display);}@media(max-width:1024px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:1024px;}.e-con{--container-max-width:1024px;}}@media(max-width:767px){.elementor-section.elementor-section-boxed > .elementor-container{max-width:767px;}.e-con{--container-max-width:767px;}}/* Start custom CSS */.upcoming-events-sidebar {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1%;
    scrollbar-width: thin;
}

.upcoming-events-sidebar::-webkit-scrollbar {
    width: 5px;
}

.upcoming-events-sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.upcoming-events-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.event-card-sidebar {
    background-color: transparent;
    border-bottom: 1px solid #444;
    margin-bottom: 1%;
    padding: 1%;
    text-align: left;
}

.teams .team .team-logo-sidebar {
    width: 30px; /* Reducido el tamaño */
    height: 30px; /* Reducido el tamaño */
    margin-right: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    flex-shrink: 0;
}

.teams {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.team {
    display: flex;
    align-items: center;
}

.vs {
    margin: 0 10px;
    color: #fff;
}

.tournament-details {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.tournament-name,
.game-logo-header {
    color: orange;
}

.game-logo-header {
    width: 30px;  
    margin-bottom: 10px; 
}

/* Estilo para el módulo de eventos mixtos */
.mixed-games-sidebar {
    max-height: 400px;
    overflow-y: auto;
    overflow-x: hidden;
    padding: 1%;
    scrollbar-width: thin;
}

.mixed-games-sidebar::-webkit-scrollbar {
    width: 5px;
}

.mixed-games-sidebar::-webkit-scrollbar-thumb {
    background-color: #888;
    border-radius: 10px;
}

.mixed-games-sidebar::-webkit-scrollbar-thumb:hover {
    background-color: #555;
}

.mixed-event-card {
    background-color: transparent;
    border-bottom: 1px solid #444;
    margin-bottom: 1%;
    padding: 1%;
    text-align: left;
}

.mixed-teams .mixed-team .mixed-team-logo {
    width: 30px; /* Reducido el tamaño */
    height: 30px; /* Reducido el tamaño */
    margin-right: 10px;
    border: 2px solid #fff;
    background-color: #fff;
    object-fit: cover;
    border-radius: 50%;
    display: inline-block;
    overflow: hidden;
    flex-shrink: 0;
}

.mixed-teams {
    display: flex;
    justify-content: flex-start;
    align-items: center;
}

.mixed-team {
    display: flex;
    align-items: center;
}

.mixed-vs {
    margin: 0 10px;
    color: #fff;
}

.mixed-tournament-details {
    text-align: left;
    font-weight: bold;
    margin-bottom: 10px;
}

.mixed-tournament-name,
.mixed-game-logo-header {
    color: orange;
}

.mixed-game-logo-header {
    width: 30px;  
    margin-bottom: 10px; 
    
    
    
    
    
    
    
    
    
    
    
    
   .dominican-teams-dashboard {
    display: flex;
    flex-wrap: wrap;
    gap: 20px;
    justify-content: center;
    padding: 20px;
}

.team-card {
    background-color: #fff;
    border: 1px solid #ddd;
    border-radius: 10px;
    padding: 20px;
    width: 200px;
    text-align: center;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    transition: transform 0.3s;
}

.team-card:hover {
    transform: scale(1.05);
}

.team-logo {
    width: 100px;
    height: 100px;
    margin: 0 auto;
    display: block;
    border-radius: 50%;
    background-color: #fff;
    padding: 5px;
}

.team-card h3 {
    margin-top: 10px;
    font-size: 18px;
    color: #333;
}

.team-card p {
    margin-top: 5px;
    font-size: 16px;
    color: #777;
}

.primary-category-badge {
    list-style: none;
    display: inline-flex;
    background: #ff7b00; /* Updated orange */
    padding: .7px 16px 0.3px 16px; /* Updated padding */
    border-radius: 800px; /* Fully rounded for a pill-like shape */
    margin-right: 5px;
    margin-top: 0px;
    color: #FFFFFF; /* Texto en blanco */
    text-transform: uppercase; 
    font-weight: 400; 
    font-size: 12px;
}/* End custom CSS */