
/* .noselect {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
} */
#userProfileHeader {
    display: flex
;
    align-items: center;
    gap: 8px;
    border-radius: 30px;
    padding: 6px 12px;
    box-shadow: 0px 0px 14px 0px rgba(0, 0, 0, 0.1);
    width: fit-content;
}

#userProfileHeaderPlace {
  font-weight: 600;
  font-size: 13px;
      color: #ececec;
          max-width: 160px;
}

#idUpdatePlace {
    cursor: pointer;
    border-radius: 50%;
    padding: 5px;
    display: flex
;
    align-items: center;
    justify-content: center;
    transition: 0.3s;
    background: #ff3385;
;
    border-color: antiquewhite;
}

#idUpdatePlace:hover {
  transform: scale(1.1) rotate(10deg);
}

#idUpdatePlace img {
  width: 18px;
  height: 18px;
filter: brightness(0) invert(1);
}



.center-search {
    display: flex;
    justify-content: center;
    align-items: center;
}

* {
 
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    margin: 0;
    height: 100vh;
    font-family: 'Arial', sans-serif;
    background: #ffffff;

}



header {
    background: #ff3385;
    color: white;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    padding: 10px 20px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
    z-index: 1000;
}

header h1 {
    color: #fff;
    text-shadow: 2px 2px 5px rgba(0, 0, 0, 0.7);
}

.header-right {
    display: flex;
    align-items: center;
    gap: 15px;
}

.search-input {
    padding: 8px 12px;
    font-size: 1rem;
    border-radius: 20px;
    border: 2px solid rgb(255 191 191 / 70%);
    width: 95%;
    transition: width 0.3sease;
}

.search-input:focus {
    width: 98%;
    outline: none;
    border-color: #ffa047;
}

.mobile-menu {
position: fixed;
top: 0;
left: -300px; /* Hide menu initially */
width: 250px;
height: 100%;
background: #ffffff;
padding: 20px;
display: flex;
flex-direction: column;
transition: left 0.3s ease-in-out;
box-shadow: 4px 0 10px rgba(0, 0, 0, 0.2);
z-index: 1001;
overflow-y: auto;
}

/* Open state */
.mobile-menu.open {
left: 0;
}

/* Profile Section */
.mobile-menu .profile {
text-align: center;
margin-bottom: 20px;
}

.mobile-menu .profile img {
width: 80px;
height: 80px;
border-radius: 50%;
object-fit: cover;
border: 3px solid #ff3385;
}

.mobile-menu .profile h3 {
margin: 10px 0 5px;
font-size: 18px;
color: #333;
}

.mobile-menu .profile p {
color: #666;
font-size: 14px;
}

/* Menu Items */
.mobile-menu .menu-items {
list-style: none;
padding: 0;
margin-bottom: 20px;
}

.mobile-menu .menu-items li {
margin: 10px 0;
}

.mobile-menu .menu-items a {
text-decoration: none;
color: #333;
font-size: 16px;
display: flex;
align-items: center;
gap: 10px;
padding: 10px;
border-radius: 5px;
transition: background 0.3s ease;
}

.mobile-menu .menu-items a i {
color: #d30054;
}

.mobile-menu .menu-items a:hover {
background: #ff3385;
color: white;
}

.mobile-menu .menu-items a:hover i {
color: white;
}

/* Category Links */
.mobile-menu a {
display: block;
color: #ff3385;
font-size: 1.2rem;
text-decoration: none;
padding: 10px;
border-radius: 5px;
border: 2px solid red;
text-align: center;
transition: background-color 0.3s ease;
margin-top: 10px;
}

.mobile-menu a:hover {
background: #ff3385;
}


.subheaderSearch {
    background: #fff;
    position: fixed;
    top: 56px;
    left: 0;
    width: 100%;
    padding: 10px 0;
    display: flex;
    justify-content: space-around;
    align-items: center;
    box-shadow: 0 2px 6px rgba(0, 0, 0, 0.15);
    z-index: 998;
    overflow-x: auto;
}

.icon {
width: 60px;
height: 60px;
background-size: cover;
background-position: center;
margin: 0 auto;
}


.menubtn{
font-size: 30px;
color: #ff3385;
background: #fff;
}

.app-header {
display: flex;
align-items: center;
justify-content: space-between;
background: #ff3385;
padding: 10px 20px;
height: 60px;
box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
position: fixed;
top: 0;
width: 100%;
z-index: 1000;
}

/* Mobile Menu Button */
.menu-toggle {
font-size: 35px;
background: none;
border: none;
color: white;
cursor: pointer;
padding-bottom: 10px;
}

/* Logo Styling */
.logo {
    border-radius: 30px;
    height: 40px;
    width: 40px;
}
.cartitem{

position: absolute;
background: rgb(0 0 0);
width: 25px;
border-radius: 20px;
display: initial;
font-size: 15px;
padding: 3px;
font-weight: bold;
text-align: center;
border: 2px solid;

}
/* Login */
@keyframes pulseGlow {
0% {
box-shadow: 0 0 5px #ff3385;
}
50% {
box-shadow: 0 0 20px #ff3385, 0 0 30px #ff66a3;
transform: scale(1.1);
}
100% {
box-shadow: 0 0 5px #ff3385;
}
}

.login-btn {
    right: 20px;
    top: 130px;
position: absolute;
padding: 10px 18px;
font-size: 16px;
font-weight: bold;
background: linear-gradient(45deg, #ff3385, #ff66a3);
border: 2px solid #ff3385;
color: white;
cursor: pointer;
border-radius: 8px;
transition: all 0.3s ease-in-out;
animation: pulseGlow 1.5s infinite ease-in-out;
}

.login-btn:hover {
background: #ff66a3;
transform: scale(1.1);
}

/* busy loader */

/* Overlay to lock the screen */
#overlay {
position: fixed;
top: 0;
left: 0;
width: 100%;
height: 100%;
background-color: rgba(0, 0, 0, 0.5); /* Semi-transparent background */
z-index: 1000; /* Make sure it's above all other content */
display: none; /* Hidden by default */
}

/* Spinner for the busy indicator */
#loadingSpinner {
position: fixed;
top: 50%;
left: 40%;
transform: translate(-50%, -50%);
border: 16px solid #f3f3f3; /* Light grey */
border-top: 16px solid #ff3385; /* Pink */
border-radius: 50%;
width: 80px;
height: 80px;
animation: spin 2s linear infinite;
z-index: 1100; /* Make sure the spinner is above the overlay */
display: none; /* Hidden by default */
}

@keyframes spin {
0% { transform: rotate(0deg); }
100% { transform: rotate(360deg); }
}

/* Hide elements when busy indicator is shown */
.no-content {
    visibility: hidden;
}
#content {
    height: 100%;
    margin-top: 20px;
    background: white;
    border-radius: 8px;
    box-shadow: 2px 2px 10px rgba(0, 0, 0, 0.1);
    display: none;
}
/* Back Button Styling with Animation */
#backButton {
    display: none;
    background: none;
    border: none;
    color: white;
    font-size: 18px;
    cursor: pointer;
    opacity: 0;
    transform: translateX(20px);
    transition: opacity 0.3s ease-in-out, transform 0.3s ease-in-out;
}
#backButton i {
    font-size: 22px;
    color: #ffffff;
}
#backButton:hover {
    color: #007bff;
}
/* Show Animation */
#backButton.show {
    display: block;
    opacity: 1;
    transform: translateX(0);
}

