/**
 * Copyright 2021 Google LLC
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 *      http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
 */

html {
    scroll-behavior: smooth;
}

body {
    font-family: "helvetica", sans-serif;
    /*text-align: center;*/
    font-size: 16px;
}

#athlete-id {
    background-image: url("data:image/svg+xml,%3C%3Fxml version='1.0' encoding='UTF-8' standalone='no'%3F%3E%3Csvg xmlns:dc='http://purl.org/dc/elements/1.1/' xmlns:cc='http://creativecommons.org/ns%23' xmlns:rdf='http://www.w3.org/1999/02/22-rdf-syntax-ns%23' xmlns:svg='http://www.w3.org/2000/svg' xmlns='http://www.w3.org/2000/svg' id='svg1522' version='1.1' viewBox='0 0 100 162.5' height='40' width='24'%3E%3Cmetadata id='metadata1528'%3E%3Crdf:RDF%3E%3Ccc:Work rdf:about=''%3E%3Cdc:format%3Eimage/svg+xml%3C/dc:format%3E%3Cdc:type rdf:resource='http://purl.org/dc/dcmitype/StillImage' /%3E%3Cdc:title%3E%3C/dc:title%3E%3C/cc:Work%3E%3C/rdf:RDF%3E%3C/metadata%3E%3Cdefs id='defs1526' /%3E%3Cpath style='display:inline;fill:%23303030;fill-opacity:1;stroke:none' d='m 65.081215,89.550562 c 0,0 -18.708476,0 -18.708476,0 0,0 -4.10112,11.237758 -4.10112,11.237758 0,0 -2.5344,0 -2.5344,0 0,0 14.840064,-40.319996 14.840064,-40.319996 0,0 2.345472,0 2.345472,0 0,0 14.840056,40.319996 14.840056,40.319996 0,0 -2.534398,0 -2.534398,0 0,0 -4.147198,-11.237758 -4.147198,-11.237758 z m -0.87552,-2.58624 c 0,0 -8.476412,-23.224318 -8.476412,-23.224318 0,0 -8.434944,23.224318 -8.434944,23.224318 0,0 16.911356,0 16.911356,0 z' stroke-width='0.9' stroke='%23000000' fill='none' id='Path' /%3E%3C/svg%3E%0A");
    background-size: contain;
    background-repeat: no-repeat;
    padding-left: 25px;
}

input,
textarea,
select {
    font-family: sans-serif;
    font-weight: 100;
}

.dashboard-date {
    color: rgb(226, 17, 69);
    font-size: 1.5em;
    font-weight: bold;
}

#wrap {
    width: 800px;
    margin: 0 auto;
    height: 450px;
}

#left-col {
    /*text-align: center;*/
    float: left;
    width: 400px;
    word-wrap: break-word;
}

#right-col {
    float: right;
    width: 400px;
}

.dashboard-number {
    color: rgb(226, 17, 69);
    font-size: 1.5em;
    font-weight: bold;
}

.stat-text {
    font-size: 1.5em;
    /*font-weight: bold;*/
    text-align: center;
}

.nav-item {
    font-size: 20px;
    font-weight: 400;
    font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

.container-fluid {
    width: 200px;
}


/*.form-group {
    display: inline-block;
    box-sizing: border-box;
    position: relative;
    text-align: center;
}*/

.col-xs-2,
.col-xs-3,
.col-xs-6 {
    font-size: 1rem;
    position: relative;
    display: inline-block;
    padding: 25px;
}