.elementor-13 .elementor-element.elementor-element-0f85f9e{--display:flex;--min-height:1440px;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;--margin-top:-66px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-13 .elementor-element.elementor-element-0f85f9e:not(.elementor-motion-effects-element-type-background), .elementor-13 .elementor-element.elementor-element-0f85f9e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:#000000;}.elementor-13 .elementor-element.elementor-element-0f85f9e.e-con{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-7d20643.elementor-element{--flex-grow:0;--flex-shrink:0;}.elementor-13 .elementor-element.elementor-element-1ce75ec{--display:flex;}.elementor-widget-text-editor{font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );color:var( --e-global-color-text );}.elementor-widget-text-editor.elementor-drop-cap-view-stacked .elementor-drop-cap{background-color:var( --e-global-color-primary );}.elementor-widget-text-editor.elementor-drop-cap-view-framed .elementor-drop-cap, .elementor-widget-text-editor.elementor-drop-cap-view-default .elementor-drop-cap{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}@media(max-width:767px){.elementor-13 .elementor-element.elementor-element-0f85f9e{--width:1464px;--min-height:405px;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--justify-content:space-between;--margin-top:-100px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-13 .elementor-element.elementor-element-7d20643{width:var( --container-widget-width, 346.797px );max-width:346.797px;--container-widget-width:346.797px;--container-widget-flex-grow:0;}.elementor-13 .elementor-element.elementor-element-7d20643 > .elementor-widget-container{margin:0px 0px 0px 0px;padding:0px 0px 0px 0px;}.elementor-13 .elementor-element.elementor-element-0ac6b65.elementor-element{--align-self:center;}.elementor-13 .elementor-element.elementor-element-0ac6b65{text-align:center;}.elementor-13 .elementor-element.elementor-element-0ac6b65 p{margin-block-end:0px;}}@media(min-width:768px){.elementor-13 .elementor-element.elementor-element-0f85f9e{--width:97.188%;}}/* Start custom CSS for html, class: .elementor-element-7d20643 */body {
    font-family: Arial, sans-serif;
    background-color: #121212;
    color: #ffffff;
    margin: 0;
    padding: 0;
}
h1 {
    text-align: center;
    color: #00ff00;
}
table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
th, td {
    border: 1px solid #ffffff;
    padding: 8px;
    text-align: center;
}
th {
    background-color: #1f1f1f;
}
button {
    margin: 5px;
    padding: 10px;
    font-size: 14px;
    width: 100%;
    background-color: #1f1f1f;
    color: #00ff00;
    border: none;
    border-radius: 5px;
    cursor: pointer;
}
button:hover {
    background-color: #00ff00;
    color: #121212;
}
#stopwatchesContainer {
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
    gap: 5px;
    padding: 10px;
}
.draggable {
    cursor: move;
}
.fastest {
    color: #00ff00;
}
.slowest {
    color: #ff0000;
}
.active {
    background-color: #00ff00;
    color: #121212;
}
#checkboxContainer {
    display: none;
    background-color: #1f1f1f;
    padding: 10px;
    border-radius: 5px;
    margin-top: 20px;
}
#checkboxContainer h3 {
    margin-bottom: 10px;
}
#checkboxList div {
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}
#checkboxList input[type="checkbox"] {
    width: 20px;
    height: 20px;
    margin-right: 10px;
}
#checkboxList label {
    font-size: 18px;
    line-height: 20px;
}
#menuContainer {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin-bottom: 20px;
}
#menuContainer button {
    width: auto;
    margin: 5px;
}
.icon-button {
    background-color: transparent;
    border: none;
    cursor: pointer;
}
.icon-button img {
    width: 30px;
    height: 30px;
}
.button-container {
    display: flex;
    justify-content: space-around;
    margin: 20px 0;
}
.action-button {
    background-color: #00ff00;
    color: #121212;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 45%;
}
.pause-button {
    background-color: orange;
    color: white;
}
.action-button:hover {
    background-color: #1f1f1f;
    color: #00ff00;
}
#resetButton {
    background-color: #ff0000;
    color: #ffffff;
    border: none;
    border-radius: 5px;
    padding: 15px 20px;
    font-size: 16px;
    cursor: pointer;
    width: 45%;
    display: none;
}
#resetButton:hover {
    background-color: #cc0000;
}
#editForm {
    background-color: #1f1f1f;
    padding: 15px;
    border-radius: 5px;
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 300px;
    z-index: 1000;
}
#editForm input {
    width: 100%;
    margin-bottom: 10px;
    padding: 5px;
}
#editForm button {
    width: 48%;
    margin: 5px 1%;
}
#loginForm, #registerForm {
    background-color: #1f1f1f;
    padding: 20px;
    border-radius: 5px;
    width: 300px;
    margin: 20px auto;
    text-align: center;
}

#dashboard {
    padding: 20px;
}
/* Estilo general de la tabla */
.styled-table {
    width: 100%; /* Ajustar al ancho disponible */
    border-collapse: collapse;
    margin: 20px auto; /* Centrar la tabla */
    font-size: 14px;
    font-family: Arial, sans-serif;
    text-align: center;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.15); /* Sombra */
}

/* Encabezado de la tabla */
.styled-table thead tr {
    background-color: #000000; /* Fondo negro */
    color: #ffffff; /* Texto blanco */
    font-weight: bold; /* Texto en negrita */
}

/* Zonas con colores específicos */
.styled-table td.zone-1 {
    background-color: #d4f8d4; /* Verde claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-2 {
    background-color: #fffcc1; /* Amarillo claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-3 {
    background-color: #ffd9b3; /* Anaranjado claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-4 {
    background-color: #ffb3b3; /* Rojo claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-ss {
    background-color: #d4f1fc; /* Celeste claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-5 {
    background-color: #e9d4fc; /* Morado claro */
    color: #000000; /* Texto negro */
}
.styled-table td.zone-6 {
    background-color: #ff7777; /* Rojo intenso claro */
    color: #000000; /* Texto negro */
}

/* Columna de distancia */
.styled-table td.distance {
    background-color: #ffffff; /* Fondo blanco */
    color: #000000; /* Texto negro */
    font-weight: bold; /* Destacar distancia */
}

/* Ajustes de filas alternas */
.styled-table tbody tr:nth-child(even) {
    background-color: #f2f2f2; /* Gris claro */
}

.styled-table tbody tr:nth-child(odd) {
    background-color: #ffffff; /* Blanco */
}

/* Hover para las filas */
.styled-table tbody tr:hover {
    background-color: #3498db; /* Azul claro */
    color: #ffffff; /* Texto blanco al hacer hover */
}

/* Espaciado y alineación */
.styled-table td, .styled-table th {
    padding: 8px;
    font-size: 13px;
    text-align: center;
}

/* Ajustes para dispositivos móviles */
@media (max-width: 768px) {
    .styled-table td, .styled-table th {
        font-size: 12px; /* Reducir tamaño en móviles */
    }
    .styled-table caption {
        font-size: 14px; /* Reducir tamaño del título */
    }
}

/* Contenedor de cronómetros como cuadrícula */
.stopwatches-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr); /* 4 cronómetros por fila */
    gap: 15px; /* Espacio entre cronómetros */
    justify-items: center;
    padding: 10px;
    margin: 0 auto; /* Centrar la cuadrícula */
    max-width: 100%; /* Limitar el ancho máximo */
}

/* Estilo individual de los cronómetros */
.stopwatch {
    width: 100px; /* Tamaño optimizado para móvil */
    height: 100px;
    background-color: #34495e; /* Color base más profesional */
    border-radius: 12px; /* Bordes redondeados */
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.3); /* Sombra para destacar */
    color: #ecf0f1; /* Texto claro */
    font-family: Arial, sans-serif;
    text-align: center;
}

/* ID del cronómetro */
.stopwatch-initial {
    font-size: 30px; /* ID en grande y centrado */
    font-weight: bold;
    margin-bottom: 5px; /* Espacio entre ID y nombre */
}

/* Nombre del cronómetro */
.stopwatch-name {
    font-size: 10px; /* Texto reducido para nombres */
    font-style: italic;
    margin-top: -5px; /* Espacio ajustado */
}

/* Media queries para pantallas pequeñas */
@media (max-width: 768px) {
    .stopwatches-grid {
        grid-template-columns: repeat(3, 1fr); /* 3 cronómetros por fila */
    }

    .stopwatch {
        width: 90px;
        height: 90px;
    }

    .stopwatch-initial {
        font-size: 26px; /* Ajustar tamaño del ID */
    }

    .stopwatch-name {
        font-size: 8px; /* Reducir texto aún más */
    }
}

@media (max-width: 480px) {
    .stopwatches-grid {
        grid-template-columns: repeat(2, 1fr); /* 2 cronómetros por fila en pantallas compactas */
    }

    .stopwatch {
        width: 80px;
        height: 80px;
    }

    .stopwatch-initial {
        font-size: 22px;
    }

    .stopwatch-name {
        font-size: 7px;
    }
}/* End custom CSS */
/* Start custom CSS for container, class: .elementor-element-0f85f9e */.site-footer .footer-inner {
    display: none;
}
.site-header .header-inner {
 
    Display: none;
}/* End custom CSS */