/* _content/MedlifeWeb/Components/Layout/Footer.razor.rz.scp.css */
.app-footer[b-72q6m7jsmx] {
  background-color: #BF2A52;
  color: #ecf0f1;
  margin-top: auto;
}

.footer-bottom[b-72q6m7jsmx] {
  background-color: #BF2A52;
}

.footer-bottom-content[b-72q6m7jsmx] {
  max-width: 100%;
  margin: 1rem auto 0;         
  padding: 1rem 2rem;             
  flex-direction: column;
  text-align: center;
  border-top:  1px solid #be4b6a;  
}

.footer-bottom-content p[b-72q6m7jsmx] {
  margin: 0;
  color: rgb(252wh,244,226);
  font-size: 0.75rem;
}

.footer-nav-links[b-72q6m7jsmx] {
  display: flex;
  list-style: none;
  padding: 0;
  margin: 0;
  gap: 1rem;
  flex-wrap: wrap;
}

.footer-nav-links li a[b-72q6m7jsmx] {
  color: white;
  text-decoration: none;
  font-size: 0.8rem;
  transition: color 0.3s ease;
}

.footer-nav-links li a:hover[b-72q6m7jsmx] {
  color: black;
}

.footer-body[b-72q6m7jsmx] {
  background-color:  #BF2A52 ;       
  padding-top: 1.25rem;    
}

/* Responsive Adjustments */
@media (max-width: 850px) {
  .footer-bottom-content[b-72q6m7jsmx] {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }

  .footer-nav-links[b-72q6m7jsmx] {
    justify-content: center;
    flex-wrap: wrap;
  }
}

@media screen and (max-width: 480px) {

  .footer-bottom-content[b-72q6m7jsmx] {
    flex-direction: column;
    text-align: center;
    gap: 0.5rem;
  }
  .footer-bottom-content p[b-72q6m7jsmx]  {
    font-size:11px;
  }
}

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

main[b-g5a2ea29br] {
    flex: 1;
    background-color: #f9f9f9;
}

/* Remove or comment out sidebar styles */
/*
.sidebar {
    background-image: linear-gradient(180deg, rgb(5, 39, 103) 0%, #3a0647 70%);
}
*/

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

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

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

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

@media (max-width: 768px) {
    .top-row[b-g5a2ea29br] {
        justify-content: space-between;
    }

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

@media (min-width: 641px) {
    .page[b-g5a2ea29br] {
        flex-direction: column; /* Force column layout on wide screens */
    }

    /* Remove sidebar width/height rules */
    /*
    .sidebar {
        width: 250px;
        height: 100vh;
        position: sticky;
        top: 0;
    }
    */
}

#blazor-error-ui[b-g5a2ea29br] {
    color-scheme: light only;
    background: lightyellow;
    bottom: 0;
    box-shadow: 0 -1px 2px rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    display: none;
    left: 0;
    padding: 0.6rem 1.25rem 0.7rem 1.25rem;
    position: fixed;
    width: 100%;
    z-index: 1000;
}

    #blazor-error-ui .dismiss[b-g5a2ea29br] {
        cursor: pointer;
        position: absolute;
        right: 0.75rem;
        top: 0.5rem;
    }
/* _content/MedlifeWeb/Components/Layout/NavMenu.razor.rz.scp.css */
/* Navbar toggler - completely hidden */
.navbar-toggler[b-kkom7esvi7] {
    display: none !important;
}

/* Font Awesome icons */
.fas[b-kkom7esvi7] {
    color: white;
    transition: all 0.3s ease;
}

.fas:hover[b-kkom7esvi7] {
    color: #f0f0f0;
    transform: translateY(-2px);
}

.profile-icon .fa-user-circle[b-kkom7esvi7] {
    font-size: 1.4rem;
}

.info-bar[b-kkom7esvi7] {
    background: #BF2A52;    
    font-size: 0.875rem;        
    height: 32px;   
    border-bottom: 1px solid #be4b6a;            
}

.info-bar .email-text[b-kkom7esvi7],
.info-bar .social-link[b-kkom7esvi7] {
    color: white;          
    text-decoration: none;
    font-size: 15px;
}

.info-bar .social-link:hover[b-kkom7esvi7] {
    opacity: 0.75;
}

/* Brand and containers */
.navbar-brand[b-kkom7esvi7] {
    color: white;
    font-size: 1.5rem;
    font-weight: 600;
    white-space: nowrap;
    flex-shrink: 0;
}

/* Logo styling */
.logo-container[b-kkom7esvi7], .medlife-logo[b-kkom7esvi7] {
    height: 55px;
    width: auto;
    flex-shrink: 0;
    min-width: 40px; /* Minimum width to prevent over-shrinking */
    background-color: #BF2A52 ;
    border-radius: 50px;
}

.vertical-line[b-kkom7esvi7] {
    height: 40px;
    width: 2px;
    background-color: white;
    opacity: 0.7;
    flex-shrink: 0;
}

/* Medlife container */
.medlife-container[b-kkom7esvi7] {
    display: flex;
    align-items: center;
    gap: 0.4rem;
    flex-shrink: 0;
    min-width: fit-content;
    column-span: 1;
    left:0;
}

/* Top row - main header container */
.top-row[b-kkom7esvi7] {
    position: relative; /* <-- Add this line */
    min-height: 3.5rem;
    background-color: #BF2A52;
    display: flex;
    align-items: center;
    width: 100%;
    justify-content: space-between;
    box-shadow: 0 2px 4px rgba(0,0,0,0.04);
    z-index: 10;
    overflow: visible;
    padding-left:1rem;
    padding-right:1rem;
}

/* Container fluid - main flex container */
.container-fluid[b-kkom7esvi7] {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    padding: 0 1rem;
    min-width: 0;
    flex-wrap: nowrap;
    gap: 1rem;
}

/* Right side container for cart and profile */
.nav-right[b-kkom7esvi7] {
    display: flex;
    align-items: center;
    gap: 0.5rem;
    flex-shrink: 0;
    right:0;
}

/* Navigation container - positioned more to the left */
/* Navigation container */
.nav[b-kkom7esvi7] {
    position: absolute; /* <-- Add this */
    left: 50%; /* <-- Add this */
    transform: translateX(-50%); /* <-- Add this */

    display: flex;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
    flex-wrap: nowrap;

    /* These properties are no longer needed for positioning */
    /* flex: 1; */
    /*

.nav::-webkit-scrollbar {
    display: none; /* Chrome, Safari, Opera */
}

/* Nav items */
.nav-item[b-kkom7esvi7] {
    font-size: 0.9rem;
    display: flex;
    align-items: center;
    flex-shrink: 0;
    white-space: nowrap;
}

.nav-link[b-kkom7esvi7] {
    color: white;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
    /* REMOVE this line */
    /* min-width: 1000px; */
}

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

/* Profile icon */
.profile-icon[b-kkom7esvi7] {
    color: white;
    font-size: 1.5rem;
    cursor: pointer;
    transition: transform 0.3s;
    flex-shrink: 0;
}
.dropdown-item .fas[b-kkom7esvi7]{
    color: #BF2A52;
}

.profile-dropdown[b-kkom7esvi7] {
    min-width: 180px;
    background: #fff;
    border: 1px solid #e5e5e5;
    border-radius: 0.5rem;
    box-shadow: 0 4px 16px rgba(0,0,0,0.10);
    padding: 0.5rem 0;
    z-index: 1000;
    right: 0;
    top: 110%;
}

.profile-dropdown .dropdown-item[b-kkom7esvi7] {
    padding: 0.75rem 1.25rem;
    color: #333;
    text-decoration: none;
    display: block;
    transition: background 0.2s;
    font-weight: 500;
    font-size: 1rem;
}

.profile-dropdown .dropdown-item:hover[b-kkom7esvi7] {
    background: #f0f4fa;
    color: #007bff;
}

.dropdown-caret[b-kkom7esvi7] {
    position: absolute;
    top: -8px;
    right: 16px;
    width: 16px;
    height: 8px;
    background: transparent;
}

.dropdown-caret[b-kkom7esvi7]::after {
    content: "";
    display: block;
    margin: auto;
    width: 0;
    height: 0;
    border-left: 8px solid transparent;
    border-right: 8px solid transparent;
    border-bottom: 8px solid #fff;
    filter: drop-shadow(0 -2px 2px rgba(0,0,0,0.05));
}

/* Cart button styling */
.cart-button[b-kkom7esvi7] {
    color: white;
    background: none;
    border: none;
    border-radius: 4px;
    height: 3rem;
    display: flex;
    align-items: center;
    line-height: 3rem;
    padding: 0 1rem;
    text-decoration: none;
    font-weight: 700;
    font-size: 1rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
    transition: all 0.3s ease;
    flex-shrink: 0;
    cursor: pointer;
}

.cart-button:hover[b-kkom7esvi7] {
    background-color: rgba(255,255,255,0.1);
    color: white;
}

/* Deep nav link styling */
.nav-item[b-kkom7esvi7]  .nav-link {
    color: white;
    padding: 0.5rem 1rem;
    background-color: transparent;
    border: none;
    font-weight: 500;
    cursor: pointer;
    transition: all 0.3s ease;
    font-size: 0.75rem;
    text-transform: uppercase;
    letter-spacing: 1px;
    white-space: nowrap;
}

.nav-item:hover[b-kkom7esvi7] {
    color: #f0f0f0;
    transform: translateY(-2px);
}

/* Responsive behavior */
@media (max-width: 768px) {
    .container-fluid[b-kkom7esvi7] {
        padding: 0 0.5rem;
        gap: 0.5rem;
    }
    
    .medlife-container[b-kkom7esvi7] {
        gap: 0.5rem;
    }
    
    .nav-link[b-kkom7esvi7] {
        padding: 0 0.5rem;
        font-size: 0.9rem;
    }
    
    .navbar-brand[b-kkom7esvi7] {
        font-size: 1.4rem;
    }
    
    .logo-container[b-kkom7esvi7], .medlife-logo[b-kkom7esvi7] {
        height: 55px;
    }
    
    .nav[b-kkom7esvi7] {
        margin-left: 1rem; /* Reduce margin on smaller screens */
    }
}

@media (max-width: 576px) {
    .nav-link[b-kkom7esvi7] {
        padding: 0 0.25rem;
        font-size: 0.8rem;
        letter-spacing: 0.5px;
    }
    
    .navbar-brand[b-kkom7esvi7] {
        font-size: 1rem;
    }
    
    .container-fluid[b-kkom7esvi7] {
        gap: 0.25rem;
    }
    
    .nav[b-kkom7esvi7] {
        margin-left: 0.5rem; /* Minimal margin on very small screens */
    }
}

.cart-icon-container[b-kkom7esvi7] {
    position: relative;
    display: inline-block;
}

.cart-badge[b-kkom7esvi7] {
    position: absolute;
    top: 30px;
    right: -10px;
    background: white;
    color: #BF2A52 ;
    border-radius: 50%;
    padding: 2px 6px;
    font-size: 12px;
    font-weight: bold;
    min-width: 18px;
    height: 18px;
    display: flex;
    align-items: center;
    justify-content: center;
    animation: pulse 0.3s ease-in-out;
    z-index: 10;
}

/* Hamburger visible only on small screens */
.hamburger[b-kkom7esvi7] {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 1.3rem;
    margin-right: auto;
}

@media (max-width: 1000px) {
    .hamburger[b-kkom7esvi7] {
        display: block;
    }

    .nav[b-kkom7esvi7],
    .profile-icon[b-kkom7esvi7] {
        display: none !important;
    }

    .top-row[b-kkom7esvi7] {
        justify-content: center;
        position: relative;
    }

    .medlife-container[b-kkom7esvi7] {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
    }
}

/* Drawer styles */
.responsive-drawer[b-kkom7esvi7] {
    position: fixed;
    top: 0;
    left: -300px;
    width: 300px;
    height: 100%;
    background-color: white;
    padding-top: 2rem;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    transition: left 0.3s ease-in-out;
}

.responsive-drawer.open[b-kkom7esvi7] {
    left: 0;
}

.drawer-header[b-kkom7esvi7] {
    display: flex;
    justify-content: flex-end;
    padding-right: 1rem;
}

.drawer-close-circle[b-kkom7esvi7] {
    background-color: #BF2A52;
    color: white;
    border: none;
    border-radius: 50%;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    font-size: 1rem;
    transition: background 0.2s ease-in-out;
}

.drawer-close-circle:hover[b-kkom7esvi7] {
    background-color: #a02545;
}

.drawer-link[b-kkom7esvi7] {
    background: none;
    border: none;
    color: #BF2A52;
    font-size: 1.1rem;
    text-align: left;
    padding: 0.5rem 0;
    font-weight: 600;
    cursor: pointer;
    text-decoration: none;
    border-bottom: 1px solid #BF2A52;
    transition: background 0.2s;
}

.drawer-link:hover[b-kkom7esvi7] {
    background-color: rgba(255,255,255,0.1);
    color: #c25874;
    transform: translateY(-2px);
}
.drawer-link:last-child[b-kkom7esvi7] {
    border-bottom: none; 
}
.drawer-backdrop[b-kkom7esvi7] {
    position: fixed;
    top: 0;
    left: 0;
    height: 100vh;
    width: 100vw;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust opacity here */
    z-index: 9998; /* Just behind the drawer (which is z-index 9999) */
}
