/* _content/Inagro.RNA.Watertool.APP/UI/Components/AnalysesSelectionDialog.razor.rz.scp.css */
.form-control[b-7gg8qjxe4c]::placeholder {
    color: #d0cfcf;
}
/* _content/Inagro.RNA.Watertool.APP/UI/Components/Loader.razor.rz.scp.css */
body[b-m4kldwo582] {
    margin: 0;
}

h1[b-m4kldwo582] {
    font-weight: 300;
    letter-spacing: 2px;
    font-size: 30px !important;
    justify-content: flex-start;
    position: absolute;
    top: 20px;
}

p[b-m4kldwo582] {
    letter-spacing: 1px;
    font-size: 14px;
    color: #333333;
}

.loader-header[b-m4kldwo582] {
    /*    position: relative;*/
    text-align: center;
    /*background: linear-gradient(60deg, rgba(84,58,183,1) 0%, rgba(0,172,193,1) 100%);*/
    /*background: linear-gradient(60deg, rgba(0,172,193,1) 0%, rgb(155 209 241) 100%);*/
    background: linear-gradient(60deg, rgba(155,209,241,1) 0%, rgb(0 128 241) 100%);
    color: white;
    width: 100%;
    transition-property: visibility, opacity;
    transition-duration: 1.25s;
    transition-timing-function: ease-in-out;
}

.logo[b-m4kldwo582] {
    width: 50px;
    fill: white;
    padding-right: 15px;
    display: inline-block;
    vertical-align: middle;
}

.inner-header[b-m4kldwo582] {
    position: relative;
    z-index: 10;
}

.flex[b-m4kldwo582] { /*Flexbox for containers*/
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
}

.waves[b-m4kldwo582] {
    position: relative;
    width: 100%;
    height: 75px;
    /*height: 15vh;*/
    margin-bottom: 0px; /*Fix for safari gap*/
    min-height: 100px;
    max-height: 150px;
}

.content[b-m4kldwo582] {
    position: relative;
    /*height: 20vh;*/
    height: 100px;
    text-align: center;
    background-color: white;
}

/* Animation */

.parallax > use[b-m4kldwo582] {
    animation: move-forever-b-m4kldwo582 25s cubic-bezier(.55,.5,.45,.5) infinite;
}

    .parallax > use:nth-child(1)[b-m4kldwo582] {
        animation-delay: -2s;
        animation-duration: 7s;
    }

    .parallax > use:nth-child(2)[b-m4kldwo582] {
        animation-delay: -3s;
        animation-duration: 10s;
    }

    .parallax > use:nth-child(3)[b-m4kldwo582] {
        animation-delay: -4s;
        animation-duration: 13s;
    }

    .parallax > use:nth-child(4)[b-m4kldwo582] {
        animation-delay: -5s;
        animation-duration: 20s;
    }

@keyframes move-forever-b-m4kldwo582 {
    0% {
        transform: translate3d(-90px,0,0);
    }

    100% {
        transform: translate3d(85px,0,0);
    }
}
/*Shrinking for mobile*/
@media (max-width: 768px) {
    .waves[b-m4kldwo582] {
        height: 40px;
        min-height: 40px;
    }

    .content[b-m4kldwo582] {
        height: 30vh;
    }

    h1[b-m4kldwo582] {
        font-size: 24px;
    }
}
/* _content/Inagro.RNA.Watertool.APP/UI/Layout/Footer.razor.rz.scp.css */
a[b-9srza3blfa] {
    color: var(--inagro-sitecolor-dark);
    text-decoration: none;
}



.logos[b-9srza3blfa] {
    width: 100%;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    margin-bottom: 50px;
}

    .logos img[b-9srza3blfa] {
        height: 150px;
        margin: 10px;
        margin-right: 10px;
        margin-left: 10px;
    }

@media (min-width: 992px) {
    .logos[b-9srza3blfa] {
        justify-content: flex-start;
    }
}
/* _content/Inagro.RNA.Watertool.APP/UI/Layout/MainLayout.razor.rz.scp.css */
#blazor-error-ui[b-uiim6sqbwl] {
    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-uiim6sqbwl] {
    cursor: pointer;
    position: absolute;
    right: 0.75rem;
    top: 0.5rem;
}

.nav-menu[b-uiim6sqbwl] {
    position: relative;
    z-index: 70;
    /* margin: -1.75rem 0 1.9375rem; */
    margin: -1.75rem 0 -1.5rem;
    border: 1px solid rgba(57, 50, 49, 0.1);
    border-radius: 0.625rem;
    border-top-left-radius: 0.625rem;
    border-top-right-radius: 0.625rem;
    border-bottom-right-radius: 0.625rem;
    border-bottom-left-radius: 0.625rem;
    background: #fff;
    box-shadow: 0 0.3125rem 1.25rem rgba(0, 0, 0, 0.1);
    padding: 0 1rem 0 1rem;
}

.navbar[b-uiim6sqbwl] {
    background-color: #fff;
}

.nav-item[b-uiim6sqbwl] {
    padding: 2px 10px;
    border-left: 1px solid var(--inagro-sitecolor-light);
}

    .nav-item:first-child[b-uiim6sqbwl] {
        border-left: 0px;
    }

.nav-item-active[b-uiim6sqbwl] {
    color: var(--inagro-sitecolor-light) !important;
}





.nav-item[b-uiim6sqbwl] {
    text-decoration: none;
    color: var(--inagro-sitecolor-dark) !important;
    font-weight: 700;
    font-size: 1rem;
    line-height: 1.75rem;
}

.nav-item-active[b-uiim6sqbwl] {
    color: var(--inagro-sitecolor) !important;
}



.navbarpadding[b-uiim6sqbwl] {
    padding: 7px;
}

/* _content/Inagro.RNA.Watertool.APP/UI/Pages/AnalysisParameterDetailPage.razor.rz.scp.css */
/* _content/Inagro.RNA.Watertool.APP/UI/Pages/General/Contact.razor.rz.scp.css */
a[b-ac1vs8n39k] {
    color: var(--inagro-sitecolor-dark);
    text-decoration: none;
}

a:hover[b-ac1vs8n39k] {
    text-decoration: underline;
}
/* _content/Inagro.RNA.Watertool.APP/UI/Pages/General/Home.razor.rz.scp.css */
.card-footer[b-ulkb67lmod] {
    border-top: 0px;
    background-color: #fff;
}
