/* /Layout/MainLayout.razor.rz.scp.css */
.page[b-pv57ownmzj] {
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}

nav.top-nav[b-pv57ownmzj] {
    width: 100%;
    background: linear-gradient(145deg, #4d4d4d 60%, #f7931a 100%);
    border-bottom: 4px solid #f7931a;
    display: flex;
    align-items: center;
    padding: 0 2rem;
    height: 3.5rem;
}

nav.top-nav .navbar-brand[b-pv57ownmzj] {
    color: #fff;
    font-weight: bold;
    margin-right: 2rem;
    text-decoration: none;
}

nav.top-nav .nav-link[b-pv57ownmzj] {
    color: #fff;
    margin-right: 1.5rem;
    text-decoration: none;
    padding: 0.5rem 1rem;
    border-radius: 4px;
    transition: background 0.2s;
}

nav.top-nav .nav-link.active[b-pv57ownmzj],
nav.top-nav .nav-link:hover[b-pv57ownmzj] {
    background: #4d4d4d;
    color: #e53935;
    text-decoration: none;
}

[b-pv57ownmzj] main {
    flex: 1;
    background-color: #4d4d4d;
    color: #ffffff;
}
/* /Layout/NavMenu.razor.rz.scp.css */

.top-row[b-soj9rbgjfe] {
    min-height: 3.5rem;
    background-color: rgba(0, 0, 0, 0.4);
}

.bi[b-soj9rbgjfe] {
    display: inline-block;
    position: relative;
    width: 1.25rem;
    height: 1.25rem;
    margin-right: 0.75rem;
    top: -1px;
    background-size: cover;
}

.bi-house-door-fill-nav-menu[b-soj9rbgjfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-house-door-fill' viewBox='0 0 16 16'%3E%3Cpath d='M6.5 14.5v-3.505c0-.245.25-.495.5-.495h2c.25 0 .5.25.5.5v3.5a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5v-7a.5.5 0 0 0-.146-.354L13 5.793V2.5a.5.5 0 0 0-.5-.5h-1a.5.5 0 0 0-.5.5v1.293L8.354 1.146a.5.5 0 0 0-.708 0l-6 6A.5.5 0 0 0 1.5 7.5v7a.5.5 0 0 0 .5.5h4a.5.5 0 0 0 .5-.5Z'/%3E%3C/svg%3E");
}

.bi-plus-square-fill-nav-menu[b-soj9rbgjfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-plus-square-fill' viewBox='0 0 16 16'%3E%3Cpath d='M2 0a2 2 0 0 0-2 2v12a2 2 0 0 0 2 2h12a2 2 0 0 0 2-2V2a2 2 0 0 0-2-2H2zm6.5 4.5v3h3a.5.5 0 0 1 0 1h-3v3a.5.5 0 0 1-1 0v-3h-3a.5.5 0 0 1 0-1h3v-3a.5.5 0 0 1 1 0z'/%3E%3C/svg%3E");
}

.bi-list-nested-nav-menu[b-soj9rbgjfe] {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='white' class='bi bi-list-nested' viewBox='0 0 16 16'%3E%3Cpath fill-rule='evenodd' d='M4.5 11.5A.5.5 0 0 1 5 11h10a.5.5 0 0 1 0 1H5a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 3 7h10a.5.5 0 0 1 0 1H3a.5.5 0 0 1-.5-.5zm-2-4A.5.5 0 0 1 1 3h10a.5.5 0 0 1 0 1H1a.5.5 0 0 1-.5-.5z'/%3E%3C/svg%3E");
}

.nav-item[b-soj9rbgjfe] {
    font-size: 0.rem;
    padding-bottom: .5rem;
}

.nav-item:first-of-type[b-soj9rbgjfe] {
    padding-top: 10rem;
}

.nav-item:last-of-type[b-soj9rbgjfe] {
    padding-bottom: 0rem;
}

.nav-item[b-soj9rbgjfe]  a {
    color: #d7d7d7;
    border-radius: px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
}

.nav-item[b-soj9rbgjfe]  a.active {
    background-color: rgba(255, 255, 255, 0.37);
    color: white;
}

.nav-item[b-soj9rbgjfe]  a:hover {
    background-color: rgba(255, 255, 255, 0.1);
    color: white; 
}

.container-fluid[b-soj9rbgjfe] {
    height: auto;
}

.navbar-custom[b-soj9rbgjfe] {
    display: flex;
    flex-direction: column; /* Align items horizontally */
    align-items: center; /* Vertically center items */
    justify-content: flex-start; /* Align items to the left */
    gap: 1rem; /* Add spacing between elements */
    height: auto; /* Ensure the navbar fits its contents */
    padding: 0;
        /* Remove padding from the button container */
}

.navbar-nav[b-soj9rbgjfe] {
    padding-left: 0; /* Remove any default padding */
    margin-left: 0; /* Align with the navbar-brand */
    list-style: none; /* Remove default list styling */
    align-self: flex-start;
    height: auto;
    padding: 0; /* Remove padding from the button container */
}

.nav-item[b-soj9rbgjfe] {
    margin-left: 0; /* Ensure no extra margin on nav items */
    height: auto;
    padding: 0; /* Remove padding from the button container */
}

.nav-item:first-of-type[b-soj9rbgjfe] {
    margin-left: 0; /* Align the first nav item perfectly with the navbar-brand */
    height: auto;
    padding: 0; /* Remove padding from the button container */
}

.navbar-brand[b-soj9rbgjfe] {
    margin-right: 0rem; /* Optional: Add spacing between brand and nav items */
    font-size: 5.0rem;
    height: auto;
    padding: 0; /* Remove padding from the button container */
    color: rgb(247,147,26);
}

.mode-toggle[b-soj9rbgjfe] {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;/* Aligns the button to the right */
    margin-left: auto;/* Pushes the button to the far right */
    position: absolute;/* Position the container relative to the navbar */
    top: 0.5rem; /* Adjust vertical alignment */
    right: 1rem; /* Align to the right edge */
    height: auto;
    padding: 0; /* Remove padding from the button container */
}

@media (min-width: 641px) {
    .navbar-toggler[b-soj9rbgjfe] {
        display: flex;
    }

    .collapse[b-soj9rbgjfe] {
        /* Never collapse the sidebar for wide screens */
        display: block;
    }

    .nav-scrollable[b-soj9rbgjfe] {
        /* Allow sidebar to scroll for tall menus */
        height: calc(100vh - 3.5rem);
        overflow-y: auto;
    }
}

@font-face {
    font-family: 'Ryzes';
    src: url('/fonts/Ryzes-ax92x.ttf') format('truetype');
    font-weight: normal;
    font-style: normal;
}

/* /Pages/Shop.razor.rz.scp.css */
/* Scoped styles for Shop.razor BTCPay modal */
.btcpay-modal-backdrop[b-3bug0j0kz4] {
  position: fixed;
  inset: 0; /* top:0; right:0; bottom:0; left:0 */
  background: rgba(0,0,0,0.5);
  display: flex;
  align-items: center;
  justify-content: center;
  z-index: 1000;
}

.btcpay-modal[b-3bug0j0kz4] {
  background: #fff;
  border-radius: 8px;
  width: 92%;
  max-width: 1100px;
  max-height: 90vh;
  overflow: hidden;
  box-shadow: 0 10px 30px rgba(0,0,0,0.3);
  position: relative;
}

.btcpay-modal .close[b-3bug0j0kz4] {
  position: absolute;
  top: 8px;
  right: 8px;
  background: transparent;
  border: none;
  font-size: 1.25rem;
  line-height: 1;
  padding: 6px 8px;
  cursor: pointer;
}

.btcpay-iframe[b-3bug0j0kz4] {
  display: block;
  width: 100%;
  height: 80vh;
  border: 0;
}

/* Small screens: make modal fill more of the viewport */
@media (max-width: 480px) {
  .btcpay-modal[b-3bug0j0kz4] {
    width: 98%;
    height: 96vh;
    border-radius: 6px;
  }
  .btcpay-iframe[b-3bug0j0kz4] { height: 86vh; }
}
