@import '_content/DMCloud.CommonComponents/DMCloud.CommonComponents.bundle.scp.css';

/* /Components/ListComponents.razor.rz.scp.css */
.tableList[b-6gcixorbu4] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-6gcixorbu4] {
    border-bottom: solid blue 2px;
}

.rowList[b-6gcixorbu4] {
    display: grid;
    grid-template-columns: 20% 30% 10% 10% 5% 25%;
    padding: 5px;
}

.rowBody[b-6gcixorbu4] {
    border-bottom: solid lightgray 1px;
}

.rowWarning[b-6gcixorbu4] {
    background-color: lightyellow;
}

.rowBody:hover[b-6gcixorbu4] {
    background-color: lightgray;
}

.fieldLabel[b-6gcixorbu4] {
    display: none;
}

@media (max-width: 1000px) {
    .rowHeader[b-6gcixorbu4] {
        display: none;
    }

    .rowList[b-6gcixorbu4] {
        grid-template-columns: 40% 60%
    }

    .fieldLabel[b-6gcixorbu4] {
        display: inline;
        font-size: small;
        font-style: italic;
    }
}
/* /Components/LoadingComponent.razor.rz.scp.css */
.box[b-8xktm5yy6h] {
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.box div[b-8xktm5yy6h] {
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.box div img[b-8xktm5yy6h] {
    border: solid lightblue 3px;
    border-radius: 10px;
    width: 100px;
    height: 100px;
}
/* /Components/NavMenuComponent.razor.rz.scp.css */
.menuEnLinea[b-rjloajab0u] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.menuTitle[b-rjloajab0u] {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    min-width: 250px;
    min-height: 62px;
    background-color: navy;
    color: white;
}

    .menuTitle span[b-rjloajab0u] {
        padding: 18px;
    }

    .menuTitle button[b-rjloajab0u] {
        margin: 12px;
    }

    .menuTitle button[b-rjloajab0u] {
        display: none;
    }

.menuBar[b-rjloajab0u] {
    flex-grow: 1;
    display: flex;
    flex-direction: row;
    /*gap: 3px;*/
    margin: 12px;
}

.menuItemStar[b-rjloajab0u] {
    padding: 5px 4px 5px 5px;
    background: lightgray;
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
}

.menuItemEnd[b-rjloajab0u] {
    padding: 5px 5px 5px 5px;
    background: lightgray;
    border-top-right-radius: 5px;
    border-bottom-right-radius: 5px;
}

.menuItemMid[b-rjloajab0u] {
    padding: 5px 4px 5px 5px;
    background: lightgray;
}

.menuItem[b-rjloajab0u] {
    padding: 5px 0px 5px 5px;
}

@media (max-width: 1000px) {
    .menuTitle[b-rjloajab0u] {
        width: 100%;
    }

        .menuTitle button[b-rjloajab0u] {
            display: inline;
        }

    .menuBar[b-rjloajab0u] {
        flex-direction: column;
        gap: 3px;
    }

    .hide[b-rjloajab0u] {
        display: none;
    }
}
/* /Components/StravaTrackSelectorComponent.razor.rz.scp.css */
.activityTable[b-7nxzp8o9r7] {
    border: solid gray 2px;
    border-radius: 5px;
    border-collapse: separate;
    caption-side: top;
}

    .activityTable th[b-7nxzp8o9r7] {
        border: solid lightgray 2px;
        border-radius: 5px;
    }

    .activityTable td[b-7nxzp8o9r7] {
        border: solid lightgray 1px;
        padding: 3px;
    }

.tableButton[b-7nxzp8o9r7] {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

.tableButton[b-7nxzp8o9r7] {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}
/* /Components/TareasComponent.razor.rz.scp.css */
.setMargen[b-cg43te7zxt] {
    margin: 10px;
}

.tableList[b-cg43te7zxt] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-cg43te7zxt] {
    border-bottom: solid blue 2px;
}

.rowList[b-cg43te7zxt] {
    display: grid;
    grid-template-columns: 30% 15% 10% 15% 10% 10% 10%;
    padding: 5px;
}

.rowBody[b-cg43te7zxt] {
    border-bottom: solid lightgray 1px;
}

.rowWarning[b-cg43te7zxt] {
    background-color: lightyellow;
}

.rowBody:hover[b-cg43te7zxt] {
    background-color: lightgray;
}

.rowList:hover .botonera[b-cg43te7zxt] {
    visibility: visible;
    cursor: pointer;
}

.cellLabel[b-cg43te7zxt] {
    display: none;
}

.botonera[b-cg43te7zxt] {
    visibility: hidden;
    display: flex;
    justify-content: space-between;
}

@media (max-width: 1000px) {
    .rowList[b-cg43te7zxt] {
        grid-template-columns: 50% 50%;
    }

    .rowHeader[b-cg43te7zxt] {
        display: none;
    }

    .cellLabel[b-cg43te7zxt] {
        display: inline;
        font-size: small;
        
    }

    .cell[b-cg43te7zxt] {
        
    }

    .cell:nth-child(1)[b-cg43te7zxt] { grid-column: 1/3; grid-row: 1; text-align: center; }
    .cell:nth-child(2)[b-cg43te7zxt] { grid-column: 1; grid-row: 2; }
    .cell:nth-child(3)[b-cg43te7zxt] { grid-column: 2; grid-row: 2; }
    .cell:nth-child(4)[b-cg43te7zxt] { grid-column: 1; grid-row: 3; }
    .cell:nth-child(5)[b-cg43te7zxt] { grid-column: 2; grid-row: 3; }
    .cell:nth-child(6)[b-cg43te7zxt] { grid-column: 1; grid-row: 4; }
    .cell:nth-child(7)[b-cg43te7zxt] { grid-column: 2; grid-row: 4; }
}
/* /Components/WeightChartComponent.razor.rz.scp.css */
.botonera button[b-l1vqhn2n03] {
    margin-right: 5px;
}
/* /Components/WeightReferenceComponent.razor.rz.scp.css */
.boxWidth[b-sbxspe8h3z] {
    width: 400px;
}

@media (max-width: 1000px) {
    .boxWidth[b-sbxspe8h3z] {
        width: 100%;
    }
}
/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-u1y4v725nk] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-u1y4v725nk] {
    flex: 1;
}

.sidebar[b-u1y4v725nk] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-u1y4v725nk] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-u1y4v725nk]  a, .top-row[b-u1y4v725nk]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-u1y4v725nk]  a:hover, .top-row[b-u1y4v725nk]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-u1y4v725nk]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-u1y4v725nk] {
        justify-content: space-between;
    }

    .top-row[b-u1y4v725nk]  a, .top-row[b-u1y4v725nk]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-u1y4v725nk] {
        flex-direction: row;
    }

    .sidebar[b-u1y4v725nk] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-u1y4v725nk] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-u1y4v725nk]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-u1y4v725nk], article[b-u1y4v725nk] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Pages/BikeRouteRegistry.razor.rz.scp.css */
.tableList[b-8057vpxf0c] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-8057vpxf0c] {
    border-bottom: solid blue 2px;
}

.rowList[b-8057vpxf0c] {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 5px;
}

.rowBody[b-8057vpxf0c] {
    border-bottom: solid lightgray 1px;
}

.fieldLabel[b-8057vpxf0c] {
    display: none;
}

@media (max-width: 1000px) {
    .rowHeader[b-8057vpxf0c] {
        display: none;
    }

    .rowList[b-8057vpxf0c] {
        grid-template-columns: 50% 50%;
    }

    .fieldLabel[b-8057vpxf0c] {
        display: inline;
        font-size: small;
        font-style: italic;
    }
}
/* /Pages/Bikes.razor.rz.scp.css */
.tableList[b-d721kctsa6] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-d721kctsa6] {
    border-bottom: solid blue 2px;
}

.rowList[b-d721kctsa6] {
    display: grid;
    grid-template-columns: 50% 50%;
    padding: 5px;
}

.rowBody[b-d721kctsa6] {
    border-bottom: solid lightgray 1px;
}

.fieldLabel[b-d721kctsa6] {
    display: none;
}

@media (max-width: 1000px) {
    .rowHeader[b-d721kctsa6] {
        display: none;
    }

    .rowList[b-d721kctsa6] {
        grid-template-columns: 100%;
    }

    .fieldLabel[b-d721kctsa6] {
        display: inline;
        font-size: small;
        font-style: italic;
    }
}
/* /Pages/CC/EditEvent.razor.rz.scp.css */
.field[b-vub9nbhv1q] {
    margin-bottom: 10px;
}
/* /Pages/Counters.razor.rz.scp.css */
.tableList[b-rbfh5rpp7s] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-rbfh5rpp7s] {
    border-bottom: solid blue 2px;
}

.rowList[b-rbfh5rpp7s] {
    display: grid;
    grid-template-columns: 25% 25% 25% 25%;
    padding: 5px;
}

.rowBody[b-rbfh5rpp7s] {
    border-bottom: solid lightgray 1px;
}

.fieldLabel[b-rbfh5rpp7s] {
    display: none;
}

@media (max-width: 1000px) {
    .rowHeader[b-rbfh5rpp7s] {
        display: none;
    }

    .rowList[b-rbfh5rpp7s] {
        grid-template-columns: 50% 50%;
    }

    .fieldLabel[b-rbfh5rpp7s] {
        display: inline;
        font-size: small;
        font-style: italic;
    }
}
/* /Pages/Route/ImportFromStrava.razor.rz.scp.css */
.activityTable[b-pd59pkust0] {
    border: solid gray 2px;
    border-radius: 5px;
    border-collapse: separate;
    caption-side: top;
}

.activityTable th[b-pd59pkust0] {
    border: solid lightgray 2px;
    border-radius: 5px;
}

.activityTable td[b-pd59pkust0] {
    border: solid lightgray 1px;
    padding: 3px;
}

.tableButton[b-pd59pkust0] {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

.tableButton[b-pd59pkust0] {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

.virtualLink[b-pd59pkust0]
/* /Pages/Route/PowerCurvePage.razor.rz.scp.css */
.selectorBox[b-z9h6lh0u0c] {
    max-width: 800px;
}

.statsRow[b-z9h6lh0u0c] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.75rem;
}

.statCard[b-z9h6lh0u0c] {
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 0.5rem 1rem;
    border: 1px solid lightgray;
    border-radius: 8px;
    min-width: 100px;
    background-color: #f8f9fa;
}

.statLabel[b-z9h6lh0u0c] {
    font-size: 0.75rem;
    color: #6c757d;
    text-transform: uppercase;
    letter-spacing: 0.05em;
}

.statValue[b-z9h6lh0u0c] {
    font-size: 1.25rem;
    font-weight: 600;
    color: #212529;
}
/* /Pages/Route/RouteEstimate.razor.rz.scp.css */
.uploadBox[b-189lyof055] {
    margin-bottom: 10px;
    display: flex;
    flex-direction: column;
}

.statsTable[b-189lyof055] {
    border: solid gray 2px;
    border-radius: 5px;
    border-collapse: separate;
    caption-side: top;
}

.statsTable th[b-189lyof055] {
    border: solid lightgray 2px;
    border-radius: 5px;
}

.statsTable td[b-189lyof055] {
    border: solid lightgray 1px;
    padding: 3px;
}

.statsTable td:nth-child(4)[b-189lyof055], td:nth-child(5)[b-189lyof055], td:nth-child(6)[b-189lyof055], td:nth-child(7)[b-189lyof055] {
    text-align: center;
}

.tableButton[b-189lyof055] {
    cursor: pointer;
    box-shadow: 0px 4px 6px rgba(0,0,0,0.2);
}

/* /Pages/UpdateWeight.razor.rz.scp.css */
.box[b-65tcmu4aq6] {
    border: 2px solid lightgray;
    border-radius: 5px;
    padding: 10px;
}

.inputWidth[b-65tcmu4aq6] {
    width: 225px;
}
/* /Pages/Weather.razor.rz.scp.css */
.weatherItem[b-rgp0btbe9b] {
    border: solid 2px #FAEBD7;
    border-radius: 10px;
    background-color: #E3DAC9;
}
/* /Pages/Weighing.razor.rz.scp.css */
.enLinea[b-skvmfa2drl] {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
}

.bloqueUno[b-skvmfa2drl] {
    min-width: 100px;
}

.bloqueDos[b-skvmfa2drl] {
    flex-grow: 1;
}

.tableList[b-skvmfa2drl] {
    display: grid;
    grid-template-columns: 100%;
    margin: 10px;
    box-shadow: rgba(50, 50, 93, 0.25) 0px 50px 100px -20px, rgba(0, 0, 0, 0.3) 0px 30px 60px -30px, rgba(10, 37, 64, 0.35) 0px -2px 6px 0px inset;
    border: solid 1px lightgray;
    border-radius: 5px;
}

.rowHeader[b-skvmfa2drl] {
    border-bottom: solid blue 2px;
}

.rowList[b-skvmfa2drl] {
    display: grid;
    grid-template-columns: 7% 7% 7% 7% 7% 7% 7% 7% 7% 20% 17%;
    padding: 5px;
}

.rowBody[b-skvmfa2drl] {
    border-bottom: solid lightgray 1px;
}

.rowMonday[b-skvmfa2drl] {
    background-color: lightyellow;
}

.fieldLabel[b-skvmfa2drl] {
    display: none;
}

.small-yellow-text[b-skvmfa2drl] {
    font-size: 12px; /* Ajusta este valor según el tamaño deseado */
    color: yellow;
    text-shadow: -1px -1px 0 #000, 1px -1px 0 #000, -1px 1px 0 #000, 1px 1px 0 #000; /* Bordes negros */
}

@media (max-width: 1000px) {
    .bloqueUno[b-skvmfa2drl] {
        width: 100%;
    }

    .rowHeader[b-skvmfa2drl] {
        display: none;
    }

    .rowList[b-skvmfa2drl] {
        grid-template-columns: 33% 33% 33%
    }

    .fieldLabel[b-skvmfa2drl] {
        display: inline;
        font-size: small;
        font-style: italic;
    }
}

.lostWeight[b-skvmfa2drl] {
    border: solid lightgreen 3px;
    border-radius: 5px;
    background-color: lightgreen;
}

.gainWeight[b-skvmfa2drl] {
    border: solid #FF0080 3px;
    border-radius: 5px;
    background-color: #FF0080;
}
