.search-container.input{
    border-radius: 20px;
    padding: 5px 10px;
    box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 10px;
  margin: 5px;

  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
}
.checkbox1{
  
  margin: 20px;
 
}
.innerbox{
    text-align: center;
    align-items: center;
    
}
.flexcol{
  display: flex;
  flex-direction: column;
}
.flexrow{
  display: flex;
  justify-content: space-around;
}
.flexrow1{
  display: flex;
  justify-content: space-around;
  
}
.inner{
  width: 90%;
  margin-bottom: 10px;
  margin-top: 10px;
  display: flex;
  justify-content: space-around;
  border: 1px solid rgba(0, 0, 0, 0.281);
  border-radius: 12px ;
  background-color: rgba(128, 128, 128, 0.575);
}
.search-bar{
    width: 100%;

}
.search-container{
    width: fit-content;
}
.card{
    margin: 10px;
}
.outerbox{
    text-align: center;
    margin-top: 100px;
}
.card-container{
    /* height: 70vh; */
    /* overflow-y: scroll; */
}
/* Color of the links BEFORE scroll */
.navbar-scroll .nav-link,
.navbar-scroll .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #262626;
}

/* Color of the navbar BEFORE scroll */
.navbar-scroll {
  background-color: #FFC017;
}

/* Color of the links AFTER scroll */
.navbar-scrolled .nav-link,
.navbar-scrolled .navbar-toggler-icon,
.navbar-scroll .navbar-brand {
  color: #262626;
}

/* Color of the navbar AFTER scroll */
.navbar-scrolled {
  background-color: #fff;
}

/* An optional height of the navbar AFTER scroll */
.navbar.navbar-scroll.navbar-scrolled {
  padding-top: auto;
  padding-bottom: auto;
}
.navbar-brand {
  font-size: unset;
  height: 1rem;
}

/* button css */
/* CSS */
.button-89 {
   
 
    --b: 1.2px;   /* border thickness */
    --s: .3em; /* size of the corner */
    --color: #080808;
    
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .1em;
    font-size: 10px;
  
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 80px;
    height: 30px;
    background-color: grey;
  }
  .nearmebutton{
    --b: 1.2px;   /* border thickness */
    --s: .3em; /* size of the corner */
    --color: #080808;
    
    padding: calc(.5em + var(--s)) calc(.9em + var(--s));
    color: var(--color);
    --_p: var(--s);
    background:
      conic-gradient(from 90deg at var(--b) var(--b),#0000 90deg,var(--color) 0)
      var(--_p) var(--_p)/calc(100% - var(--b) - 2*var(--_p)) calc(100% - var(--b) - 2*var(--_p));
    transition: .3s linear, color 0s, background-color 0s;
    outline: var(--b) solid #0000;
    outline-offset: .1em;
    font-size: 10px;
  
    border: 0;
  
    user-select: none;
    -webkit-user-select: none;
    touch-action: manipulation;
    width: 20%;
    height: 30px;
    background-color: grey;
  }
  
  .button-89:hover,
  .button-89:focus-visible{
    --_p: 0px;
    outline-color: var(--color);
    outline-offset: .05em;
  }
  
  .button-89:active {
    background: var(--color);
    color: #fff;
  }

  

/* CSS */
.button-90 {
  color: #070000;
  padding: 10px 20px;
  border-radius: 100px;
  background-color: #ffffff;
  background-image: radial-gradient(93% 87% at 87% 89%, rgba(0, 0, 0, 0.23) 0%, transparent 86.18%), radial-gradient(66% 87% at 26% 20%, rgba(255, 255, 255, 0.41) 0%, rgba(255, 255, 255, 0) 69.79%, rgba(255, 255, 255, 0) 100%);
  box-shadow: 2px 19px 31px rgba(0, 0, 0, 0.2);
  font-weight: bold;
  font-size: 10px;
  margin: 5px;

  border: 0;
  border: 1px solid black;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;

  cursor: pointer;
  
}


/* scroll bar */
::-webkit-scrollbar {
  width: 3px;
}


::-webkit-scrollbar-track {
  box-shadow: inset 0 0 3px grey; 
  border-radius: 10px;
}
 

::-webkit-scrollbar-thumb {
  background: black; 
  border-radius: 10px;
}
/* *{
  border: 1px solid red;
} */
.singleCafe{
  margin: 30px;
  padding: 5px;
  max-width: 400px;
  margin-left: auto;
  margin-right: auto;
  
}
.cafeName{
  padding: 10px;
  
}
.imageBanner{
  padding: 10px;
  display: flex;
  flex-direction: row;
  justify-content: space-around;
  
  
}
.likes .review .view .share{
  width: 25%;
  display: flex;
  flex-direction: column;
}
.menu{
  padding: 10px;
  border: 1px solid grey;
  border-radius: 12px;
  
}
.images{
  padding: 10px;
  
  
}
.imageContent{
  padding: 10px;
  border: 1px solid grey;
  border-radius: 12px;
}
.direction{
  padding: 5px;
  border: 1px solid grey;
  border-radius: 12px;
}
.icons{
  width: 30px;
  height: 30px;
}
.liked{
  color: red;
}
.notLiked{
  color: rgb(109, 106, 106);
}
.comment{
  display: flex;
  flex-direction: row;
  padding: 10px;
  background-color: rgba(219, 213, 213, 0.466);
  border-radius: 10px;
  margin: 5px;
}
.textSection{
  font-size: small;
  width: 90%;
}
.profileImg{
  width: 50px;
  border-radius: 50%;
}
.innerComment{
  display: flex;
  flex-direction: row;
  padding: 10px;
  
  border-radius: 10px;
}
.userInfo{
  display: flex;
  justify-content: space-between;
  padding: 5px;
  height: fit-content;
  
}
.grayscale-text {
  filter: grayscale(100%);
  
}
.rply-container{
  overflow-y: auto ;
  max-height: 40vh;
}
.footer{
  display: flex;
  justify-content: space-around;
}
.text{
  padding-left: 10px;
  padding-right: 10px;
  word-wrap: break-word;
  
}
.textbox {
  border-top: none;
  border-left: none;
  border-right: none;
  border-bottom: 1px solid black; /* Adjust this value as needed */
  padding: 5px; /* Add padding to create space for text */
  outline: none; /* Optionally remove outline on focus */
  margin: 5px;
  border-radius: 12px;
}
.comment-container{
  overflow-y: auto;
  max-height: 50vh;
}
.rplyInpDiv{
  display: flex;
  justify-content: space-around;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  align-items: center;
  
  border-radius: 10px;
 
  font-size: 12px;
  
  border: 0;

  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  background-color: rgba(219, 213, 213, 0.466);;

}
.rplyInp{
  width: 80%;

}
.show{
  display: block;
}
.hide{
  display: none;
  
}
.icons1{
  height: 10px;
  width: auto;
}
/* *{
  border: 1px solid red;
} */

/* styles.css */
.custom-google-logout-button {
  font-size: 12px; /* Make the button small */
  color: black; /* Text color black */
  font-family: 'Arial', sans-serif; /* Font stylish */
  border-radius: 5px; /* Border radius */
  padding: 5px 10px; /* Adjust padding for size */
  background-color: white; /* Button background color */
  border: 1px solid #ccc; /* Button border */
  cursor: pointer; /* Pointer cursor on hover */
}

.custom-google-logout-button:hover {
  background-color: #f0f0f0; /* Background color on hover */
}



body::before {
  content: '';
  position: fixed; /* Cover the entire viewport */
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-repeat: no-repeat;
  opacity: 1; /* Set the opacity for the background image */
  z-index: -1; /* Ensure the pseudo-element stays behind the content */
  transition: background-image 1s ease-in-out, opacity 1s ease-in-out; /* Smooth transition */
}

body.veggie::before {
  background-image: url('./vegback.svg');
}

body.non-veggie::before {
background-color: white;
}
.menuTypeHead{
  display: flex;
  flex-direction: row;
}
.menuTypeSpan{

  width: 30%;
  margin-left: auto;
  margin-right: auto;

}
/* MenuDisplay.css */
.custom-button-back,
.custom-button-next {
   background-color: rgba(218, 176, 70, 0.849);/* Custom background color */
  color: white;             /* Custom text color */
  border: none;             /* Remove border */
  padding: 5px 7px;       /* Add padding */
  cursor: pointer;          /* Pointer cursor on hover */
  font-size: 10px;          /* Custom font size */
  border-radius: 5px;       /* Rounded corners */
  margin: 5px;             /* Add margin */
}
.gallery{
  width: 90%;
  border: 0.5px solid grey;
  display: flex;
  flex-wrap: wrap;
  height: fit-content;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
  align-items: center;
}
/* *{border: 0.5px solid red;} */
.shareMomentButton{
  background-color: rgba(128, 128, 128, 0.616);
  color: black;
  max-width:400px ;
  height: 60px;
  margin-left: auto;
  margin-right: auto;
  border-radius: 10px;
  padding: 10px;
  display: flex;
  justify-content: space-around;
  font-family: Arial, Helvetica, sans-serif;
  cursor: pointer;
  animation-name: bannerRotate;
  animation-duration: 5s;
  animation-iteration-count: infinite;
  border: 2px solid rgb(0, 0, 0);
}
@keyframes margintop {
  0%   {margin-top: 7px;}
  8%   {margin-top: 6px;}
  24%   {margin-top: 5px;}
  32%   {margin-top: 4px;}
  40%   {margin-top: 3px;}
  48%   {margin-top: 2px;}
  56%   {margin-top: 1px;}
  64%   {margin-top: 2px;}
  72%   {margin-top: 3px;}
  80%   {margin-top: 4px;}
  88%   {margin-top: 5px;}
  96%   {margin-top: 6px;}
  100%   {margin-top: 7px;}
  
  
}
#share {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
}
#your {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: -1s;
}
#moment {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: -2s;
}
#get {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: -3s;
}
#extra {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: -4s;
}
#discount {
  
  
  animation-name: margintop;
  animation-duration: 3s;
  animation-iteration-count: infinite;
  animation-delay: -5s;
}
@keyframes bannerRotate {
  0%{transform: rotate(0deg);}
  5%{transform: rotate(1deg);}
  10%{transform: rotate(2deg);}
  15%{transform: rotate(3deg);}
  20%{transform: rotate(4deg);}
  25%{transform: rotate(4.5deg);}
  30%{transform: rotate(5deg);}
  35%{transform: rotate(4.5deg);}
  40%{transform: rotate(4deg);}
  45%{transform: rotate(2deg);}
  50%{transform: rotate(1deg);}
  55%{transform: rotate(0deg);}
  60%{transform: rotate(-1deg);}
  65%{transform: rotate(-2deg);}
  70%{transform: rotate(-3deg);}
  75%{transform: rotate(-4deg);}
  80%{transform: rotate(-4.5deg);}
  85%{transform: rotate(-4deg);}
  90%{transform: rotate(-3deg);}
  95%{transform: rotate(-2deg);}
  100%{transform: rotate(-1deg);}
  
  
}
@keyframes bannerPillarHeight {
  0%{height: 20px;}
  5%{height: 22px;}
  10%{height: 23px;}
  40%{height: 20px;}
80%{height: 21px;}
85%{height: 22px;}
90%{height: 23px;}
95%{height: 24px;}
100%{height: 25px;}
}
.bannerPillar{
  border-left: 2px solid rgb(0, 0, 0);
  border-right: 2px solid rgb(7, 7, 7);
  height: 30px;
  margin-top: -33px;
  width: 2px;
  margin-left: auto;
  margin-right: auto;
 
 
}
.notification {
  background-color: #555;
  color: white;
  text-decoration: none;
  padding: 15px 26px;
  position: relative;
  display: inline-block;
  border-radius: 2px;
}
.notification:hover {
  background: red;
}
.notification .badge {
  position: absolute;
  top: -10px;
  right: -10px;
  padding: 5px 10px;
  border-radius: 50%;
  background: red;
  color: white;
}
.yesnotification {
  animation: blink 1s infinite;
}
@keyframes blink {
  0%, 50%, 100% {
    opacity: 1;
  }
  25%, 75% {
    opacity: 0;
  }
}
.notification-container {
  max-width: 600px;
  margin: 0 auto;
  padding: 20px;
  background-color: #f9f9f9;
  border-radius: 10px;
  box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
}
.notification-item {
  border-bottom: 1px solid #ddd;
  padding: 15px 0;
}
.notification-item:last-child {
  border-bottom: none;
}
.notification-heading {
  font-size: 1.25em;
  font-weight: bold;
  margin: 0 0 10px;
  color: #333;
}
.notification-text {
  font-size: 1em;
  color: #555;
  margin: 0 0 10px;
}
.notification-time {
  font-size: 0.875em;
  color: #999;
}
