[v-cloak] {
    visibility: hidden;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

.btn:focus, .btn:active:focus, .btn-link.nav-link:focus, .form-control:focus, .form-check-input:focus {
    box-shadow: 0 0 0 0.1rem white, 0 0 0 0.25rem #258cfb;
}

html {
    position: relative;
    min-height: 100%;
}


body {
    font-family: Arial, sans-serif;
    margin: 0;
    padding: 0;
}


.tile {
    border: 1px solid #ccc;
    padding: 5px;
    height: 80px;
    border-radius: 5px;
    position: relative;
}


button {
    padding: 5px 10px;
    background-color: #007bff;
    color: white;
    border: none;
    cursor: pointer;
}

select {
    padding: 5px;
    font-size: 16px;
}

.label {
    font-size: 12px;
    white-space: nowrap;
}

.value {
    font-size: 24px;
    white-space: nowrap;
}

    .value sup {
        font-size: 15px;
        margin-left: -5px;
    }

.advicetext {
    font-size: 18px;
}

.day-button {
    cursor: pointer;
    font-size: 14px;
}

.col-6 .fa-solid {
    font-size: 90%;
}

.col-6 {
    white-space: nowrap;
}

.weather-icon {
    position: absolute;
    right: -5px;
    top: -5px;
}

    .weather-icon img {
        max-width: 75px;
        filter: contrast(.85);
    }

.weatherdescription {
    margin-right: 70px;
    white-space: normal;
}

.container {
    margin-bottom: 195px;
}

input[type=range] {
    -webkit-appearance: none;
}

    input[type=range]::-webkit-slider-runnable-track {
        width: 300px;
        height: 10px;
        background: #ddd;
        border: none;
        border-radius: 3px;
    }

    input[type=range]::-webkit-slider-thumb {
        -webkit-appearance: none;
        border: none;
        height: 26px;
        width: 26px;
        border-radius: 50%;
        background: goldenrod;
        margin-top: -8px;
    }

    input[type=range]:focus {
        outline: none;
    }

        input[type=range]:focus::-webkit-slider-runnable-track {
            background: #ccc;
        }
