/* _content/eMartSystem/Components/Layout/LockedNavMenu.razor.rz.scp.css */
*[b-6p959mijgg]{
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;
    font-family: 'Nunito',sans-serif;
}

body[b-6p959mijgg] {
    background: #f2f2f2
}

div a[b-6p959mijgg] {
    text-decoration: none;
}

    div a:hover[b-6p959mijgg] {
        color: white;
    }

.bar-drop-down-menu:hover[b-6p959mijgg] {
    color: white;
    /*background-color: #FFCA4B;*/
    background: rgb(48, 104, 158);
}

.barDropDownItem:hover[b-6p959mijgg] {
    color: cyan;
    background-color: #FFCA4B;
    /*background: rgb(48, 104, 158);*/
}
/* _content/eMartSystem/Components/Layout/MainLayout.razor.rz.scp.css */
.page[b-n5z2szs4u0] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-n5z2szs4u0] {
    flex: 1;
}

.sidebar[b-n5z2szs4u0] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-n5z2szs4u0] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-n5z2szs4u0]  a, .top-row[b-n5z2szs4u0]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-n5z2szs4u0]  a:hover, .top-row[b-n5z2szs4u0]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-n5z2szs4u0]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row[b-n5z2szs4u0] {
        justify-content: space-between;
    }

    .top-row[b-n5z2szs4u0]  a, .top-row[b-n5z2szs4u0]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-n5z2szs4u0] {
        flex-direction: row;
    }

    .sidebar[b-n5z2szs4u0] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-n5z2szs4u0] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-n5z2szs4u0]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-n5z2szs4u0], article[b-n5z2szs4u0] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}

#blazor-error-ui[b-n5z2szs4u0] {
    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-n5z2szs4u0] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/eMartSystem/Components/Layout/NavigationMenu.razor.rz.scp.css */
/*@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@500&display=swap');*/

*[b-wayykdlxoc] {
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;
    font-family: 'poppins',sans-serif;
}

body[b-wayykdlxoc] {
    background: rgba(255,202,75,0.45); /*#f2f2f2*/
}

nav[b-wayykdlxoc] {
    background: rgba(255,202,75,0.45); /*#1b1b1b;*/
}

    nav[b-wayykdlxoc]:after {
        content: '';
        clear: both;
        display: table;
    }

    nav .logo[b-wayykdlxoc] {
        float: left;
        color: white;
        font-size: 27px;
        font-weight: 600;
        line-height: 70px;
        padding-left: 10px;
    }

    nav ul[b-wayykdlxoc] {
        float: right;
        list-style: none;
        margin: 0px 10px 0px 0px;
        position: relative;
        text-decoration: none;
    }

        nav ul li[b-wayykdlxoc] {
            float: left;
            display: inline-block;
            background: rgba(255,202,75,0.45);  /*#1b1b1b;*/
            margin: 0 5px;
        }

            nav ul li a[b-wayykdlxoc] {
                color: white;
                text-decoration: none;
                line-height: 70px;
                font-size: 18px;
                padding: 8px 15px;
            }

                nav ul li a:hover[b-wayykdlxoc] {
                    color: cyan;
                    border-radius: 0px;
                    box-shadow: 0 0 5px #33ffff, 0 0 5px #66ffff;
                    text-decoration: none;
                }

        nav ul ul li a:hover[b-wayykdlxoc] {
            color: cyan;
            box-shadow: none;
        }

        nav ul ul[b-wayykdlxoc] {
            position: absolute;
            top: 90px;
            border-top: 3px solid cyan;
            opacity: 0;
            visibility: hidden;
            transition: top .3s;
        }

            nav ul ul ul[b-wayykdlxoc] {
                border-top: none;
            }

        nav ul li:hover > ul[b-wayykdlxoc] {
            top: 70px;
            opacity: 1;
            visibility: visible;
        }

        nav ul ul li[b-wayykdlxoc] {
            position: relative;
            margin: 0px;
            width: 200px; /*150px*/
            float: none;
            display: list-item;
            border-bottom: 1px solid rgba(0,0,0,0.3);
            z-index: 10000 !important;
        }

            nav ul ul li a[b-wayykdlxoc] {
                line-height: 50px;
            }

        nav ul ul ul li[b-wayykdlxoc] {
            position: relative;
            top: -70px;
            left: 150px;
        }

.fa-plus[b-wayykdlxoc] {
    margin-left: 40px;
    font-size: 15px;
}

.show[b-wayykdlxoc], .icon[b-wayykdlxoc], input[b-wayykdlxoc] {
    display: none;
}

@media all and (max-width: 600px) {
    nav ul[b-wayykdlxoc] {
        margin-right: 0px;
        float: left;
    }

    nav .logo[b-wayykdlxoc] {
        padding-left: 30px;
        width: 100%;
    }

    nav ul li[b-wayykdlxoc], nav ul ul li[b-wayykdlxoc] {
        display: block;
        width: 100%
    }

    nav ul ul[b-wayykdlxoc] {
        top: 70px;
        position: static;
        border-top: none;
        float: none;
        display: none;
        opacity: 1;
        visibility: visible;
    }

        nav ul ul ul li[b-wayykdlxoc] {
            position: static;
        }

        nav ul ul a[b-wayykdlxoc] {
            padding-left: 40px;
        }

        nav ul ul li[b-wayykdlxoc] {
            border-bottom: 0px;
        }

        nav ul ul ul a[b-wayykdlxoc] {
            padding-left: 80px;
        }

    .show[b-wayykdlxoc] {
        display: block;
        color: white;
        font-size: 18px;
        padding: 0 20px;
        line-height: 70px;
        cursor: pointer;
    }

        .show:hover[b-wayykdlxoc] {
            color: cyan;
        }

    .icon[b-wayykdlxoc] {
        display: block;
        color: white;
        position: absolute;
        right: 40px;
        line-height: 70px;
        font-size: 25px;
        cursor: pointer;
    }

    nav ul li a:hover[b-wayykdlxoc] {
        box-shadow: none;
    }

    .show + a[b-wayykdlxoc], ul[b-wayykdlxoc] {
        display: none;
    }

    [id^=btn]:checked + ul[b-wayykdlxoc] {
        display: block;
    }
}
/* _content/eMartSystem/Components/Layout/NavMenu.razor.rz.scp.css */
*[b-tiehftm368]{
    margin: 0;
    padding: 0;
    color: white;
    box-sizing: border-box;
    font-family: 'Nunito',sans-serif;
}

body[b-tiehftm368] {
    background: #f2f2f2
}

div a[b-tiehftm368] {
    text-decoration: none;
}

    div a:hover[b-tiehftm368] {
        color: white;
    }

.bar-drop-down-menu:hover[b-tiehftm368] {
    color: white;
    /*background-color: #FFCA4B;*/
    background: rgb(48, 104, 158);
}

.barDropDownItem:hover[b-tiehftm368] {
    color: cyan;
    background-color: #FFCA4B;
    /*background: rgb(48, 104, 158);*/
}
/* _content/eMartSystem/Components/Pages/LoginComponent.razor.rz.scp.css */

*[b-u5vak4site] {
    margin: 0;
    padding: 0;
    font-family: 'nunito','poppins',sans-serif;
}

section[b-u5vak4site] {
    display: flex;
    justify-content: center;
    align-items: center;
    min-height: 100vh;
    width: 100%;
    /*background: url('background6.jpg')no-repeat;*/
    background-position: center;
    background-size: cover;
}

.form-box[b-u5vak4site] {
    position: relative;
    width: 400px;
    height: 450px;
    background: transparent;
    border: 2px solid rgba(255,255,255,0.5);
    border-radius: 20px;
    backdrop-filter: blur(15px);
    display: flex;
    justify-content: center;
    align-items: center;
}

h2[b-u5vak4site] {
    font-size: 2em;
    color: #fff;
    text-align: center;
}

.form-control[b-u5vak4site] {
    width: 100%;
    height: 50px;
    background: transparent;
    border: none;
    outline: none;
    font-size: 1em;
    padding: 0 35px 0 5px;
    color: black;
}

.inputbox[b-u5vak4site] {
    position: relative;
    margin: 30px 0;
    width: 310px;
    border-bottom: 2px solid #fff;
}

    .inputbox label[b-u5vak4site] {
        position: absolute;
        top: 50%;
        left: 5px;
        transform: translateY(-50%);
        color: #fff;
        font-size: 1em;
        pointer-events: none;
        transition: .5s;
    }

    .inputbox input[b-u5vak4site] {
        width: 100%;
        height: 40px;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 1em;
        padding: 0 35px 0 5px;
        color: #fff;
    }

    .inputbox select[b-u5vak4site] {
        width: 100%;
        height: 40px;
        background-color: transparent;
        border: none;
        outline: none;
        font-size: 1em;
        padding: 0 35px 0 5px;
        /*color: #fff;*/
        /*background-color: #f0f0f0;*/ /* Light gray background */
        color: #333; /* Text color */
        /*padding: 8px;*/
        /*border: 1px solid #ccc;*/
        /*border-radius: 4px;*/
        appearance: none; /* Standard */
        -webkit-appearance: none; /* Safari/Chrome */
    }
        .inputbox select option[b-u5vak4site] {
            background-color: #ffffff;
            color: #000000;
        }

    .inputbox ion-icon[b-u5vak4site] {
        position: absolute;
        right: 8px;
        color: #fff;
        font-size: 1.2em;
        top: 10px;
    }

input:focus ~ label[b-u5vak4site],
input:valid ~ label[b-u5vak4site] {
    top: -5px;
}

input:-webkit-autofill[b-u5vak4site] {
    -webkit-box-shadow: 0 0 0px 1000px transparent inset !important;
    -webkit-text-fill-color: inherit !important;
    background-color: transparent !important;
    transition: background-color 5000s ease-in-out 0s;
}

select:focus ~ label[b-u5vak4site],
select:valid ~ label[b-u5vak4site] {
    top: -5px;
}

.forget[b-u5vak4site] {
    margin: -15px 0 15px;
    font-size: .9em;
    color: #fff;
    display: flex;
    justify-content: space-between;
}

    .forget label input[b-u5vak4site] {
        margin-right: 3px;
    }

    .forget label a[b-u5vak4site] {
        color: #fff;
        text-decoration: none;
    }

        .forget label a:hover[b-u5vak4site] {
            text-decoration: underline;
        }

button[b-u5vak4site] {
    width: 100%;
    height: 50px;
    border-radius: 10px;
    /*background-color: #FFCA4B;*/
    border: none;
    outline: none;
    cursor: pointer;
    font-size: 1em;
    font-weight: 600;
    margin: 5px 0px 5px;
    background: #FFCA4B linear-gradient(180deg, #FFDC8A, #FFCA4B) repeat-x;
    transition: background-color 0.3s ease;
}

    button:hover[b-u5vak4site] {
        opacity: 0.75; /* Slight fade on hover */
    }

.register[b-u5vak4site] {
    font-size: .9em;
    color: #fff;
    text-align: center;
    margin: 25px 0 10px;
}

    .register p a[b-u5vak4site] {
        text-decoration: none;
        color: #fff;
        font-weight: 600;
    }

        .register p a:hover[b-u5vak4site] {
            text-decoration: underline;
        }
