/* _content/MetlyzApp/Components/Controls/AddBanner_TopHorizontal.razor.rz.scp.css */
.ad-container-top[b-k32c8lzrjx] {
    height: 60px !important;
    width: 468px !important;
    background: #e0f7fa;
    border: 2px dashed #00acc1;
    margin-bottom: 5px;
}

/* Show desktop ad by default */
.ad-desktop[b-k32c8lzrjx] {
    display: inline-block;
}

.ad-mobile[b-k32c8lzrjx] {
    display: none;
}

/* On small screens, hide desktop ad and show mobile ad */
@media only screen and (max-width: 768px) {
    .ad-desktop[b-k32c8lzrjx] {
        display: none !important;
    }

    .ad-mobile[b-k32c8lzrjx] {
        display: inline-block !important;
    }

    .ad-container-top[b-k32c8lzrjx] {
        height: 50px !important;
        width: 300px !important;
        border: 2px dashed blue;
    }
}
/* _content/MetlyzApp/Components/Controls/MetalCard.razor.rz.scp.css */
<style >
.karat-21k[b-qmcxwtre8w]
{

}
    @media (max-width: 768px) 
    {
        .karat-21k[b-qmcxwtre8w]
        {
            display: none;
        }
    }
</style[b-qmcxwtre8w] >
/* _content/MetlyzApp/Components/Controls/MudText.razor.rz.scp.css */
<style >
.Typo8[b-pklj74z6ub] {
    font-size: 1rem; /* 16px */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.004em;
    color: #212121;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.Typo7[b-pklj74z6ub] {
    font-size: 1.125rem; /* ~18px */
    font-weight: 400;
    line-height: 1.5;
    letter-spacing: 0.005em;
    color: #212121;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.Typo6[b-pklj74z6ub] {
    font-size: 1.25rem; /* 20px */
    font-weight: 500;
    line-height: 1.6;
    letter-spacing: 0.0075em;
    text-transform: none;
    color: #212121;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.Typo5[b-pklj74z6ub] {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.334;
    letter-spacing: 0;
    text-transform: none;
    color: #212121;
    font-family: "Roboto", "Helvetica", "Arial", sans-serif;
}

.Body1[b-pklj74z6ub] {
    font-size: 1rem; /* 16px */
    font-weight: 400;
    line-height: 1.5;
    color: #737373;
    margin: 0 0 8px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}


.Body2[b-pklj74z6ub] {
    font-size: 0.875rem; /* 14px */
    font-weight: 400;
    line-height: 1.43;
    color: #737373;
    margin: 0 0 8px 0; /* optional bottom margin */
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.Body3[b-pklj74z6ub] {
    font-size: 0.75rem; /* 12px */
    font-weight: 400;
    line-height: 1.33;
    color: #737373;
    margin: 0 0 8px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}

.Body4[b-pklj74z6ub] {
    font-size: 0.625rem; /* 10px */
    font-weight: 400;
    line-height: 1.2;
    color: #737373;
    margin: 0 0 8px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.Body5[b-pklj74z6ub] {
    font-size: 0.5625rem; /* 9px */
    font-weight: 400;
    line-height: 1.2;
    color: #737373;
    margin: 0 0 6px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.Body6[b-pklj74z6ub] {
    font-size: 0.5rem; /* 8px */
    font-weight: 400;
    line-height: 1.1;
    color: #737373;
    margin: 0 0 6px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.Body7[b-pklj74z6ub] {
    font-size: 0.4375rem; /* 7px */
    font-weight: 400;
    line-height: 1.05;
    color: #737373;
    margin: 0 0 4px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}
.Body8[b-pklj74z6ub] {
    font-size: 0.375rem; /* 6px */
    font-weight: 400;
    line-height: 1;
    color: #737373;
    margin: 0 0 4px 0;
    font-family: Roboto, Helvetica, Arial, sans-serif;
}


@keyframes slideUpFade-b-pklj74z6ub {
    0% {
        transform: translateY(0);
        opacity: 1;
        color: green;
    }

    100% {
        transform: translateY(-10px);
        opacity: 0.5;
        color: inherit;
    }
}

@keyframes slideDownFade-b-pklj74z6ub {
    0% {
        transform: translateY(0);
        opacity: 1;
        color: red;
    }

    100% {
        transform: translateY(10px);
        opacity: 0.5;
        color: inherit;
    }
}

.animate-up[b-pklj74z6ub] {
    animation: slideUpFade-b-pklj74z6ub 2s ease-in-out;
}

.animate-down[b-pklj74z6ub] {
    animation: slideDownFade-b-pklj74z6ub 2s ease-in-out;
}

@keyframes highlightFadeUp-b-pklj74z6ub {
    0% {
        font-weight: bold;
        color: #2e7d32;
    }

    100% {
        font-weight: normal;
        color: inherit;
    }
}

.highlightUp[b-pklj74z6ub] {
    animation: highlightFadeUp-b-pklj74z6ub 10s ease-in-out;
}

@keyframes highlightFadeDown-b-pklj74z6ub {
    0% {
        font-weight: bold;
        color: #d32f2f;
    }

    100% {
        font-weight: normal;
        color: inherit;
    }
}

.highlightDown[b-pklj74z6ub] {
    animation: highlightFadeDown-b-pklj74z6ub 10s ease-in-out;
}

</style[b-pklj74z6ub] >
/* _content/MetlyzApp/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-orzdu7cblx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-orzdu7cblx] {
    flex: 1;
}

.sidebar[b-orzdu7cblx] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-orzdu7cblx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-orzdu7cblx]  a, .top-row[b-orzdu7cblx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-orzdu7cblx]  a:hover, .top-row[b-orzdu7cblx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-orzdu7cblx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-orzdu7cblx] {
        justify-content: space-between;
    }

    .top-row[b-orzdu7cblx]  a, .top-row[b-orzdu7cblx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-orzdu7cblx] {
        flex-direction: row;
    }

    .sidebar[b-orzdu7cblx] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-orzdu7cblx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-orzdu7cblx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-orzdu7cblx], article[b-orzdu7cblx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-orzdu7cblx] {
    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-orzdu7cblx] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MetlyzApp/Components/Layout/NavMenu.razor.rz.scp.css */
.navbar-toggler[b-8c1n28tf5b] {
    appearance: none;
    cursor: pointer;
    width: 3.5rem;
    height: 2.5rem;
    color: white;
    position: absolute;
    top: 0.5rem;
    right: 1rem;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 30 30'%3e%3cpath stroke='rgba%28255, 255, 255, 0.55%29' stroke-linecap='round' stroke-miterlimit='10' stroke-width='2' d='M4 7h22M4 15h22M4 23h22'/%3e%3c/svg%3e") no-repeat center/1.75rem rgba(255, 255, 255, 0.1);
}

.navbar-toggler:checked[b-8c1n28tf5b] {
    background-color: rgba(255, 255, 255, 0.5);
}

.top-row[b-8c1n28tf5b] {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand[b-8c1n28tf5b] {
    font-size: 1.1rem;
}

.bi[b-8c1n28tf5b] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-8c1n28tf5b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-8c1n28tf5b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-8c1n28tf5b] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-8c1n28tf5b] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-8c1n28tf5b] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-8c1n28tf5b] {
        padding-bottom: 1rem;
    }

    .nav-item[b-8c1n28tf5b]  .nav-link {
        color: #d7d7d7;
        background: none;
        border: none;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
        width: 100%;
    }

.nav-item[b-8c1n28tf5b]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}

.nav-item[b-8c1n28tf5b]  .nav-link:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

.nav-scrollable[b-8c1n28tf5b] {
    display: none;
}

.navbar-toggler:checked ~ .nav-scrollable[b-8c1n28tf5b] {
    display: block;
}

@media (min-width: 641px) {
    .navbar-toggler[b-8c1n28tf5b] {
        display: none;
    }

    .nav-scrollable[b-8c1n28tf5b] {
        /* Never collapse the sidebar for wide screens */
        display: block;

        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}
/* _content/MetlyzApp/Components/Pages/LandingPage.razor.rz.scp.css */

<style >
html[b-gnjwv1mc2o], body[b-gnjwv1mc2o] {
    margin: 0;
    padding: 0;
    height: 100% !important;
    font-family: Arial, sans-serif;
    background: #fff;
}

.tagline[b-gnjwv1mc2o] {
    font-size: 0.9rem;
    font-weight: 500;
    color: #4a4a4a;
    margin-top: 4px;
    display: block;
    text-align: center;
    font-family: "Segoe UI", "Helvetica Neue", Arial, sans-serif;
    letter-spacing: 0.3px;
}


.header[b-gnjwv1mc2o] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

    .header img[b-gnjwv1mc2o] {
        height: 70px;
    }

    .header h1[b-gnjwv1mc2o] {
        font-size: 24px;
        color: #333;
        margin: 0;
    }

h2[b-gnjwv1mc2o] {
    text-align: center;
    margin: 10px 0 10px;
}

.content[b-gnjwv1mc2o] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 10px;
    box-sizing: border-box;
}

.column[b-gnjwv1mc2o] {
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 10px;
    border-radius: 6px;
}

.ad-container-top[b-gnjwv1mc2o] {
    min-height: 50px !important;
    min-width: 300px !important; 
    background: #e0f7fa;
    border: 2px dashed #00acc1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.column h3[b-gnjwv1mc2o] {
    margin: 0 0 10px;
}

.metal-list[b-gnjwv1mc2o] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.footer-ad[b-gnjwv1mc2o] {
    min-height: 60px;
    background: #e0f7fa;
    border: 2px dashed #00acc1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 10px 20px;
}

.page-wrapper[b-gnjwv1mc2o] {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
    height: 100% !important;
}

.progress-container[b-gnjwv1mc2o] {
    height: 4px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.progress-bar[b-gnjwv1mc2o] {
    height: 100%;
    background-color: #28a745;
    width: 0%;
    transition: width 1s linear;
}
@media (max-width: 768px) {
    .content[b-gnjwv1mc2o] {
        grid-template-columns: 1fr;
    }

    .metal[b-gnjwv1mc2o] {
        min-height: 90px;
    }
}

</style[b-gnjwv1mc2o] >
/* _content/MetlyzApp/Components/Pages/TestLandingPage.razor.rz.scp.css */

<style >
html[b-2a5uxz4mjs], body[b-2a5uxz4mjs] {
    margin: 0;
    padding: 0;
    height: 100% !important;
    font-family: Arial, sans-serif;
    background: #fff;
}

.header[b-2a5uxz4mjs] {
    display: flex;
    align-items: center;
    gap: 15px;
    margin-bottom: 10px;
    flex-wrap: wrap;
}

    .header img[b-2a5uxz4mjs] {
        height: 50px;
    }

    .header h1[b-2a5uxz4mjs] {
        font-size: 24px;
        color: #333;
        margin: 0;
    }

h2[b-2a5uxz4mjs] {
    text-align: center;
    margin: 10px 0 10px;
}

.content[b-2a5uxz4mjs] {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    padding: 0 10px;
    box-sizing: border-box;
    flex-grow:1;
}

.column[b-2a5uxz4mjs] {
    background: #f5f5f5;
    border: 1px solid #ddd;
    display: flex;
    flex-direction: column;
    padding: 15px;
}

.ad-container-top[b-2a5uxz4mjs] {
    height: 60px;
    background: #e0f7fa;
    border: 2px dashed #00acc1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin-bottom: 10px;
}

.column h3[b-2a5uxz4mjs] {
    margin: 0 0 10px;
}

.metal-list[b-2a5uxz4mjs] {
    display: flex;
    flex-direction: column;
    flex: 1;
    justify-content: space-between;
}

.metal[b-2a5uxz4mjs] {
    background: #fff;
    padding: 1px 10px;
    display: flex;
    align-items: center;
    min-height: 60px;
    flex: 1;
    background-color: white;
    border-radius: 6px;
    box-shadow: 0px 1px 4px rgba(0, 0, 0, 0.2);
    transition: box-shadow 0.2s ease-in-out;
    margin-bottom: 10px;
}
    .metal:hover[b-2a5uxz4mjs] {
        box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.3);
    }
    .metal:last-child[b-2a5uxz4mjs] {
        margin-bottom: 0;
    }

.footer-ad[b-2a5uxz4mjs] {
    min-height: 60px;
    background: #e0f7fa;
    border: 2px dashed #00acc1;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: bold;
    margin: 10px 20px;
}
.page-wrapper[b-2a5uxz4mjs] {
    display: grid;
    grid-template-rows: auto auto 1fr auto;
    gap: 10px;
    height: 100% !important;
}
.progress-container[b-2a5uxz4mjs] {
    height: 4px;
    background-color: #eee;
    border-radius: 4px;
    overflow: hidden;
    width: 100%;
}

.progress-bar[b-2a5uxz4mjs] {
    height: 100%;
    background-color: #28a745;
    transition: width 1s;
}

@media (max-width: 768px) 
{
    .content[b-2a5uxz4mjs] {
        grid-template-columns: 1fr;
    }

    .metal[b-2a5uxz4mjs] {
        min-height: 90px;
    }
}

</style[b-2a5uxz4mjs] >
