@import '_content/BlazorDateRangePicker/BlazorDateRangePicker.iitr8bszy4.bundle.scp.css';

/* /Component/NotFoundComponent.razor.rz.scp.css */
*[b-5pc3cdjr8l] {
    transition: all 0.6s;
}

html[b-5pc3cdjr8l] {
    height: 100%;
}

body[b-5pc3cdjr8l] {
    font-family: 'Lato', sans-serif;
    color: #888;
    margin: 0;
}

#main[b-5pc3cdjr8l] {
    display: table;
    width: 100%;
    height: calc(100vh - 64px);
    text-align: center;
}

.fof[b-5pc3cdjr8l] {
    display: table-cell;
    vertical-align: middle;
}

    .fof h1[b-5pc3cdjr8l] {
        font-size: 50px;
        display: inline-block;
        padding-right: 12px;
        animation: type-b-5pc3cdjr8l .5s alternate infinite;
    }

@keyframes type-b-5pc3cdjr8l {
    from {
        box-shadow: inset -3px 0px 0px #888;
    }

    to {
        box-shadow: inset -3px 0px 0px transparent;
    }
}
/* /Component/OrderProformComponent/OrderProformComponent.razor.rz.scp.css */
.invoice[b-h331jr3wuf] {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.invoice-header[b-h331jr3wuf] {
    text-align: center;
    background-color: gainsboro;
    color: #fff;
    /*padding: 10px;*/
}

    .invoice-header h1[b-h331jr3wuf] {
        margin: 0;
        color: black;
    }

    .invoice-header h5[b-h331jr3wuf]{
        color: black;
    }

.invoice-details[b-h331jr3wuf] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.invoice-bill-to[b-h331jr3wuf] {
    flex: 1;
}

.invoice-ship-to[b-h331jr3wuf] {
    flex: 1;
}

/*    .invoice-bill-to p, .invoice-ship-to p {
        margin-bottom: 0px !important;
    }*/

.invoice-items[b-h331jr3wuf] {
    margin-top: 20px;
}

table[b-h331jr3wuf] {
    width: 100%;
    border-collapse: collapse;
}

th[b-h331jr3wuf], td[b-h331jr3wuf] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-h331jr3wuf] {
    background-color: #f2f2f2;
}

.invoice-total[b-h331jr3wuf] {
    margin-top: 20px;
    text-align: right;
}

.invoice p[b-h331jr3wuf]{
    margin-bottom: 0px !important;
}

/* CSS for Print View */
@media print {
    .hidden-element[b-h331jr3wuf] {
        display: none;
    }

    .rz-dialog-titlebar[b-h331jr3wuf]{
        display: none !important;
    }

    .invoice[b-h331jr3wuf] {
        width: 100%;
        padding: 0;
        background-color: #fff;
        font-size: 10px;
    }

    .invoice-header[b-h331jr3wuf] {
        background-color: #fff;
        color: #000;
    }

    table[b-h331jr3wuf] {
        width: 100%;
        border-collapse: collapse;
    }

    th[b-h331jr3wuf], td[b-h331jr3wuf] {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
        white-space: break-spaces;
    }

    th[b-h331jr3wuf] {
        background-color: #f2f2f2;
    }
}
/* /Pages/Identity/ConfirmMailSuccessPage.razor.rz.scp.css */


*[b-lxtrkke4r2] {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body[b-lxtrkke4r2] {
    height: 100vh;
    display: flex;
    font-size: 14px;
    text-align: center;
    justify-content: center;
    align-items: center;
    font-family: 'Khand', sans-serif;
}

.wrapperAlert[b-lxtrkke4r2] {
    width: 500px;
    height: 600px;
    overflow: hidden;
    /*border-radius: 12px;
    border: thin solid #ddd;*/
}

.topHalf[b-lxtrkke4r2] {
    width: 100%;
    color: white;
    overflow: hidden;
    min-height: 250px;
    position: relative;
    padding: 40px 0;
    background: rgb(0,0,0);
    background: -webkit-linear-gradient(45deg, #019871, #a0ebcf);
}

    .topHalf p[b-lxtrkke4r2] {
        margin-bottom: 30px;
    }

svg[b-lxtrkke4r2] {
    fill: white;
}

.topHalf h1[b-lxtrkke4r2] {
    font-size: 2.25rem;
    display: block;
    font-weight: 500;
    letter-spacing: 0.15rem;
    text-shadow: 0 2px rgba(128, 128, 128, 0.6);
}

/* Original Author of Bubbles Animation -- https://codepen.io/Lewitje/pen/BNNJjo */
.bg-bubbles[b-lxtrkke4r2] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
}

li[b-lxtrkke4r2] {
    position: absolute;
    list-style: none;
    display: block;
    width: 40px;
    height: 40px;
    background-color: rgba(255, 255, 255, 0.15); /* fade(green, 75%);*/
    bottom: -160px;
    -webkit-animation: square 20s infinite;
    animation: square-b-lxtrkke4r2 20s infinite;
    -webkit-transition-timing-function: linear;
    transition-timing-function: linear;
}

    li:nth-child(1)[b-lxtrkke4r2] {
        left: 10%;
    }

    li:nth-child(2)[b-lxtrkke4r2] {
        left: 20%;
        width: 80px;
        height: 80px;
        animation-delay: 2s;
        animation-duration: 17s;
    }

    li:nth-child(3)[b-lxtrkke4r2] {
        left: 25%;
        animation-delay: 4s;
    }

    li:nth-child(4)[b-lxtrkke4r2] {
        left: 40%;
        width: 60px;
        height: 60px;
        animation-duration: 22s;
        background-color: rgba(white, 0.3); /* fade(white, 25%); */
    }

    li:nth-child(5)[b-lxtrkke4r2] {
        left: 70%;
    }

    li:nth-child(6)[b-lxtrkke4r2] {
        left: 80%;
        width: 120px;
        height: 120px;
        animation-delay: 3s;
        background-color: rgba(white, 0.2); /* fade(white, 20%); */
    }

    li:nth-child(7)[b-lxtrkke4r2] {
        left: 32%;
        width: 160px;
        height: 160px;
        animation-delay: 7s;
    }

    li:nth-child(8)[b-lxtrkke4r2] {
        left: 55%;
        width: 20px;
        height: 20px;
        animation-delay: 15s;
        animation-duration: 40s;
    }

    li:nth-child(9)[b-lxtrkke4r2] {
        left: 25%;
        width: 10px;
        height: 10px;
        animation-delay: 2s;
        animation-duration: 40s;
        background-color: rgba(white, 0.3); /*fade(white, 30%);*/
    }

    li:nth-child(10)[b-lxtrkke4r2] {
        left: 90%;
        width: 160px;
        height: 160px;
        animation-delay: 11s;
    }

@-webkit-keyframes square {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

@keyframes square-b-lxtrkke4r2 {
    0% {
        transform: translateY(0);
    }

    100% {
        transform: translateY(-500px) rotate(600deg);
    }
}

.bottomHalf[b-lxtrkke4r2] {
    align-items: center;
    padding: 35px;
}

    .bottomHalf p[b-lxtrkke4r2] {
        font-weight: 500;
        font-size: 1.05rem;
        margin-bottom: 20px;
    }

button[b-lxtrkke4r2] {
    border: none;
    color: white;
    cursor: pointer;
    border-radius: 12px;
    padding: 10px 18px;
    background-color: #019871;
    text-shadow: 0 1px rgba(128, 128, 128, 0.75);
}

    button:hover[b-lxtrkke4r2] {
        background-color: #85ddbf;
    }
/* /Pages/Receipts/ReceiptInvoicePrintComponent.razor.rz.scp.css */
.invoice[b-wj8dadol5l] {
    width: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.invoice-header[b-wj8dadol5l] {
    text-align: center;
    background-color: gainsboro;
    color: #fff;
    /*padding: 10px;*/
}

    .invoice-header h1[b-wj8dadol5l] {
        margin: 0;
        color: black;
    }

    .invoice-header h5[b-wj8dadol5l] {
        color: black;
    }

.invoice-details[b-wj8dadol5l] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.invoice-bill-to[b-wj8dadol5l] {
    flex: 1;
}

.invoice-ship-to[b-wj8dadol5l] {
    flex: 1;
}

/*    .invoice-bill-to p, .invoice-ship-to p {
        margin-bottom: 0px !important;
    }*/

.invoice-items[b-wj8dadol5l] {
    margin-top: 20px;
}

table[b-wj8dadol5l] {
    width: 100%;
    border-collapse: collapse;
}

th[b-wj8dadol5l], td[b-wj8dadol5l] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-wj8dadol5l] {
    background-color: #f2f2f2;
}

.invoice-total[b-wj8dadol5l] {
    margin-top: 20px;
    text-align: right;
}

.invoice p[b-wj8dadol5l] {
    margin-bottom: 0px !important;
}

/* CSS for Print View */
@media print {
    .hidden-element[b-wj8dadol5l] {
        display: none;
    }

    .rz-dialog-titlebar[b-wj8dadol5l] {
        display: none !important;
    }

    .invoice[b-wj8dadol5l] {
        width: 100%;
        padding: 0;
        background-color: #fff;
        font-size: 10px;
    }

    .invoice-header[b-wj8dadol5l] {
        background-color: #fff;
        color: #000;
    }

    table[b-wj8dadol5l] {
        width: 100%;
        border-collapse: collapse;
    }

    th[b-wj8dadol5l], td[b-wj8dadol5l] {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
        white-space: break-spaces;
    }

    th[b-wj8dadol5l] {
        background-color: #f2f2f2;
    }
}
/* /Pages/Selling/SellingComponent/SellingPrintComponent.razor.rz.scp.css */
.invoice[b-1ekfug63fh] {
    min-height: 100%;
    margin: 0 auto;
    padding: 20px;
    background-color: #f9f9f9;
}

.invoice-header[b-1ekfug63fh] {
    text-align: center;
    background-color: gainsboro;
    color: #fff;
    /*padding: 10px;*/
}

    .invoice-header h1[b-1ekfug63fh] {
        margin: 0;
        color: black;
    }

    .invoice-header h5[b-1ekfug63fh]{
        color: black;
    }

.invoice-details[b-1ekfug63fh] {
    margin-top: 20px;
    display: flex;
    justify-content: space-between;
}

.invoice-bill-to[b-1ekfug63fh] {
    flex: 1;
}

.invoice-ship-to[b-1ekfug63fh] {
    flex: 1;
}

/*    .invoice-bill-to p, .invoice-ship-to p {
        margin-bottom: 0px !important;
    }*/

.invoice-items[b-1ekfug63fh] {
    margin-top: 20px;
}

table[b-1ekfug63fh] {
    width: 100%;
    border-collapse: collapse;
}

th[b-1ekfug63fh], td[b-1ekfug63fh] {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
}

th[b-1ekfug63fh] {
    background-color: #f2f2f2;
}

.invoice p[b-1ekfug63fh]{
    margin-bottom: 0px !important;
}

/* CSS for Print View */
@media print {
    @page {
        size: A4;
        margin: 20mm;
    }

    body[b-1ekfug63fh], html[b-1ekfug63fh] {
        width: 210mm;
        height: 297mm;
        background-color: #fff;
        font-size: 10px;
    }
    
    .hidden-element[b-1ekfug63fh] {
        display: none;
    }

    .rz-dialog-titlebar[b-1ekfug63fh]{
        display: none !important;
    }

    .invoice[b-1ekfug63fh] {
        width: 100%;
        padding: 0;
        background-color: #fff;
        font-size: 10px;
    }

    .invoice-header[b-1ekfug63fh] {
        background-color: #fff;
        color: #000;
    }

    table[b-1ekfug63fh] {
        width: 100%;
        border-collapse: collapse;
    }

    th[b-1ekfug63fh], td[b-1ekfug63fh] {
        border: 1px solid #000;
        padding: 8px;
        text-align: left;
        white-space: break-spaces;
    }

    th[b-1ekfug63fh] {
        background-color: #f2f2f2;
    }

     .invoice-total[b-1ekfug63fh] {
        position: relative;
        text-align: right;
        page-break-inside: avoid;
        background: none;
        border: none;
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-1j0jjpa9fj] {
    position: relative;
    display: flex;
    flex-direction: column;
}
[b-1j0jjpa9fj] background {
    background: #f4f5fa;
}
[b-1j0jjpa9fj] .bg-body {
    background: #f4f5fa !important;
}

[b-1j0jjpa9fj] .text-primary {
    color: #9055fd !important;
}

[b-1j0jjpa9fj] .text-body[href]:hover {
    color: #824de4 !important;
}

[b-1j0jjpa9fj] .bg-primary {
    background-color: #9055fd !important;
}

[b-1j0jjpa9fj] a.bg-primary:hover, a.bg-primary:focus[b-1j0jjpa9fj] {
    background-color: #8951f0 !important;
}
[b-1j0jjpa9fj] .btn-outline-primary {
    color: #9055fd;
    border-color: #c8aafe;
    background: transparent;
}

    [b-1j0jjpa9fj] .btn-outline-primary.waves-effect .waves-ripple {
        background: radial-gradient(rgba(144, 85, 253, 0.2) 0, rgba(144, 85, 253, 0.3) 40%, rgba(144, 85, 253, 0.4) 50%, rgba(144, 85, 253, 0.5) 60%, rgba(255, 255, 255, 0) 70%);
    }

    [b-1j0jjpa9fj] .btn-outline-primary:hover {
        color: #9055fd !important;
        background-color: #f7f3ff !important;
        border-color: #c8aafe !important;
    }

[b-1j0jjpa9fj] .btn-check:focus + .btn-outline-primary, .btn-outline-primary:focus[b-1j0jjpa9fj] {
    color: #9055fd;
    background-color: #e4d6ff;
    border-color: #c8aafe;
}

[b-1j0jjpa9fj] .btn-check:checked + .btn-outline-primary, .btn-check:active + .btn-outline-primary[b-1j0jjpa9fj], .btn-outline-primary:active[b-1j0jjpa9fj], .btn-outline-primary.active[b-1j0jjpa9fj], .btn-outline-primary.dropdown-toggle.show[b-1j0jjpa9fj] {
    color: #9055fd !important;
    background-color: #e0cffe !important;
    border-color: #c8aafe !important;
}

[b-1j0jjpa9fj] .btn-outline-primary .badge {
    background: #9055fd;
    border-color: #9055fd;
    color: #fff;
}

[b-1j0jjpa9fj] .btn-outline-primary:hover .badge,
[b-1j0jjpa9fj] .btn-outline-primary:focus:hover .badge,
[b-1j0jjpa9fj] .btn-outline-primary:active .badge,
[b-1j0jjpa9fj] .btn-outline-primary.active .badge,
[b-1j0jjpa9fj] .show > .btn-outline-primary.dropdown-toggle .badge {
    background: #9055fd;
    border-color: #9055fd;
    color: #fff;
}

main[b-1j0jjpa9fj] {
    flex: 1;
}

/*.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}*/
.sidebar[b-1j0jjpa9fj]{
    background-color: lightslategray;
}
.top-row[b-1j0jjpa9fj] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-1j0jjpa9fj]  a, .top-row[b-1j0jjpa9fj]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-1j0jjpa9fj]  a:hover, .top-row[b-1j0jjpa9fj]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-1j0jjpa9fj]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-1j0jjpa9fj] {
        display: none;
    }

    .top-row.auth[b-1j0jjpa9fj] {
        justify-content: space-between;
    }

    .top-row[b-1j0jjpa9fj]  a, .top-row[b-1j0jjpa9fj]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-1j0jjpa9fj] {
        flex-direction: row;
    }

    .sidebar[b-1j0jjpa9fj] {
        /*width: 270px;*/
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-1j0jjpa9fj] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-1j0jjpa9fj]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-1j0jjpa9fj], article[b-1j0jjpa9fj] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/NavMenu.razor.rz.scp.css */
/*.navbar-toggler {
    background-color: rgba(255, 255, 255, 0.1);
}

.top-row {
    height: 3.5rem;
    background-color: rgba(0,0,0,0.4);
}

.navbar-brand {
    font-size: 1.1rem;
}

.oi {
    width: 2rem;
    font-size: 1.1rem;
    vertical-align: text-top;
    top: -2px;
}

.nav-item {
    font-size: 0.9rem;
    padding-bottom: 0.5rem;
}

    .nav-item:first-of-type {
        padding-top: 1rem;
    }

    .nav-item:last-of-type {
        padding-bottom: 1rem;
    }

    .nav-item ::deep a {
        color: #d7d7d7;
        border-radius: 4px;
        height: 3rem;
        display: flex;
        align-items: center;
        line-height: 3rem;
    }

.nav-item ::deep a.active {
    background-color: rgba(255,255,255,0.25);
    color: white;
}

.nav-item ::deep a:hover {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

@media (min-width: 641px) {
    .navbar-toggler {
        display: none;
    }

    .collapse {
         Never collapse the sidebar for wide screens 
        display: block;
    }
}
*/
