@import '_content/Blazor.Bootstrap/Blazor.Bootstrap.olwso25aue.bundle.scp.css';

/* /Controls/F3/V1/SortableListIonia.razor.rz.scp.css */
/* 
  you need the ::deep identifier if you are using scoped styles like this
  because scoped styles are only applied to markup in the component, not
  to the markup inside the render fragment.
*/
[b-u0z1mksaer] .sortable-ghost {
  visibility: hidden;
}
[b-u0z1mksaer] .sortable-fallback {
  opacity: 1 !important;
}
/* /Controls/Global/CustomSlider.razor.rz.scp.css */
.custom-slider[b-bz0jw71efc] {
  width: 100%;
  -webkit-appearance: none;
  appearance: none;
  background: var(--slider-track-color, rgba(0, 0, 0, 0.15));
  /* default light grey */
  height: var(--track-size, 4px);
  border-radius: var(--track-size, 4px);
  outline: none;
}
/* Track filled part — not supported natively in all browsers */
.custom-slider[b-bz0jw71efc]::-webkit-slider-runnable-track {
  height: var(--running-track-height, 4px);
  border-radius: 4px;
}
.custom-slider[b-bz0jw71efc]::-webkit-slider-thumb {
  -webkit-appearance: none;
  appearance: none;
  margin-top: -8px;
  width: var(--thumb-size, 20px);
  height: var(--thumb-size, 20px);
  border-radius: 50%;
  background: var(--thumb-color, #757575);
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.custom-slider[b-bz0jw71efc]::-webkit-slider-thumb:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--slider-track-color, rgba(0, 0, 0, 0.15));
}
.custom-slider[b-bz0jw71efc]::-moz-range-thumb {
  width: var(--thumb-size, 20px);
  height: var(--thumb-size, 20px);
  border-radius: 50%;
  background: var(--thumb-color, #757575);
  cursor: pointer;
  transition: box-shadow 0.2s ease-in-out;
  box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.25);
}
.custom-slider[b-bz0jw71efc]::-moz-range-thumb:hover {
  box-shadow: 0 2px 12px 0 rgba(0, 0, 0, 0.3), 0 0 0 5px var(--slider-track-color, rgba(0, 0, 0, 0.15));
}
.custom-slider:disabled[b-bz0jw71efc] {
  opacity: 0.4;
}
.custom-slider.disabled-slider[b-bz0jw71efc]::-webkit-slider-thumb,
.custom-slider.disabled-slider[b-bz0jw71efc]::-moz-range-thumb {
  background: var(--thumb-color);
  box-shadow: none !important;
}
/* /Controls/Global/FormSeparator.razor.rz.scp.css */
.form-separator[b-h0uzgemjbf] {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 2px;
  width: 100%;
  border-top: 1px solid #c4c4c4;
  /* Top border for shadow */
  border-bottom: 1px solid #ffffff;
  /* Bottom border for highlight */
}
.form-separator-onwhite[b-h0uzgemjbf] {
  margin-top: 10px;
  margin-bottom: 10px;
  height: 12px;
  border: 0;
  box-shadow: inset 0 12px 12px -12px rgba(0, 0, 0, 0.5);
  border-radius: 5px;
}
/* /Controls/Global/StickyNote.razor.rz.scp.css */
.permanent-marker-regular[b-1s546ujt58] {
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.sticky-note[b-1s546ujt58] {
  transform: rotate(3deg) !important;
  position: absolute;
  z-index: 9;
  border: 1px solid #e2e2e2;
  height: auto;
  min-height: 380px;
  width: 350px;
  box-shadow: 3px 3px 11px 1px rgba(0, 0, 0, 0.5);
  transition: box-shadow 0.5s ease, transform 0.5s ease;
  font-family: "Permanent Marker", cursive;
  font-weight: 400;
  font-style: normal;
}
.sticky-note:hover[b-1s546ujt58] {
  box-shadow: 7px 7px 11px 1px rgba(0, 0, 0, 0.7);
}
.sticky-note-close[b-1s546ujt58] {
  font-size: 28px;
  background-color: none;
  cursor: pointer;
  padding-top: 0;
  margin-top: -5px;
}
.sticky-note-close:hover[b-1s546ujt58] {
  text-shadow: 7px 7px 10px #ffffff;
}
.sticky-note-header[b-1s546ujt58] {
  padding: 5px;
  padding-left: 10px;
  padding-right: 10px;
  z-index: 10;
  cursor: move;
  font-size: 1.4em;
  font-weight: bold;
  margin-bottom: 0px;
}
.sticky-note-content[b-1s546ujt58] {
  padding: 10px;
  font-size: 18px;
  height: 100%;
  overflow-y: auto;
}
.sticky-divider[b-1s546ujt58] {
  height: 1px;
  background-color: #b2b300;
}
/* /Pages/Merchants/MerchantList.razor.rz.scp.css */
.scrollable-filter-area[b-qvduyeqg84] {
  max-height: 230px;
  /* or your desired height */
  overflow-y: auto;
  overflow-x: hidden;
  /* prevent horizontal scroll */
  padding-right: 8px;
  /* optional for scrollbar spacing */
}
/* Optional: Ensure inner rows don�t exceed width */
.scrollable-filter-area .row[b-qvduyeqg84] {
  margin-left: 0;
  margin-right: 0;
}
/* Optional: Ensure buttons don�t stretch too wide */
.scrollable-filter-area .btn[b-qvduyeqg84] {
  white-space: nowrap;
}
/* /Shared/LogConsole.razor.rz.scp.css */
.inapp-console[b-trucqgqqjg]{position:fixed;right:16px;bottom:16px;max-width:420px;max-height:260px;background:#0d0d0d;color:#d3d3d3;border:1px solid #333;border-radius:8px;box-shadow:06px20px rgba(0,0,0,.4);font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;z-index:9999}
.inapp-console .header[b-trucqgqqjg]{display:flex;align-items:center;padding:6px 8px;border-bottom:1px solid #555;border-top-left-radius:8px;border-top-right-radius:8px}
.inapp-console .title[b-trucqgqqjg]{font-size:12px;color:#9ad;padding-left:10px;}
.inapp-console .spacer[b-trucqgqqjg]{flex:1}
.inapp-console .btn[b-trucqgqqjg]{color:#9ad;padding:1px 5px;margin:4px;border-radius:4px;cursor:pointer}
.inapp-console .btn:hover[b-trucqgqqjg]{outline:1px solid #FFFFFF}
.inapp-console .body[b-trucqgqqjg]{font-size:12px;line-height:1.35;padding:8px;overflow:auto;max-height:200px}
.inapp-console .line[b-trucqgqqjg]{position:relative;text-align:center;}
.inapp-console .line.level-error[b-trucqgqqjg]{color:#ff6b6b}
.inapp-console .line.level-warn[b-trucqgqqjg]{color:#ffd166}
.inapp-console .line.level-debug[b-trucqgqqjg]{color:#8ec07c}
.inapp-console .line.level-data[b-trucqgqqjg]{color:#89ddff}
.inapp-console .line .timestamp[b-trucqgqqjg]{position: absolute;top: -9px;display: inline-block;left: calc(50% - 34px);background-color: black;}
.inapp-console .line .level[b-trucqgqqjg],.inapp-console .line .message[b-trucqgqqjg]{text-align: left;}
.inapp-console .body hr[b-trucqgqqjg] {width: 50%; border: none; border-top: 1px solid #FFF; margin: 20px auto 0;}
/* /Shared/MainLayout.razor.rz.scp.css */
/* The main container for the page layout */
.page[b-h04y2dbx3q] {
  position: relative;
  display: flex;
  flex-direction: column;
  /* Default layout direction for smaller screens */
}
/* Main content area, takes up remaining space */
main[b-h04y2dbx3q] {
  flex: 1;
}
/* Sidebar styling with a gradient background */
.sidebar[b-h04y2dbx3q] {
  background-image: linear-gradient(180deg, #052767 0%, #3a0647 70%);
}
/* Top navigation row styling */
.top-row[b-h04y2dbx3q] {
  background-color: #f7f7f7;
  /* Light gray background */
  border-bottom: 1px solid #d6d5d5;
  /* Subtle border for separation */
  justify-content: flex-end;
  /* Align items to the right */
  height: 3.5rem;
  /* Fixed height */
  display: flex;
  align-items: center;
  /* Vertically center items */
}
/* Styling for links and button links inside the top row */
.top-row[b-h04y2dbx3q]  a,
.top-row .btn-link[b-h04y2dbx3q] {
  white-space: nowrap;
  /* Prevent text wrapping */
  margin-left: 1.5rem;
  /* Add spacing between links */
}
/* Special styling for the first link in the top row */
.top-row a:first-child[b-h04y2dbx3q] {
  overflow: hidden;
  /* Hide overflow text */
  text-overflow: ellipsis;
  /* Add ellipsis for overflowed text */
}
/* Responsive styles for screens smaller than 641px */
@media (max-width: 640.98px) {
  /* Hide the top row unless it has the 'auth' class */
  .top-row:not(.auth)[b-h04y2dbx3q] {
    display: none;
  }
  /* Adjust layout for authenticated top row */
  .top-row.auth[b-h04y2dbx3q] {
    justify-content: space-between;
    /* Space out items */
  }
  /* Remove left margin for links and button links */
  .top-row a[b-h04y2dbx3q],
  .top-row .btn-link[b-h04y2dbx3q] {
    margin-left: 0;
  }
}
/* Responsive styles for screens 641px and larger */
@media (min-width: 641px) {
  /* Change page layout to row direction for larger screens */
  .page[b-h04y2dbx3q] {
    flex-direction: row;
  }
  /* Sidebar styling for larger screens */
  .sidebar[b-h04y2dbx3q] {
    width: 250px;
    /* Fixed width */
    height: 100vh;
    /* Full viewport height */
    position: sticky;
    /* Stick to the viewport */
    top: 0;
    /* Align to the top */
  }
  /* Make the top row sticky and ensure it stays on top */
  .top-row[b-h04y2dbx3q] {
    position: sticky;
    top: 0;
    z-index: 1;
    /* Ensure it appears above other elements */
  }
  /* Add consistent padding to the top row and article elements */
  .top-row[b-h04y2dbx3q],
  article[b-h04y2dbx3q] {
    padding-left: 2rem !important;
    padding-right: 1.5rem !important;
  }
}
