@import '_content/Blazored.Modal/Blazored.Modal.bundle.scp.css';

/* _content/Hudagro.Web.ApiCenter/Components/SettingsComponent.razor.rz.scp.css */
.toast[b-y8bnbam6gz] {
    display: none;
    padding: 1.5rem;
    color: #fff;
    z-index: 1;
    position: relative;
    width: 25rem;
    border-radius: 1rem;
    left: 8rem;
}

.toast-icon[b-y8bnbam6gz] {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 0 1rem;
    font-size: 2.5rem;
}

.toast-body[b-y8bnbam6gz] {
    display: flex;
    flex-direction: column;
    flex: 1;
    padding-left: 1rem;
}

    .toast-body p[b-y8bnbam6gz] {
        margin-bottom: 0;
    }

.toast-visible[b-y8bnbam6gz] {
    display: flex;
    flex-direction: row;
    animation: fade-b-y8bnbam6gz 3.5s linear;
    -webkit-animation: fade 3.5s linear;
}

@-webkit-keyframes fade {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}

@keyframes fade-b-y8bnbam6gz {
    0%,100% {
        opacity: 0;
    }

    50% {
        opacity: 1;
    }
}
/* _content/Hudagro.Web.ApiCenter/Pages/Shared/MainLayout.razor.rz.scp.css */
.top-menu[b-cbr84ehfel] {
    background-color: #0a0e42;
    border-bottom: 1px solid #d6d5d5;
    height: auto;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: center;
    width: 100%;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
}

    .top-menu .top-nav-menu ul[b-cbr84ehfel] {
        list-style-type: none;
        margin: 0;
        display: inline-flex;
        padding: 0;
        overflow: hidden;
    }

.top-nav-menu .li[b-cbr84ehfel], li[b-cbr84ehfel] {
    display: inline-flex;
    padding: 0px 0px 10px 50px
}

.nav-item[b-cbr84ehfel] {
    float: right;
    align-items: center;
}

.nav-link[b-cbr84ehfel] {
    display: inline-block;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
    transition: none;
}
/* _content/Hudagro.Web.ApiCenter/Pages/Shared/_TopNav.cshtml.rz.scp.css */
.top-row[b-oxfs8d88xx] {
    background-color: #0a0e42;
    border-bottom: none;
    height: 10rem;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    top: 0;
    position: sticky;
    position: -webkit-sticky;
    z-index: 10;
}

.top-row img[b-oxfs8d88xx] {
    min-width: 40%;
    max-width: 100%;
    height: auto;
}

.top-row .page-title[b-oxfs8d88xx] {
    align-items: flex-start;
}

.top-nav ul[b-oxfs8d88xx] {
    list-style-type: none;
    margin: 0;
    padding: 0;
    overflow: hidden;
}

.top-nav li[b-oxfs8d88xx] {
    display: inline;
}

.nav-item[b-oxfs8d88xx] {
    float: left;
    align-items: center;
}

.nav-item nav-link[b-oxfs8d88xx]  {
    display: block;
    color: white;
    text-align: center;
    padding: 0.5rem 1rem;
    text-decoration: none;
    vertical-align: middle;
    cursor: pointer;
    font-weight: 400;
}

