@import '_content/Blazored.Toast/Blazored.Toast.bundle.scp.css';

/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-x7mogtegmx] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-x7mogtegmx] {
    flex: 1;
}

.sidebar[b-x7mogtegmx] {
    background-image: linear-gradient(180deg, rgb(255, 255, 255) 0%, #f0f0f0 70%);
    border-right: solid 1px #f0f0f0;
}

.top-row[b-x7mogtegmx] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-x7mogtegmx]  a, .top-row[b-x7mogtegmx]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-x7mogtegmx]  a:hover, .top-row[b-x7mogtegmx]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-x7mogtegmx]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-x7mogtegmx] {
        justify-content: space-between;
    }

    .top-row[b-x7mogtegmx]  a, .top-row[b-x7mogtegmx]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-x7mogtegmx] {
        flex-direction: row;
    }

    .sidebar[b-x7mogtegmx] {
        width: 300px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-x7mogtegmx] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-x7mogtegmx]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-x7mogtegmx], article[b-x7mogtegmx] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Layout/NavMenu.razor.rz.scp.css */
[b-1r0bsncerj] .nav-item a:hover,
[b-1r0bsncerj] .nav-item a:hover .nav-text {
    color: rgba(254, 67, 6) !important;
}

[b-1r0bsncerj] .nav-item a.active,
[b-1r0bsncerj] .nav-item a.active .nav-text {
    color: rgba(254, 67, 6, 1) !important;
}


.nav-scrollable.collapse[b-1r0bsncerj] {
    display: none;
}

.navbar-dark .navbar-toggler[b-1r0bsncerj] {
    border-color: rgba(254, 67, 6, 0.5);
}

.navbar-toggler[b-1r0bsncerj] {
}

    .navbar-toggler .navbar-toggler-icon[b-1r0bsncerj] {
        background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(254, 67, 6, 0.5)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
    }

.top-row[b-1r0bsncerj] {
    height: 5.5rem;
    background-color: rgba(0,0,0,0);
    border-bottom: solid 1px #f0f0f0;
}

.navbar-brand[b-1r0bsncerj] {
    font-size: var(--large-font-size);
}

.bi[b-1r0bsncerj] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.logo[b-1r0bsncerj] {
    height: 40px;
    margin-right: 1rem;
}

.nav-item[b-1r0bsncerj] {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type[b-1r0bsncerj] {
        padding-top: 1rem;
    }

    .nav-item:last-of-type[b-1r0bsncerj] {
        padding-bottom: 1rem;
    }

    .nav-item[b-1r0bsncerj]  a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

        .nav-item[b-1r0bsncerj]  a.active {
            background-color: rgba(240, 240, 240,0.9);
            color: white;
        }

        .nav-item[b-1r0bsncerj]  a:hover {
            background-color: rgba(255,255,255,0.1);
            color: rgba(254, 67, 6) !important;
        }

/* The parent nav is already flex-column d-flex h-100, so adding mt-auto
   on .profile-section pushes it to the bottom of the sidebar. */
.profile-section[b-1r0bsncerj] {
    display: flex;
    flex-direction: column; /* stack heading, QR card, user info vertically */
    margin-top: auto; /* push entire block to bottom */
}

/* A small icon next to heading text */
.profile-icon[b-1r0bsncerj] {
    width: 20px;
    height: 20px;
    fill: black; /* or your color choice */
}

.profile-heading-text[b-1r0bsncerj] {
    margin: 0;
    margin-left: 0.5rem;
    font-size: 14px;
    color: black;
    text-transform: uppercase;
}

/* The QR card */
.qr-card[b-1r0bsncerj] {
    border: solid 1px #f0f0f0;
    margin: 0.5rem 1rem; /* narrower side margin to avoid horizontal scroll */
    padding: 0.8rem;
    border-radius: 6px;
}

.qr-title[b-1r0bsncerj] {
    font-weight: 600;
    margin-bottom: 0.25rem;
    color: #333;
}

.qr-subtitle[b-1r0bsncerj] {
    font-size: 0.9rem;
    margin-bottom: 0.5rem;
    color: #666;
}

/* Center the QR code horizontally */
.qr-image[b-1r0bsncerj] {
    width: 100px;
    height: 100px;
    margin: 1rem auto; /* auto left/right => center */
    display: block;
}

/* The user info card */
.user-info[b-1r0bsncerj] {
    display: flex;
    align-items: center;
    margin: 0.5rem 1rem; /* narrower side margin so no horizontal scroll */
    padding: 0.8rem;
    border-radius: 6px;
    border: solid 1px #f0f0f0;
}

.user-avatar[b-1r0bsncerj] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}

.user-details[b-1r0bsncerj] {
    margin-left: 0.5rem;
}

.user-name[b-1r0bsncerj] {
    font-weight: 500;
    color: #333;
}

.user-email[b-1r0bsncerj] {
    font-size: 0.85rem;
    color: #666;
    max-width: 120px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis; 
}


@media (min-width: 641px) {
    .navbar-toggler[b-1r0bsncerj] {
        display: none;
    }

    .nav-scrollable[b-1r0bsncerj] {
        display: flex !important;
        flex-direction: column;
        height: calc(100vh - 6.5rem);
        overflow-y: auto;
    }

    .collapse[b-1r0bsncerj] {
        display: block!important;
    }
}
/* /Pages/Aktivnosti/Aktivnosti.razor.rz.scp.css */
.user-avatar[b-b49v547ueh] {
    width: 40px;
    height: 40px;
    border-radius: 50%;
}
/* /Pages/Ispis/Ispis.razor.rz.scp.css */

/* /Pages/Login/ForgotPassword.razor.rz.scp.css */
.forgotpw-container[b-luak8v0ay4] {
    display: flex;
    min-height: 100vh; /* full viewport height */
    width: 100%;
}

.forgotpw-left[b-luak8v0ay4] {
    flex: 1;
    max-width: 500px; /* optional limit on left column */
    padding: 40px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center; /* center text horizontally */
}

.forgotpw-right[b-luak8v0ay4] {
    flex: 1;
    background: url("assets/images/background-image-1.png") center center no-repeat;
    background-size: cover;
    filter: blur(4px); /* blur effect */
}

/* Adjust logo size/spacing */
.forgotpw-logo[b-luak8v0ay4] {
    width: 60px;
    margin: 0 auto 20px auto;
}

/* Headings and subtitles */
.forgotpw-title[b-luak8v0ay4] {
    color: #333;
    font-size: 28px;
    margin-bottom: 10px;
}

.forgotpw-subtitle[b-luak8v0ay4] {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

/* If you want the "Mail sent" message styled similarly */
.email-sent-msg[b-luak8v0ay4] {
    color: #333;
    font-size: 16px;
    margin-top: 20px;
    line-height: 1.5;
}

.back-to-login-link[b-luak8v0ay4] {
    color: #ff6600;
    text-decoration: none;
}

    .back-to-login-link:hover[b-luak8v0ay4] {
        text-decoration: underline;
    }
/* /Pages/Login/Login.razor.rz.scp.css */
.login-container[b-gbkw9bm9uq] {
    display: flex; /* side-by-side columns */
    min-height: 100vh; /* full viewport height */
    width: 100%;
}

.login-left[b-gbkw9bm9uq] {
    flex: 1; /* left side takes half the space */
    max-width: 500px; /* optional limit for left column width */
    padding: 40px; /* spacing around the form */
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-right: 10%;
    margin-left: 10%;
    text-align: center;
}

.login-right[b-gbkw9bm9uq] {
    flex: 1; /* right side takes the other half */
    background: url("assets/images/background-image-1.png") center center no-repeat;
    background-size: cover;
    filter: blur(4px); /* blur effect on the background image */
}

.login-logo[b-gbkw9bm9uq] {
    width: 60px;
    margin-bottom: 20px;
    align-self: center;
}

.login-title[b-gbkw9bm9uq] {
    color: #333;
    font-size: 32px;
    margin-bottom: 10px;
}

.login-subtitle[b-gbkw9bm9uq] {
    color: #666;
    font-size: 16px;
    margin-bottom: 30px;
}

.forgot-password[b-gbkw9bm9uq] {
    color: #555;
}

.forgot-password-link[b-gbkw9bm9uq] {
    color: #ff6600;
    text-decoration: none;
}

    .forgot-password-link:hover[b-gbkw9bm9uq] {
        text-decoration: underline;
    }

.alert-bubble[b-gbkw9bm9uq] {
    display: inline-flex;
    align-items: center;
    border: 1px solid #f5baba;
    border-radius: 9999px;
    background-color: #fce6e6;
    padding: 0.2rem 0.2rem;
    gap: 0.8rem;
    color: #c0392b;
    font-size: 0.9rem;
}

.alert-bubble-left[b-gbkw9bm9uq] {
    background-color: #fff;
    border-radius: 9999px;
    border: 1px solid #f5baba;
    padding: 0.25rem 0.5rem;
    color: #c0392b;
}

.alert-bubble-right[b-gbkw9bm9uq] {
    /* Inherits the parent background color (#fce6e6) and text color (#c0392b) */
}
/* /Pages/Naslovna/Naslovna.razor.rz.scp.css */
.naslovna-header[b-cjz1l3wh7t] {
    margin-bottom: 4rem;
}

.trend-icon[b-cjz1l3wh7t]{
    width: 20px!important;
    height: 20px!important;
}

[b-cjz1l3wh7t] .vertical-connector {
    position: relative;
    height: 40px;
}

    [b-cjz1l3wh7t] .vertical-connector::before {
        content: "";
        position: absolute;
        top: 210%;
        bottom: -235%;
        left: calc(50%+24px);
        transform: translateX(-50%);
        width: 2px;
        background-color: #ccc;
        z-index: 2;
    }

[b-cjz1l3wh7t] .avatar-container {
    position: relative;
    z-index: 1;
}
/* /Pages/Profil/Profil.razor.rz.scp.css */
/* /Pages/Skladiste/Skladiste.razor.rz.scp.css */
.sar-data-table-container[b-adcx52m30u] {
    position: relative;
    max-width: 83vw !important;
    margin: 0 auto !important;
    z-index: 0;
}

#skladiste-prod-table-buttons[b-adcx52m30u] {
    position: absolute;
    left: 10px;
    top: 10px;
    height: 50px;
    width: 40%;
    z-index: 1;
}

#skladiste-table-div[b-adcx52m30u]{
    position: relative;
}
