/* /Shared/Common/Views/DatePicker.razor.rz.scp.css */
.button-container[b-8djci3vg3v] {
    display: flex;
    align-items: center;
}

    .button-container .content[b-8djci3vg3v] {
        padding: 0;
        display: block;
    }

.card-title[b-8djci3vg3v] {
    font-size: 14px;
    color: gray;
    padding: 0;
    margin: 0;
}

.card-body[b-8djci3vg3v] {
    padding: 8px;
}

.card[b-8djci3vg3v] {
    text-align: center;
    padding: 0;
    width: 180px;
}

    .card .row[b-8djci3vg3v],
    .card .col[b-8djci3vg3v] {
        margin: 0;
        padding: 0;
    }

.icon[b-8djci3vg3v] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-input[b-8djci3vg3v],
.date-input[b-8djci3vg3v] {
    width: 140px;
    border: none;
    background: white;
}

.buttons-row[b-8djci3vg3v] {
    justify-content: center;
}

    .buttons-row > div[b-8djci3vg3v] {
        margin-right: 12px;
    }

.btn-div[b-8djci3vg3v] {
    cursor: pointer;
    line-height: 40px;
}

option:disabled[b-8djci3vg3v] {
    color: #aeaeae;
}
/* /Shared/Common/Views/FilterTag.razor.rz.scp.css */
.container[b-04y250p4gk] {
    position: relative;
    margin: 5px;
    background: #f3f3f399;
    border-radius: 20px;
    padding: 6px 12px 6px 12px;
    height: 30px;
    width: 90px;
}

.label[b-04y250p4gk] {
    position: absolute;
    top: 50%;
    transform: translateY(-55%);
    left: 13%;
}

.icon[b-04y250p4gk] {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 4%;
}
/* /Shared/Common/Views/Loader.razor.rz.scp.css */
/* Spinner for loader */
.loader-container[b-yboskxl0fe] {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: var(--loading-screen-z-index);
    background-color: #ffffff5c;
}
.lds-facebook[b-yboskxl0fe] {
    display: inline-block;
    position: relative;
    width: 80px;
    height: 80px;
}
.lds-facebook div[b-yboskxl0fe] {
    display: inline-block;
    position: absolute;
    left: 8px;
    width: 16px;
    background: #212529;
    animation: lds-facebook-b-yboskxl0fe 1.2s cubic-bezier(0, 0.5, 0.5, 1) infinite;
}
.lds-facebook div:nth-child(1)[b-yboskxl0fe] {
    left: 8px;
    animation-delay: -0.24s;
}
.lds-facebook div:nth-child(2)[b-yboskxl0fe] {
    left: 32px;
    animation-delay: -0.12s;
}
.lds-facebook div:nth-child(3)[b-yboskxl0fe] {
    left: 56px;
    animation-delay: 0;
}
@keyframes lds-facebook-b-yboskxl0fe {
    0% {
        top: 8px;
        height: 64px;
    }
    50%, 100% {
        top: 24px;
        height: 32px;
    }
}
p[b-yboskxl0fe] {
    font-size: 20px;
}
.loader-popup[b-yboskxl0fe] {
    text-align: center;
}
/* /Shared/Common/Views/OverlayPanel.razor.rz.scp.css */
.overlay-panel[b-u7o3hz4kwz] {
    position: fixed;
    top: 90px;
    right: 10px;
    left: calc(var(--left-navbar-width-close) + 10px);
    bottom: 0px;
    border-radius: 4px;
    padding: 5px;
    animation-name: from-right-b-u7o3hz4kwz;
    animation-duration: 0.2s;
    z-index: 10;
    font-size: var(--base-text-size);
    color: var(--base-text-color);
}
.overlaypanel-content[b-u7o3hz4kwz] {
    min-height: 500px;
    max-height: 75vh;
    margin-right: 10px;
}

.overlay-panel .sort-button-container[b-u7o3hz4kwz] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

    .overlay-panel .sort-button-container button[b-u7o3hz4kwz] {
        background: white;
        outline: none;
        border: 2px solid #f3f3f3;
        border-radius: 4px;
        color: var(--base-text-color);
    }

.overlay-panel .Circle[b-u7o3hz4kwz] {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.overlay-panel .Names[b-u7o3hz4kwz] {
    display: flex;
    flex-direction: column;
}

.overlay-panel .Label[b-u7o3hz4kwz] {
    padding: 8px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: white;
    margin-top: 10px;
    cursor: pointer;
}
    .overlay-panel .Label.NotSelected[b-u7o3hz4kwz] {
        opacity: 0.3;
    }
    .overlay-panel .Label span[b-u7o3hz4kwz] {
        margin-right: 10px;
    }

@keyframes from-right-b-u7o3hz4kwz {
    0% {
        transform: translateY(500px);
    }
    100% {
        transform: translateY(0);
    }
}
/* /Shared/Common/Views/SettingsView.razor.rz.scp.css */

.card-body .material-icons[b-139nsplqd7] {
    font-size: 40px !important;
}
/* /Shared/Common/Views/SideNavBar.razor.rz.scp.css */
*[b-g9p1efzi20]{
    margin: 0;
    padding: 0;
    outline: none;
    border: none;
    text-decoration: none;
    box-sizing: border-box;
}

.sidebar[b-g9p1efzi20] {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    height: 100%;
    width: var(--left-navbar-width-close);
    background-color: white;
    overflow: hidden;
    z-index: var(--left-navbar-z-index);
    transition: width 0.2s ease;
    border-right-style: solid;
    border-right-width: 2px;
    border-color: var(--base-first-color);
}

.sidebar:hover[b-g9p1efzi20] {
    width: var(--left-navbar-width-open);
    transition: all 0.2s ease;
}

.logo-container[b-g9p1efzi20] {
    margin-top: 20px;
    position:absolute;
    width: 100%;
}
.logo-container img[b-g9p1efzi20]{
    max-width: initial;
}

.nav-item-text[b-g9p1efzi20] {
    margin-left: 19px;
    white-space: nowrap;
    font-size: var(--base-sidebar-label-size);
}

.sidebar ul.top[b-g9p1efzi20] {
    position: absolute;
    width: 100%;
    margin-top: 100px;
}

.sidebar ul.bottom[b-g9p1efzi20] {
    position: absolute;
    bottom: 10px;
    width: 100%;
}

.sidebar ul li[b-g9p1efzi20] {
    position: relative;
    list-style-type: none;
    height: 65px;
    width: 100%;
    line-height: 50px;
}


.sidebar ul li a[b-g9p1efzi20] {
    display: flex;
    align-items: center;
    text-decoration: none;
    /*border-radius: 0.8rem;*/
    width: inherit;
}

.sidebar ul.top li a[b-g9p1efzi20] {
    padding-left: 15px;
}

.sidebar ul.bottom li a[b-g9p1efzi20] {
    padding-left: 19px;
}

.sidebar ul li a:hover[b-g9p1efzi20] {
    background-color: var(--base-first-color);
    color: var(--base-text-color);
}

.coming-label[b-g9p1efzi20] {
    background-color: #8080805e;
    position: absolute;
    width: 100%;
    text-align: center;
    top: 0;
}

.coming-label span[b-g9p1efzi20] {
    opacity: 0;
    background-color: #ffffffff;
    padding: 0px 5px 2px 5px;
    border-radius: 5px;
}

.sidebar:hover ul li .coming-label span[b-g9p1efzi20] {
    opacity: 1;
    transition: opacity 0.5s;
}
/* /Shared/Common/Views/SidePanel.razor.rz.scp.css */
.SidePanel[b-ni0idpud21]{
   /* background: white;*/
    /*width: 400px;*/
    position: fixed;
    top: 70px;
    right: 10px;
    border-radius: 4px;
    /*border: 1px solid #f3f3f3;*/
    padding: 5px;
    animation-name: from-right-b-ni0idpud21;
    animation-duration: 0.2s;
    z-index: 10;
    font-size: 14px;
    color: #434343;
}
.sidepanel-content[b-ni0idpud21] {
    min-height: 500px;
    max-height: 75vh;
    overflow: auto;
}

.SidePanel .sort-button-container[b-ni0idpud21] {
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.SidePanel .sort-button-container button[b-ni0idpud21] {
    background: white;
    outline: none;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    color: #434343;
}

.SidePanel .Circle[b-ni0idpud21] {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.SidePanel .Names[b-ni0idpud21] {
    display: flex;
    flex-direction: column;
}

.SidePanel .Label[b-ni0idpud21]{
    padding: 8px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: white;
    margin-top: 10px;
    cursor: pointer;
}
.SidePanel .Label.NotSelected[b-ni0idpud21] {
    opacity: 0.3;
}
.SidePanel .Label span[b-ni0idpud21] {
    margin-right: 10px;
}

@keyframes from-right-b-ni0idpud21 {
    0% {
        transform: translateX(500px);
    }
    100% {
        transform: translateX(0);
    }
}
/* /Shared/MainLayout.razor.rz.scp.css */
.page[b-feb1482u0w] {
    position: relative;
    display: flex;
    flex-direction: column;
}

main[b-feb1482u0w] {
    flex: 1;
}

.sidebar[b-feb1482u0w] {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}

.top-row[b-feb1482u0w] {
    background-color: #f7f7f7;
    border-bottom: 1px solid #d6d5d5;
    justify-content: flex-end;
    height: 3.5rem;
    display: flex;
    align-items: center;
}

    .top-row[b-feb1482u0w]  a, .top-row[b-feb1482u0w]  .btn-link {
        white-space: nowrap;
        margin-left: 1.5rem;
        text-decoration: none;
    }

    .top-row[b-feb1482u0w]  a:hover, .top-row[b-feb1482u0w]  .btn-link:hover {
        text-decoration: underline;
    }

    .top-row[b-feb1482u0w]  a:first-child {
        overflow: hidden;
        text-overflow: ellipsis;
    }

@media (max-width: 640.98px) {
    .top-row:not(.auth)[b-feb1482u0w] {
        display: none;
    }

    .top-row.auth[b-feb1482u0w] {
        justify-content: space-between;
    }

    .top-row[b-feb1482u0w]  a, .top-row[b-feb1482u0w]  .btn-link {
        margin-left: 0;
    }
}

@media (min-width: 641px) {
    .page[b-feb1482u0w] {
        flex-direction: row;
    }

    .sidebar[b-feb1482u0w] {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }

    .top-row[b-feb1482u0w] {
        position: sticky;
        top: 0;
        z-index: 1;
    }

    .top-row.auth[b-feb1482u0w]  a:first-child {
        flex: 1;
        text-align: right;
        width: 0;
    }

    .top-row[b-feb1482u0w], article[b-feb1482u0w] {
        padding-left: 2rem !important;
        padding-right: 1.5rem !important;
    }
}
/* /Shared/PowerBI/PowerBiEmbedReport.razor.rz.scp.css */

.full-container[b-ruzv6d2vuk] {
    display: flex;
    flex-direction: column;
}

#report-container[b-ruzv6d2vuk] {
    /*height: 99vh;*/
    /*padding-right:0;*/
    /*calc(0.5625 * 61vw);*/ /* 16:9 aspect ratio */
}

iframe[b-ruzv6d2vuk] {
    border: none;
    height: 99% !important;
}

@media only screen and (max-width: 574px) {
    /*#report-container {
        height: 99vh;*/
    /*height: calc(0.5625 * 100vw);*/ /* 16:9 aspect ratio */
    /*}*/
    main[b-ruzv6d2vuk] {
        height: 94vh;
    }
}

/* /Shared/StockHistory/Views/DashboardHeader.razor.rz.scp.css */
.main-container[b-yf9usqbnpq] {
}

.page-name[b-yf9usqbnpq] {
    width: 20%;
    font-size: var(--base-page-title-text-size);
    font-weight: bold;
}

.control-container[b-yf9usqbnpq] {
    margin-top: 5px;
    width: 75%;
}

.range-picker[b-yf9usqbnpq] {
    max-width: 130px;
    height: 30px;
    padding-top: 0px;
}

.time-range-selector[b-yf9usqbnpq] {
    width: 170px;
    height: 30px;
    display: inline-block;
}
.fix-top[b-yf9usqbnpq] {
    position: absolute;
    top: 4px;
    left:10px;
    width: 93%;
}
/* /Shared/StoreDashboard/Views/DashboardHeader.razor.rz.scp.css */
.main-container[b-4684seri60] {
}

.page-name[b-4684seri60] {
    width: 20%;
    font-size: var(--base-page-title-text-size);
    font-weight: bold;
}

.control-container[b-4684seri60] {
    margin-top: 5px;
    width: 75%;
}

.range-picker[b-4684seri60] {
    max-width: 130px;
    height: 30px;
    padding-top: 0px;
}

.time-range-selector[b-4684seri60] {
    width: 170px;
    height: 30px;
    display: inline-block;
}
.fix-top[b-4684seri60] {
    position: absolute;
    top: 4px;
    left:10px;
    width: 93%;
}
/* /Shared/StoreDashboard/Views/DashboardPanel.razor.rz.scp.css */
.dashboard-panel[b-huqgmmo0zd] {
    background: white;
    width: 500px;
    height: calc(100vh - 300px);
    position: fixed;
    bottom: 100px;
    right: 40px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding: 10px;
    overflow: auto;
    animation-name: from-right-b-huqgmmo0zd;
    animation-duration: 0.5s;
    z-index: 10;
    font-size: 14px;
    color: #434343;
}

.dashboard-panel .sort-button-container[b-huqgmmo0zd] {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.dashboard-panel .sort-button-container button[b-huqgmmo0zd] {
    background: white;
    outline: none;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    color: #434343;
}

.dashboard-panel .Circle[b-huqgmmo0zd] {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.dashboard-panel .Names[b-huqgmmo0zd] {
    display: flex;
    flex-direction: column;
}

.dashboard-panel .Label[b-huqgmmo0zd]{
    padding: 8px;
    border: 2px solid #f3f3f3;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: left;
    background: white;
    margin-top: 10px;
    cursor: pointer;
}
.dashboard-panel .Label.NotSelected[b-huqgmmo0zd] {
    opacity: 0.3;
}
.dashboard-panel .Label span[b-huqgmmo0zd] {
    margin-right: 10px;
}

@keyframes from-right-b-huqgmmo0zd {
    0% {
        transform: translateX(1000px);
    }
    100% {
        transform: translateX(0);
    }
}
/* /Shared/StoreDashboard/Views/OPMWeeklyTrendView.razor.rz.scp.css */
a:link[b-mbjeslvpji] {
    color: var(--base-text-color);
}

a:visited[b-mbjeslvpji] {
    color: var(--base-text-color);
}

a:hover[b-mbjeslvpji] {
    color: var(--base-text-color);
}

a:active[b-mbjeslvpji] {
    color: var(--base-text-color);
}

.store-name[b-mbjeslvpji] {
    display: flex;
    justify-content: left;
    margin-top: 10px;
    font-size: var(--base-subtitle-text-size);
}

.overview-table[b-mbjeslvpji] {
    margin-top: 20px;
}

.oos-table[b-mbjeslvpji] {
    margin-top: 10px;
}

.indent-level1[b-mbjeslvpji] {
    padding-left:20px;
}

.indent-level2[b-mbjeslvpji] {
    padding-left: 50px;
}

.sticky_cell[b-mbjeslvpji] {
    position: sticky;
    background-color: white;
    z-index: 1;
}

.subdirectory-icon[b-mbjeslvpji] {
    font-size: 20px;
}
/* /Shared/StoreDashboard/Views/OverlayOutOfStock.razor.rz.scp.css */
.tables-container[b-glkwywtt1l] {
    display: inline-flex;
    width: 98%;
    margin: 0.5%;
}

.oos-table[b-glkwywtt1l] {
    background-color: white;
    width: inherit;
    margin-left: auto;
    margin-right: auto;
    padding: 5px;
    height: inherit;
    max-height: 70vh;
    max-width: 800px;
}

.last-item-row[b-glkwywtt1l] {
    border-bottom: #D3D3D3;
    border-style: solid;
    border-bottom-width: 1px;
}

.table-header[b-glkwywtt1l] {
    background-color: white;
}

.item-name-cell[b-glkwywtt1l] {
    width: 100%;
}
/* /Shared/StoreDashboard/Views/OverlayPnp.razor.rz.scp.css */
.left-header-cell[b-ntitcvhxxg] {
    min-width: 60px;
    text-align: center;
    padding: 0px;
}

.pnp-table[b-ntitcvhxxg] {
    margin: 0.5%;
    margin-right: 20px;
    padding: 5px;
}
/* /Shared/StoreDashboard/Views/OverlayPnp2.razor.rz.scp.css */
.left-header-cell[b-q9kidq9tg8] {
    min-width: 60px;
    text-align: center;
    padding: 0px;
}

.pnp-table[b-q9kidq9tg8] {
    margin: 0.5%;
    margin-right: 20px;
    padding: 5px;
}
/* /Shared/Stores/Views/Components/StoreList/OPMDataFiltersView.razor.rz.scp.css */
.stores-list__header[b-qd8leoajs1] {
    display: grid;
    grid-auto-flow: column;
    align-items: center;
    grid-auto-columns: max-content;
    grid-gap: 0.5rem;
    text-align: left;
    border-radius: var( --border-radius-panel) var( --border-radius-panel) 0rem 0rem;
    justify-content: center;
}

.stores-list__store-list[b-qd8leoajs1] {
    display: grid;
    grid-gap: 0.5rem;
    width: 100%;
    height: calc(100svh - 18.75rem);
    grid-auto-rows: max-content;
    overflow-y: auto;
    border-radius: 0rem 0rem var( --border-radius-panel) var( --border-radius-panel);
}


input[type="radio"][b-qd8leoajs1] {
    display: inline;
    margin-right: 2px;
    -webkit-appearance: auto;
    margin-left: 10px;
    cursor:pointer;
}
input[type="radio"][b-qd8leoajs1], label[b-qd8leoajs1] {
    cursor: pointer;
}

input[type="radio"]:not(:disabled):hover[b-qd8leoajs1] {
    outline: grey;
}
/* /Shared/Stores/Views/Components/StoreList/StoreAnalyticsTable.razor.rz.scp.css */
.table-container[b-owo0l7gxg1] {
    overflow-y: auto;
    overflow-x: auto;
    max-height: 75vh;
    outline-offset: -0.08rem;
    border-radius: 0 0 1.125rem 1.125rem;
    padding-left: 1px;
    margin-top: -1px;
}

table[b-owo0l7gxg1] {
    width: 100%;
    table-layout: fixed;
}

tbody > tr > td[b-owo0l7gxg1] {
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
    border: 1px solid #e2e2e2;
    border-bottom: 0.1rem solid #c6c6c6;
    font-size: 13.33px;
    padding: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}

tr:hover[b-owo0l7gxg1] {
    background-color: #d1d1d1 !important;
    cursor: pointer;
}

thead > tr > td[b-owo0l7gxg1] {
    white-space: break-spaces;
    resize: horizontal !important;
    overflow: auto !important;
    position: sticky;
    top: 0;
    z-index: 2;
    background: white;
    border: 1px solid #e2e2e2;
    padding: 8px !important;
    font-size: 13.33px
}

/*first td  of table*/

table tr td:first-child[b-owo0l7gxg1] {
}

/*second td  of table*/

table tr td:nth-child(2)[b-owo0l7gxg1] {
    width: 81px;
}

table tr td:nth-child(3)[b-owo0l7gxg1] {
    width: 77px;
}

table tr td:nth-child(4)[b-owo0l7gxg1] {
    width: 63px;
}

table tr td:nth-child(5)[b-owo0l7gxg1] {
    width: 77px;
}

table tr td:nth-child(2)[b-owo0l7gxg1], table tr td:nth-child(3)[b-owo0l7gxg1], table tr td:nth-child(4)[b-owo0l7gxg1], table tr td:nth-child(5)[b-owo0l7gxg1] {
    text-align: right;
}

th[b-owo0l7gxg1], td[b-owo0l7gxg1] {
}

table tr:nth-child(odd)[b-owo0l7gxg1] {
    background-color: #f2f2f2; /* Light gray for odd rows */
}

table tr:nth-child(even)[b-owo0l7gxg1] {
    background-color: #ffffff; /* White for even rows */
}

.active-row[b-owo0l7gxg1] {
    background-color: #d0d0d0 !important;
}

.sort-desc[b-owo0l7gxg1] {
    /*show down arrow*/
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M7 10l5 5 5-5z"/></svg>');
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: bottom;
}

.sort-asc[b-owo0l7gxg1] {
    /*show up arrow*/
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="black" width="18px" height="18px"><path d="M7 14l5-5 5 5z"/></svg>');
    background-repeat: no-repeat;
    background-position: left;
    background-position-y: bottom;
}
/* /Shared/Tracker/Views/CashierStaffTimeCheckView.razor.rz.scp.css */
td[b-gomdp2u2t8],
th[b-gomdp2u2t8] {
    border-left: 1px solid rgb(190, 190, 190);
    border-right: 1px solid rgb(190, 190, 190);
    border-top: 1px solid rgb(190, 190, 190);
    border-bottom: 1px solid rgb(190, 190, 190);
    padding: 10px;
}

td[b-gomdp2u2t8]
{
    text-align: center;
    width: 200px
}

tr:nth-child(even)[b-gomdp2u2t8]
{
    background-color: #eee;
}

th[scope="row"][b-gomdp2u2t8] 
{
    background-color: #696969;
    color: #fff;
    width: 200px
}

th[scope="col"][b-gomdp2u2t8] 
{
    background-color: #696969;
    color: #fff;
    width: 200px
}

table[b-gomdp2u2t8]
{
    border-collapse: collapse;
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .8rem;
    border-radius: 4px;
}
/* /Shared/Tracker/Views/Components/AreaPanel.razor.rz.scp.css */
.AreaPanel[b-fe4hznwrj7] {
    background: white;
    width: 500px;
    height: calc(100vh - 300px);
    position: fixed;
    bottom: 100px;
    right: 40px;
    border-radius: 4px;
    border: 1px solid #f3f3f3;
    padding-left: 10px;
    padding-right: 10px;
    padding-bottom: 10px;
    overflow: auto;
    animation-name: from-right-b-fe4hznwrj7;
    animation-duration: 0.5s;
    z-index: 10;
    font-size: 14px;
    color: #434343;
}

.AreaPanel .sort-button-container[b-fe4hznwrj7] {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  position: fixed;
  background-color: white;
  padding: 8px;
}

.AreaPanel .sort-button-container button[b-fe4hznwrj7] {
  background: white;
  outline: none;
  border: 2px solid #f3f3f3;
  border-radius: 4px;
  color: #434343;
}

.AreaPanel .Circle[b-fe4hznwrj7] {
  height: 20px;
  width: 20px;
  border-radius: 100%;
  margin-right: 10px;
}
.AreaPanel .Names[b-fe4hznwrj7] {
  display: flex;
  flex-direction: column;
}

.AreaPanel .Label[b-fe4hznwrj7] {
  padding: 8px;
  border: 2px solid #f3f3f3;
  border-radius: 4px;
  display: flex;
  align-items: center;
  justify-content: left;
  background: white;
  margin-top: 10px;
  cursor: pointer;
}
.AreaPanel .Label.NotSelected[b-fe4hznwrj7] {
  opacity: 0.3;
}
.AreaPanel .Label span[b-fe4hznwrj7] {
  margin-right: 10px;
}

@keyframes from-right-b-fe4hznwrj7 {
  0% {
    transform: translateX(1000px);
  }
  100% {
    transform: translateX(0);
  }
}
/* /Shared/Tracker/Views/Components/ArrivalDefinitionPopup.razor.rz.scp.css */
definition-card[b-y610ijbkya] {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-container[b-y610ijbkya] {
    display: flex;
    align-items: center;
    width: 100%;
}

.button-center[b-y610ijbkya] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.rz-row[b-y610ijbkya] {
    height: 20px; 
}
/* /Shared/Tracker/Views/Components/CardWithIcon.razor.rz.scp.css */
.card-title[b-0p2da4xlv1] {
    font-size: 14px;
    color: gray;
    padding: 0;
    margin: 0;
}
.card-title[b-0p2da4xlv1] {
    position: absolute;
    top: -9px;
    background: white;
}

.card-body[b-0p2da4xlv1] {
    font-size: 14px;
    padding: 8px;
}

.card[b-0p2da4xlv1] {
    text-align: center;
    padding: 0;
    /*width: 220px;*/
    margin-right: 10px;
    height: 40px;
    position: relative;
    width: 100%;
    max-width: 180px;
}
.card-active[b-0p2da4xlv1] {
    border: none;
    background: #f3f3f3;
}
.card-inactive[b-0p2da4xlv1] {
    background: #fefefe;
}

.card .row[b-0p2da4xlv1],
.card .col[b-0p2da4xlv1] {
    margin: 0;
    padding: 0;
}

.icon[b-0p2da4xlv1] {
    display: flex;
    justify-content: center;
    align-items: center;
}

.time-input[b-0p2da4xlv1],
.date-input[b-0p2da4xlv1] {
    text-align: center;
    width: 100%;
    border: none;
    background: white;
}
/* /Shared/Tracker/Views/Components/ColorPicker.razor.rz.scp.css */

.color-picker-card[b-43eib687fy] {
    position: absolute;
    height: 440px;
    width: 400px;
    border-radius: 8px;
    border: 1px solid grey;
    padding: 20px;
    background: white;
    z-index: 2;
}
.colors-container[b-43eib687fy]{
    display: flex;
    flex-wrap: wrap;
}
.color[b-43eib687fy] {
    height: 20px;
    width: 36px;
    border: 2px solid transparent;
    flex: 1 0 calc(14.2% - 10px);
    margin: 5px;
}
/* /Shared/Tracker/Views/Components/IconButton.razor.rz.scp.css */
/* for hovering tooltip */
.mouseover_tips[b-c6q80kpmo6] {
    width: 200px;
    height: 30px;
    font-size: 14px;
    position: absolute;
    left: 17%;
    bottom: 80%; /* Y position */
    transform: translateX(-50%);
    margin-bottom: 8px;
    padding: 4px;
    border-radius: 8px;
    background-color: #f3f3f3;
    color: #434343;
    text-align: center;
    visibility: hidden; /* hide when not hovering */
    opacity: 0; /* hide when not hovering */
    z-index: 1;
    transition: 0.5s all; /* animation speed */
}
.tips_base[b-c6q80kpmo6] {
    position: relative;
}
/* Behivior during the mouse hover about the tips area */
.tips_base:hover .mouseover_tips[b-c6q80kpmo6]{
    bottom: 83%; /* Y position */
    visibility: visible;
    opacity: 1;
}

/* /Shared/Tracker/Views/Components/MakingDefinitionPopup.razor.rz.scp.css */
definition-card[b-fpiho4n4m4] {
    max-width: 800px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.button-container[b-fpiho4n4m4] {
    display: flex;
    align-items: center;
    width: 100%;
}

.button-center[b-fpiho4n4m4] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.rz-row[b-fpiho4n4m4] {
    height: 20px;
}
/* /Shared/Tracker/Views/Components/RegisterStoreNavBarNew_NewWS.razor.rz.scp.css */

.screen__nav[b-m5o98u2gpl] {
    display: flex;
    /* grid-template-columns: max-content max-content max-content max-content; */
    grid-gap: 0.75rem;
    align-items: center;
    border-radius: 100rem;
    width: max-content;
    padding: 0.25rem;
    background-color: hsl(38 calc( 65% * .01) 91%);
    transition: 0.2 ease-in-out;
}

.button.large-padding[b-m5o98u2gpl] {
    padding: 0.5rem 1.5rem;
}

.screen__nav-button[b-m5o98u2gpl] {
    display: grid;
    align-items: center;
    outline: solid .0625rem hsl(38 calc( 33% * .01) 84%);
    background-color: hsl(0 calc( 0% * .01) 100%);
    line-height: 1.3;
}

.screen__nav-button:hover[b-m5o98u2gpl] {
    color: hsl(var(--on-2));
}

.screen__nav-button.selected[b-m5o98u2gpl] {
    outline: solid 0.0625rem hsl(47, 100%, 28%);
    background-color: hsl(47, 100%, 48%);
}
/* /Shared/Tracker/Views/Components/RegisterTopViewNavbar.razor.rz.scp.css */
a[b-kruxgog5d7] {
    text-decoration: none;
    color: inherit;
}
/* /Shared/Tracker/Views/Components/SearchBar.razor.rz.scp.css */
.clear-button[b-qrskgtgjsu] {
    position: absolute;
    right: 5px;
    top: 40%;
    height: 50%;
    transform: translateY(-50%);
}
/* /Shared/Tracker/Views/Components/StoreAuthTable.razor.rz.scp.css */
tbody[b-hq3s89o05h], td[b-hq3s89o05h], tfoot[b-hq3s89o05h], th[b-hq3s89o05h], thead[b-hq3s89o05h], tr[b-hq3s89o05h]{
    border-width: 1px;
}
.tableFixHead[b-hq3s89o05h] {
    overflow: auto;
    height: calc(100vh - 160px);
    /*max-width: 100vw;*/
}
.tableFixHead thead th[b-hq3s89o05h] {
    /*position: sticky;*/
    top: 0;
    z-index: 1;
}
.tableFixHead tbody th[b-hq3s89o05h] {
    /*position: sticky;*/
    left: 0;
}
/* Just common table stuff. Really. */
table[b-hq3s89o05h] {
    border-collapse: collapse;
    table-layout: fixed;
}
th[b-hq3s89o05h] {
    background: #eee;
    width: 150px;
    word-wrap: break-word;
}
td[b-hq3s89o05h] {
    word-wrap: break-word;
    min-width: 400px;
    vertical-align: baseline;
}
th[b-hq3s89o05h], td[b-hq3s89o05h] {
    padding: 18px 24px;
    white-space: nowrap;
    text-align: center;
}
.button-container[b-hq3s89o05h] {
    display: flex;
    border: none;
    justify-content: space-between;
}
.button-container button[b-hq3s89o05h]{
    width: calc(100% - 5px);
}
.alert-info[b-hq3s89o05h] {
    white-space: break-spaces;
    width: 400px;
}
/* /Shared/Tracker/Views/Components/StoreDropDown.razor.rz.scp.css */
.rz-popup[b-u1ja79f46y] {
    min-width: 300px !important;
    font-size: var(--base-text-size) !important;
}
/* /Shared/Tracker/Views/Components/StoreNavbar.razor.rz.scp.css */
.dropdown-menu a:active[b-5njo80igeu] {
    color: #434343;
    background: #f3f2f1;
}
.dropdown-item :hover[b-5njo80igeu] {
	background-color: #f3f2f1;
}
.dropdown-item:focus[b-5njo80igeu] {
    background-color: #f3f2f1;
}

.dropdown-toggle[b-5njo80igeu]:after {
    content: none;
}

.dropdown-item-selected[b-5njo80igeu] {
    color: #1e2125;
    background-color: #f3f2f1;
}

.dropdown-item-selected:hover[b-5njo80igeu] {
    background-color: #edebe9
}
/* /Shared/Tracker/Views/Components/StoreSelectorPopup.razor.rz.scp.css */
.button-center[b-5o1fh8b1xj] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 5px;
}

.page-btn[b-5o1fh8b1xj] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 35px;
    height: 35px;
}

.button-center a:hover[b-5o1fh8b1xj] {
    color: var(--base-text-color);
}

.search-bar[b-5o1fh8b1xj] {
    display: flex;
}

.clear-button[b-5o1fh8b1xj] {
    margin-top: 8px;
    margin-left: -30px;
    cursor: pointer;
}

.tx-tooltip[b-5o1fh8b1xj] {
    position: relative;
    display: inline-block;
}

.tx-tooltip .tx-tooltiptext[b-5o1fh8b1xj] {
    visibility: hidden;
    width: 60px;
    background-color: var(--base-tooltip-background-color);
    color: #fff;
    text-align: center;
    border-radius: 6px;
    padding: 5px 0;
    position: absolute;
    z-index: 111;
    bottom: 10%;
    right: 115%;
    margin-left: -60px;
    opacity: 0;
    transition: opacity 0.3s;
    pointer-events: none;
    height: 24px;
    font-size: var(--base-tooltip-text-size);
}

.tx-tooltip .tx-tooltiptext[b-5o1fh8b1xj]::after {
    content: "";
    position: absolute;
    top: 30%;
    right: -15%;
    margin-left: -5px;
    border-width: 5px;
    border-style: solid;
    border-color: transparent transparent transparent var(--base-tooltip-background-color);
}

.tx-tooltip:hover .tx-tooltiptext[b-5o1fh8b1xj] {
    visibility: visible;
    opacity: 1;
}
/* /Shared/Tracker/Views/Components/TagCalendarPanel.razor.rz.scp.css */
.TagCalendarPanel[b-rvttx098jm]{
    background: white;
    width: 400px;
    height: calc(100vh - 300px);
    position: fixed;
    bottom: 100px;
    right: 40px;
    border-radius: 4px;
    border: 1px solid #212529;
    padding: 10px;
    overflow: auto;
    animation-name: from-right-b-rvttx098jm;
    animation-duration: 0.5s;
    z-index: 300;
}


.TagCalendarPanel .Circle[b-rvttx098jm] {
    height: 20px;
    width: 20px;
    border-radius: 100%;
    margin-right: 10px;
}
.TagCalendarPanel .Names[b-rvttx098jm] {
    display: flex;
    flex-direction: column;
}

.TagCalendarPanel .Label[b-rvttx098jm]{
    padding: 8px;
    border: 1px solid #212529;
    border-radius: 4px;
    box-shadow: 1px 1px #212529;
    display: flex;
    align-items: center;
    justify-content: left;
    background: white;
    margin-top: 10px;
    cursor: pointer;
}
.TagCalendarPanel .Label.NotSelected[b-rvttx098jm] {
    opacity: 0.3;
}
.TagCalendarPanel .Label:hover[b-rvttx098jm] {
    opacity: 0.9;
}
.TagCalendarPanel .Label span[b-rvttx098jm] {
    margin-right: 10px;
}

@keyframes from-right-b-rvttx098jm {
    0% {
        transform: translateX(1000px);
    }
    100% {
        transform: translateX(0);
    }
}
/* /Shared/Tracker/Views/Components/TagCalendarWeek.razor.rz.scp.css */
.calendar-week[b-0opoccop66] {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
}
.calendar-day[b-0opoccop66] {
    display: grid;
    grid-template-columns: 100px auto;
}
.timeline[b-0opoccop66] {
    position: relative;
    border: 2px solid #0e0e0e;
    border-left: none;
    border-bottom: none;
    padding-left: 10px;
}
.ui .line[b-0opoccop66] {
    height: 100%;
    border-left: 1px solid #0e0e0e33;
    position: absolute;
    z-index: 15;
}
.line .label[b-0opoccop66] {
    position: absolute;
    z-index: 2;
    background: white;
    color: black;
    top: 0;
    left: -18px;
    font-size: 11px;
    padding: 0 2px;
    border-radius: 4px;
}

.shift[b-0opoccop66] {
    border-radius: 8px;
    border: 2px solid #0e0e0e;
    background: #0e0e0e33;
    display: flex;
    justify-content: left;
    align-items: start;
    position: absolute;
}
.shift .label[b-0opoccop66] {
    font-size: 12px;
    color: black;
    top: 4px;
    left: 4px;
    position: absolute;
}
/* /Shared/Tracker/Views/Components/UploadFilePopup.razor.rz.scp.css */
.date-input[b-bbyjbrppog] {
    width: 140px;
    border: none;
    background: white;
}

.date-selector[b-bbyjbrppog] {
    display: flex;
    height: 30px;
    justify-content: flex-start;
    margin-bottom: 10px;
}

.date-selector .label[b-bbyjbrppog] {
    text-align: center;
    margin-right: 10px;
}

.bottom-container[b-bbyjbrppog] {
    display: flex;
    justify-content: center;
}

.popup-container .popup .title[b-bbyjbrppog] {
    position: absolute;
    left: 50%;
    transform: translate(-50%,0);
    top: 0;
    width: 100%;
}

.popup-container .popup .button-container[b-bbyjbrppog] {
    position: absolute;
    bottom: 10px;
    left: 50%;
    transform: translate(-50%,0);
    width: 90%;
}
/* /Shared/Tracker/Views/IncomingOrderView.razor.rz.scp.css */
.draggable-list-item[b-b149nc4yzq] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 1px;
}

.draggable-button-box[b-b149nc4yzq] {
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 3px;
}

.drag-start[b-b149nc4yzq] {
    background-color: var(--base-first-dark-color);
}

.drag-top-bar[b-b149nc4yzq] {
    border-top-color: var(--base-highlight-color);
    border-top-style: solid;
    border-top-width: thick;
}
/* /Shared/Tracker/Views/RegisterAreaView.razor.rz.scp.css */
.block-details-td[b-r0oe7v767v] {
    padding: 5px;
    border-width: 1px;
    width: 85px;
}

.block-details-time-td[b-r0oe7v767v] {
    width: 100px;
}

.block-details-th[b-r0oe7v767v] {
    padding: 5px;
    border-width: 1px;
    text-align: center;
    width: 85px;
    font-size: 15px;
}

.block-details-time-th[b-r0oe7v767v] {
    width: 100px;
}

.block-details-tbody[b-r0oe7v767v] {
    max-height: 400px;
    overflow: auto;
}

.fixed-top-left-panel[b-r0oe7v767v] {
    top: 70px;
    position: fixed;
    left: calc(var(--left-navbar-width-close) + 30px);
    z-index: 10;
    text-align: left;
    padding: 10px;
    background-color: var(--base-transparent-bg-color);
    border-radius: 5px;
    vertical-align: middle;
}
.block-data-panel[b-r0oe7v767v] {
    position: fixed;
    padding: 10px;
    background: var(--base-bg-color);
    border-radius: 5px;
    z-index: 1
}
/* /Shared/Tracker/Views/RegisterShiftView.razor.rz.scp.css */
.numeric-inp[b-o89lxbrhna] {
    width: 35px;
    font-size: 14px;
    text-align: center;
    padding: 2px;
    /*font-weight: bold;*/
}
/* Chrome, Safari, Edge, Opera */
input[b-o89lxbrhna]::-webkit-outer-spin-button,
input[b-o89lxbrhna]::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

/* Firefox */
input[type=number][b-o89lxbrhna] {
    -moz-appearance: textfield;
}

.td-style[b-o89lxbrhna] {
    padding-left: 0;
    padding-right: 0;
    vertical-align: middle;
    text-align: -webkit-center;
}

.save-btn-float[b-o89lxbrhna] {
    float: right;
    bottom: 10px;
    position: relative;
}
/* /Shared/Tracker/Views/RegisterTagCalendarView.razor.rz.scp.css */

.tags[b-dwssa2lrja] {
    display: flex;
    flex-direction: column;
}
.day[b-dwssa2lrja] {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 240px;
    font-size: 24px;
    color: #0e0e0e;
    border: 2px solid #0e0e0e;
    border-bottom: none;
}
