.menu-item-img .AZ-img-container {
  width: 200px;
  height: 200px;
  margin: auto;
}
.AZ-menu-item-card a.menu-item-link {
  width: 100%;
}

.cursor-pointer {
  cursor: pointer;
}

.icon-store:before {
  content: "\e972";
}
.icon-menu:before {
  content: "\e973";
}

.disabled-link {
  pointer-events: none;
  color: #aaa; 
  opacity: 0.6; 
  cursor: not-allowed;
}

.profile-page{
  height: 100vh;
}
.place-content-center{
  place-content: center;
}

.profile-page button{
  display: block;
  margin: auto;
}

.add-to-home-screen-prompt {
  position: fixed;
  bottom: 20px;
  left: 10px;
  right: 10px;
  background-color: white;
  border: 1px solid #ddd;
  border-radius: 10px;
  padding: 15px;
  text-align: center;
  box-shadow: 0px 0px 10px rgba(0, 0, 0, 0.1);
  z-index: 1000;
}

.prompt-logo {
  width: 40px;
  height: auto;
  margin-bottom: 10px;
}

p, h1, h2, h3, h4, h5, h6, span, strong{
  font-family: "rokh-Medium";
}

.profile-img {
  position: relative;
}

.profile-img .upload-text {
  display: none;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  color: white;
  background-color: rgba(0, 0, 0, 0.6);
  padding: 5px 10px;
  border-radius: 5px;
  font-size: 14px;
}

.profile-img:hover .upload-text {
  display: block;
}
