/* _content/LUNA_B2B/Pages/Reports/NewReport.razor.rz.scp.css */
h5[b-v68h9vq0j7], h4[b-v68h9vq0j7] {
    font-weight: 700;
}

h4[b-v68h9vq0j7] {
    font-size: 20px;
}

h5[b-v68h9vq0j7] {
    color: #353E39;
    font-size: 16px;
}

.w-70[b-v68h9vq0j7] {
    width: 170px;
}

.custom-border[b-v68h9vq0j7] {
    border: 2px solid #49554E;
    border-radius: 12px;
    padding: 16px;
}
/* _content/LUNA_B2B/Pages/Reports/ReportDetails.razor.rz.scp.css */
h5[b-4blyagfaka], h4[b-4blyagfaka] {
    font-weight: 700;
}

h4[b-4blyagfaka] {
    font-size: 20px;
}

h5[b-4blyagfaka] {
    color: #353E39;
    font-size: 16px;
}

.w-70[b-4blyagfaka] {
    width: 170px;
}

.custom-border[b-4blyagfaka] {
    border: 2px solid #49554E;
    border-radius: 12px;
    padding: 16px;
}
/* _content/LUNA_B2B/Shared/AnonymousLayout.razor.rz.scp.css */


.content-container[b-lfyx7wx72i] {
    background: rgb(27,79,114);
    background: linear-gradient(180deg, rgba(27,79,114,1) 24%, rgba(84,153,199,1) 77%);
    height: 100dvh;
    width: 100vw;
    position: fixed;
    overflow-y: auto;
    z-index: 210;
}
/* _content/LUNA_B2B/Shared/MainLayout.razor.rz.scp.css */
.main-container[b-1776lgny4d] {
    max-width: 1920px;
    margin: 0 auto;
}

/* _content/LUNA_B2B/Shared/NavMenu.razor.rz.scp.css */
*[b-8874sqgke5] {
    box-sizing: border-box;
}

.main-container[b-8874sqgke5] {
    max-width: 1920px;
    margin: 0 auto;
}

.navbar[b-8874sqgke5] {
    display: flex;
    justify-content: space-between;
    border-bottom: 1px solid rgb(106, 141, 143);
    background-color: rgb(27,79,114);
}

/* Test nav */

a[b-8874sqgke5] {
    text-decoration: none;
}

.left[b-8874sqgke5],
.right[b-8874sqgke5] {
    display: flex;
}

.link-container[b-8874sqgke5] {
    border-right: 1px solid rgb(106, 141, 143); 
}

.btn-test:hover[b-8874sqgke5],
.btn-test:focus[b-8874sqgke5],
.btn-test:active[b-8874sqgke5] {
    background: rgb(106, 141, 143);
}
.link-r[b-8874sqgke5] {
    margin: 0;
    color: white;
    border-left: 1px solid rgb(106, 141, 143);
    cursor: pointer;
}

.btn-test[b-8874sqgke5] {
    background: transparent;
    border: none;
    color: white;
    padding-top: 5px;
    padding-bottom: 5px;
    padding-left: 16px;
    padding-right: 10px;
    margin-bottom: 0;
    cursor: pointer;
    transition: 0.4s;
}

.nav-content-left[b-8874sqgke5], .nav-content-right[b-8874sqgke5] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.nav-links-right[b-8874sqgke5] {
    display: flex;
    justify-content: center;
    align-items: center;
}


.logo[b-8874sqgke5] {
    color: white;
    font-weight: 900;
    padding-right: 16px;
}

.link[b-8874sqgke5] {
    padding: .6rem 1rem;
    color: white;
    cursor: pointer;
}

.login-button[b-8874sqgke5] {
    padding: .4rem .8rem .2rem .8rem;
    border: 2px solid white;
    border-radius: 2rem;
    font-size: .85rem;
    color: white;
    background-color: transparent;
    margin: 0 .5rem;
}

.navbar-collapse[b-8874sqgke5] {
    
}

.navbar-nav[b-8874sqgke5] {
    border: 2px solid white;
    border-radius: 50px;
    background-color: rgb(204, 204, 167, 0.5);
    padding: 3px 0;
}

.nav-link[b-8874sqgke5] {
    border: 1px solid Transparent;
    border-radius: 45px;
    margin: 0 5px;
    transition: 0.5s;
}

.nav-link[b-8874sqgke5] {
    border: none;
    background-color: transparent;
    padding: 0 12px

}


    .nav-link:hover[b-8874sqgke5],
    .nav-link:focus[b-8874sqgke5],
    .nav-link:active[b-8874sqgke5] {
        background-color: rgb(155, 155, 115) !important;
        outline: none;
    }




.b1[b-8874sqgke5] {
    border: 1px solid black;
}

/* Nav menu dropdown */

.dropdown_menu[b-8874sqgke5] {
    position: absolute;
    top: 2.5rem;
    right:-12px;
    z-index: 3000;
    min-width: 150px;
    padding: 0.5rem 0;
    font-size: 0.9rem;
    background-color: #ffffff;
    border-radius: 10px;
}

.dropdown-item[b-8874sqgke5] {
    padding: 0.5rem 1rem;
    color: #000;
    text-decoration: none;
    cursor: pointer;
}

    .dropdown-item:hover[b-8874sqgke5] {
        background-color: #f0f0f0;
    }
   

@media screen and (max-width: 992px) {
    .logo[b-8874sqgke5] {
        width: 85%;
    }

    .link[b-8874sqgke5] {
        padding: 0.4rem;
    }

    .nav-link[b-8874sqgke5] {
        color: black;
    }

    .left[b-8874sqgke5] {
        flex-direction: column;
    }

    .link-container[b-8874sqgke5] {
        border-right: none;
    }

    .link-r[b-8874sqgke5] {
        border-left: none;
    }

    .navbar[b-8874sqgke5] {
        border-bottom: none;
    }
}

@media screen and (max-width: 595px) {
    .logo[b-8874sqgke5] {
        width: 80%;
    }

    .logo-text[b-8874sqgke5] {
        font-size: .8rem;
    }

    .login-button[b-8874sqgke5] {
        font-size: .6rem;
    }

    .navbar-collapse[b-8874sqgke5] {
        margin-left: 0 !important;
    }

    .navbar-nav[b-8874sqgke5] {
        border: none;
        background-color: transparent;
    }
}
