/* _content/FCNT_Blazor/Components/Home/HME_LandingPage.razor.rz.scp.css */
*[b-pz2md2cqxh] {
    padding: 0%;
    margin: 0%;
    box-sizing: border-box;
}

body[b-pz2md2cqxh] {
    font-family: 'Poppins', sans-serif;
    background-image: url('../images/bg.png');
    background-repeat: no-repeat;
    background-size: 100vw 100%;
    color: #4b4a4a;
}

.textsize[b-pz2md2cqxh] {
    font-size: 24px;
    font-weight: 700;
    margin: 0%;
}

.moon_side[b-pz2md2cqxh] {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-evenly;
}

.Current_temp[b-pz2md2cqxh] {
    font-size: 52px;
    font-weight: 700;
}

.Current_temp sup[b-pz2md2cqxh] {
    font-size: 35px;
}

.numsize[b-pz2md2cqxh] {
    font-size: 24px;
    font-weight: 700;
    margin: 0%;
}

.moon_img[b-pz2md2cqxh] {
    height: 135px;
    width: auto;
}

.weather_img[b-pz2md2cqxh] {
    width: 100px;
    height: auto;
}

.cloud[b-pz2md2cqxh] {
    height: 90px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

@media (max-width: 1200px) {
    .textsize[b-pz2md2cqxh] {
        font-size: 16px;
    }

    .moon_img[b-pz2md2cqxh] {
        height: 110px;
    }

    .Current_temp[b-pz2md2cqxh] {
        font-size: 44px;
    }

    .numsize[b-pz2md2cqxh] {
        font-size: 22px;
    }

    .Current_temp sup[b-pz2md2cqxh] {
        font-size: 30px;
    }
}

@media (max-width: 576px) {
    .weather_img[b-pz2md2cqxh] {
        width: 66px;
    }

    .textsize[b-pz2md2cqxh] {
        font-size: 18px;
    }

    .textsize1[b-pz2md2cqxh] {
        font-size: 26px;
    }

    .card_border[b-pz2md2cqxh] {
        border: 1px solid rgba(100, 100, 111, 0.2);
        box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
        margin-bottom: 10px;
    }

    .Current_temp[b-pz2md2cqxh] {
        font-size: 38px;
    }

    .numsize[b-pz2md2cqxh] {
        font-size: 20px;
    }

    .moon_img[b-pz2md2cqxh] {
        height: 100px;
    }

    .cloud[b-pz2md2cqxh] {
        align-items: flex-start;
    }

    .cloud1[b-pz2md2cqxh] {
        height: 50px;
    }
}
/* _content/FCNT_Blazor/Components/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-ohfxm5bf34] {
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    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-ohfxm5bf34] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}
/* _content/FCNT_Blazor/Components/UiComponents/NewsCard.razor.rz.scp.css */
