/* /Components/Pages/Weather.razor.rz.scp.css */
body[b-3qm43d5rx7] {
    background-color: #e8ddd4;
}

.weather__main-container[b-3qm43d5rx7] {
    display: flex;
    flex-direction: column;
    gap: 35px;
    margin: 50px 0 30px 50%;
    max-width: 900px;
    transform: translateX(-50%);
    width: 900px;
}



@media (max-width: 899px) {
    .weather__main-container[b-3qm43d5rx7] {
        margin: 30px 15px;
        max-width: calc(100vw - 30px);
        transform: none;
    }
}



@media (max-width: 600px) {
    .weather__main-container[b-3qm43d5rx7] {
        gap: 50px;
        margin: 30px 0 30px 0;
        max-width: 100vw;
        min-width: 350px;
        transform: none;
    }
}
/* /Components/Shared/DataDisplay/DetailedWeather.razor.rz.scp.css */
.detailed-weather__header[b-dobg1uypuw] {
    font-size: 1.75rem;
    font-weight: normal;
}



@media (max-width: 600px) {
    .detailed-weather__container[b-dobg1uypuw] {
        margin: 0 20px;
        max-width: 100vw;
    }

    .detailed-weather__header[b-dobg1uypuw] {
        font-size: 1.5rem !important;
        text-align: center;
    }
}
/* /Components/Shared/DataDisplay/DetailedWeatherItem.razor.rz.scp.css */
.detailed-weather__item[b-3no5plejm9] {
    background-color: var(--squircle-background-color);
    border-radius: 20px;
    padding: 25px;
}

.detailed-weather__item:not(:last-child)[b-3no5plejm9] {
    margin-bottom: 20px;
}

.detailed-weather__item-content[b-3no5plejm9] {
    display: grid;
    grid-template-columns: repeat(2, auto) 220px;
}


.detailed-weather__item-content-weather[b-3no5plejm9] {
    display: grid;
    grid-template-columns: 70px auto 60px repeat(4, 1fr);
    grid-template-rows: repeat(5, 46px);
}

.detailed-weather__item-content-weather-date[b-3no5plejm9] {
    align-items: flex-end;
    display: flex;
    font-size: 1rem;
    font-weight: normal;
    grid-column: 1 / span 3;
    margin: 0 0 10px 0;
    max-width: 100px;
}

.detailed-weather__item-content-weather-label[b-3no5plejm9] {
    align-items: center;
    display: flex;
    font-size: .75rem;
    opacity: var(--font-opacity);
}

.detailed-weather__item-content-weather-value[b-3no5plejm9] {
    align-items: center;
    display: flex;
}

    .detailed-weather__item-content-weather-value .direction-icon[b-3no5plejm9] {
        height: 10px;
        padding: 0 6px;
        width: 10px;
    }

        .detailed-weather__item-content-weather-value .direction-icon path[b-3no5plejm9] {
            fill: var(--font-color);
            opacity: var(--font-opacity);
        }

    .detailed-weather__item-content-weather-value .direction-label[b-3no5plejm9] {
        opacity: var(--font-opacity);
    }

.detailed-weather__item-content-weather-value.bold[b-3no5plejm9] {
    font-weight: bold;
}

.detailed-weather__item-content-weather-icon-container[b-3no5plejm9] {
    align-items: center;
    display: flex;
    justify-content: space-around;
}

.detailed-weather__item-content-weather-icon[b-3no5plejm9] {
    height: 30px;
}


.detailed-weather__item-content-separator[b-3no5plejm9] {
    background-color: var(--font-color);
    opacity: var(--font-opacity);
    margin-right: 25px;
    width: 1px;
}


.detailed-weather__item-content-astronomic[b-3no5plejm9] {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.detailed-weather__item-content-astronomic-time[b-3no5plejm9] {
    display: flex;
    flex-direction: column;
}

    .detailed-weather__item-content-astronomic-time .path-image[b-3no5plejm9] {
        background-size: contain;
        background-repeat: no-repeat;
        height: 46px;
        margin: 0 15px;
    }

    .detailed-weather__item-content-astronomic-time .sun-path-image[b-3no5plejm9] {
        background-image: var(--astronomy-sun-path-image-url);
    }

    .detailed-weather__item-content-astronomic-time .moon-path-image[b-3no5plejm9] {
        background-image: var(--astronomy-moon-path-image-url);
    }

    .detailed-weather__item-content-astronomic-time .time-container[b-3no5plejm9] {
        display: flex;
        justify-content: space-between;
    }

        .detailed-weather__item-content-astronomic-time .time-container .icon-container[b-3no5plejm9] {
            align-items: center;
            display: flex;
            flex-direction: column;
        }

            .detailed-weather__item-content-astronomic-time .time-container .icon-container .icon[b-3no5plejm9] {
                width: 30px;
            }

            .detailed-weather__item-content-astronomic-time .time-container .icon-container .time[b-3no5plejm9] {
                font-size: .8rem;
            }

        .detailed-weather__item-content-astronomic-time .time-container .duration-container[b-3no5plejm9] {
            align-items: center;
            display: flex;
            flex-direction: column;
            font-size: .8rem;
            justify-content: flex-end;
        }

            .detailed-weather__item-content-astronomic-time .time-container .duration-container .label[b-3no5plejm9] {
                color: var(--font-color);
                margin-bottom: 2px;
                opacity: var(--font-opacity);
            }

            .detailed-weather__item-content-astronomic-time .time-container .duration-container .duration[b-3no5plejm9] {
                align-items: center;
                display: flex;
                flex-direction: row;
                height: 1.3rem;
            }

                .detailed-weather__item-content-astronomic-time .time-container .duration-container .duration .moon-phase-icon[b-3no5plejm9] {
                    height: 1.3rem;
                    margin-right: 5px;
                }


.detailed-weather__item-content-astronomic-ultraviolet-index[b-3no5plejm9] {
    display: flex;
    font-size: .8rem;
}

    .detailed-weather__item-content-astronomic-ultraviolet-index .label[b-3no5plejm9] {
        color: var(--font-color);
        margin-right: 15px;
        opacity: var(--font-opacity);
    }


.mobile-only[b-3no5plejm9] {
    display: none;
}



@media (max-width: 899px) {
    .detailed-weather__item[b-3no5plejm9] {
        overflow-y: hidden;
    }

    .detailed-weather__item-content[b-3no5plejm9] {
        display: flex;
        flex-direction: column;
    }

    .detailed-weather__item-content-separator[b-3no5plejm9] {
        display: none;
    }

    .detailed-weather__item-content-astronomic[b-3no5plejm9] {
        display: none;
    }
}



@media (max-width: 899px) {
    .detailed-weather__item-content[b-3no5plejm9] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .mobile-only.detailed-weather__item-content-additional[b-3no5plejm9] {
        display: flex;
        gap: 20px;
    }

    .detailed-weather__item-content-additional-item[b-3no5plejm9] {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .detailed-weather__item-content-weather-label-icon[b-3no5plejm9] {
        width: 1.25rem;
    }

        .detailed-weather__item-content-weather-label-icon path[b-3no5plejm9] {
            fill: var(--font-color);
            opacity: var(--font-opacity);
        }
}



@media (max-width: 600px) {
    .detailed-weather__item[b-3no5plejm9] {
        overflow-y: hidden;
    }

    .detailed-weather__item-content[b-3no5plejm9] {
        display: flex;
        flex-direction: column;
        gap: 10px;
    }

    .detailed-weather__item-content-weather[b-3no5plejm9] {
        grid-template-columns: repeat(4, auto);
        grid-template-rows: auto repeat(4, 45px);
        min-width: 100%;
    }

    .detailed-weather__item-content-weather-label[b-3no5plejm9] {
        font-size: 1rem;
    }

        .detailed-weather__item-content-weather-label.heading[b-3no5plejm9] {
            display: none;
        }

    .detailed-weather__item-content-weather-date[b-3no5plejm9] {
        grid-column: 1 / span 5;
        justify-content: flex-start;
        max-width: 100%;
    }

    .detailed-weather__item-content-weather-value.temperature[b-3no5plejm9],
    .detailed-weather__item-content-weather-value.feels-like[b-3no5plejm9] {
        justify-content: center;
    }

    .detailed-weather__item-content-weather-value.wind[b-3no5plejm9] {
        justify-content: flex-end;
    }

        .detailed-weather__item-content-weather-value.wind .direction-label[b-3no5plejm9] {
            min-width: 28px;
        }

    .detailed-weather__item-content-weather-value.humidity[b-3no5plejm9] {
        display: none;
    }

    .detailed-weather__item-content-weather-value.pressure[b-3no5plejm9] {
        display: none;
    }


    .detailed-weather__item-content-separator[b-3no5plejm9] {
        height: 1px;
        margin: 10px 0 15px 0;
        width: 100%;
    }


    .detailed-weather__item-content-astronomic[b-3no5plejm9] {
        display: none;
    }

    .mobile-only.detailed-weather__item-content-additional[b-3no5plejm9] {
        display: flex;
        gap: 20px;
    }

    .detailed-weather__item-content-additional-item[b-3no5plejm9] {
        align-items: center;
        display: flex;
        gap: 8px;
    }

    .detailed-weather__item-content-weather-label-icon[b-3no5plejm9] {
        width: 1.25rem;
    }

        .detailed-weather__item-content-weather-label-icon path[b-3no5plejm9] {
            fill: var(--font-color);
            opacity: var(--font-opacity);
        }
}
/* /Components/Shared/DataDisplay/Footer.razor.rz.scp.css */
.footer__container[b-ibdqhfchfq] {
    display: flex;
    gap: 15px;
    justify-content: center;
}

.footer__container-link[b-ibdqhfchfq] {
    font-size: .75rem;
    color: var(--font-color);
    transition: opacity .2s;
}

.footer__container-link:hover[b-ibdqhfchfq] {
    opacity: .8;
}
/* /Components/Shared/DataDisplay/HourForecast.razor.rz.scp.css */
.hour-forecast__container[b-hwe6svptft] {
    display: flex;
    flex-direction: column;
    position: relative;
}

.hour-forecast__scroll[b-hwe6svptft] {
    background-color: var(--squircle-background-color);
    border-radius: 20px;
    overflow-y: scroll;
    scroll-behavior: smooth;
    scrollbar-width: none;
}

.hour-forecast__buttons[b-hwe6svptft] {
    align-items: center;
    bottom: 0;
    display: flex;
    justify-content: space-between;
    position: absolute;
    top: 0;
    width: 100%;
}

.hour-forecast__button[b-hwe6svptft] {
    background-color: var(--button-bg-color);
    backdrop-filter: blur(12px);
    border: none;
    border-radius: 50%;
    box-shadow: 0px 6px 24px 0px var(--button-shadow-color);
    cursor: pointer;
    height: 50px;
    margin: 0 12px;
    padding: calc((50px - 16px) / 2);
    width: 50px;
}

.hour-forecast__button.hidden[b-hwe6svptft] {
    visibility: hidden;
}

@media (pointer: fine) {
    .hour-forecast__button[b-hwe6svptft] {
        transition: transform 0.2s;
    }

    .hour-forecast__button:hover[b-hwe6svptft] {
        transform: scale(1.05);
    }
}

.hour-forecast__button-icon[b-hwe6svptft] {
    fill: var(--font-color);
    height: 16px;
    width: 16px;
}

.hour-forecast__list[b-hwe6svptft] {
    align-items: stretch;
    display: flex;
    flex-wrap: nowrap;
    gap: 20px;
    padding: 0;
    position: relative;
}

.hour-forecast__list-separator[b-hwe6svptft] {
    background-color: var(--font-color);
    list-style-type: none;
    min-width: 1px;
    opacity: var(--font-opacity);
    position: relative;
    width: 1px;
}



@media (max-width: 600px) {
    .hour-forecast__container[b-hwe6svptft] {
        max-width: 100vw;
        margin: 0 20px;
    }

    .hour-forecast__buttons[b-hwe6svptft] {
        display: none;
    }

    .hour-forecast__scroll[b-hwe6svptft] {
        overflow-y: scroll;
        scrollbar-width: auto;
    }
}
/* /Components/Shared/DataDisplay/HourForecastItem.razor.rz.scp.css */
.hour-forecast__item[b-oirojppwtv] {
    align-items: center;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    min-width: 75px;
}

.hour-forecast__item-time[b-oirojppwtv] {
    font-size: 1rem;
    text-align: center;
    width: 100%;
}

.hour-forecast__item-image[b-oirojppwtv] {
    margin: 5px 0;
    width: 45px;
}

.hour-forecast__item-temperature[b-oirojppwtv] {
    font-size: 1rem;
    font-weight: bold;
    text-align: center;
}
/* /Components/Shared/DataDisplay/WeatherCommon.razor.rz.scp.css */
.weather-common__container[b-s6l15bkzo1] {
    display: flex;
    justify-content: space-between;
}

.weather-common__location-container[b-s6l15bkzo1] {
    align-self: center;
    display: flex;
    flex-direction: column;
    gap: 10px;
    justify-content: space-between;
    margin-right: 40px;
}

.weather-common__location-text[b-s6l15bkzo1] {
    display: inline-flex;
    flex-direction: column;
    margin: 0;
}

.weather-common__timezone-text[b-s6l15bkzo1] {
    font-size: .85rem;
    margin: 0;
    opacity: var(--font-opacity);
}

.weather-common__location-text span:first-child[b-s6l15bkzo1] {
    font-size: 1.75rem !important;
    margin-bottom: 5px;
}

.weather-common__location-text span:last-child[b-s6l15bkzo1] {
    font-size: 1.25rem;
}

.weather-common__condition-container[b-s6l15bkzo1] {
    align-items: center;
    display: flex;
    gap: 30px;
    justify-content: flex-end;
}

.weather-common__condition-temperature[b-s6l15bkzo1] {
    font-size: 4.5rem;
    margin: 0;
    line-height: 1
}

.weather-common__condition-icon[b-s6l15bkzo1] {
    height: 150px;
}



@media (max-width: 899px) {
    .weather-common__location-text[b-s6l15bkzo1] {
        margin: 0 40px 0 0;
    }

        .weather-common__location-text span:first-child[b-s6l15bkzo1] {
            font-size: 1.5rem !important;
        }

        .weather-common__location-text span:last-child[b-s6l15bkzo1] {
            font-size: 1rem !important;
        }

    .weather-common__condition-container[b-s6l15bkzo1] {
        gap: 20px;
    }
}



@media (max-width: 600px) {
    .weather-common__container[b-s6l15bkzo1] {
        align-items: center;
        flex-direction: column-reverse;
        gap: 40px;
        margin: 0 20px;
    }

    .weather-common__location-container[b-s6l15bkzo1] {
        margin: 0;
    }

        .weather-common__location-text[b-s6l15bkzo1] {
            margin: 0;
            text-align: center;
        }

            .weather-common__location-text span:first-child[b-s6l15bkzo1] {
                font-size: 1.5rem !important;
            }

            .weather-common__location-text span:last-child[b-s6l15bkzo1] {
                font-size: 1rem !important;
            }

        .weather-common__timezone-text[b-s6l15bkzo1] {
            margin: 0;
            text-align: center;
        }

    .weather-common__condition-container[b-s6l15bkzo1] {
        align-items: center;
        flex-direction: column-reverse;
        gap: 20px;
    }
}
/* /Components/Shared/Layouts/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-h28r4zoojq] {
    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-h28r4zoojq] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* /Components/Shared/Utilities/Error.razor.rz.scp.css */
section[b-ah3fqen1js] {
    color: #3c3c3c;
    display: flex;
    flex-direction: column;
    height: 100vh;
    justify-content: space-around;
    max-height: 100vh;
}


.error-container[b-ah3fqen1js] {
    margin-left: 50%;
    transform: translateX(-50%);
    width: 25rem;
}


.title-container[b-ah3fqen1js] {
    align-items: center;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    gap: 1rem;
    margin-bottom: 1.2rem;
}


.icon-container[b-ah3fqen1js] {
    align-items: center;
    aspect-ratio: 1 / 1;
    background-color: rgba(0, 0, 0, .05);
    border-radius: 4px;
    display: flex;
    justify-content: space-around;
    height: 1.85rem;
}


img.icon[b-ah3fqen1js] {
    max-height: calc(1.75rem / 2);
}


h3.title[b-ah3fqen1js] {
    font-size: 1.4rem;
    font-weight: bold;
    margin: 0;
}


p.description[b-ah3fqen1js] {
    font-size: 1.1rem;
    font-weight: normal;
    margin: 0;
}


code.logs[b-ah3fqen1js] {
    color: grey;
    display: inline-block;
    font-size: .8rem;
    margin-top: 1.2rem;
    line-height: 1.5
}
