@import '_content/Microsoft.AspNetCore.Components.QuickGrid/Microsoft.AspNetCore.Components.QuickGrid.25o87uqmvr.bundle.scp.css';

/* _content/HobbyRetailAutomation/Components/Layout/MainLayout.razor.rz.scp.css */
/*html {
    font-size: 14px;
}

@media (min-width: 768px) {
    html {
        font-size: 16px;
    }
}

html {
    position: relative;
    min-height: 100%;
}

body {
    margin-bottom: 60px;
}*/

/* _content/HobbyRetailAutomation/Components/Layout/MainLayoutContent.razor.rz.scp.css */
@media (min-width: 991.98px) {
    main[l-scope] {
        /*padding-left: 240px;*/
    }
}


.hra-sidebarMenu[l-scope] {
    scrollbar-width: thin;
}

    .hra-sidebarMenu .offcanvas-body[l-scope] {
        scrollbar-width: thin;
    }

@media (min-width: 992px) {
    .hra-sidebarMenu[l-scope] {
        padding-left: .5rem;
        min-width: 175px;
        max-width: 200px;
    }
}
/*
@media (max-width: 991.98px) {
   
}
*/

.offcanvas-size-sm[l-scope] {
    --bs-offcanvas-width: min(95vw, 250px) !important;
}


.navbar-toggler[l-scope] {
    padding: 0;
    margin-right: -.5rem;
    border: 0;
    font-size: var(--bs-nav-link-font-size);
}

.navbar-toggler:focus[l-scope] {
    box-shadow: none;
}
/* _content/HobbyRetailAutomation/Components/Layout/NavMenu.razor.rz.scp.css */
/*Adds the Right Arrow on the items that can drop down. But abandoned the drop down idea*/
.hra-sidenav-links .btn[l-scope]::before {
    width: 1.25em;
    line-height: 0;
    content: url("data:image/svg+xml,%3csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' viewBox='0 0 16 16'%3e%3cpath fill='none' stroke='rgba%280,0,0,.5%29' stroke-linecap='round' stroke-linejoin='round' stroke-width='2' d='M5 14l6-6-6-6'/%3e%3c/svg%3e");
    transition: transform 0.35s ease;
    transform-origin: .5em 50%
}

.hra-sidenav-links .btn[aria-expanded="true"][l-scope] {
    color: rgba(0,0,0,0.85)
}

    .hra-sidenav-links .btn[aria-expanded="true"][l-scope]::before {
        transform: rotate(90deg);
    }

.hra-sidenav-links .btn[l-scope] {
    padding: .25rem .5rem;
    /*font-weight: 600;*/
    color: rgba(0,0,0,0.65);
    background-color: transparent;
    border: 0
}


.hra-sidenav-links[l-scope] {
    width: 100%;
}



.hra-sidenav-links li[l-scope]  a {
    padding: .1875rem .5rem;
    /*    margin-top: .125rem;
    margin-left: 1.25rem;*/
    text-decoration: none;
    /*font-weight: 600;*/
    color: rgba(var(--bs-light-rgb),var(--bs-text-opacity)) !important;
    --bs-text-opacity: 1;
    align-items: center;
    display: flex;
}

.nav-item[l-scope]  a {
    /*color: #d7d7d7;*/
    height: 3rem;
    /*display: flex;*/
    /*align-items: center;*/
    line-height: 3rem;
}


.hra-sidenav-links li[l-scope]  a.active {
    background-color: rgba(255,255,255,0.37);
    color: white;
}


.hra-sidenav-links li:hover[l-scope] {
    background-color: rgba(var(--bs-LogoBlue-rgb), var(--bs-text-opacity)) !important;
    /*background-color: black;*/
    --bs-text-opacity: 1;
}

.hra-sidenav-links .bi[l-scope] {
    padding-right: 5px;
}
/* _content/HobbyRetailAutomation/Components/Pages/ForReferenceOnly/BasePopupLocalReference.razor.rz.scp.css */




/*Style the Modal */
/* https://css-tricks.com/considerations-styling-modal/ */

/* overlay onlty the content section */
/* https://blog.logrocket.com/guide-image-overlays-css/ */

/* Get the back color from the BS values */
.base-popup-modal[b-6g5ojmch2l] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 1010;
    background-color: var(--bs-body-bg);
    border: 1px solid;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 5px;
}

.base-popup-guts[b-6g5ojmch2l] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px 20px 20px;
    overflow: auto;
}

.base-popup-overlay[b-6g5ojmch2l] {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

/* _content/HobbyRetailAutomation/Components/Pages/ForReferenceOnly/BasePopupSeverManaged.razor.rz.scp.css */




/*Style the Modal */
/* https://css-tricks.com/considerations-styling-modal/ */

/* overlay onlty the content section */
/* https://blog.logrocket.com/guide-image-overlays-css/ */

/* Get the back color from the BS values */
.base-popup-modal[b-1mqpc9d6yj] {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    max-width: 100%;
    max-height: 100%;
    z-index: 1010;
    background-color: var(--bs-body-bg);
    border: 1px solid;
    box-shadow: 0 10px 16px 0 rgba(0,0,0,0.2),0 6px 20px 0 rgba(0,0,0,0.19) !important;
    border-radius: 5px;
}

.base-popup-guts[b-1mqpc9d6yj] {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px 50px 20px 20px;
    overflow: auto;
}

.base-popup-overlay[b-1mqpc9d6yj] {
    display: none;
    z-index: 1000;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0,0,0,0.5);
}

/* _content/HobbyRetailAutomation/Components/Pages/ForReferenceOnly/Bootstrap/AddPaymentPopup.razor.rz.scp.css */
input[type=number][b-ohc3pctte3]::-webkit-inner-spin-button,
input[type=number][b-ohc3pctte3]::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number][b-ohc3pctte3] {
    -moz-appearance: textfield;
}
/* _content/HobbyRetailAutomation/Components/Pages/ForReferenceOnly/MainLayoutContentNotUsing.razor.rz.scp.css */
/*@media (min-width: 991.98px) {
    main {*/
        /*padding-left: 240px;*/
    /*}
}*/


/*@media (min-width: 992px) {
    .hra-sidebar {
        position: -webkit-sticky;
        position: sticky;
        top: 4rem;
        display: block !important;
        height: calc(100vh - 6rem);*/
        /*height: 100%;*/
        /*padding-left: .25rem;
        margin-left: -1rem;
        overflow-y: auto
    }
}

@media (max-width: 991.98px) {
    .hra-sidebar .offcanvas-lg {
        border-right-color: var(--bs-border-color);
        box-shadow: 0 1rem 3rem rgba(0,0,0,0.175)
    }
}

@media (min-width: 992px) {
    .hra-layout {
        display: grid;
        grid-template-areas: "sidebar main";
        grid-template-columns: 200px 1fr;
        gap: 1rem;
    }
}*/

/*@media (max-width: 991.98px) {
    .hra-layout {
        grid-template-columns: 2fr 7fr;
    }
}*/



/*.hra-container {
    max-width: 100%;
}


.hra-sidebar {*/
    /*max-width: 225px;*/
    /*min-width: 175px;*/
/*}

.hra-gutter {
    --bs-gutter-x: 3rem;
}

.hra-main {
    grid-area: main;
}

.pagecontentsection {
    position: relative;
}



.offcanvas-size-sm {
    --bs-offcanvas-width: min(95vw, 250px) !important;
}


.navbar-toggler {
    padding: 0;
    margin-right: -.5rem;
    border: 0;
    font-size: var(--bs-nav-link-font-size);
}

    .navbar-toggler:focus {
        box-shadow: none;
    }*/
/* _content/HobbyRetailAutomation/Components/Pages/ForReferenceOnly/SemiLockingPopupBootStrapNative.razor.rz.scp.css */
@media (min-width: 992px) {
    .adjust-for-side-menu[b-grk3b68zcx] {
        transform: translatex(-200px);
    }
}

.modal[b-grk3b68zcx], .modal-backdrop[b-grk3b68zcx] {
    position: absolute !important;
}

/*.modal {
    top: auto;
}*/
/*.modal-backdrop {
    top: 0;
}*/


/* _content/HobbyRetailAutomation/Components/Popups/Find/FindCustomerCore.razor.rz.scp.css */

/*:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
*/

/*based content 10 rows*/
.gridItems[b-k3i3knbcfd] {
    min-height: 530px;
}


@media (max-width: 768px ) {
    .gridItems[b-k3i3knbcfd] {
        min-height: 470px;
    }
}


.clickable[b-k3i3knbcfd] {
    cursor: pointer;
}


/* _content/HobbyRetailAutomation/Components/Popups/Find/FindItemCore.razor.rz.scp.css */

/*:root {
    --bs-breakpoint-xs: 0;
    --bs-breakpoint-sm: 576px;
    --bs-breakpoint-md: 768px;
    --bs-breakpoint-lg: 992px;
    --bs-breakpoint-xl: 1200px;
    --bs-breakpoint-xxl: 1400px;
}
*/

/*based content 10 rows*/
.gridItems[b-vxelikopp0] {
    min-height: 530px;
}


@media (max-width: 768px ) {
    .gridItems[b-vxelikopp0] {
        min-height: 470px;
    }
}

.clickable[b-vxelikopp0] {
    cursor: pointer;
}
 


/* _content/HobbyRetailAutomation/Components/Popups/SemiLockingPopup.razor.rz.scp.css */
/*@media (min-width: 992px) {
    .adjust-for-side-menu {
        transform: translatex(-200px);
    }
}*/

/*.modal, .modal-backdrop {
    position: absolute !important;
}

.modal {*/
    /*top: auto;*/
/*}*/
/*.modal-backdrop {
    top: 0;
}

*/

/*.main {
    position: relative;
    background: #EEE;
}*/
.main .modal[po-scope] {
    position: absolute;
    background-color: rgba(0,0,0,0.5);
}
/* _content/HobbyRetailAutomation/Components/Shared/EnsureRequirements.razor.rz.scp.css */
.EnsureRequirmentModal[s-scope] {
    --bs-modal-zindex: 1055;
    --bs-modal-width: 500px;
    --bs-modal-padding: 1rem;
    --bs-modal-margin: .5rem;
    --bs-modal-color:;
    --bs-modal-bg: var(--bs-body-bg);
    --bs-modal-border-color: var(--bs-border-color-translucent);
    --bs-modal-border-width: var(--bs-border-width);
    --bs-modal-border-radius: var(--bs-border-radius-lg);
    --bs-modal-box-shadow: 0 .125rem .25rem rgba(0,0,0,.075);
    --bs-modal-inner-border-radius: calc(var(--bs-border-radius-lg) - (var(--bs-border-width)));
    --bs-modal-header-padding-x: 1rem;
    --bs-modal-header-padding-y: 1rem;
    --bs-modal-header-padding: 1rem 1rem;
    --bs-modal-header-border-color: var(--bs-border-color);
    --bs-modal-header-border-width: var(--bs-border-width);
    --bs-modal-title-line-height: 1.5;
    --bs-modal-footer-gap: .5rem;
    --bs-modal-footer-bg:;
    --bs-modal-footer-border-color: var(--bs-border-color);
    --bs-modal-footer-border-width: var(--bs-border-width);
    position: fixed;
   /* top: 0;
    left: 0;*/
    z-index: var(--bs-modal-zindex);
    width: 100%;
    height: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    outline: 0;
}
/* _content/HobbyRetailAutomation/Components/Shared/Spinner.razor.rz.scp.css */

/* NOTE: NOT USING ONCE WE MOVED TO TAILWIND */



.htmx-indicator[s-scope] {
    display: none;
}

/* Parrent is .htmx-request */
.htmx-request .htmx-indicator[s-scope] {
    display: block;
}

/* Contain Both .htmx-request AND .htmx-indicator */
.htmx-request.htmx-indicator[s-scope] {
    display: block;
}

.spinner-overlay[s-scope] {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: var(--bs-modal-zindex);
    cursor: pointer;
}

.spinner-container[s-scope] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%,-50%);
}
/* _content/HobbyRetailAutomation/Components/Shared/SubMenu.razor.rz.scp.css */



.submenu[s-scope] {
   /* top: 75px;
    z-index: 980;*/
}


@media (max-width: 767.98px) {
    .submenu[s-scope] {
       /*top: 72px;*/
    }
}

/*@media (max-width: 991.98px) {
    .hra-sidebar .offcanvas-lg {
        border-right-color: var(--bs-border-color);
        box-shadow: 0 1rem 3rem rgba(0,0,0,0.175)
    }
}*/
