
.header-notice-dark[data-v-c381e925] {

    --tw-bg-opacity: 1;

    background-color: rgb(65 60 65 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.header-notice-light[data-v-c381e925] {

    --tw-text-opacity: 1;

    color: rgb(31 41 55 / var(--tw-text-opacity, 1))
}
.header-notice-light a[data-v-c381e925], .header-notice-dark a[data-v-c381e925] {

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1));

    text-decoration-line: none
}
.header-notice-light a[data-v-c381e925]:hover, .header-notice-dark a[data-v-c381e925]:hover {

    --tw-bg-opacity: 1;

    background-color: rgb(253 186 116 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
[data-v-c381e925] a {

    font-size: 0.75rem;

    line-height: 1rem
}

    /**
* A bit janky, but this approach controls the sidebars via the mobile and desktop
* using the exact same code - the only difference is apply 1 unique class to Sidebar and SidebarMenu
* based on the shared state from useMobileMenu. The main issue is the fixed widths for the menu's
* being in Sidebar and SidebarMenu. Ideally these would be dynamically controlled from Sidebar so
* and components in the Sidebar would adapt the same for desktop/mobile.
*/
.dash__sidebar-menu[data-v-0e379efe] {
 margin-bottom: 0.5rem;
 display: flex;
 width: 300px;
 max-width: 300px;
 flex-direction: column
}
.dash__sidebar-menu ul.menu-items li[data-v-0e379efe] {
 border-top-width: 2px;
 --tw-border-opacity: 1;
 border-color: rgb(229 231 235 / var(--tw-border-opacity, 1))
}
.dash__sidebar-menu ul.menu-items li a[data-v-0e379efe] {
 padding-top: 0.25rem;
 padding-bottom: 0.25rem;
 font-size: 0.875rem;
 line-height: 1.25rem
}
.dash__sidebar-menu ul.menu-items li[data-v-0e379efe]:first-child {
 border-style: none
}
.dash__sidebar-menu ul.menu-items li[data-v-0e379efe]:last-child {
 /*@apply mb-20; */
}
.dash__sidebar-mobile-menu[data-v-0e379efe] {
 margin-bottom: 0.5rem;
 display: flex;
 flex-direction: column
}

    /* Double check that styles ARE NOT USED before removing. Editors might show not in use when they actually are. */
.dash__sidebar-container[data-v-66ecf7ac] {
 position: relative;
 z-index: 2000;
 display: none;
 width: 300px;
 border-right-width: 1px;
 --tw-border-opacity: 1;
 border-color: rgb(245 245 244 / var(--tw-border-opacity, 1));
 --tw-bg-opacity: 1;
 background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
 --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
 --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
@media (min-width: 768px) {
.dash__sidebar-container[data-v-66ecf7ac] {
  display: block;
}
}
.dash__sidebar-mobile-container[data-v-66ecf7ac] {
 /*@apply w-full bg-white border-none shadow-xl;*/
 position: absolute;
 z-index: 1000;
 height: 100vh;
 width: 100%;
 --tw-bg-opacity: 1;
 background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
 --tw-shadow: 0 20px 25px -5px rgb(0 0 0 / 0.1), 0 8px 10px -6px rgb(0 0 0 / 0.1);
 --tw-shadow-colored: 0 20px 25px -5px var(--tw-shadow-color), 0 8px 10px -6px var(--tw-shadow-color);
 box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
 /*.dash__overlay {
 @apply fixed inset-0 bg-gray-800 bg-opacity-50 z-40;
}*/

    /* classes appear unused but are active on Transition component*/
.modal-outer-enter-active[data-v-7189f9bc],
    .modal-outer-leave-active[data-v-7189f9bc] {
        transition: opacity 0.15s cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.modal-outer-enter-from[data-v-7189f9bc],
    .modal-outer-leave-to[data-v-7189f9bc] {
        opacity: 0;
}
.modal-inner-enter-active[data-v-7189f9bc] {
        transition: all 0.05s cubic-bezier(0.52, 0.02, 0.19, 1.02) 0.03s;
}
.modal-inner-leave-active[data-v-7189f9bc] {
        transition: all 0.05s cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.modal-inner-enter-from[data-v-7189f9bc] {
        opacity: 0;
        transform: scale(0.8);
}
.modal-inner-leave-to[data-v-7189f9bc] {
        transform: scale(0.8);
}

.dash__main-container[data-v-97fb4018] {
    display: flex;
    width: 100%;
    flex-direction: column;
    --tw-bg-opacity: 1;
    background-color: rgb(255 255 255 / var(--tw-bg-opacity, 1));
    padding: 0.5rem
}
@media (min-width: 768px) {
.dash__main-container[data-v-97fb4018] {
        max-width: calc(100vw - 300px);
        padding: 1rem
}
}

.loader[data-v-406e2dd0] {
    position: relative;
    width: 100px;
    height: 100px;
}
.circle[data-v-406e2dd0] {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border: 2px solid #5a5a5a;
    border-radius: 50%;
    animation: expandCircle-406e2dd0 2s ease-in-out infinite;
}
.line-h[data-v-406e2dd0], .line-v[data-v-406e2dd0] {
    position: absolute;
    background: #ff6e00;
    opacity: 0;
}
.line-h[data-v-406e2dd0] {
    top: 50%;
    left: -10%;
    width: 0;
    height: 2px;
    transform: translateY(-50%);
    animation: expandLineH-406e2dd0 2s ease-in-out infinite;
}
.line-v[data-v-406e2dd0] {
    left: 50%;
    top: -10%;
    width: 2px;
    height: 0;
    transform: translateX(-50%);
    animation: expandLineV-406e2dd0 2s ease-in-out infinite;
}
@keyframes expandCircle-406e2dd0 {
0%   { width: 0;   height: 0;   opacity: 1;
}
25%  { width: 80%; height: 80%; opacity: 1;
}
75%  { width: 80%; height: 80%; opacity: 1;
}
100% { width: 0;   height: 0;   opacity: 0;
}
}
@keyframes expandLineH-406e2dd0 {
0%, 25% {
        width: 0;
        opacity: 0;
}
30% {
        opacity: 1;
}
50% {
        width: 120%;
        opacity: 1;
}
75% {
        width: 120%;
        opacity: 1;
}
100% {
        width: 0;
        opacity: 0;
}
}
@keyframes expandLineV-406e2dd0 {
0%, 25% {
        height: 0;
        opacity: 0;
}
30% {
        opacity: 1;
}
50% {
        height: 120%;
        opacity: 1;
}
75% {
        height: 120%;
        opacity: 1;
}
100% {
        height: 0;
        opacity: 0;
}
}

.dash__main-container[data-v-408b818b] {
        display: flex;
        width: 100%;
        flex-direction: column;
        overflow: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
        padding: 1rem
}
@media (min-width: 768px) {
.dash__main-container[data-v-408b818b] {
                padding: 1.5rem
}
}
.dash__main-container[data-v-408b818b] {
        /* Take up remaining space minus the footer */
        min-height: calc(100vh - 64px);
        /* Adjust the height of the footer (64px is placeholder) */
}

.dash__main-container[data-v-0e823408] {
        display: flex;
        width: 100%;
        flex-direction: column;
        overflow: auto;
        --tw-bg-opacity: 1;
        background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));
        padding: 1rem
}
@media (min-width: 768px) {
.dash__main-container[data-v-0e823408] {
                padding: 1.5rem
}
}
.dash__main-container[data-v-0e823408] {
        /* Take up remaining space minus the footer */
        min-height: calc(100vh - 64px);
        /* Adjust the height of the footer (64px is placeholder) */
}

.customer-account-tabs button {
    font-weight: bold;
}

.action-input[data-v-d079a1ca] {

    display: flex
}
.leading-icon-block[data-v-d079a1ca] {

    margin-right: -1px;

    display: inline-flex;

    align-items: center;

    border-top-left-radius: 0.375rem;

    border-bottom-left-radius: 0.375rem;

    --tw-bg-opacity: 1;

    background-color: rgb(249 250 251 / var(--tw-bg-opacity, 1));

    padding-left: 0.75rem;

    padding-right: 0.75rem;

    font-size: 1rem;

    line-height: 1.5rem;

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity, 1));

    outline-style: solid;

    outline-width: 1px;

    outline-offset: -1px;

    outline-color: #b3b1b3
}
@media (min-width: 640px) {
.leading-icon-block[data-v-d079a1ca] {

        font-size: 0.875rem;

        line-height: 1.25rem
}
}
.action-input-grid[data-v-d079a1ca] {

    position: relative;

    margin-right: -1px;

    display: grid;

    flex-grow: 1;

    grid-template-columns: repeat(1, minmax(0, 1fr))
}
.action-input-grid input[data-v-d079a1ca] {

    grid-column-start: 1;

    grid-row-start: 1;

    border-top-left-radius: 0.375rem;

    border-bottom-left-radius: 0.375rem;

    border-top-right-radius: 0px;

    border-bottom-right-radius: 0px
}
.action-input-grid input.has-leading[data-v-d079a1ca] {

    border-top-left-radius: 0px;

    border-bottom-left-radius: 0px
}
.action-input-grid input.has-icon[data-v-d079a1ca] {

    padding-left: 2.5rem
}
@media (min-width: 640px) {
.action-input-grid input.has-icon[data-v-d079a1ca] {

        padding-left: 2.25rem
}
}
.action-input-icon[data-v-d079a1ca] {

    pointer-events: none;

    grid-column-start: 1;

    grid-row-start: 1;

    margin-left: 0.75rem;

    width: 1.25rem;

    height: 1.25rem;

    align-self: center;

    --tw-text-opacity: 1;

    color: rgb(156 163 175 / var(--tw-text-opacity, 1))
}
@media (min-width: 640px) {
.action-input-icon[data-v-d079a1ca] {

        width: 1rem;

        height: 1rem
}
}
.action-input button[data-v-d079a1ca] {

    flex-shrink: 0;

    border-top-left-radius: 0px;

    border-bottom-left-radius: 0px;

    border-top-right-radius: 0.375rem;

    border-bottom-right-radius: 0.375rem;

    outline: 2px solid transparent;

    outline-offset: 2px
}
.action-input button[data-v-d079a1ca]:disabled {

    cursor: wait;

    --tw-bg-opacity: 1;

    background-color: rgb(250 250 250 / var(--tw-bg-opacity, 1));

    --tw-text-opacity: 1;

    color: rgb(107 114 128 / var(--tw-text-opacity, 1));

    opacity: 1;

    outline-style: solid;

    outline-width: 1px;

    outline-offset: -1px;

    outline-color: #b3b1b3
}
.action-input button.btn-yellow[data-v-d079a1ca],
.action-input button.btn-warning[data-v-d079a1ca],
.action-input button.btn-light-gray[data-v-d079a1ca] {

    outline-style: solid;

    outline-width: 1px;

    outline-offset: -1px;

    outline-color: #b3b1b3
}
.button-icon[data-v-d079a1ca] {

    margin-left: -0.125rem;

    width: 1rem;

    height: 1rem;

    color: currentColor
}

.receipt-preview[data-v-5c79e469] {
    border: 1px solid #ddd;
    padding: 20px;
    background: white;
    max-width: 350px;
    margin: 0 auto;
}
.alert[data-v-5c79e469] {
    padding: 10px;
    border-radius: 4px;
}
.alert.info[data-v-5c79e469] {
    background: #e3f2fd;
    color: #1976d2;
}
.alert.success[data-v-5c79e469] {
    background: #e8f5e9;
    color: #388e3c;
}
.alert.error[data-v-5c79e469] {
    background: #ffebee;
    color: #c62828;
}

input[type="radio"][data-v-1fc10a38],
input[type="checkbox"][data-v-1fc10a38] {
    background: transparent !important;
    outline: none !important;
}
input[type="radio"][data-v-1fc10a38]:focus,
input[type="checkbox"][data-v-1fc10a38]:focus {
    outline: none !important;
}

.status-complete[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(16 185 129 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-new[data-v-a3be2605] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(16 185 129 / var(--tw-border-opacity, 1));
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1))
}
.status-incomplete[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(209 250 229 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(16 185 129 / var(--tw-text-opacity, 1))
}
.status-review[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(255 110 0 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-invalid[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-closed[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(200 200 200 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-inactive[data-v-a3be2605] {
    cursor: not-allowed;
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(208 208 208 / var(--tw-border-opacity, 1));
    --tw-bg-opacity: 1 !important;
    background-color: rgb(228 228 228 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(90 90 90 / var(--tw-text-opacity, 1));
    opacity: 0.5
}
.status-no-bg-info[data-v-a3be2605] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(234 179 8 / var(--tw-border-opacity, 1));
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgb(234 179 8 / var(--tw-text-opacity, 1))
}
.status-bg-in-progress[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(234 179 8 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-deny[data-v-a3be2605] {
    border-width: 1px;
    border-color: transparent;
    --tw-bg-opacity: 1 !important;
    background-color: rgb(239 68 68 / var(--tw-bg-opacity, 1)) !important;
    --tw-text-opacity: 1;
    color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}
.status-invalidated[data-v-a3be2605] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgb(200 200 200 / var(--tw-text-opacity, 1))
}
.status-corrections[data-v-a3be2605] {
    border-width: 1px;
    --tw-border-opacity: 1;
    border-color: rgb(200 200 200 / var(--tw-border-opacity, 1));
    background-color: transparent !important;
    --tw-text-opacity: 1;
    color: rgb(200 200 200 / var(--tw-text-opacity, 1))
}

.detail-row[data-v-8e61f979] {
    display: flex;
    justify-content: space-between;
}

.cash-count-numpad-panel[data-v-92ba4486] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    height: 100%;
    min-height: 0;
    padding: 0.875rem;
    border: 1px solid rgb(229 231 235);
    border-radius: 0.75rem;
    background: #fff;
}
.active-field-display[data-v-92ba4486] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    min-height: 2.5rem;
    padding: 0.5rem 0.75rem;
    border: 1px solid rgb(251 146 60);
    border-radius: 0.5rem;
    background: #fff4ea;
}
.active-field-label[data-v-92ba4486] {
    flex-shrink: 0;
    font-size: 0.6875rem;
    font-weight: 700;
    letter-spacing: 0.04em;
    text-transform: uppercase;
    color: rgb(154 52 18);
}
.active-field-value[data-v-92ba4486] {
    min-width: 0;
    font-size: 1rem;
    font-weight: 700;
    color: rgb(17 24 39);
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.numpad-grid[data-v-92ba4486] {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    grid-auto-rows: minmax(3.25rem, 1fr);
    gap: 0.5rem;
    min-height: 0;
}
.numpad-key[data-v-92ba4486] {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    min-height: 3.25rem;
    border-radius: 0.5rem;
    font-size: clamp(1.375rem, 2.2vw, 1.875rem);
    font-weight: 600;
    line-height: 1;
    background: #fff;
    border: 1px solid rgb(209 213 219);
    color: rgb(17 24 39);
    touch-action: manipulation;
}
.numpad-key[data-v-92ba4486]:active {
    transform: scale(0.98);
    background: rgb(249 250 251);
}
.numpad-key--action[data-v-92ba4486] {
    font-size: clamp(0.875rem, 1.4vw, 1rem);
    background: rgb(243 244 246);
}
.numpad-next-field[data-v-92ba4486] {
    flex-shrink: 0;
    min-height: 3rem;
    border-radius: 0.5rem;
    font-size: clamp(0.9375rem, 1.5vw, 1.0625rem);
    font-weight: 600;
    background: rgb(255 237 213);
    border: 1px solid rgb(251 146 60);
    color: rgb(154 52 18);
    touch-action: manipulation;
}
.numpad-next-field[data-v-92ba4486]:active {
    transform: scale(0.98);
}

.cash-count-form[data-v-052b7283] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cash-count-header[data-v-052b7283] {
    margin: 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
}
.cash-count-layout[data-v-052b7283] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
    width: 100%;
}
.count-panel[data-v-052b7283] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}
.count-denominations[data-v-052b7283] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.count-denominations > div[data-v-052b7283] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.count-panel[data-v-052b7283] h2,
.count-panel[data-v-052b7283] h3 {
    margin: 0 0 0.125rem;
    font-size: 0.875rem;
}
.count-panel[data-v-052b7283] .field-wrapper {
    gap: 0.25rem;
}
.count-panel[data-v-052b7283] .input-field input {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.cash-count-form[data-v-052b7283] .cash-count-input--active {
    outline: 2px solid #ff6e00;
    outline-offset: -2px;
    background-color: #fff4ea;
}
.cash-count-footer[data-v-052b7283],
.cash-count-warning[data-v-052b7283] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.25rem;
}
.cash-count-warning[data-v-052b7283] {
    justify-content: center;
    flex-direction: column;
}
.cash-count-summary[data-v-052b7283] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    min-width: 0;
}
.cash-count-total[data-v-052b7283] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}
.cash-count-breakdown[data-v-052b7283] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    color: rgb(107 114 128);
}
.cash-count-actions[data-v-052b7283] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.detail-row[data-v-62477abe] {
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.detail-row[data-v-0eee816b] {
    display: flex;
    justify-content: space-between;
    padding-top: 0.1rem;
    padding-bottom: 0.1rem;
}

.cash-count-form[data-v-d16f29b9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
}
.cash-count-header[data-v-d16f29b9] {
    margin: 0;
    text-align: center;
    font-size: 1.125rem;
    font-weight: 700;
    line-height: 1.25;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}
.cash-count-layout[data-v-d16f29b9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1rem;
    align-items: stretch;
    width: 100%;
}
.count-panel[data-v-d16f29b9] {
    display: flex;
    flex-direction: column;
    gap: 0.75rem;
    min-width: 0;
}
.count-denominations[data-v-d16f29b9] {
    display: grid;
    grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
    gap: 1.25rem;
    border: 0;
    margin: 0;
    padding: 0;
    min-width: 0;
}
.count-denominations > div[data-v-d16f29b9] {
    display: flex;
    flex-direction: column;
    gap: 0.25rem;
}
.count-panel[data-v-d16f29b9] h3 {
    margin: 0 0 0.125rem;
    font-size: 0.875rem;
}
.count-panel[data-v-d16f29b9] .field-wrapper {
    gap: 0.25rem;
}
.count-panel[data-v-d16f29b9] .input-field input {
    padding-top: 0.375rem;
    padding-bottom: 0.375rem;
}
.cash-count-form[data-v-d16f29b9] .cash-count-input--active {
    outline: 2px solid #ff6e00;
    outline-offset: -2px;
    background-color: #fff4ea;
}
.cash-count-footer[data-v-d16f29b9],
.cash-count-warning[data-v-d16f29b9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
    gap: 0.75rem;
    padding-top: 0.25rem;
}
.cash-count-warning[data-v-d16f29b9] {
    justify-content: center;
    flex-direction: column;
}
.cash-count-summary[data-v-d16f29b9] {
    display: flex;
    flex-wrap: wrap;
    align-items: baseline;
    gap: 0.5rem 1rem;
    min-width: 0;
}
.cash-count-total[data-v-d16f29b9] {
    font-size: 1.75rem;
    font-weight: 700;
    line-height: 1;
}
.cash-count-breakdown[data-v-d16f29b9] {
    display: flex;
    flex-wrap: wrap;
    gap: 0.5rem 0.875rem;
    font-size: 0.8125rem;
    color: rgb(107 114 128);
}
.cash-count-actions[data-v-d16f29b9] {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-end;
    gap: 0.75rem;
}

.detail-row[data-v-5a31b1c3] {
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.detail-row[data-v-58c0fa1c] {
    display: flex;
    justify-content: space-between;
    padding-top: 0.25rem;
    padding-bottom: 0.25rem;
}

.detail-row[data-v-e050d74e] {
    display: flex;
    justify-content: space-between;
}

.detail-row[data-v-bc06d45e] {
    display: flex;
    justify-content: space-between;
}

.toast-icon[data-v-e4a62ead] {
    -webkit-text-stroke: 0.5px;
    text-stroke: 0.5px;
}

    /* classes appear unused but are active on Transition component*/
.modal-outer-enter-active[data-v-1c9abb35],
    .modal-outer-leave-active[data-v-1c9abb35] {
        transition: opacity 0.15s cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.modal-outer-enter-from[data-v-1c9abb35],
    .modal-outer-leave-to[data-v-1c9abb35] {
        opacity: 0;
}
.modal-inner-enter-active[data-v-1c9abb35] {
        transition: all 0.05s cubic-bezier(0.52, 0.02, 0.19, 1.02) 0.03s;
}
.modal-inner-leave-active[data-v-1c9abb35] {
        transition: all 0.05s cubic-bezier(0.52, 0.02, 0.19, 1.02);
}
.modal-inner-enter-from[data-v-1c9abb35] {
        opacity: 0;
        transform: scale(0.8);
}
.modal-inner-leave-to[data-v-1c9abb35] {
        transform: scale(0.8);
}

    /* Add any scoped styles here */

.vue-map {
  width: 100%;
  height: 100%;
  min-height: 2rem;
}
/* sass-plugin-1:/Users/maronato/Developer/vue-toastification/src/scss/index.scss */
.Vue-Toastification__container {
  z-index: 9999;
  position: fixed;
  padding: 4px;
  width: 600px;
  box-sizing: border-box;
  display: flex;
  min-height: 100%;
  color: #fff;
  flex-direction: column;
  pointer-events: none;
}
@media only screen and (min-width : 600px) {
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 1em;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 1em;
    flex-direction: column-reverse;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.bottom-left {
    left: 1em;
  }
  .Vue-Toastification__container.top-left .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-left .Vue-Toastification__toast {
    margin-right: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-left .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-left .Vue-Toastification__toast--rtl {
      margin-right: unset;
      margin-left: auto;
    }
  }
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.bottom-right {
    right: 1em;
  }
  .Vue-Toastification__container.top-right .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-right .Vue-Toastification__toast {
    margin-left: auto;
  }
  @supports not (-moz-appearance: none) {
    .Vue-Toastification__container.top-right .Vue-Toastification__toast--rtl,
    .Vue-Toastification__container.bottom-right .Vue-Toastification__toast--rtl {
      margin-left: unset;
      margin-right: auto;
    }
  }
  .Vue-Toastification__container.top-center,
  .Vue-Toastification__container.bottom-center {
    left: 50%;
    margin-left: -300px;
  }
  .Vue-Toastification__container.top-center .Vue-Toastification__toast,
  .Vue-Toastification__container.bottom-center .Vue-Toastification__toast {
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__container {
    width: 100vw;
    padding: 0;
    left: 0;
    margin: 0;
  }
  .Vue-Toastification__container .Vue-Toastification__toast {
    width: 100%;
  }
  .Vue-Toastification__container.top-left,
  .Vue-Toastification__container.top-right,
  .Vue-Toastification__container.top-center {
    top: 0;
  }
  .Vue-Toastification__container.bottom-left,
  .Vue-Toastification__container.bottom-right,
  .Vue-Toastification__container.bottom-center {
    bottom: 0;
    flex-direction: column-reverse;
  }
}
.Vue-Toastification__toast {
  display: inline-flex;
  position: relative;
  max-height: 800px;
  min-height: 64px;
  box-sizing: border-box;
  margin-bottom: 1rem;
  padding: 22px 24px;
  border-radius: 8px;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.1), 0 2px 15px 0 rgba(0, 0, 0, 0.05);
  justify-content: space-between;
  font-family:
    "Lato",
    Helvetica,
    "Roboto",
    Arial,
    sans-serif;
  max-width: 600px;
  min-width: 326px;
  pointer-events: auto;
  overflow: hidden;
  transform: translateZ(0);
  direction: ltr;
}
.Vue-Toastification__toast--rtl {
  direction: rtl;
}
.Vue-Toastification__toast--default {
  background-color: #1976d2;
  color: #fff;
}
.Vue-Toastification__toast--info {
  background-color: #2196f3;
  color: #fff;
}
.Vue-Toastification__toast--success {
  background-color: #4caf50;
  color: #fff;
}
.Vue-Toastification__toast--error {
  background-color: #ff5252;
  color: #fff;
}
.Vue-Toastification__toast--warning {
  background-color: #ffc107;
  color: #fff;
}
@media only screen and (max-width : 600px) {
  .Vue-Toastification__toast {
    border-radius: 0px;
    margin-bottom: 0.5rem;
  }
}
.Vue-Toastification__toast-body {
  flex: 1;
  line-height: 24px;
  font-size: 16px;
  word-break: break-word;
  white-space: pre-wrap;
}
.Vue-Toastification__toast-component-body {
  flex: 1;
}
.Vue-Toastification__toast.disable-transition {
  animation: none !important;
}
.Vue-Toastification__close-button {
  font-weight: bold;
  font-size: 24px;
  line-height: 24px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  padding-left: 10px;
  cursor: pointer;
  transition: 0.3s ease;
  align-items: center;
  color: #fff;
  opacity: 0.3;
  transition: visibility 0s, opacity 0.2s linear;
}
.Vue-Toastification__close-button:hover,
.Vue-Toastification__close-button:focus {
  opacity: 1;
}
.Vue-Toastification__toast:not(:hover) .Vue-Toastification__close-button.show-on-hover {
  opacity: 0;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__close-button {
  padding-left: unset;
  padding-right: 10px;
}
@keyframes scale-x-frames {
  0% {
    transform: scaleX(1);
  }
  100% {
    transform: scaleX(0);
  }
}
.Vue-Toastification__progress-bar {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  z-index: 10000;
  background-color: rgba(255, 255, 255, 0.7);
  transform-origin: left;
  animation: scale-x-frames linear 1 forwards;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__progress-bar {
  right: 0;
  left: unset;
  transform-origin: right;
}
.Vue-Toastification__icon {
  margin: auto 18px auto 0px;
  background: transparent;
  outline: none;
  border: none;
  padding: 0;
  transition: 0.3s ease;
  align-items: center;
  width: 20px;
  height: 100%;
}
.Vue-Toastification__toast--rtl .Vue-Toastification__icon {
  margin: auto 0px auto 18px;
}
@keyframes bounceInRight {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(-25px, 0, 0);
  }
  75% {
    transform: translate3d(10px, 0, 0);
  }
  90% {
    transform: translate3d(-5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutRight {
  40% {
    opacity: 1;
    transform: translate3d(-20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(1000px, 0, 0);
  }
}
@keyframes bounceInLeft {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(-3000px, 0, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(25px, 0, 0);
  }
  75% {
    transform: translate3d(-10px, 0, 0);
  }
  90% {
    transform: translate3d(5px, 0, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutLeft {
  20% {
    opacity: 1;
    transform: translate3d(20px, 0, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(-2000px, 0, 0);
  }
}
@keyframes bounceInUp {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  from {
    opacity: 0;
    transform: translate3d(0, 3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  75% {
    transform: translate3d(0, 10px, 0);
  }
  90% {
    transform: translate3d(0, -5px, 0);
  }
  to {
    transform: translate3d(0, 0, 0);
  }
}
@keyframes bounceOutUp {
  20% {
    transform: translate3d(0, -10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, 20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, -2000px, 0);
  }
}
@keyframes bounceInDown {
  from, 60%, 75%, 90%, to {
    animation-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  0% {
    opacity: 0;
    transform: translate3d(0, -3000px, 0);
  }
  60% {
    opacity: 1;
    transform: translate3d(0, 25px, 0);
  }
  75% {
    transform: translate3d(0, -10px, 0);
  }
  90% {
    transform: translate3d(0, 5px, 0);
  }
  to {
    transform: none;
  }
}
@keyframes bounceOutDown {
  20% {
    transform: translate3d(0, 10px, 0);
  }
  40%, 45% {
    opacity: 1;
    transform: translate3d(0, -20px, 0);
  }
  to {
    opacity: 0;
    transform: translate3d(0, 2000px, 0);
  }
}
.Vue-Toastification__bounce-enter-active.top-left,
.Vue-Toastification__bounce-enter-active.bottom-left {
  animation-name: bounceInLeft;
}
.Vue-Toastification__bounce-enter-active.top-right,
.Vue-Toastification__bounce-enter-active.bottom-right {
  animation-name: bounceInRight;
}
.Vue-Toastification__bounce-enter-active.top-center {
  animation-name: bounceInDown;
}
.Vue-Toastification__bounce-enter-active.bottom-center {
  animation-name: bounceInUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-left {
  animation-name: bounceOutLeft;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-right {
  animation-name: bounceOutRight;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).top-center {
  animation-name: bounceOutUp;
}
.Vue-Toastification__bounce-leave-active:not(.disable-transition).bottom-center {
  animation-name: bounceOutDown;
}
.Vue-Toastification__bounce-leave-active,
.Vue-Toastification__bounce-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__bounce-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes fadeOutTop {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutLeft {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-50px);
    opacity: 0;
  }
}
@keyframes fadeOutBottom {
  0% {
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    transform: translateY(50px);
    opacity: 0;
  }
}
@keyframes fadeOutRight {
  0% {
    transform: translateX(0);
    opacity: 1;
  }
  100% {
    transform: translateX(50px);
    opacity: 0;
  }
}
@keyframes fadeInLeft {
  0% {
    transform: translateX(-50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInRight {
  0% {
    transform: translateX(50px);
    opacity: 0;
  }
  100% {
    transform: translateX(0);
    opacity: 1;
  }
}
@keyframes fadeInTop {
  0% {
    transform: translateY(-50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
@keyframes fadeInBottom {
  0% {
    transform: translateY(50px);
    opacity: 0;
  }
  100% {
    transform: translateY(0);
    opacity: 1;
  }
}
.Vue-Toastification__fade-enter-active.top-left,
.Vue-Toastification__fade-enter-active.bottom-left {
  animation-name: fadeInLeft;
}
.Vue-Toastification__fade-enter-active.top-right,
.Vue-Toastification__fade-enter-active.bottom-right {
  animation-name: fadeInRight;
}
.Vue-Toastification__fade-enter-active.top-center {
  animation-name: fadeInTop;
}
.Vue-Toastification__fade-enter-active.bottom-center {
  animation-name: fadeInBottom;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-left {
  animation-name: fadeOutLeft;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-right {
  animation-name: fadeOutRight;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).top-center {
  animation-name: fadeOutTop;
}
.Vue-Toastification__fade-leave-active:not(.disable-transition).bottom-center {
  animation-name: fadeOutBottom;
}
.Vue-Toastification__fade-leave-active,
.Vue-Toastification__fade-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__fade-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
@keyframes slideInBlurredLeft {
  0% {
    transform: translateX(-1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredTop {
  0% {
    transform: translateY(-1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredRight {
  0% {
    transform: translateX(1000px) scaleX(2.5) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
  100% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideInBlurredBottom {
  0% {
    transform: translateY(1000px) scaleY(2.5) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
  100% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
}
@keyframes slideOutBlurredTop {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 0%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(-1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 0%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredBottom {
  0% {
    transform: translateY(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateY(1000px) scaleY(2) scaleX(0.2);
    transform-origin: 50% 100%;
    filter: blur(240px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredLeft {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(-1000px) scaleX(2) scaleY(0.2);
    transform-origin: 100% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
@keyframes slideOutBlurredRight {
  0% {
    transform: translateX(0) scaleY(1) scaleX(1);
    transform-origin: 50% 50%;
    filter: blur(0);
    opacity: 1;
  }
  100% {
    transform: translateX(1000px) scaleX(2) scaleY(0.2);
    transform-origin: 0% 50%;
    filter: blur(40px);
    opacity: 0;
  }
}
.Vue-Toastification__slideBlurred-enter-active.top-left,
.Vue-Toastification__slideBlurred-enter-active.bottom-left {
  animation-name: slideInBlurredLeft;
}
.Vue-Toastification__slideBlurred-enter-active.top-right,
.Vue-Toastification__slideBlurred-enter-active.bottom-right {
  animation-name: slideInBlurredRight;
}
.Vue-Toastification__slideBlurred-enter-active.top-center {
  animation-name: slideInBlurredTop;
}
.Vue-Toastification__slideBlurred-enter-active.bottom-center {
  animation-name: slideInBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-left,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-left {
  animation-name: slideOutBlurredLeft;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-right,
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-right {
  animation-name: slideOutBlurredRight;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).top-center {
  animation-name: slideOutBlurredTop;
}
.Vue-Toastification__slideBlurred-leave-active:not(.disable-transition).bottom-center {
  animation-name: slideOutBlurredBottom;
}
.Vue-Toastification__slideBlurred-leave-active,
.Vue-Toastification__slideBlurred-enter-active {
  animation-duration: 750ms;
  animation-fill-mode: both;
}
.Vue-Toastification__slideBlurred-move {
  transition-timing-function: ease-in-out;
  transition-property: all;
  transition-duration: 400ms;
}
