/* _content/WhatsMyWeatherWeb/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-27s7l96re8] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-27s7l96re8] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/WhatsMyWeatherWeb/Components/Pages/Home.razor.rz.scp.css */
[role=alert][b-tv2ehevle1] {
    background: firebrick;
    color: white;
    padding: 1em 2em;
    box-shadow: 0 5px 0 0 black;
    border: solid 3px black;
}


h1[b-tv2ehevle1] {
    font-size: 2rem;
    text-shadow: 3px 3px #0000005c;
    border-bottom: white solid 2px;
    text-align: center;
    color: white;
    margin: 0;
    padding-top: 1em;
    padding-bottom: 1em;
    margin-bottom: 1em;
}

.input-container[b-tv2ehevle1] {
    padding: 15px;
    border: solid 3px black;
    border-radius: 10px;
    margin: auto;
    margin-bottom: 4rem;
    display: flex;
    flex-direction: column;
    max-width: 600px;
    box-shadow: 0px 4px 0px 0px black;
    background: white;
}

    .input-container > div[b-tv2ehevle1] {
        position: relative;
        display: flex;
        flex-wrap: wrap;
        width: 100%;
    }

        .input-container > div.searchbar[b-tv2ehevle1] {
            gap: 12px;
            flex-wrap: nowrap;
        }


            .input-container > div.searchbar > :is(input, button)[b-tv2ehevle1] {
                outline-offset: 5px;
                outline-color: var(--secondary-color);
            }

            .input-container > div.searchbar > input[b-tv2ehevle1] {
                flex-grow: 1;
                border: none;
                font-size: 1.2rem;
                padding: 0;
                width: 100px;
            }

            .input-container > div.searchbar > button[b-tv2ehevle1] {
                border: none;
                background: none;
                font-size: 1.3rem;
                padding: 0;
                margin: 0;
                cursor: pointer;
            }



        .input-container > div.full-location[b-tv2ehevle1] {
            padding-top: 10px;
            color: grey;
            padding-bottom: 15px;
            border-bottom: solid 1px lightgrey;
        }

        .input-container > p.time[b-tv2ehevle1] {
            font-weight: bold;
            font-size: 1.1em;
            margin-bottom: 5px;
            padding-left: 5px;
        }

        .input-container > div:last-child:not(:first-child)[b-tv2ehevle1] {
            margin-bottom: 8px;
        }


            .input-container > div > button.search[b-tv2ehevle1] {
                color: var(--primary-color);
            }

            .input-container > div > button.reset[b-tv2ehevle1] {
                color: green ;
                margin-right: 10px;
            }

    .input-container > .slider-ticks[b-tv2ehevle1] {
        padding-top: 3px;
    }

    .input-container > .slider-ticks > time[b-tv2ehevle1] {
        position: absolute;
        transform: translateX(-50%);
        font-size: 0.7rem;
        color: grey;
    }

        /* magic number to make it visually more centered */ 
        .input-container > .slider-ticks > time:first-child[b-tv2ehevle1] {
            padding-left: 3px;
        }



















    .weatherStatus[b-tv2ehevle1] {
        color: white;
        text-shadow: 2px 2px #0000005c;
        font-weight: bold;
    }

    .weatherStatus > h3[b-tv2ehevle1] {
        margin: auto;
        text-align: center;
        font-size: 2.5rem;
        margin: 0;
        margin-bottom: 20px;
    }

    .weatherStatus > div[b-tv2ehevle1] {
        display: flex;
        justify-content: space-between;
        max-width: 300px;
        margin: auto;
        font-size: 1.4rem;
    }

        .weatherStatus > div > p[b-tv2ehevle1] {
            white-space: nowrap;
            padding: 10px 30px;
            border: solid white 2px;
            background: #ffffff47;
            border-radius: 50px;
            box-shadow: 0px 3px 0px 0px #0000005c;
        }

        .weatherStatus > div .celcius[b-tv2ehevle1] {
            color: orangered;
        }

        .weatherStatus > div .rain[b-tv2ehevle1] {
            color: blue;
        }

        .Night .weatherStatus > div .rain[b-tv2ehevle1] {
            color: #75d1ff;
        }

.Sunrise .weatherStatus > div .rain[b-tv2ehevle1] {
    color: #75d1ff;
}

.Day .weatherStatus > div .rain[b-tv2ehevle1] {
    color: blue;
}

.DarkDay .weatherStatus > div .rain[b-tv2ehevle1] {
    color: #75d1ff;
}

.Sunset .weatherStatus > div .rain[b-tv2ehevle1] {
    color: #75d1ff;
}
/* _content/WhatsMyWeatherWeb/Components/Shared/DaytimeSlider.razor.rz.scp.css */

div.currentPosition[b-v1hawop40r] {
    position: absolute;
    left: var(--left);
    height: 2.8rem;
    margin-top: -7px;
    border: dashed 2px #b32121a1;
    border-top: none;
    border-bottom: none;
    transform: translateX(-50%);
    -webkit-touch-callout: none; /* iOS Safari */
    -webkit-user-select: none; /* Safari */
    -khtml-user-select: none; /* Konqueror HTML */
    -moz-user-select: none; /* Old versions of Firefox */
    -ms-user-select: none; /* Internet Explorer/Edge */
    user-select: none; /* Non-prefixed version, currently */

    pointer-events: none;
}


input[type="range"][b-v1hawop40r] {
    width: 100%;
    margin: 0;
    margin-bottom: 2px;
}

/*********** Baseline, reset styles ***********/
input[type="range"][b-v1hawop40r] {
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer;
    height: 30px;
    --slider-thumb-color: #cb0000;
    --slider-thumb-outline-color: #cb000052;
    --slider-thumb-outline-width: 5px;
    --slider-thumb-outline-offset: 0;
    background: var(--slider-background);
    border: solid 2px black;
    border-left: none;
    border-right: none;
}




    /* Removes default focus */
    input[type="range"]:focus[b-v1hawop40r] {
        outline: none;
    }

    /******** Chrome, Safari, Opera and Edge Chromium styles ********/

    /* slider track */
    input[type="range"][b-v1hawop40r]::-webkit-slider-runnable-track {
        border-radius: 0px;
    }

    /* slider thumb */
    input[type="range"][b-v1hawop40r]::-webkit-slider-thumb {
        -webkit-appearance: none; /* Override default look */
        appearance: none;
        margin-top: -5px; /* Centers thumb on the track */
        background-color: var(--slider-thumb-color);
        border-radius: 0rem;
        height: 2.8rem;
        width: 4px;
    }

    input[type="range"]:focus[b-v1hawop40r]::-webkit-slider-thumb {
        outline: var(--slider-thumb-outline-width) solid var(--slider-thumb-outline-color);
        outline-offset: var(--slider-thumb-outline-offset);
    }

    /*********** Firefox styles ***********/

    /* slider track */
    input[type="range"][b-v1hawop40r]::-moz-range-track {
        border-radius: 0px;
        background: var(--slider-background);
    }

    /* slider thumb */
    input[type="range"][b-v1hawop40r]::-moz-range-thumb {
        background-color: var(--slider-thumb-color);
        border: none; /*Removes extra border that FF applies*/
        border-radius: 0rem;
        height: 3rem;
        width: 4px;
        margin-top: -5px; /* Centers thumb on the track */
    }

    input[type="range"]:focus[b-v1hawop40r]::-moz-range-thumb {
        outline: var(--slider-thumb-outline-width) solid var(--slider-thumb-outline-color);
        outline-offset: var(--slider-thumb-outline-offset);
    }
