﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */

.navbar-toggleable-md .navbar-collapse {
    display: flex !important;
    width: 100%;
}
.navbar-custom {
    background: linear-gradient(90deg, #1A324C 0%, #6AB8F9 100%);
    position: fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    line-height: 20px;
    padding: 8px 0;
}

.collapse {
    display: none; }

    .collapse.show {
        display: block; 
    }

#myInput,
#myInput1 {
    background-image: url('/css/searchicon.png');
    background-position: 10px 12px; 
    background-repeat: no-repeat; 
    width: 100%; 
    font-size: 16px; 
    padding: 12px 20px 12px 40px; 
    border: 1px solid #ddd; 
    margin-bottom: 12px; 
}

#myUL,
#myUL1 {
    list-style-type: none;
    padding: 0;
    margin: 0;
}

    #myUL li,
    #myUL1 li {
        height: 40px;
        width: auto;
        border: 1px solid #ddd; 
        margin-top: -1px; 
        background-color: #f6f6f6; 
        padding: 12px; 
        text-decoration: none;
        font-size: 14px; 
        color: black; 
        display: block; 
    }

a.navbar-brand {
    white-space: normal;
    text-align: center;
}

a {
    color: #0366d6;
}

    a:hover {
        text-decoration: underline;
    }

.btn-primary {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

.nav-pills .nav-link.active,
.nav-pills .show > .nav-link {
    color: #fff;
    background-color: #1b6ec2;
    border-color: #1861ac;
}

/* Sticky footer styles */
html {
    font-size: 14px;
    position: relative;
    min-height: 100%;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.border-top {
    border-top: 1px solid grey !important;
}

.border-bottom {
    border-bottom: 1px solid grey !important;
}



    .box-shadow {
        box-shadow: 0 .25rem .75rem rgba(0, 0, 0, .05);
    }

    button.accept-policy {
        font-size: 1rem;
        line-height: inherit;
    }

    /* Sticky footer styles
-------------------------------------------------- */
    html {
        position: relative;
        min-height: 100%;
    }

    body {
       
        margin-bottom: 60px;
    }

.footer {
    position:fixed;
    bottom: 0;
    width: 100%;
    white-space: nowrap;
    padding: 8px 0; 
}


    .wrap {
        width: 1500px;
        height: 900px;
        padding: 0;
        overflow: hidden;
    }

.frame {
    width: 1200px;
    height: 1800px;
    border: 0;
    transform: scale(0.25);
    transform-origin: 0 0;
}

iframe {
    margin: 0 auto;
    display: block;
    text-align: center;
}

.bg {
    border: 1px solid #000;
    background: var(--Gradient, linear-gradient(90deg, #1A324C 0%, #6AB8F9 100%));
}

.text-main,
.text-main-2,
.text-main-3 {
    color: #fff;
    text-align: center;
    font-family: Arial, sans-serif;
    text-transform: uppercase;
}

.text-main {
    font-size: 32px;
    font-weight: 400;
}

.text-main-2 {
    font-size: 100px;
    font-weight: 700;
}

.text-main-3 {
    font-size: 48px;
    font-weight: 700;
}

.text-sub {
    color: #376a9d;
    font-family: Arial, sans-serif;
    font-size: 32px;
    font-weight: 700;
}

.nav-text {
    color: #71767e;
    font-family: Arial, sans-serif;
    font-size: 14px;
}

.img-style {
    height: auto;
    border-radius: 0.25rem;
    max-width: 100%;
    padding: 0.25rem;
}

.nav-link {
    position: relative;
}

.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 1;
    left: 0;
    top: 0;
    background-color: rgba(0, 0, 0, 0.9);
    overflow-x: hidden;
    transition: 0.5s;
}

.overlay-content {
    position: relative;
    top: 25%;
    width: 100%;
    text-align: center;
    margin-top: 30px;
}

.overlay a {
    padding: 8px;
    text-decoration: none;
    font-size: 36px;
    color: #818181;
    display: block;
    transition: 0.3s;
}

    .overlay a:hover,
    .overlay a:focus {
        color: #f1f1f1;
    }

.overlay .closebtn {
    position: absolute;
    top: 20px;
    right: 45px;
    font-size: 60px;
}

@media screen and (max-height: 450px) {
    .overlay a {
        font-size: 20px;
    }

    .overlay .closebtn {
        font-size: 40px;
        top: 15px;
        right: 35px;
    }
}

.account {
    display: flex;
    padding: 8px 12px;
    justify-content: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 2px solid;
    height: 2rem;
}

.info-card {
    border: 1px solid #ccc;
    border-radius: 5px;
    padding: 15px;
    background-color: #f9f9f9;
    margin: 20px;
    font-family: Arial, sans-serif;
}

.info-card a {
    color: #007bff;
    text-decoration: none;
}

.info-card a:hover {
    text-decoration: underline;
}


#reportFrame {
    width: 100%;
    height: 80vh;
}
@media screen and (max-height: 900px) {
    #reportFrame {
        height: 65vh;
    }
}

.container-iframe {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 100vh;
    max-width: 100%;
}

.report-heading {
    text-align: center;
    font-weight: bold;
    font-size: 1.6em;
    margin: 5px 0;
    color: #2c3e50;
    text-shadow: 1px 1px 2px rgba(0, 0, 0, 0.1);
    padding: 1px;
    background-color: #ecf0f1;
    border-radius: 10px;
}
html, body {
    height: 100%;
    margin: 0;
    padding: 0;
}

.container-iframe {
    display: flex;
    flex-direction: column;
    height: 100vh;
}

#reportFrame {
    flex: 1;
    width: 100%;
    border: none;
}


.strava-btn {
    background-color: #fc4c02;
    color: white !important;
    padding: 10px 16px;
    border-radius: 4px;
    text-decoration: none;
    font-weight: 600;
    display: inline-block;
    transition: background-color 0.2s ease-in-out;
}

    .strava-btn:hover {
        background-color: #e04301;
        text-decoration: none;
    }


